carbon-react 106.1.3 → 106.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__internal__/checkable-input/checkable-input.d.ts +2 -2
- package/esm/__internal__/fieldset/fieldset.component.d.ts +45 -15
- package/esm/__internal__/form-field/form-field.component.d.ts +14 -0
- package/esm/__internal__/form-field/form-field.d.ts +2 -4
- package/esm/__internal__/input/input-presentation.style.d.ts +1 -1
- package/esm/__internal__/label/label.d.ts +2 -2
- package/esm/__internal__/validations/validation-icon.component.d.ts +2 -5
- package/esm/__spec_helper__/test-utils.d.ts +1 -1
- package/esm/components/accordion/accordion-group/accordion-group.component.d.ts +17 -3
- package/esm/components/accordion/accordion.component.js +1 -1
- package/esm/components/action-popover/action-popover.component.d.ts +35 -18
- package/esm/components/advanced-color-picker/advanced-color-picker.component.d.ts +14 -0
- package/esm/components/box/box.component.d.ts +1 -6
- package/esm/components/button-toggle-group/button-toggle-group.component.d.ts +14 -0
- package/esm/components/button-toggle-group/button-toggle-group.d.ts +2 -4
- package/esm/components/carbon-provider/carbon-provider.component.d.ts +1 -1
- package/esm/components/carbon-provider/carbon-provider.component.js +40 -38
- package/esm/components/card/card-row/card-row.component.d.ts +19 -4
- package/esm/components/card/card.component.d.ts +28 -10
- package/esm/components/checkbox/checkbox-group.component.d.ts +48 -15
- package/esm/components/checkbox/checkbox-group.d.ts +2 -2
- package/esm/components/checkbox/checkbox.component.d.ts +14 -0
- package/esm/components/content/content.component.d.ts +31 -9
- package/esm/components/date/__internal__/date-formats/index.js +88 -20
- package/esm/components/date/__internal__/utils.js +13 -3
- package/esm/components/date/date.component.js +13 -5
- package/esm/components/date-range/date-range.component.d.ts +68 -20
- package/esm/components/decimal/decimal.component.d.ts +14 -0
- package/esm/components/detail/detail.component.d.ts +34 -6
- package/esm/components/draggable/draggable-container.component.d.ts +24 -4
- package/esm/components/draggable/draggable-item.component.d.ts +34 -6
- package/esm/components/duelling-picklist/duelling-picklist.component.d.ts +27 -8
- package/esm/components/fieldset/fieldset.component.d.ts +23 -7
- package/esm/components/flat-table/flat-table-cell/flat-table-cell.component.d.ts +66 -17
- package/esm/components/flat-table/flat-table-header/flat-table-header.component.d.ts +48 -14
- package/esm/components/flat-table/flat-table-row-header/flat-table-row-header.component.d.ts +44 -12
- package/esm/components/flat-table/flat-table.component.d.ts +46 -20
- package/esm/components/grid/grid-item/grid-item.component.d.ts +29 -22
- package/esm/components/grouped-character/grouped-character.component.d.ts +32 -10
- package/esm/components/heading/heading.component.d.ts +66 -18
- package/esm/components/help/help.component.d.ts +51 -22
- package/esm/components/loader/loader.component.d.ts +14 -0
- package/esm/components/loader-bar/loader-bar.component.d.ts +18 -3
- package/esm/components/message/message.component.d.ts +36 -12
- package/esm/components/multi-action-button/multi-action-button.component.d.ts +14 -0
- package/esm/components/note/note.component.d.ts +34 -11
- package/esm/components/numeral-date/numeral-date.component.d.ts +14 -0
- package/esm/components/numeral-date/numeral-date.d.ts +2 -2
- package/esm/components/pill/pill.component.d.ts +37 -22
- package/esm/components/pill/pill.style.js +1 -1
- package/esm/components/popover-container/popover-container.component.d.ts +54 -23
- package/esm/components/portrait/portrait.component.d.ts +55 -29
- package/esm/components/preview/preview.component.d.ts +26 -9
- package/esm/components/profile/profile.component.d.ts +28 -8
- package/esm/components/progress-tracker/progress-tracker.component.d.ts +14 -0
- package/esm/components/radio-button/radio-button-group.component.d.ts +60 -21
- package/esm/components/radio-button/radio-button-group.d.ts +2 -4
- package/esm/components/search/search.component.d.ts +14 -0
- package/esm/components/select/select-textbox/select-textbox.d.ts +2 -2
- package/esm/components/settings-row/settings-row.component.d.ts +26 -7
- package/esm/components/show-edit-pod/show-edit-pod.component.d.ts +58 -23
- package/esm/components/simple-color-picker/simple-color-picker.component.d.ts +52 -17
- package/esm/components/simple-color-picker/simple-color-picker.d.ts +2 -4
- package/esm/components/split-button/split-button.component.d.ts +14 -0
- package/esm/components/step-sequence/step-sequence.component.d.ts +21 -6
- package/esm/components/switch/switch.component.d.ts +14 -0
- package/esm/components/tabs/tab/tab.component.d.ts +51 -20
- package/esm/components/tabs/tabs.component.d.ts +46 -15
- package/esm/components/textarea/textarea.component.d.ts +14 -0
- package/esm/components/textarea/textarea.d.ts +2 -2
- package/esm/components/textbox/textbox.component.d.ts +14 -0
- package/esm/components/textbox/textbox.d.ts +2 -2
- package/esm/components/tile/tile-footer/tile-footer.component.d.ts +19 -4
- package/esm/components/tile-select/tile-select-group.component.d.ts +35 -12
- package/esm/components/tile-select/tile-select.component.d.ts +63 -26
- package/esm/components/typography/list.component.d.ts +1 -2
- package/esm/components/typography/typography.component.d.ts +1 -6
- package/esm/global.d.ts +1 -0
- package/esm/style/color-config/index.d.ts +2 -3
- package/esm/style/color-config/index.js +3 -2
- package/esm/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +3 -2
- package/esm/style/design-tokens/debug-theme.util.d.ts +449 -1
- package/esm/style/design-tokens/debug-theme.util.js +1 -1
- package/esm/style/design-tokens/generate-css-variables.util.d.ts +10 -1
- package/esm/style/global-style.d.ts +1 -8
- package/esm/style/palette/index.d.ts +19 -7
- package/esm/style/themes/aegean/aegean-theme.config.d.ts +3 -25
- package/esm/style/themes/aegean/aegean-theme.config.js +16 -14
- package/esm/style/themes/aegean/index.d.ts +2 -5
- package/esm/style/themes/base/base-theme.config.d.ts +31 -468
- package/esm/style/themes/base/base-theme.config.js +3 -1
- package/esm/style/themes/base/index.d.ts +3 -62
- package/esm/style/themes/base/index.js +2 -2
- package/esm/style/themes/index.d.ts +1 -5
- package/esm/style/themes/medium/index.d.ts +1 -1
- package/esm/style/themes/mint/index.d.ts +2 -5
- package/esm/style/themes/mint/mint-theme.config.d.ts +3 -25
- package/esm/style/themes/mint/mint-theme.config.js +16 -14
- package/esm/style/themes/none/index.d.ts +2 -5
- package/esm/style/themes/none/none-theme.config.d.ts +2 -3
- package/esm/style/themes/sage/index.d.ts +8 -11
- package/esm/style/themes/small/index.d.ts +1 -1
- package/esm/style/themes/test-utils.d.ts +1 -1
- package/esm/style/utils/add-hex-symbols.d.ts +1 -1
- package/esm/style/utils/at-opacity.d.ts +6 -1
- package/esm/style/utils/at-opacity.js +4 -2
- package/esm/style/utils/color.d.ts +3 -7
- package/esm/style/utils/color.js +10 -10
- package/esm/style/utils/filter-out-styled-system-spacing-props.d.ts +1 -3
- package/esm/style/utils/filter-styled-system-margin-props.d.ts +3 -1
- package/esm/style/utils/filter-styled-system-margin-props.js +1 -1
- package/esm/style/utils/filter-styled-system-padding-props.d.ts +3 -1
- package/esm/style/utils/filter-styled-system-padding-props.js +1 -1
- package/esm/style/utils/get-rgb-values.d.ts +2 -2
- package/esm/style/utils/get-rgb-values.js +1 -1
- package/esm/style/utils/index.d.ts +1 -1
- package/esm/style/utils/merge-deep.d.ts +2 -6
- package/esm/style/utils/merge-deep.js +19 -22
- package/esm/style/utils/mix.d.ts +4 -1
- package/esm/style/utils/mix.js +10 -5
- package/esm/style/utils/shade.d.ts +1 -1
- package/esm/style/utils/tint.d.ts +1 -1
- package/esm/style/utils/width.d.ts +2 -3
- package/lib/__internal__/checkable-input/checkable-input.d.ts +2 -2
- package/lib/__internal__/fieldset/fieldset.component.d.ts +45 -15
- package/lib/__internal__/form-field/form-field.component.d.ts +14 -0
- package/lib/__internal__/form-field/form-field.d.ts +2 -4
- package/lib/__internal__/input/input-presentation.style.d.ts +1 -1
- package/lib/__internal__/label/label.d.ts +2 -2
- package/lib/__internal__/validations/validation-icon.component.d.ts +2 -5
- package/lib/__spec_helper__/test-utils.d.ts +1 -1
- package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +17 -3
- package/lib/components/accordion/accordion.component.js +1 -1
- package/lib/components/action-popover/action-popover.component.d.ts +35 -18
- package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +14 -0
- package/lib/components/box/box.component.d.ts +1 -6
- package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +14 -0
- package/lib/components/button-toggle-group/button-toggle-group.d.ts +2 -4
- package/lib/components/carbon-provider/carbon-provider.component.d.ts +1 -1
- package/lib/components/carbon-provider/carbon-provider.component.js +20 -19
- package/lib/components/card/card-row/card-row.component.d.ts +19 -4
- package/lib/components/card/card.component.d.ts +28 -10
- package/lib/components/checkbox/checkbox-group.component.d.ts +48 -15
- package/lib/components/checkbox/checkbox-group.d.ts +2 -2
- package/lib/components/checkbox/checkbox.component.d.ts +14 -0
- package/lib/components/content/content.component.d.ts +31 -9
- package/lib/components/date/__internal__/date-formats/index.js +88 -20
- package/lib/components/date/__internal__/utils.js +14 -3
- package/lib/components/date/date.component.js +13 -5
- package/lib/components/date-range/date-range.component.d.ts +68 -20
- package/lib/components/decimal/decimal.component.d.ts +14 -0
- package/lib/components/detail/detail.component.d.ts +34 -6
- package/lib/components/draggable/draggable-container.component.d.ts +24 -4
- package/lib/components/draggable/draggable-item.component.d.ts +34 -6
- package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +27 -8
- package/lib/components/fieldset/fieldset.component.d.ts +23 -7
- package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.d.ts +66 -17
- package/lib/components/flat-table/flat-table-header/flat-table-header.component.d.ts +48 -14
- package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.d.ts +44 -12
- package/lib/components/flat-table/flat-table.component.d.ts +46 -20
- package/lib/components/grid/grid-item/grid-item.component.d.ts +29 -22
- package/lib/components/grouped-character/grouped-character.component.d.ts +32 -10
- package/lib/components/heading/heading.component.d.ts +66 -18
- package/lib/components/help/help.component.d.ts +51 -22
- package/lib/components/loader/loader.component.d.ts +14 -0
- package/lib/components/loader-bar/loader-bar.component.d.ts +18 -3
- package/lib/components/message/message.component.d.ts +36 -12
- package/lib/components/multi-action-button/multi-action-button.component.d.ts +14 -0
- package/lib/components/note/note.component.d.ts +34 -11
- package/lib/components/numeral-date/numeral-date.component.d.ts +14 -0
- package/lib/components/numeral-date/numeral-date.d.ts +2 -2
- package/lib/components/pill/pill.component.d.ts +37 -22
- package/lib/components/pill/pill.style.js +1 -1
- package/lib/components/popover-container/popover-container.component.d.ts +54 -23
- package/lib/components/portrait/portrait.component.d.ts +55 -29
- package/lib/components/preview/preview.component.d.ts +26 -9
- package/lib/components/profile/profile.component.d.ts +28 -8
- package/lib/components/progress-tracker/progress-tracker.component.d.ts +14 -0
- package/lib/components/radio-button/radio-button-group.component.d.ts +60 -21
- package/lib/components/radio-button/radio-button-group.d.ts +2 -4
- package/lib/components/search/search.component.d.ts +14 -0
- package/lib/components/select/select-textbox/select-textbox.d.ts +2 -2
- package/lib/components/settings-row/settings-row.component.d.ts +26 -7
- package/lib/components/show-edit-pod/show-edit-pod.component.d.ts +58 -23
- package/lib/components/simple-color-picker/simple-color-picker.component.d.ts +52 -17
- package/lib/components/simple-color-picker/simple-color-picker.d.ts +2 -4
- package/lib/components/split-button/split-button.component.d.ts +14 -0
- package/lib/components/step-sequence/step-sequence.component.d.ts +21 -6
- package/lib/components/switch/switch.component.d.ts +14 -0
- package/lib/components/tabs/tab/tab.component.d.ts +51 -20
- package/lib/components/tabs/tabs.component.d.ts +46 -15
- package/lib/components/textarea/textarea.component.d.ts +14 -0
- package/lib/components/textarea/textarea.d.ts +2 -2
- package/lib/components/textbox/textbox.component.d.ts +14 -0
- package/lib/components/textbox/textbox.d.ts +2 -2
- package/lib/components/tile/tile-footer/tile-footer.component.d.ts +19 -4
- package/lib/components/tile-select/tile-select-group.component.d.ts +35 -12
- package/lib/components/tile-select/tile-select.component.d.ts +63 -26
- package/lib/components/typography/list.component.d.ts +1 -2
- package/lib/components/typography/typography.component.d.ts +1 -6
- package/lib/global.d.ts +1 -0
- package/lib/style/color-config/index.d.ts +2 -3
- package/lib/style/color-config/index.js +2 -1
- package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.d.ts +3 -2
- package/lib/style/design-tokens/debug-theme.util.d.ts +449 -1
- package/lib/style/design-tokens/generate-css-variables.util.d.ts +10 -1
- package/lib/style/global-style.d.ts +1 -8
- package/lib/style/palette/index.d.ts +19 -7
- package/lib/style/themes/aegean/aegean-theme.config.d.ts +3 -25
- package/lib/style/themes/aegean/aegean-theme.config.js +16 -14
- package/lib/style/themes/aegean/index.d.ts +2 -5
- package/lib/style/themes/base/base-theme.config.d.ts +31 -468
- package/lib/style/themes/base/base-theme.config.js +3 -1
- package/lib/style/themes/base/index.d.ts +3 -62
- package/lib/style/themes/base/index.js +2 -2
- package/lib/style/themes/index.d.ts +1 -5
- package/lib/style/themes/medium/index.d.ts +1 -1
- package/lib/style/themes/mint/index.d.ts +2 -5
- package/lib/style/themes/mint/mint-theme.config.d.ts +3 -25
- package/lib/style/themes/mint/mint-theme.config.js +16 -14
- package/lib/style/themes/none/index.d.ts +2 -5
- package/lib/style/themes/none/none-theme.config.d.ts +2 -3
- package/lib/style/themes/sage/index.d.ts +8 -11
- package/lib/style/themes/small/index.d.ts +1 -1
- package/lib/style/themes/test-utils.d.ts +1 -1
- package/lib/style/utils/add-hex-symbols.d.ts +1 -1
- package/lib/style/utils/at-opacity.d.ts +6 -1
- package/lib/style/utils/at-opacity.js +4 -2
- package/lib/style/utils/color.d.ts +3 -7
- package/lib/style/utils/color.js +9 -9
- package/lib/style/utils/filter-out-styled-system-spacing-props.d.ts +1 -3
- package/lib/style/utils/filter-styled-system-margin-props.d.ts +3 -1
- package/lib/style/utils/filter-styled-system-margin-props.js +2 -0
- package/lib/style/utils/filter-styled-system-padding-props.d.ts +3 -1
- package/lib/style/utils/filter-styled-system-padding-props.js +2 -0
- package/lib/style/utils/get-rgb-values.d.ts +2 -2
- package/lib/style/utils/get-rgb-values.js +1 -1
- package/lib/style/utils/index.d.ts +1 -1
- package/lib/style/utils/merge-deep.d.ts +2 -6
- package/lib/style/utils/merge-deep.js +20 -24
- package/lib/style/utils/mix.d.ts +4 -1
- package/lib/style/utils/mix.js +10 -5
- package/lib/style/utils/shade.d.ts +1 -1
- package/lib/style/utils/tint.d.ts +1 -1
- package/lib/style/utils/width.d.ts +2 -3
- package/package.json +1 -1
- package/esm/style/__spec__.d.ts +0 -1
- package/esm/style/__spec__.js +0 -76
- package/lib/style/__spec__.d.ts +0 -1
- package/lib/style/__spec__.js +0 -82
|
@@ -1,2 +1,450 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare const _default: {
|
|
2
|
+
compatibility: {
|
|
3
|
+
metaName: string;
|
|
4
|
+
metaPublic: string;
|
|
5
|
+
colorsLogo: string;
|
|
6
|
+
colorsTransparent: string;
|
|
7
|
+
colorsYin030: string;
|
|
8
|
+
colorsYin055: string;
|
|
9
|
+
colorsYin065: string;
|
|
10
|
+
colorsYin075: string;
|
|
11
|
+
colorsYin090: string;
|
|
12
|
+
colorsYang100: string;
|
|
13
|
+
colorsYang030: string;
|
|
14
|
+
colorsYang080: string;
|
|
15
|
+
colorsGray600: string;
|
|
16
|
+
colorsGray700: string;
|
|
17
|
+
colorsGray750: string;
|
|
18
|
+
colorsGray850: string;
|
|
19
|
+
colorsGray900: string;
|
|
20
|
+
colorsGray1000: string;
|
|
21
|
+
colorsGray000: string;
|
|
22
|
+
colorsDisabled400: string;
|
|
23
|
+
colorsDisabled500: string;
|
|
24
|
+
colorsDisabled600: string;
|
|
25
|
+
colorsReadOnly400: string;
|
|
26
|
+
colorsReadOnly500: string;
|
|
27
|
+
colorsReadOnly600: string;
|
|
28
|
+
colorsComponentsMenuSpringStandard500: string;
|
|
29
|
+
colorsComponentsMenuSpringStandard600: string;
|
|
30
|
+
colorsComponentsMenuSpringStandard700: string;
|
|
31
|
+
colorsComponentsMenuSpringParent500: string;
|
|
32
|
+
colorsComponentsMenuSpringParent600: string;
|
|
33
|
+
colorsComponentsMenuSpringParent700: string;
|
|
34
|
+
colorsComponentsMenuSpringChild400: string;
|
|
35
|
+
colorsComponentsMenuSpringChild500: string;
|
|
36
|
+
colorsComponentsMenuSpringChild600: string;
|
|
37
|
+
colorsComponentsMenuSpringChildAlt400: string;
|
|
38
|
+
colorsComponentsMenuSpringChildAlt500: string;
|
|
39
|
+
colorsComponentsMenuSpringChildAlt600: string;
|
|
40
|
+
colorsComponentsMenuSummerStandard400: string;
|
|
41
|
+
colorsComponentsMenuSummerStandard500: string;
|
|
42
|
+
colorsComponentsMenuSummerStandard600: string;
|
|
43
|
+
colorsComponentsMenuSummerStandard700: string;
|
|
44
|
+
colorsComponentsMenuSummerStandard800: string;
|
|
45
|
+
colorsComponentsMenuSummerParent400: string;
|
|
46
|
+
colorsComponentsMenuSummerParent500: string;
|
|
47
|
+
colorsComponentsMenuSummerParent600: string;
|
|
48
|
+
colorsComponentsMenuSummerParent700: string;
|
|
49
|
+
colorsComponentsMenuSummerParent800: string;
|
|
50
|
+
colorsComponentsMenuSummerChild300: string;
|
|
51
|
+
colorsComponentsMenuSummerChild400: string;
|
|
52
|
+
colorsComponentsMenuSummerChild500: string;
|
|
53
|
+
colorsComponentsMenuSummerChild600: string;
|
|
54
|
+
colorsComponentsMenuSummerChild700: string;
|
|
55
|
+
colorsComponentsMenuSummerChild800: string;
|
|
56
|
+
colorsComponentsMenuSummerChildAlt300: string;
|
|
57
|
+
colorsComponentsMenuSummerChildAlt400: string;
|
|
58
|
+
colorsComponentsMenuSummerChildAlt500: string;
|
|
59
|
+
colorsComponentsMenuSummerChildAlt600: string;
|
|
60
|
+
colorsComponentsMenuSummerChildAlt700: string;
|
|
61
|
+
colorsComponentsMenuSummerChildAlt800: string;
|
|
62
|
+
colorsComponentsMenuAutumnStandard500: string;
|
|
63
|
+
colorsComponentsMenuAutumnStandard600: string;
|
|
64
|
+
colorsComponentsMenuAutumnStandard700: string;
|
|
65
|
+
colorsComponentsMenuAutumnParent500: string;
|
|
66
|
+
colorsComponentsMenuAutumnParent600: string;
|
|
67
|
+
colorsComponentsMenuAutumnParent700: string;
|
|
68
|
+
colorsComponentsMenuAutumnChild400: string;
|
|
69
|
+
colorsComponentsMenuAutumnChild500: string;
|
|
70
|
+
colorsComponentsMenuAutumnChild600: string;
|
|
71
|
+
colorsComponentsMenuAutumnChildAlt400: string;
|
|
72
|
+
colorsComponentsMenuAutumnChildAlt500: string;
|
|
73
|
+
colorsComponentsMenuAutumnChildAlt600: string;
|
|
74
|
+
colorsComponentsMenuWinterStandard400: string;
|
|
75
|
+
colorsComponentsMenuWinterStandard500: string;
|
|
76
|
+
colorsComponentsMenuWinterStandard600: string;
|
|
77
|
+
colorsComponentsMenuWinterStandard700: string;
|
|
78
|
+
colorsComponentsMenuWinterStandard800: string;
|
|
79
|
+
colorsComponentsMenuWinterParent400: string;
|
|
80
|
+
colorsComponentsMenuWinterParent500: string;
|
|
81
|
+
colorsComponentsMenuWinterParent600: string;
|
|
82
|
+
colorsComponentsMenuWinterParent700: string;
|
|
83
|
+
colorsComponentsMenuWinterParent800: string;
|
|
84
|
+
colorsComponentsMenuWinterChild300: string;
|
|
85
|
+
colorsComponentsMenuWinterChild400: string;
|
|
86
|
+
colorsComponentsMenuWinterChild500: string;
|
|
87
|
+
colorsComponentsMenuWinterChild600: string;
|
|
88
|
+
colorsComponentsMenuWinterChild700: string;
|
|
89
|
+
colorsComponentsMenuWinterChild800: string;
|
|
90
|
+
colorsComponentsMenuWinterChildAlt300: string;
|
|
91
|
+
colorsComponentsMenuWinterChildAlt400: string;
|
|
92
|
+
colorsComponentsMenuWinterChildAlt500: string;
|
|
93
|
+
colorsComponentsMenuWinterChildAlt600: string;
|
|
94
|
+
colorsComponentsMenuWinterChildAlt700: string;
|
|
95
|
+
colorsComponentsMenuWinterChildAlt800: string;
|
|
96
|
+
colorsComponentsMenuYin100: string;
|
|
97
|
+
colorsComponentsMenuYin065: string;
|
|
98
|
+
colorsComponentsMenuYin090: string;
|
|
99
|
+
colorsComponentsMenuYang100: string;
|
|
100
|
+
colorsComponentsMenuYang080: string;
|
|
101
|
+
colorsComponentsMenuTransparent: string;
|
|
102
|
+
colorsUtilityMajor100: string;
|
|
103
|
+
colorsUtilityMajor150: string;
|
|
104
|
+
colorsUtilityMajor200: string;
|
|
105
|
+
colorsUtilityMajor300: string;
|
|
106
|
+
colorsUtilityMajor400: string;
|
|
107
|
+
colorsUtilityMajor500: string;
|
|
108
|
+
colorsUtilityMajor800: string;
|
|
109
|
+
colorsUtilityMajor025: string;
|
|
110
|
+
colorsUtilityMajor010: string;
|
|
111
|
+
colorsUtilityMajor040: string;
|
|
112
|
+
colorsUtilityMajor050: string;
|
|
113
|
+
colorsUtilityMajor075: string;
|
|
114
|
+
colorsUtilityMajorTransparent: string;
|
|
115
|
+
colorsUtilityYin030: string;
|
|
116
|
+
colorsUtilityYin055: string;
|
|
117
|
+
colorsUtilityYin065: string;
|
|
118
|
+
colorsUtilityYin090: string;
|
|
119
|
+
colorsUtilityYang100: string;
|
|
120
|
+
colorsUtilityDisabled400: string;
|
|
121
|
+
colorsUtilityDisabled500: string;
|
|
122
|
+
colorsUtilityDisabled600: string;
|
|
123
|
+
colorsUtilityReadOnly400: string;
|
|
124
|
+
colorsUtilityReadOnly500: string;
|
|
125
|
+
colorsUtilityReadOnly600: string;
|
|
126
|
+
colorsActionMajor150: string;
|
|
127
|
+
colorsActionMajor350: string;
|
|
128
|
+
colorsActionMajor450: string;
|
|
129
|
+
colorsActionMajor500: string;
|
|
130
|
+
colorsActionMajor600: string;
|
|
131
|
+
colorsActionMajor700: string;
|
|
132
|
+
colorsActionMajor025: string;
|
|
133
|
+
colorsActionMajorTransparent: string;
|
|
134
|
+
colorsActionMajorYin030: string;
|
|
135
|
+
colorsActionMajorYin055: string;
|
|
136
|
+
colorsActionMajorYin065: string;
|
|
137
|
+
colorsActionMajorYin090: string;
|
|
138
|
+
colorsActionMajorYang100: string;
|
|
139
|
+
colorsActionMajorYang030: string;
|
|
140
|
+
colorsActionMinor100: string;
|
|
141
|
+
colorsActionMinor150: string;
|
|
142
|
+
colorsActionMinor200: string;
|
|
143
|
+
colorsActionMinor250: string;
|
|
144
|
+
colorsActionMinor300: string;
|
|
145
|
+
colorsActionMinor400: string;
|
|
146
|
+
colorsActionMinor500: string;
|
|
147
|
+
colorsActionMinor550: string;
|
|
148
|
+
colorsActionMinor600: string;
|
|
149
|
+
colorsActionMinor850: string;
|
|
150
|
+
colorsActionMinor900: string;
|
|
151
|
+
colorsActionMinor025: string;
|
|
152
|
+
colorsActionMinor050: string;
|
|
153
|
+
colorsActionMinorTransparent: string;
|
|
154
|
+
colorsActionMinorYin030: string;
|
|
155
|
+
colorsActionMinorYin055: string;
|
|
156
|
+
colorsActionMinorYin065: string;
|
|
157
|
+
colorsActionMinorYin090: string;
|
|
158
|
+
colorsActionMinorYang100: string;
|
|
159
|
+
colorsActionDisabled400: string;
|
|
160
|
+
colorsActionDisabled500: string;
|
|
161
|
+
colorsActionDisabled600: string;
|
|
162
|
+
colorsActionReadOnly400: string;
|
|
163
|
+
colorsActionReadOnly500: string;
|
|
164
|
+
colorsActionReadOnly600: string;
|
|
165
|
+
colorsSemanticNeutral200: string;
|
|
166
|
+
colorsSemanticNeutral500: string;
|
|
167
|
+
colorsSemanticNeutral600: string;
|
|
168
|
+
colorsSemanticNeutralTransparent: string;
|
|
169
|
+
colorsSemanticNeutralYin030: string;
|
|
170
|
+
colorsSemanticNeutralYin055: string;
|
|
171
|
+
colorsSemanticNeutralYin065: string;
|
|
172
|
+
colorsSemanticNeutralYin090: string;
|
|
173
|
+
colorsSemanticNeutralYang100: string;
|
|
174
|
+
colorsSemanticFocus250: string;
|
|
175
|
+
colorsSemanticFocus500: string;
|
|
176
|
+
colorsSemanticFocusTransparent: string;
|
|
177
|
+
colorsSemanticPositive500: string;
|
|
178
|
+
colorsSemanticPositive600: string;
|
|
179
|
+
colorsSemanticPositiveTransparent: string;
|
|
180
|
+
colorsSemanticPositiveYin030: string;
|
|
181
|
+
colorsSemanticPositiveYin055: string;
|
|
182
|
+
colorsSemanticPositiveYin065: string;
|
|
183
|
+
colorsSemanticPositiveYin090: string;
|
|
184
|
+
colorsSemanticPositiveYang100: string;
|
|
185
|
+
colorsSemanticNegative500: string;
|
|
186
|
+
colorsSemanticNegative600: string;
|
|
187
|
+
colorsSemanticNegativeTransparent: string;
|
|
188
|
+
colorsSemanticNegativeYin030: string;
|
|
189
|
+
colorsSemanticNegativeYin055: string;
|
|
190
|
+
colorsSemanticNegativeYin065: string;
|
|
191
|
+
colorsSemanticNegativeYin090: string;
|
|
192
|
+
colorsSemanticNegativeYang100: string;
|
|
193
|
+
colorsSemanticCaution400: string;
|
|
194
|
+
colorsSemanticCaution500: string;
|
|
195
|
+
colorsSemanticCaution600: string;
|
|
196
|
+
colorsSemanticCaution650: string;
|
|
197
|
+
colorsSemanticCautionTransparent: string;
|
|
198
|
+
colorsSemanticCautionYin030: string;
|
|
199
|
+
colorsSemanticCautionYin055: string;
|
|
200
|
+
colorsSemanticCautionYin065: string;
|
|
201
|
+
colorsSemanticCautionYin090: string;
|
|
202
|
+
colorsSemanticCautionYang100: string;
|
|
203
|
+
colorsSemanticInfo150: string;
|
|
204
|
+
colorsSemanticInfo500: string;
|
|
205
|
+
colorsSemanticInfo600: string;
|
|
206
|
+
colorsSemanticInfoTransparent: string;
|
|
207
|
+
colorsSemanticInfoYin030: string;
|
|
208
|
+
colorsSemanticInfoYin055: string;
|
|
209
|
+
colorsSemanticInfoYin065: string;
|
|
210
|
+
colorsSemanticInfoYin090: string;
|
|
211
|
+
colorsSemanticInfoYang100: string;
|
|
212
|
+
sizing100: string;
|
|
213
|
+
sizing125: string;
|
|
214
|
+
sizing150: string;
|
|
215
|
+
sizing175: string;
|
|
216
|
+
sizing200: string;
|
|
217
|
+
sizing250: string;
|
|
218
|
+
sizing275: string;
|
|
219
|
+
sizing300: string;
|
|
220
|
+
sizing350: string;
|
|
221
|
+
sizing375: string;
|
|
222
|
+
sizing400: string;
|
|
223
|
+
sizing450: string;
|
|
224
|
+
sizing500: string;
|
|
225
|
+
sizing525: string;
|
|
226
|
+
sizing600: string;
|
|
227
|
+
sizing700: string;
|
|
228
|
+
sizing800: string;
|
|
229
|
+
sizing900: string;
|
|
230
|
+
sizing1000: string;
|
|
231
|
+
sizing1300: string;
|
|
232
|
+
sizing1600: string;
|
|
233
|
+
sizing010: string;
|
|
234
|
+
sizing025: string;
|
|
235
|
+
sizing050: string;
|
|
236
|
+
sizing075: string;
|
|
237
|
+
sizingLogowidth: string;
|
|
238
|
+
spacing100: string;
|
|
239
|
+
spacing110: string;
|
|
240
|
+
spacing125: string;
|
|
241
|
+
spacing150: string;
|
|
242
|
+
spacing200: string;
|
|
243
|
+
spacing250: string;
|
|
244
|
+
spacing300: string;
|
|
245
|
+
spacing400: string;
|
|
246
|
+
spacing500: string;
|
|
247
|
+
spacing600: string;
|
|
248
|
+
spacing700: string;
|
|
249
|
+
spacing800: string;
|
|
250
|
+
spacing900: string;
|
|
251
|
+
spacing1000: string;
|
|
252
|
+
spacing000: string;
|
|
253
|
+
spacing010: string;
|
|
254
|
+
spacing025: string;
|
|
255
|
+
spacing050: string;
|
|
256
|
+
spacing060: string;
|
|
257
|
+
spacing075: string;
|
|
258
|
+
borderWidth100: string;
|
|
259
|
+
borderWidth200: string;
|
|
260
|
+
borderWidth300: string;
|
|
261
|
+
borderWidth400: string;
|
|
262
|
+
borderWidth000: string;
|
|
263
|
+
fontSizes100: string;
|
|
264
|
+
fontSizes200: string;
|
|
265
|
+
fontSizes300: string;
|
|
266
|
+
fontSizes400: string;
|
|
267
|
+
fontSizes500: string;
|
|
268
|
+
fontSizes600: string;
|
|
269
|
+
fontSizes700: string;
|
|
270
|
+
fontSizes800: string;
|
|
271
|
+
fontSizes900: string;
|
|
272
|
+
fontSizes1000: string;
|
|
273
|
+
fontSizes010: string;
|
|
274
|
+
fontSizes025: string;
|
|
275
|
+
fontSizes050: string;
|
|
276
|
+
boxShadow100: string;
|
|
277
|
+
boxShadow150: string;
|
|
278
|
+
boxShadow200: string;
|
|
279
|
+
boxShadow300: string;
|
|
280
|
+
boxShadow400: string;
|
|
281
|
+
boxShadow010: string;
|
|
282
|
+
boxShadow050: string;
|
|
283
|
+
boxShadow075: string;
|
|
284
|
+
boxShadow090: string;
|
|
285
|
+
boxShadow091: string;
|
|
286
|
+
fontWeights400: string;
|
|
287
|
+
fontWeights500: string;
|
|
288
|
+
fontWeights700: string;
|
|
289
|
+
lineHeights300: string;
|
|
290
|
+
lineHeights400: string;
|
|
291
|
+
lineHeights500: string;
|
|
292
|
+
fontFamiliesDefault: string;
|
|
293
|
+
fontFamiliesIos: string;
|
|
294
|
+
fontFamiliesAndroid: string;
|
|
295
|
+
fontFamiliesOther: string;
|
|
296
|
+
borderRadiusCircle: string;
|
|
297
|
+
typographyAccordionTitleM: string;
|
|
298
|
+
typographyAccordionSubtitleM: string;
|
|
299
|
+
typographyAccordionParagraphM: string;
|
|
300
|
+
typographyActionPopoverMenuItemM: string;
|
|
301
|
+
typographyAnchorNavLabelM: string;
|
|
302
|
+
typographyBadgeLabelM: string;
|
|
303
|
+
typographyButtonLabelS: string;
|
|
304
|
+
typographyButtonLabelM: string;
|
|
305
|
+
typographyButtonLabelL: string;
|
|
306
|
+
typographyCardParagraphM: string;
|
|
307
|
+
typographyCardSelectTitleM: string;
|
|
308
|
+
typographyCardSelectSubtitleM: string;
|
|
309
|
+
typographyCardSelectParagraphM: string;
|
|
310
|
+
typographyDatePickerCalendarDateM: string;
|
|
311
|
+
typographyDatePickerCalendarDayM: string;
|
|
312
|
+
typographyDatePickerCalendarMonthM: string;
|
|
313
|
+
typographyDialogTitleXs: string;
|
|
314
|
+
typographyDialogTitleS: string;
|
|
315
|
+
typographyDialogTitleMs: string;
|
|
316
|
+
typographyDialogTitleM: string;
|
|
317
|
+
typographyDialogTitleMl: string;
|
|
318
|
+
typographyDialogTitleL: string;
|
|
319
|
+
typographyDialogTitleXl: string;
|
|
320
|
+
typographyDialogTitleXxl: string;
|
|
321
|
+
typographyDialogParagraphXs: string;
|
|
322
|
+
typographyDialogParagraphS: string;
|
|
323
|
+
typographyDialogParagraphMs: string;
|
|
324
|
+
typographyDialogParagraphM: string;
|
|
325
|
+
typographyDialogParagraphMl: string;
|
|
326
|
+
typographyDialogParagraphL: string;
|
|
327
|
+
typographyDialogParagraphXl: string;
|
|
328
|
+
typographyDialogParagraphXxl: string;
|
|
329
|
+
typographyDrawerTitleM: string;
|
|
330
|
+
typographyDrawerParagraphM: string;
|
|
331
|
+
typographyFlashTextM: string;
|
|
332
|
+
typographyFlashTextL: string;
|
|
333
|
+
typographyFormFieldLabelXs: string;
|
|
334
|
+
typographyFormFieldLabelS: string;
|
|
335
|
+
typographyFormFieldLabelM: string;
|
|
336
|
+
typographyFormFieldLabelL: string;
|
|
337
|
+
typographyFormFieldHintTextXs: string;
|
|
338
|
+
typographyFormFieldHintTextS: string;
|
|
339
|
+
typographyFormFieldHintTextM: string;
|
|
340
|
+
typographyFormFieldHintTextL: string;
|
|
341
|
+
typographyFormFieldErrorMessageXs: string;
|
|
342
|
+
typographyFormFieldErrorMessageS: string;
|
|
343
|
+
typographyFormFieldErrorMessageM: string;
|
|
344
|
+
typographyFormFieldErrorMessageL: string;
|
|
345
|
+
typographyFormFieldCautionMessageXs: string;
|
|
346
|
+
typographyFormFieldCautionMessageS: string;
|
|
347
|
+
typographyFormFieldCautionMessageM: string;
|
|
348
|
+
typographyFormFieldCautionMessageL: string;
|
|
349
|
+
typographyFormFieldInputTextXs: string;
|
|
350
|
+
typographyFormFieldInputTextS: string;
|
|
351
|
+
typographyFormFieldInputTextM: string;
|
|
352
|
+
typographyFormFieldInputTextL: string;
|
|
353
|
+
typographyFormFieldDropdownOptionsXs: string;
|
|
354
|
+
typographyFormFieldDropdownOptionsS: string;
|
|
355
|
+
typographyFormFieldDropdownOptionsM: string;
|
|
356
|
+
typographyFormFieldDropdownOptionsL: string;
|
|
357
|
+
typographyFormFieldSecondLabelXs: string;
|
|
358
|
+
typographyFormFieldSecondLabelS: string;
|
|
359
|
+
typographyFormFieldSecondLabelM: string;
|
|
360
|
+
typographyFormFieldSecondLabelL: string;
|
|
361
|
+
typographyFormFieldCharacterCountXs: string;
|
|
362
|
+
typographyFormFieldCharacterCountS: string;
|
|
363
|
+
typographyFormFieldCharacterCountM: string;
|
|
364
|
+
typographyFormFieldCharacterCountL: string;
|
|
365
|
+
typographyLinkTextS: string;
|
|
366
|
+
typographyLinkTextM: string;
|
|
367
|
+
typographyLinkTextL: string;
|
|
368
|
+
typographyMenuLabelM: string;
|
|
369
|
+
typographyMenuLabelL: string;
|
|
370
|
+
typographyMenuSegmentTitleM: string;
|
|
371
|
+
typographyMessageHeadingM: string;
|
|
372
|
+
typographyMessageHeadingL: string;
|
|
373
|
+
typographyMessageTextM: string;
|
|
374
|
+
typographyMessageTextL: string;
|
|
375
|
+
typographyPaginationLabelM: string;
|
|
376
|
+
typographyPillLabelS: string;
|
|
377
|
+
typographyPillLabelM: string;
|
|
378
|
+
typographyPillLabelL: string;
|
|
379
|
+
typographyPillLabelXl: string;
|
|
380
|
+
typographyProfileEmailTextXs: string;
|
|
381
|
+
typographyProfileEmailTextS: string;
|
|
382
|
+
typographyProfileEmailTextM: string;
|
|
383
|
+
typographyProfileEmailTextMl: string;
|
|
384
|
+
typographyProfileEmailTextL: string;
|
|
385
|
+
typographyProfileEmailTextXl: string;
|
|
386
|
+
typographyProfileEmailTextXxl: string;
|
|
387
|
+
typographyProfileEmailLinkXs: string;
|
|
388
|
+
typographyProfileEmailLinkS: string;
|
|
389
|
+
typographyProfileEmailLinkM: string;
|
|
390
|
+
typographyProfileEmailLinkMl: string;
|
|
391
|
+
typographyProfileEmailLinkL: string;
|
|
392
|
+
typographyProfileEmailLinkXl: string;
|
|
393
|
+
typographyProfileEmailLinkXxl: string;
|
|
394
|
+
typographyProfileInitialsXs: string;
|
|
395
|
+
typographyProfileInitialsS: string;
|
|
396
|
+
typographyProfileInitialsM: string;
|
|
397
|
+
typographyProfileInitialsMl: string;
|
|
398
|
+
typographyProfileInitialsL: string;
|
|
399
|
+
typographyProfileInitialsXl: string;
|
|
400
|
+
typographyProfileInitialsXxl: string;
|
|
401
|
+
typographyProfileNameXs: string;
|
|
402
|
+
typographyProfileNameS: string;
|
|
403
|
+
typographyProfileNameM: string;
|
|
404
|
+
typographyProfileNameMl: string;
|
|
405
|
+
typographyProfileNameL: string;
|
|
406
|
+
typographyProfileNameXl: string;
|
|
407
|
+
typographyProfileNameXxl: string;
|
|
408
|
+
typographyProgressTrackerValueLabelS: string;
|
|
409
|
+
typographyProgressTrackerValueLabelM: string;
|
|
410
|
+
typographyProgressTrackerValueLabelL: string;
|
|
411
|
+
typographySearchLabelM: string;
|
|
412
|
+
typographySidebarTitleXs: string;
|
|
413
|
+
typographySidebarTitleS: string;
|
|
414
|
+
typographySidebarTitleMs: string;
|
|
415
|
+
typographySidebarTitleM: string;
|
|
416
|
+
typographySidebarTitleMl: string;
|
|
417
|
+
typographySidebarTitleL: string;
|
|
418
|
+
typographySidebarTitleXl: string;
|
|
419
|
+
typographySidebarParagraphXs: string;
|
|
420
|
+
typographySidebarParagraphS: string;
|
|
421
|
+
typographySidebarParagraphMs: string;
|
|
422
|
+
typographySidebarParagraphM: string;
|
|
423
|
+
typographySidebarParagraphMl: string;
|
|
424
|
+
typographySidebarParagraphL: string;
|
|
425
|
+
typographySidebarParagraphXl: string;
|
|
426
|
+
typographyStepFlowCompleteLabelM: string;
|
|
427
|
+
typographyStepFlowCurrentLabelM: string;
|
|
428
|
+
typographyStepFlowIncompleteLabelM: string;
|
|
429
|
+
typographySwitchOptionLabelM: string;
|
|
430
|
+
typographySwitchOptionLabelL: string;
|
|
431
|
+
typographyTableHeaderTextXs: string;
|
|
432
|
+
typographyTableHeaderTextS: string;
|
|
433
|
+
typographyTableHeaderTextM: string;
|
|
434
|
+
typographyTableHeaderTextL: string;
|
|
435
|
+
typographyTableHeaderTextXl: string;
|
|
436
|
+
typographyTableCellTextXs: string;
|
|
437
|
+
typographyTableCellTextS: string;
|
|
438
|
+
typographyTableCellTextM: string;
|
|
439
|
+
typographyTableCellTextL: string;
|
|
440
|
+
typographyTableCellTextXl: string;
|
|
441
|
+
typographyTileParagraphM: string;
|
|
442
|
+
typographyTooltipTextM: string;
|
|
443
|
+
typographyTooltipTextL: string;
|
|
444
|
+
opacity300: string;
|
|
445
|
+
opacity600: string;
|
|
446
|
+
opacity800: string;
|
|
447
|
+
};
|
|
448
|
+
name: string;
|
|
449
|
+
};
|
|
2
450
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import tokens from "@sage/design-tokens/js/base/common";
|
|
2
2
|
import mint from "../themes/mint";
|
|
3
|
+
|
|
3
4
|
/**
|
|
4
5
|
*
|
|
5
6
|
* Generates debug theme by mapping theme properties, so that components or
|
|
@@ -9,7 +10,6 @@ import mint from "../themes/mint";
|
|
|
9
10
|
* will be migrated to design tokens.
|
|
10
11
|
*
|
|
11
12
|
*/
|
|
12
|
-
|
|
13
13
|
const debugTheme = themeProperties => Object.fromEntries(Object.entries(themeProperties).map(([key, value]) => {
|
|
14
14
|
if (typeof value === "string" && (value.startsWith("#") || value.startsWith("rgb") || value.startsWith("rgba") || value.startsWith("hsl") || value.startsWith("hsla"))) {
|
|
15
15
|
return [key, `rgba(255, 20, 147, .2)`];
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { ThemeObject } from "../themes/base";
|
|
2
|
+
declare const _default: (theme: ThemeObject | Record<string, string>) => string;
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* Converts theme properties to the string in form of css variable definitions.
|
|
6
|
+
* Then this string can be used as variable definitions in global or local
|
|
7
|
+
* scope, which allows for achieving compatibility when using design tokens in
|
|
8
|
+
* form of CSS variables along with styled-components ThemeProvider.
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
2
11
|
export default _default;
|
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { ThemeObject } from "./themes/base";
|
|
3
|
-
|
|
4
|
-
declare const GlobalStyle: GlobalStyleComponent<
|
|
5
|
-
Record<string, unknown>,
|
|
6
|
-
ThemeObject
|
|
7
|
-
>;
|
|
8
|
-
|
|
1
|
+
declare const GlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
|
|
9
2
|
export default GlobalStyle;
|
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
export declare type PaletteFunction = (weight: number | string) => string;
|
|
2
|
+
/**
|
|
3
|
+
* Takes a config object of base colors and, for each base, generates functions
|
|
4
|
+
* to lighten and darken it.
|
|
5
|
+
*
|
|
6
|
+
* Given a config:
|
|
7
|
+
*
|
|
8
|
+
* const palette = generatePalette({ brilliantGreen: '00DC00' });
|
|
9
|
+
*
|
|
10
|
+
* The developer will be able to call:
|
|
11
|
+
*
|
|
12
|
+
* palette.brilliantGreenTint(n);
|
|
13
|
+
* palette.brilliantGreenShade(n);
|
|
14
|
+
*
|
|
15
|
+
* where `n` is the degree of white (in case of `tint`) or
|
|
16
|
+
* black (in case of `shade`) they wish to mix into the base color.
|
|
17
|
+
*/
|
|
18
|
+
declare const generatePalette: (config: Record<string, string>) => Record<string, PaletteFunction>;
|
|
19
|
+
export default generatePalette;
|
|
@@ -1,26 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
primary: any;
|
|
5
|
-
secondary: any;
|
|
6
|
-
tertiary: any;
|
|
7
|
-
loadingBarBackground: any;
|
|
8
|
-
};
|
|
9
|
-
readonly compatibility: {
|
|
10
|
-
colorsActionMajor150: any;
|
|
11
|
-
colorsActionMajor500: any;
|
|
12
|
-
colorsActionMajor600: any;
|
|
13
|
-
colorsActionMajor700: any;
|
|
14
|
-
colorsComponentsMenuAutumnStandard600: any;
|
|
15
|
-
colorsComponentsMenuSpringChild600: any;
|
|
16
|
-
colorsComponentsMenuAutumnChild600: any;
|
|
17
|
-
colorsComponentsMenuSummerChild600: any;
|
|
18
|
-
colorsComponentsMenuWinterChild600: any;
|
|
19
|
-
colorsComponentsMenuSpringChildAlt600: any;
|
|
20
|
-
colorsComponentsMenuAutumnChildAlt600: any;
|
|
21
|
-
colorsComponentsMenuWinterChildAlt600: any;
|
|
22
|
-
colorsComponentsMenuSummerChildAlt600: any;
|
|
23
|
-
colorsBaseTheme: any;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
1
|
+
import { ThemeObject } from "../base";
|
|
2
|
+
import { BasePalette } from "../base/base-theme.config";
|
|
3
|
+
declare const _default: (palette: BasePalette) => Partial<ThemeObject>;
|
|
26
4
|
export default _default;
|
|
@@ -9,21 +9,23 @@ export default (palette => {
|
|
|
9
9
|
},
|
|
10
10
|
|
|
11
11
|
get compatibility() {
|
|
12
|
+
var _this$colors, _this$colors2, _this$colors3, _this$colors4, _this$colors5, _this$colors6, _this$colors7, _this$colors8, _this$colors9, _this$colors10, _this$colors11, _this$colors12, _this$colors13, _this$colors14;
|
|
13
|
+
|
|
12
14
|
return {
|
|
13
|
-
colorsActionMajor150: this.colors.loadingBarBackground,
|
|
14
|
-
colorsActionMajor500: this.colors.primary,
|
|
15
|
-
colorsActionMajor600: this.colors.secondary,
|
|
16
|
-
colorsActionMajor700: this.colors.tertiary,
|
|
17
|
-
colorsComponentsMenuAutumnStandard600: this.colors.primary,
|
|
18
|
-
colorsComponentsMenuSpringChild600: this.colors.primary,
|
|
19
|
-
colorsComponentsMenuAutumnChild600: this.colors.primary,
|
|
20
|
-
colorsComponentsMenuSummerChild600: this.colors.primary,
|
|
21
|
-
colorsComponentsMenuWinterChild600: this.colors.primary,
|
|
22
|
-
colorsComponentsMenuSpringChildAlt600: this.colors.primary,
|
|
23
|
-
colorsComponentsMenuAutumnChildAlt600: this.colors.primary,
|
|
24
|
-
colorsComponentsMenuWinterChildAlt600: this.colors.primary,
|
|
25
|
-
colorsComponentsMenuSummerChildAlt600: this.colors.primary,
|
|
26
|
-
colorsBaseTheme: this.colors.primary
|
|
15
|
+
colorsActionMajor150: this === null || this === void 0 ? void 0 : (_this$colors = this.colors) === null || _this$colors === void 0 ? void 0 : _this$colors.loadingBarBackground,
|
|
16
|
+
colorsActionMajor500: this === null || this === void 0 ? void 0 : (_this$colors2 = this.colors) === null || _this$colors2 === void 0 ? void 0 : _this$colors2.primary,
|
|
17
|
+
colorsActionMajor600: this === null || this === void 0 ? void 0 : (_this$colors3 = this.colors) === null || _this$colors3 === void 0 ? void 0 : _this$colors3.secondary,
|
|
18
|
+
colorsActionMajor700: this === null || this === void 0 ? void 0 : (_this$colors4 = this.colors) === null || _this$colors4 === void 0 ? void 0 : _this$colors4.tertiary,
|
|
19
|
+
colorsComponentsMenuAutumnStandard600: this === null || this === void 0 ? void 0 : (_this$colors5 = this.colors) === null || _this$colors5 === void 0 ? void 0 : _this$colors5.primary,
|
|
20
|
+
colorsComponentsMenuSpringChild600: this === null || this === void 0 ? void 0 : (_this$colors6 = this.colors) === null || _this$colors6 === void 0 ? void 0 : _this$colors6.primary,
|
|
21
|
+
colorsComponentsMenuAutumnChild600: this === null || this === void 0 ? void 0 : (_this$colors7 = this.colors) === null || _this$colors7 === void 0 ? void 0 : _this$colors7.primary,
|
|
22
|
+
colorsComponentsMenuSummerChild600: this === null || this === void 0 ? void 0 : (_this$colors8 = this.colors) === null || _this$colors8 === void 0 ? void 0 : _this$colors8.primary,
|
|
23
|
+
colorsComponentsMenuWinterChild600: this === null || this === void 0 ? void 0 : (_this$colors9 = this.colors) === null || _this$colors9 === void 0 ? void 0 : _this$colors9.primary,
|
|
24
|
+
colorsComponentsMenuSpringChildAlt600: this === null || this === void 0 ? void 0 : (_this$colors10 = this.colors) === null || _this$colors10 === void 0 ? void 0 : _this$colors10.primary,
|
|
25
|
+
colorsComponentsMenuAutumnChildAlt600: this === null || this === void 0 ? void 0 : (_this$colors11 = this.colors) === null || _this$colors11 === void 0 ? void 0 : _this$colors11.primary,
|
|
26
|
+
colorsComponentsMenuWinterChildAlt600: this === null || this === void 0 ? void 0 : (_this$colors12 = this.colors) === null || _this$colors12 === void 0 ? void 0 : _this$colors12.primary,
|
|
27
|
+
colorsComponentsMenuSummerChildAlt600: this === null || this === void 0 ? void 0 : (_this$colors13 = this.colors) === null || _this$colors13 === void 0 ? void 0 : _this$colors13.primary,
|
|
28
|
+
colorsBaseTheme: this === null || this === void 0 ? void 0 : (_this$colors14 = this.colors) === null || _this$colors14 === void 0 ? void 0 : _this$colors14.primary
|
|
27
29
|
};
|
|
28
30
|
}
|
|
29
31
|
|