diff --git a/packages/calcite-design-tokens/src/component/accordion-item.json b/packages/calcite-design-tokens/src/component/accordion-item.json deleted file mode 100644 index 3861bfa6fbd..00000000000 --- a/packages/calcite-design-tokens/src/component/accordion-item.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "accordion-item": { - "font": { - "heading": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - }, - "description": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "expanded": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "default": { - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "text": { - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "space-around": { - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - } - }, - "border-width": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/accordion.json b/packages/calcite-design-tokens/src/component/accordion.json deleted file mode 100644 index 58b260567ba..00000000000 --- a/packages/calcite-design-tokens/src/component/accordion.json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "accordion": { - "heading": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "description": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "icon": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "expanded": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "default": { - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "text": { - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "space-around": { - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - } - }, - "minimal": { - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "text": { - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "space-around": { - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "left-right": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - } - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/action-bar-grid.json b/packages/calcite-design-tokens/src/component/action-bar-grid.json deleted file mode 100644 index 2724541b77d..00000000000 --- a/packages/calcite-design-tokens/src/component/action-bar-grid.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "action-bar-grid": { - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/action-bar.json b/packages/calcite-design-tokens/src/component/action-bar.json deleted file mode 100644 index 6e8ba73f639..00000000000 --- a/packages/calcite-design-tokens/src/component/action-bar.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "action-bar": { - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/action-pad-grid.json b/packages/calcite-design-tokens/src/component/action-pad-grid.json deleted file mode 100644 index 1bbb06e0806..00000000000 --- a/packages/calcite-design-tokens/src/component/action-pad-grid.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "action-pad-grid": { - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "shadow": { - "sm": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - }, - "md": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - }, - "lg": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/action-pad.json b/packages/calcite-design-tokens/src/component/action-pad.json deleted file mode 100644 index 6225d6b6554..00000000000 --- a/packages/calcite-design-tokens/src/component/action-pad.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "action-pad": { - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "shadow": { - "sm": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - }, - "md": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - }, - "lg": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/action.json b/packages/calcite-design-tokens/src/component/action.json deleted file mode 100644 index 7f9fea6e648..00000000000 --- a/packages/calcite-design-tokens/src/component/action.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "action": { - "font": { - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "indicator-size": { - "sm": { - "value": "{core.size.default.3}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.3}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.3}", - "type": "sizing" - } - }, - "indicator": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "loader-icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/alert.json b/packages/calcite-design-tokens/src/component/alert.json deleted file mode 100644 index 2dc8636ade7..00000000000 --- a/packages/calcite-design-tokens/src/component/alert.json +++ /dev/null @@ -1,258 +0,0 @@ -{ - "alert": { - "font": { - "title": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.1h}", - "type": "typography" - } - }, - "message": { - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "icon": { - "blue": { - "light": { - "value": "{semantic.ui.color.info.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.info.default.dark}", - "type": "color" - } - }, - "green": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "yellow": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - }, - "red": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - }, - "highlight": { - "blue": { - "light": { - "value": "{semantic.ui.color.info.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.info.default.dark}", - "type": "color" - } - }, - "green": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "yellow": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - }, - "red": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "space-around": { - "top": { - "sm": { - "value": "{core.spacing.4}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "bottom": { - "sm": { - "value": "{core.spacing.4}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "left": { - "sm": { - "value": "{core.spacing.4}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "right": { - "sm": { - "value": "{core.spacing.4}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - } - }, - "shadow": { - "value": "{core.box-shadow.2}", - "type": "boxShadow" - } - } -} diff --git a/packages/calcite-design-tokens/src/component/avatar.json b/packages/calcite-design-tokens/src/component/avatar.json deleted file mode 100644 index df999efb2d9..00000000000 --- a/packages/calcite-design-tokens/src/component/avatar.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "avatar": { - "font": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.bold.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "red": { - "light": { - "value": "{core.color.high-saturation.red.h-rr-010}", - "type": "color" - }, - "dark": { - "value": "{core.color.high-saturation.red.h-rr-090}", - "type": "color" - } - }, - "teal": { - "light": { - "value": "{core.color.high-saturation.green-blue.h-gb-010}", - "type": "color" - }, - "dark": { - "value": "{core.color.high-saturation.green-blue.h-gb-090}", - "type": "color" - } - }, - "blue": { - "light": { - "value": "{core.color.high-saturation.blue.h-bb-010}", - "type": "color" - }, - "dark": { - "value": "{core.color.high-saturation.blue.h-bb-090}", - "type": "color" - } - }, - "green": { - "light": { - "value": "{core.color.high-saturation.yellow-green.h-yg-010}", - "type": "color" - }, - "dark": { - "value": "{core.color.high-saturation.yellow-green.h-yg-090}", - "type": "color" - } - }, - "yellow": { - "light": { - "value": "{core.color.high-saturation.yellow.h-yy-010}", - "type": "color" - }, - "dark": { - "value": "{core.color.high-saturation.yellow.h-yy-100}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/block-section.json b/packages/calcite-design-tokens/src/component/block-section.json deleted file mode 100644 index a445fe75fb4..00000000000 --- a/packages/calcite-design-tokens/src/component/block-section.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "block-section": { - "font": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.wrap.medium.-1}", - "type": "typography" - } - }, - "icon": { - "valid": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "chevron": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "border-radius": { - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "icon-size": { - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "block-text": { - "right-left": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "block-content": { - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "block-section": { - "top-bottom": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "icon": { - "left": { - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - } - } - }, - "switch": { - "left": { - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - } - }, - "chevron-size": { - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/block.json b/packages/calcite-design-tokens/src/component/block.json deleted file mode 100644 index 29ab07ad0ee..00000000000 --- a/packages/calcite-design-tokens/src/component/block.json +++ /dev/null @@ -1,198 +0,0 @@ -{ - "block": { - "font": { - "heading": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - } - }, - "description": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - } - }, - "content": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - } - } - }, - "icon": { - "idle": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "valid": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "drag-handle": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "chevron": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "border-radius": { - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "space-around": { - "block": { - "top-down-left": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "right": { - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - }, - "block-content": { - "right-left": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "top-down": { - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - } - } - } - }, - "chevron-size": { - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "drag-size": { - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "drag-handle": { - "space-around": { - "drag": { - "right-left": { - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/button.json b/packages/calcite-design-tokens/src/component/button.json deleted file mode 100644 index 0d1f467798a..00000000000 --- a/packages/calcite-design-tokens/src/component/button.json +++ /dev/null @@ -1,650 +0,0 @@ -{ - "button": { - "font": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "sm": { - "value": "{semantic.font.default.bold.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "icon": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "border": { - "brand": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inverse": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - } - }, - "neutral": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - } - }, - "danger": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "background": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "icon-only": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/card.json b/packages/calcite-design-tokens/src/component/card.json deleted file mode 100644 index 1e77e4cd8b9..00000000000 --- a/packages/calcite-design-tokens/src/component/card.json +++ /dev/null @@ -1,116 +0,0 @@ -{ - "card": { - "font": { - "title": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - } - }, - "subtile": { - "md": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - } - }, - "description": { - "md": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "subtitle": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "space-around": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "space-between": { - "card": { - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "title": { - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - } - } - }, - "border-radius": { - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/checkbox.json b/packages/calcite-design-tokens/src/component/checkbox.json deleted file mode 100644 index 9fb182b314b..00000000000 --- a/packages/calcite-design-tokens/src/component/checkbox.json +++ /dev/null @@ -1,110 +0,0 @@ -{ - "checkbox": { - "comp-size": { - "sm": { - "value": "{core.size.default.5}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.size.default.1}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.3}", - "type": "spacing" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "selected": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "border-radius": { - "value": "{semantic.border.radius.sharp}", - "type": "borderRadius" - }, - "border-width": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "font": { - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "space-around": { - "standard": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/chip.json b/packages/calcite-design-tokens/src/component/chip.json deleted file mode 100644 index 6bff33d7bfb..00000000000 --- a/packages/calcite-design-tokens/src/component/chip.json +++ /dev/null @@ -1,382 +0,0 @@ -{ - "chip": { - "font": { - "clear": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "solid": { - "grey": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "blue": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "red": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "yellow": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "green": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - } - } - }, - "icon": { - "solid": { - "grey": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "blue": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "red": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "yellow": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "green": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - } - }, - "clear": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "space-around": { - "right": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - }, - "left": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - } - }, - "background": { - "solid": { - "grey": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "red": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "blue": { - "light": { - "value": "{semantic.ui.color.info.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.info.default.dark}", - "type": "color" - } - }, - "green": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "yellow": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "closable-icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "space-around": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "border": { - "clear": { - "grey": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "red": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "blue": { - "light": { - "value": "{semantic.ui.color.info.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.info.default.dark}", - "type": "color" - } - }, - "green": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "yellow": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - } - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "border-width": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "text": { - "space-around": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/color-picker.json b/packages/calcite-design-tokens/src/component/color-picker.json deleted file mode 100644 index c3fdca3ca06..00000000000 --- a/packages/calcite-design-tokens/src/component/color-picker.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "color-picker": { - "font": { - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "saved-size": { - "sm": { - "value": "{core.size.default.8}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "swatch-size": { - "sm": { - "value": "{core.size.default.8}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.8}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "channels": { - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "auto", - "type": "spacing" - }, - "lg": { - "value": "auto", - "type": "spacing" - } - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/combobox.json b/packages/calcite-design-tokens/src/component/combobox.json deleted file mode 100644 index d659e612916..00000000000 --- a/packages/calcite-design-tokens/src/component/combobox.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "combobox": { - "font": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.bold.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.4}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.14}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.11}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/date-picker.json b/packages/calcite-design-tokens/src/component/date-picker.json deleted file mode 100644 index 2ce33773ae3..00000000000 --- a/packages/calcite-design-tokens/src/component/date-picker.json +++ /dev/null @@ -1,354 +0,0 @@ -{ - "date-picker": { - "font": { - "date": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "day": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.bold.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-2h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - } - }, - "month": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.1h}", - "type": "typography" - } - }, - "range": { - "date": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "selected": { - "date": { - "light": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - } - } - }, - "active": { - "date": { - "light": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "date": { - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "range": { - "light": { - "value": "{semantic.ui.color.foreground.current.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.current.dark}", - "type": "color" - } - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "date-row": { - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.2}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.0}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - } - } - }, - "date": { - "active": { - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.0}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.0}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - } - }, - "day": { - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "month": { - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.4}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/dropdown-item.json b/packages/calcite-design-tokens/src/component/dropdown-item.json deleted file mode 100644 index 21c9da2d0de..00000000000 --- a/packages/calcite-design-tokens/src/component/dropdown-item.json +++ /dev/null @@ -1,384 +0,0 @@ -{ - "dropdown-item": { - "font": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "selected": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "group-title": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.bold.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - } - } - }, - "icon": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "selected": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "select": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "container": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "space-around": { - "content": { - "left": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.0}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.0}", - "type": "spacing" - } - } - }, - "container": { - "default": { - "left": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - }, - "single": { - "left": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.13}", - "type": "spacing" - } - }, - "right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - }, - "multi": { - "left": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.13}", - "type": "spacing" - } - }, - "right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - } - }, - "group-title": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "icon-start": { - "left": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - }, - "right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - }, - "icon-end": { - "left": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/dropdown.json b/packages/calcite-design-tokens/src/component/dropdown.json deleted file mode 100644 index 84a3b43a2d9..00000000000 --- a/packages/calcite-design-tokens/src/component/dropdown.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "dropdown": { - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "box-shadow": { - "sm": { - "value": "{core.box-shadow.2}", - "type": "boxShadow" - }, - "md": { - "value": "{core.box-shadow.2}", - "type": "boxShadow" - }, - "lg": { - "value": "{core.box-shadow.2}", - "type": "boxShadow" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/fab.json b/packages/calcite-design-tokens/src/component/fab.json deleted file mode 100644 index fa1fcbeea29..00000000000 --- a/packages/calcite-design-tokens/src/component/fab.json +++ /dev/null @@ -1,490 +0,0 @@ -{ - "fab": { - "font": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "icon": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "border": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "background": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.full}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.full}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.full}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "icon-only": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/filter.json b/packages/calcite-design-tokens/src/component/filter.json deleted file mode 100644 index a824c6acca4..00000000000 --- a/packages/calcite-design-tokens/src/component/filter.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "filter": { - "font": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "input": { - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/icon.json b/packages/calcite-design-tokens/src/component/icon.json deleted file mode 100644 index 840688eeab6..00000000000 --- a/packages/calcite-design-tokens/src/component/icon.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "icon": { - "color": { - "value": "currentColor", - "type": "color" - }, - "size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-date-picker.json b/packages/calcite-design-tokens/src/component/input-date-picker.json deleted file mode 100644 index 98f2c5b163b..00000000000 --- a/packages/calcite-design-tokens/src/component/input-date-picker.json +++ /dev/null @@ -1,224 +0,0 @@ -{ - "input-date-picker": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "arrow": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "arrow-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-datetime-local.json b/packages/calcite-design-tokens/src/component/input-datetime-local.json deleted file mode 100644 index aa61fa4a085..00000000000 --- a/packages/calcite-design-tokens/src/component/input-datetime-local.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "input-datetime-local": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-email.json b/packages/calcite-design-tokens/src/component/input-email.json deleted file mode 100644 index bf02402b974..00000000000 --- a/packages/calcite-design-tokens/src/component/input-email.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-email": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-file.json b/packages/calcite-design-tokens/src/component/input-file.json deleted file mode 100644 index 9b9f6279cc9..00000000000 --- a/packages/calcite-design-tokens/src/component/input-file.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-file": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-message.json b/packages/calcite-design-tokens/src/component/input-message.json deleted file mode 100644 index 550e723b482..00000000000 --- a/packages/calcite-design-tokens/src/component/input-message.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "input-message": { - "font": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - } - }, - "icon": { - "idle": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "valid": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-month.json b/packages/calcite-design-tokens/src/component/input-month.json deleted file mode 100644 index 4a3b86ac4ef..00000000000 --- a/packages/calcite-design-tokens/src/component/input-month.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-month": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-number.json b/packages/calcite-design-tokens/src/component/input-number.json deleted file mode 100644 index 9b3a04c55f6..00000000000 --- a/packages/calcite-design-tokens/src/component/input-number.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-number": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-password.json b/packages/calcite-design-tokens/src/component/input-password.json deleted file mode 100644 index 6c6fdab02f7..00000000000 --- a/packages/calcite-design-tokens/src/component/input-password.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-password": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-search.json b/packages/calcite-design-tokens/src/component/input-search.json deleted file mode 100644 index 3c56293ba66..00000000000 --- a/packages/calcite-design-tokens/src/component/input-search.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-search": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-telephone.json b/packages/calcite-design-tokens/src/component/input-telephone.json deleted file mode 100644 index 74c77de8956..00000000000 --- a/packages/calcite-design-tokens/src/component/input-telephone.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-telephone": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-text.json b/packages/calcite-design-tokens/src/component/input-text.json deleted file mode 100644 index c39fc689979..00000000000 --- a/packages/calcite-design-tokens/src/component/input-text.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-text": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/input-time.json b/packages/calcite-design-tokens/src/component/input-time.json deleted file mode 100644 index 0967ef424bc..00000000000 --- a/packages/calcite-design-tokens/src/component/input-time.json +++ /dev/null @@ -1 +0,0 @@ -{} diff --git a/packages/calcite-design-tokens/src/component/input-week.json b/packages/calcite-design-tokens/src/component/input-week.json deleted file mode 100644 index c5ff19b8a45..00000000000 --- a/packages/calcite-design-tokens/src/component/input-week.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "input-week": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "prefix-suffix": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "invalid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "prefix-suffix": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "opacity": { - "placeholder": { - "light": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/label.json b/packages/calcite-design-tokens/src/component/label.json deleted file mode 100644 index f1df0f6abcd..00000000000 --- a/packages/calcite-design-tokens/src/component/label.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "label": { - "font": { - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/link.json b/packages/calcite-design-tokens/src/component/link.json deleted file mode 100644 index 181eb03baa6..00000000000 --- a/packages/calcite-design-tokens/src/component/link.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "link": { - "font": { - "light": { - "value": "{semantic.ui.color.text.link.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.link.dark}", - "type": "color" - }, - "regular": { - "value": "{semantic.font.wrap.regular.0}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.link.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.link.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.text.link.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.link.dark}", - "type": "color" - } - }, - "bottom": { - "border-width": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/loader.json b/packages/calcite-design-tokens/src/component/loader.json deleted file mode 100644 index e8af9ea2de9..00000000000 --- a/packages/calcite-design-tokens/src/component/loader.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "loader": { - "font": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "text": { - "value": "{semantic.font.wrap.regular.-2}", - "type": "typography" - }, - "value-text": { - "sm": { - "value": "{semantic.font.wrap.regular.-2}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.wrap.regular.0}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.wrap.regular.2}", - "type": "typography" - } - } - }, - "default": { - "comp-size": { - "sm": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.17}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.20}", - "type": "sizing" - } - }, - "space-between": { - "standard": { - "value": "{core.spacing.1}", - "type": "spacing" - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inline": { - "comp-size": { - "sm": { - "value": "{core.size.default.5}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "foreground": { - "indeterminate": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "determinate": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/modal.json b/packages/calcite-design-tokens/src/component/modal.json deleted file mode 100644 index bd729bf23a4..00000000000 --- a/packages/calcite-design-tokens/src/component/modal.json +++ /dev/null @@ -1,273 +0,0 @@ -{ - "modal": { - "font": { - "header": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.wrap.regular.1}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.wrap.regular.2}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.wrap.regular.3}", - "type": "typography" - } - }, - "content": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.1h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "top": { - "brand": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "info": { - "light": { - "value": "{semantic.ui.color.info.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.info.default.dark}", - "type": "color" - } - }, - "success": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "danger": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "warning": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - } - } - }, - "background": { - "value": "{semantic.ui.color.foreground.1}", - "type": "color", - "description": "Specifies the background color of content placed in the `content` slot." - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.8}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.9}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "content": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "cancel-button": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "border-width": { - "default": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "top": { - "sm": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - } - }, - "comp-size": { - "small-width": { - "value": "512", - "type": "sizing" - }, - "medium-width": { - "value": "768px", - "type": "sizing" - }, - "full-width": { - "value": "1504px", - "type": "sizing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/notice.json b/packages/calcite-design-tokens/src/component/notice.json deleted file mode 100644 index 65da380756c..00000000000 --- a/packages/calcite-design-tokens/src/component/notice.json +++ /dev/null @@ -1,280 +0,0 @@ -{ - "notice": { - "font": { - "title": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.wrap.medium.-1}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.wrap.medium.0}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.wrap.medium.1}", - "type": "typography" - } - }, - "message": { - "sm": { - "value": "{semantic.font.wrap.regular.-2}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.wrap.regular.-1}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.wrap.regular.0}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "icon": { - "info": { - "light": { - "value": "{semantic.ui.color.info.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.info.default.dark}", - "type": "color" - } - }, - "success": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "warning": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - }, - "danger": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "brand": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "highlight": { - "info": { - "light": { - "value": "{semantic.ui.color.info.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.info.default.dark}", - "type": "color" - } - }, - "success": { - "light": { - "value": "{semantic.ui.color.success.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.success.default.dark}", - "type": "color" - } - }, - "warning": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - }, - "danger": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "brand": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "border": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - } - }, - "content": { - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - }, - "space-around": { - "top-bottom": { - "sm": { - "value": "{core.spacing.4}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.6}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "left": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - }, - "shadow": { - "sm": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - }, - "md": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - }, - "lg": { - "value": "{core.box-shadow.1}", - "type": "boxShadow" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/pagination.json b/packages/calcite-design-tokens/src/component/pagination.json deleted file mode 100644 index 3413a2c13b8..00000000000 --- a/packages/calcite-design-tokens/src/component/pagination.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "pagination": { - "font": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.bold.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.4}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.14}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.11}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/panel-header.json b/packages/calcite-design-tokens/src/component/panel-header.json deleted file mode 100644 index 8a0ca1d0517..00000000000 --- a/packages/calcite-design-tokens/src/component/panel-header.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "panel-header": { - "font": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "heading": { - "md": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - }, - "description": { - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-width": { - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "top-bottom": { - "md": { - "value": "{core.spacing.6}", - "type": "spacing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/popover.json b/packages/calcite-design-tokens/src/component/popover.json deleted file mode 100644 index 9338ee045b2..00000000000 --- a/packages/calcite-design-tokens/src/component/popover.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "popover": { - "font": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.wrap.medium.-1}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.wrap.medium.0}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.wrap.medium.1}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "pointer-size": { - "sm": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.6}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "left-top-bottom": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - }, - "shadow": { - "sm": { - "value": "{core.box-shadow.2}", - "type": "boxShadow" - }, - "md": { - "value": "{core.box-shadow.2}", - "type": "boxShadow" - }, - "lg": { - "value": "{core.box-shadow.2}", - "type": "boxShadow" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/radio.json b/packages/calcite-design-tokens/src/component/radio.json deleted file mode 100644 index 755504a1494..00000000000 --- a/packages/calcite-design-tokens/src/component/radio.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "radio": { - "comp-size": { - "sm": { - "value": "{core.size.default.5}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.3}", - "type": "spacing" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border-radius": { - "value": "{semantic.border.border-radius.pill}", - "type": "borderRadius" - }, - "border-width": { - "unchecked": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "checked": { - "sm": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.3}", - "type": "borderWidth" - } - } - }, - "border": { - "unchecked": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "checked": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "font": { - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "space-around": { - "sm": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/rating.json b/packages/calcite-design-tokens/src/component/rating.json deleted file mode 100644 index e6529c0bd32..00000000000 --- a/packages/calcite-design-tokens/src/component/rating.json +++ /dev/null @@ -1,243 +0,0 @@ -{ - "rating": { - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "chip": { - "border-radius": { - "value": "{semantic.border.border-radius.pill}", - "type": "borderRadius" - }, - "value_text": { - "font": { - "sm": { - "value": "{semantic.font.default.bold.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "count": { - "font": { - "sm": { - "value": { - "typography": "{core.font.size.1}", - "fontWeights": "{core.font.weight.medium-italic}" - }, - "type": "composition" - }, - "md": { - "value": { - "typography": "{core.font.size.2}", - "fontWeights": "{core.font.weight.medium-italic}" - }, - "type": "composition" - }, - "lg": { - "value": { - "typography": "{core.font.size.3}", - "fontWeights": "{core.font.weight.medium-italic}" - }, - "type": "composition" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - } - }, - "star": { - "comp-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "average": { - "light": { - "value": "{semantic.ui.color.warning.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.warning.default.dark}", - "type": "color" - } - } - } - }, - "star-container": { - "space-between": { - "sm": { - "value": "{core.size.default.1}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.5}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.size.default.1}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.2}", - "type": "spacing" - } - } - }, - "average": { - "space-between": { - "sm": { - "value": "{core.size.default.1}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.5}", - "type": "spacing" - } - }, - "chip": { - "space-between": { - "sm": { - "value": "{core.size.default.1}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.5}", - "type": "spacing" - } - }, - "space-arround": { - "sm": { - "value": "{core.size.default.3}", - "type": "spacing" - }, - "md": { - "value": "{core.size.default.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "spacing" - } - } - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/scrim.json b/packages/calcite-design-tokens/src/component/scrim.json deleted file mode 100644 index da7a57f2f8c..00000000000 --- a/packages/calcite-design-tokens/src/component/scrim.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "scrim": { - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "opacity": { - "value": "{core.opacity.85}", - "type": "opacity" - } - } -} diff --git a/packages/calcite-design-tokens/src/component/segmented-control.json b/packages/calcite-design-tokens/src/component/segmented-control.json deleted file mode 100644 index 59080d1f43b..00000000000 --- a/packages/calcite-design-tokens/src/component/segmented-control.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "segmented-control": { - "font": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "sm": { - "value": "{semantic.font.default.bold.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - }, - "checked": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.4}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.14}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.11}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/slider-histogram-range.json b/packages/calcite-design-tokens/src/component/slider-histogram-range.json deleted file mode 100644 index 9c8667eedbf..00000000000 --- a/packages/calcite-design-tokens/src/component/slider-histogram-range.json +++ /dev/null @@ -1,284 +0,0 @@ -{ - "slider-histogram-range": { - "font": { - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "tick-label": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - } - } - }, - "handle": { - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "tick-size": { - "width": { - "sm": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.1}", - "type": "sizing" - } - }, - "height": { - "sm": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.2}", - "type": "sizing" - } - } - }, - "handle-size": { - "sm": { - "value": "{core.size.default.4}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "tick": { - "default": { - "background": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "active": { - "background": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - } - }, - "area": { - "active": { - "background": { - "light": { - "value": "#9BBDDF", - "type": "color" - }, - "dark": { - "value": "#8DCEF7", - "type": "color" - } - } - } - }, - "active-start-end": { - "width": { - "sm": { - "value": "{core.size.default.0}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.0}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.0}", - "type": "sizing" - } - }, - "height": { - "sm": { - "value": "{core.size.default.15}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.15}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.15}", - "type": "sizing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/slider-histogram.json b/packages/calcite-design-tokens/src/component/slider-histogram.json deleted file mode 100644 index 588c71869f7..00000000000 --- a/packages/calcite-design-tokens/src/component/slider-histogram.json +++ /dev/null @@ -1,280 +0,0 @@ -{ - "slider-histogram": { - "font": { - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "tick-label": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - } - } - }, - "handle": { - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - }, - "tick-size": { - "width": { - "sm": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.1}", - "type": "sizing" - } - }, - "height": { - "sm": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.2}", - "type": "sizing" - } - } - }, - "handle-size": { - "sm": { - "value": "{core.size.default.4}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "tick": { - "default": { - "background": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "active": { - "background": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - } - }, - "area": { - "active": { - "background": { - "light": { - "value": "#9BBDDF", - "type": "color" - }, - "dark": { - "value": "#8DCEF7", - "type": "color" - } - } - } - }, - "active-end": { - "width": { - "sm": { - "value": "{core.size.default.0}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.0}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.0}", - "type": "sizing" - } - }, - "height": { - "sm": { - "value": "{core.size.default.15}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.15}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.15}", - "type": "sizing" - } - }, - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/slider-range.json b/packages/calcite-design-tokens/src/component/slider-range.json deleted file mode 100644 index 5c92b19b34a..00000000000 --- a/packages/calcite-design-tokens/src/component/slider-range.json +++ /dev/null @@ -1,226 +0,0 @@ -{ - "slider-range": { - "font": { - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "tick-label": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - } - } - }, - "handle": { - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - }, - "tick-size": { - "width": { - "sm": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.1}", - "type": "sizing" - } - }, - "height": { - "sm": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.2}", - "type": "sizing" - } - } - }, - "handle-size": { - "sm": { - "value": "{core.size.default.4}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "tick": { - "default": { - "background": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "active": { - "background": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/slider.json b/packages/calcite-design-tokens/src/component/slider.json deleted file mode 100644 index 5fe682ac113..00000000000 --- a/packages/calcite-design-tokens/src/component/slider.json +++ /dev/null @@ -1,226 +0,0 @@ -{ - "slider": { - "font": { - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "tick-label": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - } - } - }, - "handle": { - "background": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - }, - "tick-size": { - "width": { - "sm": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.1}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.1}", - "type": "sizing" - } - }, - "height": { - "sm": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.2}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.2}", - "type": "sizing" - } - } - }, - "handle-size": { - "sm": { - "value": "{core.size.default.4}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.2}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "tick": { - "default": { - "background": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "active": { - "background": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/split-button.json b/packages/calcite-design-tokens/src/component/split-button.json deleted file mode 100644 index 8eecc59db8e..00000000000 --- a/packages/calcite-design-tokens/src/component/split-button.json +++ /dev/null @@ -1,830 +0,0 @@ -{ - "split-button": { - "font": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "icon": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "border": { - "brand": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inverse": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - } - }, - "neutral": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - } - }, - "danger": { - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - }, - "background": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "space-around": { - "content": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - }, - "dropdown": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - }, - "divider": { - "solid": { - "top-bottom": { - "value": "{core.spacing.1}", - "type": "spacing" - } - } - } - }, - "divider": { - "brand": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "inverse": { - "solid": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.inverse.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.inverse.dark}", - "type": "color" - } - } - }, - "neutral": { - "solid": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.foreground.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.3.dark}", - "type": "color" - } - } - }, - "danger": { - "solid": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline-fill": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "outline": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - }, - "transparent": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/stepper-item.json b/packages/calcite-design-tokens/src/component/stepper-item.json deleted file mode 100644 index 920d64b83bf..00000000000 --- a/packages/calcite-design-tokens/src/component/stepper-item.json +++ /dev/null @@ -1,372 +0,0 @@ -{ - "stepper-item": { - "font": { - "heading": { - "default": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "error": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "complete": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "sm": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.1h}", - "type": "typography" - } - }, - "description": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "error": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "complete": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "context": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "error": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - }, - "complete": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - } - }, - "icon": { - "default": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "error": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - }, - "error": { - "light": { - "value": "{semantic.ui.color.danger.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.danger.default.dark}", - "type": "color" - } - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.14}", - "type": "spacing" - } - }, - "space-around": { - "left": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "right": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.8}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.8}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.9}", - "type": "spacing" - } - } - }, - "disabled": { - "value": "{core.opacity.50}", - "type": "opacity" - } - } -} diff --git a/packages/calcite-design-tokens/src/component/stepper.json b/packages/calcite-design-tokens/src/component/stepper.json deleted file mode 100644 index 96f427deb94..00000000000 --- a/packages/calcite-design-tokens/src/component/stepper.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "stepper": { - "font": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.bold.-3h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.4}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.14}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.11}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/switch.json b/packages/calcite-design-tokens/src/component/switch.json deleted file mode 100644 index a385f876177..00000000000 --- a/packages/calcite-design-tokens/src/component/switch.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "switch": { - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "checked": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.full}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.full}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.full}", - "type": "borderRadius" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.15}", - "type": "sizing" - } - }, - "handle-size": { - "sm": { - "value": "{core.size.default.5}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "checked": { - "light": { - "value": "{semantic.ui.color.brand.hover.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.hover.dark}", - "type": "color" - } - } - }, - "handle": { - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "checked": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "checked": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.half}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.half}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.half}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/tab-title.json b/packages/calcite-design-tokens/src/component/tab-title.json deleted file mode 100644 index 46edecb3f6a..00000000000 --- a/packages/calcite-design-tokens/src/component/tab-title.json +++ /dev/null @@ -1,228 +0,0 @@ -{ - "tab-title": { - "font": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "icon": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "bordered": { - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "active": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "default": { - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.1}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.4}", - "type": "spacing" - } - } - } - }, - "border": { - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/tabs.json b/packages/calcite-design-tokens/src/component/tabs.json deleted file mode 100644 index 65069a2b49b..00000000000 --- a/packages/calcite-design-tokens/src/component/tabs.json +++ /dev/null @@ -1,242 +0,0 @@ -{ - "tabs": { - "font": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "icon": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "active": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - } - } - }, - "bordered": { - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.10}", - "type": "spacing" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "active": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - } - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "default": { - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.8}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.9}", - "type": "spacing" - } - } - }, - "border": { - "active": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/textarea.json b/packages/calcite-design-tokens/src/component/textarea.json deleted file mode 100644 index df01ac09aa1..00000000000 --- a/packages/calcite-design-tokens/src/component/textarea.json +++ /dev/null @@ -1,200 +0,0 @@ -{ - "textarea": { - "font": { - "placeholder-value": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "label": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "read-only": { - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - }, - "chat-limit": { - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - }, - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.input.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.input.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "read-only": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.7}", - "type": "sizing" - } - }, - "space-around": { - "left-right": { - "sm": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "top-bottom": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/time-picker.json b/packages/calcite-design-tokens/src/component/time-picker.json deleted file mode 100644 index e2d91fb5c35..00000000000 --- a/packages/calcite-design-tokens/src/component/time-picker.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "time-picker": { - "font": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.bold.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.bold.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.bold.0h}", - "type": "typography" - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.background.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.background.dark}", - "type": "color" - } - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.2.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.4}", - "type": "borderWidth" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.14}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.7}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.11}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/tip-manager.json b/packages/calcite-design-tokens/src/component/tip-manager.json deleted file mode 100644 index 251ef1e9530..00000000000 --- a/packages/calcite-design-tokens/src/component/tip-manager.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "tip-manager": { - "font": { - "heading": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.default.bold.1h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "border-radius": { - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "icon-size": { - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - } - }, - "header": { - "space-between": { - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "left": { - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - } - }, - "footer": { - "space-around": { - "top": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - }, - "bottom": { - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - } - } - } - }, - "border-width": { - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - }, - "space-between": { - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - } - }, - "space-around": { - "top-bottom": { - "md": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/tip.json b/packages/calcite-design-tokens/src/component/tip.json deleted file mode 100644 index 3e195cab7d9..00000000000 --- a/packages/calcite-design-tokens/src/component/tip.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "tip": { - "font": { - "heading": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - }, - "description": { - "light": { - "value": "{semantic.ui.color.text.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.2.dark}", - "type": "color" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - } - } - }, - "icon": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "background": { - "default": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - } - }, - "border-radius": { - "md": { - "value": "{core.border.border-radius.none}", - "type": "borderRadius" - } - }, - "icon-size": { - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - } - }, - "border": { - "default": { - "light": { - "value": "{semantic.ui.color.border.2.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.2.dark}", - "type": "color" - } - } - }, - "default": { - "space-between": { - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "space-around": { - "md": { - "value": "{core.spacing.7}", - "type": "spacing" - } - } - }, - "selected": { - "space-between": { - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - } - }, - "space-around": { - "md": { - "value": "{core.spacing.none}", - "type": "spacing" - } - } - }, - "border-width": { - "md": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/tooltip.json b/packages/calcite-design-tokens/src/component/tooltip.json deleted file mode 100644 index 99ea4c26669..00000000000 --- a/packages/calcite-design-tokens/src/component/tooltip.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "tooltip": { - "space-arround": { - "top-bottom": { - "value": "{core.spacing.5}", - "type": "spacing" - }, - "left-right": { - "value": "{core.spacing.7}", - "type": "spacing" - } - }, - "foreground": { - "light": { - "value": "{semantic.ui.color.foreground.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.foreground.1.dark}", - "type": "color" - } - }, - "font": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "standard": { - "value": "{semantic.font.wrap.medium.-2}", - "type": "typography" - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.3.dark}", - "type": "color" - } - }, - "border-radius": { - "value": "{core.border.border-radius.1}", - "type": "borderRadius" - }, - "border-width": { - "value": "{core.border.border-width.0}", - "type": "borderWidth" - }, - "arrow": { - "width": { - "value": "{core.size.default.6}", - "type": "sizing" - }, - "height": { - "value": "{core.size.default.2}", - "type": "sizing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/component/tree-item.json b/packages/calcite-design-tokens/src/component/tree-item.json deleted file mode 100644 index 427514f5e35..00000000000 --- a/packages/calcite-design-tokens/src/component/tree-item.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "tree-item": { - "font": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.regular.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.regular.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.regular.0h}", - "type": "typography" - } - }, - "selected": { - "light": { - "value": "{semantic.ui.color.text.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.1.dark}", - "type": "color" - }, - "sm": { - "value": "{semantic.font.default.medium.-2h}", - "type": "typography" - }, - "md": { - "value": "{semantic.font.default.medium.-1h}", - "type": "typography" - }, - "lg": { - "value": "{semantic.font.default.medium.0h}", - "type": "typography" - } - }, - "children-selected": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "icon": { - "default": { - "light": { - "value": "{semantic.ui.color.text.3.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.text.3.dark}", - "type": "color" - } - }, - "selected": { - "light": { - "value": "{semantic.ui.color.brand.default.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.brand.default.dark}", - "type": "color" - } - } - }, - "border": { - "light": { - "value": "{semantic.ui.color.border.1.light}", - "type": "color" - }, - "dark": { - "value": "{semantic.ui.color.border.1.dark}", - "type": "color" - } - }, - "border-radius": { - "sm": { - "value": "{core.border.border-radius.4}", - "type": "borderRadius" - }, - "md": { - "value": "{core.border.border-radius.5}", - "type": "borderRadius" - }, - "lg": { - "value": "{core.border.border-radius.6}", - "type": "borderRadius" - } - }, - "border-width": { - "sm": { - "value": "{core.border.border-width.1}", - "type": "borderWidth" - }, - "md": { - "value": "{core.border.border-width.2}", - "type": "borderWidth" - }, - "lg": { - "value": "{core.border.border-width.4}", - "type": "borderWidth" - } - }, - "comp-size": { - "sm": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.11}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.14}", - "type": "sizing" - } - }, - "icon-size": { - "sm": { - "value": "{core.size.default.7}", - "type": "sizing" - }, - "md": { - "value": "{core.size.default.9}", - "type": "sizing" - }, - "lg": { - "value": "{core.size.default.11}", - "type": "sizing" - } - }, - "space-between": { - "sm": { - "value": "{core.spacing.9}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.11}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.14}", - "type": "spacing" - } - }, - "space-around": { - "sm": { - "value": "{core.spacing.1}", - "type": "spacing" - }, - "md": { - "value": "{core.spacing.3}", - "type": "spacing" - }, - "lg": { - "value": "{core.spacing.5}", - "type": "spacing" - } - } - } -} diff --git a/packages/calcite-design-tokens/src/index.ts b/packages/calcite-design-tokens/src/index.ts index 54559e290db..6763ae63c53 100644 --- a/packages/calcite-design-tokens/src/index.ts +++ b/packages/calcite-design-tokens/src/index.ts @@ -1,7 +1,6 @@ import { dirname, resolve } from "path"; import { fileURLToPath } from "url"; import { createCalciteTokenFiles } from "../support/token-transformer/helpers/createCalciteTokenFiles.js"; -import { getFiles } from "../support/token-transformer/helpers/getFiles.js"; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); @@ -17,19 +16,4 @@ export const globalTokens = await createCalciteTokenFiles({ references: coreTokens.source, }); -export const componentTokens = await getFiles(resolve(__dirname, "component")).then((components) => - Promise.all( - Object.entries(components).map(([name, path]) => - createCalciteTokenFiles({ - name, - path, - references: globalTokens.source, - options: { - outputReferences: true, - }, - }) - ) - ) -); - export { config } from "./$config.js";