@carbon/charts 0.41.48 → 0.41.52
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/CHANGELOG.md +20 -11
- package/build/demo/data/CHART_TYPES.d.ts +93 -0
- package/build/demo/data/bar.d.ts +17 -23
- package/build/demo/data/combo.d.ts +3 -0
- package/build/demo/data/index.d.ts +16 -92
- package/build/demo/data/line.d.ts +3 -77
- package/build/demo/data/scatter.d.ts +0 -18
- package/build/demo/data/wordcloud.d.ts +14 -0
- package/build/src/charts/index.d.ts +1 -0
- package/build/src/charts/wordcloud.d.ts +6 -0
- package/build/src/components/graphs/wordcloud.d.ts +10 -0
- package/build/src/components/index.d.ts +1 -0
- package/build/src/configuration.d.ts +2 -1
- package/build/src/interfaces/charts.d.ts +23 -0
- package/build/src/interfaces/events.d.ts +9 -0
- package/bundle.js +1 -1
- package/charts/index.d.ts +1 -0
- package/charts/index.js +1 -0
- package/charts/index.js.map +1 -1
- package/charts/wordcloud.d.ts +6 -0
- package/charts/wordcloud.js +46 -0
- package/charts/wordcloud.js.map +1 -0
- package/components/essentials/tooltip-axis.js +1 -1
- package/components/essentials/tooltip-axis.js.map +1 -1
- package/components/essentials/tooltip.js +5 -2
- package/components/essentials/tooltip.js.map +1 -1
- package/components/graphs/boxplot.js +2 -2
- package/components/graphs/boxplot.js.map +1 -1
- package/components/graphs/wordcloud.d.ts +10 -0
- package/components/graphs/wordcloud.js +229 -0
- package/components/graphs/wordcloud.js.map +1 -0
- package/components/index.d.ts +1 -0
- package/components/index.js +1 -0
- package/components/index.js.map +1 -1
- package/configuration.d.ts +2 -1
- package/configuration.js +22 -0
- package/configuration.js.map +1 -1
- package/demo/data/CHART_TYPES.d.ts +93 -0
- package/demo/data/CHART_TYPES.js +93 -0
- package/demo/data/CHART_TYPES.js.map +1 -0
- package/demo/data/area.js +1 -1
- package/demo/data/area.js.map +1 -1
- package/demo/data/bar.d.ts +17 -23
- package/demo/data/bar.js +60 -68
- package/demo/data/bar.js.map +1 -1
- package/demo/data/boxplot.js +2 -2
- package/demo/data/boxplot.js.map +1 -1
- package/demo/data/bundle.js +1 -1
- package/demo/data/combo.d.ts +3 -0
- package/demo/data/combo.js +3 -0
- package/demo/data/combo.js.map +1 -1
- package/demo/data/index.d.ts +16 -92
- package/demo/data/index.js +404 -512
- package/demo/data/index.js.map +1 -1
- package/demo/data/line.d.ts +3 -77
- package/demo/data/line.js +9 -73
- package/demo/data/line.js.map +1 -1
- package/demo/data/scatter.d.ts +0 -18
- package/demo/data/scatter.js +0 -51
- package/demo/data/scatter.js.map +1 -1
- package/demo/data/wordcloud.d.ts +14 -0
- package/demo/data/wordcloud.js +105 -0
- package/demo/data/wordcloud.js.map +1 -0
- package/demo/styles.css +2827 -28
- package/demo/styles.css.map +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/demo/tsconfig.tsbuildinfo +47 -312
- package/interfaces/charts.d.ts +23 -0
- package/interfaces/charts.js.map +1 -1
- package/interfaces/events.d.ts +9 -0
- package/interfaces/events.js +10 -0
- package/interfaces/events.js.map +1 -1
- package/model.js +1 -1
- package/model.js.map +1 -1
- package/package.json +8 -7
- package/styles/_type.scss +4 -2
- package/styles/graphs/_wordcloud.scss +7 -0
- package/styles/graphs/index.scss +1 -0
- package/styles/vendor/@carbon/colors/README.md +4 -3
- package/styles/vendor/@carbon/colors/es/index.js +13 -12
- package/styles/vendor/@carbon/colors/lib/index.js +98 -93
- package/styles/vendor/@carbon/colors/package.json +14 -10
- package/styles/vendor/@carbon/colors/scss/colors.scss +1 -1
- package/styles/vendor/@carbon/colors/scss/index.scss +1 -1
- package/styles/vendor/@carbon/colors/scss/mixins.scss +33 -13
- package/styles/vendor/@carbon/colors/umd/index.js +99 -94
- package/styles/vendor/@carbon/elements/README.md +0 -6
- package/styles/vendor/@carbon/elements/es/index.js +4 -11
- package/styles/vendor/@carbon/elements/lib/index.js +959 -13
- package/styles/vendor/@carbon/elements/package.json +17 -13
- package/styles/vendor/@carbon/elements/scss/colors/colors.scss +1 -1
- package/styles/vendor/@carbon/elements/scss/colors/index.scss +1 -1
- package/styles/vendor/@carbon/elements/scss/colors/mixins.scss +33 -13
- package/styles/vendor/@carbon/elements/scss/grid/_inlined/_mixins.scss +82 -22
- package/styles/vendor/@carbon/elements/scss/grid/_mixins.scss +82 -22
- package/styles/vendor/@carbon/elements/scss/grid/modules/_breakpoint.scss +266 -0
- package/styles/vendor/@carbon/{themes/node_modules/@carbon/colors/scss/colors.scss → elements/scss/grid/modules/_config.scss} +6 -6
- package/styles/vendor/@carbon/elements/scss/grid/modules/_css-grid.scss +350 -0
- package/styles/vendor/@carbon/elements/scss/grid/modules/_mixins.scss +323 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/scss/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/scss/motion/motion.scss +24 -0
- package/styles/vendor/@carbon/elements/scss/themes/generated/_mixins.scss +643 -138
- package/styles/vendor/@carbon/elements/scss/themes/generated/_themes.scss +154 -77
- package/styles/vendor/@carbon/elements/scss/themes/generated/_tokens.scss +157 -75
- package/styles/vendor/@carbon/elements/scss/themes/modules/_theme.scss +50 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/_themes.scss +8 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/_utilities.scss +18 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/generated/_themes.scss +247 -0
- package/styles/vendor/@carbon/elements/scss/type/_font-family.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_font-family.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_reset.scss +9 -3
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_scale.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_styles.scss +60 -57
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/_reset.scss +9 -3
- package/styles/vendor/@carbon/elements/scss/type/_scale.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_styles.scss +60 -57
- package/styles/vendor/@carbon/elements/scss/type/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/elements/scss/type/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/elements/scss/type/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/modules/_classes.scss +42 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_font-family.scss +70 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_prefix.scss +11 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_reset.scss +92 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_scale.scss +56 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_styles.scss +713 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/src/__tests__/PublicAPI-test.js +12 -0
- package/styles/vendor/@carbon/elements/src/__tests__/__snapshots__/PublicAPI-test.js.snap +306 -0
- package/styles/vendor/@carbon/elements/src/index.js +166 -4
- package/styles/vendor/@carbon/elements/umd/index.js +961 -17
- package/styles/vendor/@carbon/layout/README.md +0 -6
- package/styles/vendor/@carbon/layout/es/index.js +1 -1
- package/styles/vendor/@carbon/{themes/node_modules/@carbon/colors/scss → layout}/index.scss +5 -6
- package/styles/vendor/@carbon/layout/lib/index.js +30 -30
- package/styles/vendor/@carbon/layout/package.json +14 -10
- package/styles/vendor/@carbon/layout/scss/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/layout/scss/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/layout/scss/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/layout/scss/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/layout/scss/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/layout/scss/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/layout/scss/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/layout/umd/index.js +31 -31
- package/styles/vendor/@carbon/motion/README.md +0 -6
- package/styles/vendor/@carbon/motion/es/index.js +8 -1
- package/styles/vendor/@carbon/motion/index.scss +56 -0
- package/styles/vendor/@carbon/motion/lib/index.js +14 -0
- package/styles/vendor/@carbon/motion/package.json +10 -6
- package/styles/vendor/@carbon/motion/scss/motion.scss +24 -0
- package/styles/vendor/@carbon/motion/src/index.js +16 -0
- package/styles/vendor/@carbon/motion/umd/index.js +15 -1
- package/styles/vendor/@carbon/themes/README.md +5 -4
- package/styles/vendor/@carbon/themes/es/index.js +719 -57
- package/styles/vendor/@carbon/themes/index.scss +9 -0
- package/styles/vendor/@carbon/themes/lib/index.js +1297 -251
- package/styles/vendor/@carbon/themes/metadata.yml +3 -0
- package/styles/vendor/@carbon/themes/package.json +23 -14
- package/styles/vendor/@carbon/themes/scss/_mixins.scss +27 -146
- package/styles/vendor/@carbon/themes/scss/_theme-maps.scss +3 -263
- package/styles/vendor/@carbon/themes/scss/_tokens.scss +2 -297
- package/styles/vendor/@carbon/themes/scss/generated/_mixins.scss +1851 -0
- package/styles/vendor/@carbon/themes/scss/generated/_themes.scss +1534 -0
- package/styles/vendor/@carbon/themes/scss/generated/_tokens.scss +1757 -0
- package/styles/vendor/@carbon/themes/scss/modules/_theme.scss +50 -0
- package/styles/vendor/@carbon/themes/scss/modules/_themes.scss +8 -0
- package/styles/vendor/@carbon/themes/scss/modules/_utilities.scss +18 -0
- package/styles/vendor/@carbon/themes/scss/modules/generated/_themes.scss +247 -0
- package/styles/vendor/@carbon/themes/scss/themes.scss +3 -2
- package/styles/vendor/@carbon/themes/src/g10.js +97 -5
- package/styles/vendor/@carbon/themes/src/g100.js +96 -4
- package/styles/vendor/@carbon/themes/src/g90.js +98 -6
- package/styles/vendor/@carbon/themes/src/index.js +5 -3
- package/styles/vendor/@carbon/themes/src/tokens.js +112 -2
- package/styles/vendor/@carbon/themes/src/tools.js +25 -0
- package/styles/vendor/@carbon/themes/src/v9.js +181 -0
- package/styles/vendor/@carbon/themes/src/white.js +98 -3
- package/styles/vendor/@carbon/themes/umd/index.js +1297 -254
- package/styles/vendor/@carbon/type/README.md +0 -6
- package/styles/vendor/@carbon/type/es/index.js +111 -82
- package/styles/vendor/@carbon/type/lib/index.js +132 -103
- package/styles/vendor/@carbon/type/package.json +12 -8
- package/styles/vendor/@carbon/type/scss/_font-family.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_font-family.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_reset.scss +9 -3
- package/styles/vendor/@carbon/type/scss/_inlined/_scale.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_styles.scss +60 -57
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/type/scss/_reset.scss +9 -3
- package/styles/vendor/@carbon/type/scss/_scale.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_styles.scss +60 -57
- package/styles/vendor/@carbon/type/scss/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/type/scss/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/type/scss/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/type/scss/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/type/scss/modules/_classes.scss +42 -0
- package/styles/vendor/@carbon/type/scss/modules/_font-family.scss +70 -0
- package/styles/vendor/@carbon/type/scss/modules/_prefix.scss +11 -0
- package/styles/vendor/@carbon/type/scss/modules/_reset.scss +92 -0
- package/styles/vendor/@carbon/type/scss/modules/_scale.scss +56 -0
- package/styles/vendor/@carbon/type/scss/modules/_styles.scss +713 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/type/src/__tests__/__snapshots__/styles-test.js.snap +32 -34
- package/styles/vendor/@carbon/type/src/__tests__/exports-test.js +1 -1
- package/styles/vendor/@carbon/type/src/__tests__/fluid-test.js +26 -26
- package/styles/vendor/@carbon/type/src/__tests__/styles-test.js +1 -1
- package/styles/vendor/@carbon/type/src/__tests__/tokens-test.js +2 -2
- package/styles/vendor/@carbon/type/src/fluid.js +1 -1
- package/styles/vendor/@carbon/type/src/index.js +1 -1
- package/styles/vendor/@carbon/type/src/styles.js +65 -64
- package/styles/vendor/@carbon/type/src/tokens.js +64 -31
- package/styles/vendor/@carbon/type/umd/index.js +134 -105
- package/styles-g10.css +570 -2
- package/styles-g10.css.map +1 -1
- package/styles-g10.min.css +1 -1
- package/styles-g10.min.css.map +1 -1
- package/styles-g100.css +574 -6
- package/styles-g100.css.map +1 -1
- package/styles-g100.min.css +1 -1
- package/styles-g100.min.css.map +1 -1
- package/styles-g90.css +574 -6
- package/styles-g90.css.map +1 -1
- package/styles-g90.min.css +1 -1
- package/styles-g90.min.css.map +1 -1
- package/styles.css +570 -2
- package/styles.css.map +1 -1
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/tools.js +1 -1
- package/tools.js.map +1 -1
- package/tsconfig.tsbuildinfo +67 -17
- package/styles/vendor/@carbon/layout/docs/sass.md +0 -1899
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/LICENSE +0 -201
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/README.md +0 -154
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/es/index.js +0 -287
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/lib/index.js +0 -410
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/package.json +0 -51
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/scss/mixins.scss +0 -646
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/umd/index.js +0 -416
|
@@ -0,0 +1,1851 @@
|
|
|
1
|
+
// Code generated by @carbon/themes. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2018, 2019
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@import './themes';
|
|
10
|
+
|
|
11
|
+
/// Define theme variables from a map of tokens
|
|
12
|
+
/// @access public
|
|
13
|
+
/// @param {Map} $theme [$carbon--theme] - Map of theme tokens
|
|
14
|
+
/// @param {Bool} $emit-custom-properties [false] - Output CSS Custom Properties for theme tokens
|
|
15
|
+
/// @content Pass in your custom declaration blocks to be used after the token maps set theming variables.
|
|
16
|
+
///
|
|
17
|
+
/// @example scss
|
|
18
|
+
/// // Default usage
|
|
19
|
+
/// @include carbon--theme();
|
|
20
|
+
///
|
|
21
|
+
/// // Alternate styling (not white theme)
|
|
22
|
+
/// @include carbon--theme($carbon--theme--g90) {
|
|
23
|
+
/// // declarations...
|
|
24
|
+
/// }
|
|
25
|
+
///
|
|
26
|
+
/// // Inline styling
|
|
27
|
+
/// @include carbon--theme($carbon--theme--g90) {
|
|
28
|
+
/// .my-dark-theme {
|
|
29
|
+
/// // declarations...
|
|
30
|
+
/// }
|
|
31
|
+
/// }
|
|
32
|
+
///
|
|
33
|
+
/// @group @carbon/themes
|
|
34
|
+
@mixin carbon--theme(
|
|
35
|
+
$theme: $carbon--theme,
|
|
36
|
+
$emit-custom-properties: false,
|
|
37
|
+
$emit-difference: false
|
|
38
|
+
) {
|
|
39
|
+
$parent-carbon-theme: $carbon--theme;
|
|
40
|
+
$carbon--theme: $theme !global;
|
|
41
|
+
$interactive-01: map-get($theme, 'interactive-01') !global;
|
|
42
|
+
$interactive-02: map-get($theme, 'interactive-02') !global;
|
|
43
|
+
$interactive-03: map-get($theme, 'interactive-03') !global;
|
|
44
|
+
$interactive-04: map-get($theme, 'interactive-04') !global;
|
|
45
|
+
$ui-background: map-get($theme, 'ui-background') !global;
|
|
46
|
+
$ui-01: map-get($theme, 'ui-01') !global;
|
|
47
|
+
$ui-02: map-get($theme, 'ui-02') !global;
|
|
48
|
+
$ui-03: map-get($theme, 'ui-03') !global;
|
|
49
|
+
$ui-04: map-get($theme, 'ui-04') !global;
|
|
50
|
+
$ui-05: map-get($theme, 'ui-05') !global;
|
|
51
|
+
$text-01: map-get($theme, 'text-01') !global;
|
|
52
|
+
$text-02: map-get($theme, 'text-02') !global;
|
|
53
|
+
$text-03: map-get($theme, 'text-03') !global;
|
|
54
|
+
$text-04: map-get($theme, 'text-04') !global;
|
|
55
|
+
$text-05: map-get($theme, 'text-05') !global;
|
|
56
|
+
$text-error: map-get($theme, 'text-error') !global;
|
|
57
|
+
$icon-01: map-get($theme, 'icon-01') !global;
|
|
58
|
+
$icon-02: map-get($theme, 'icon-02') !global;
|
|
59
|
+
$icon-03: map-get($theme, 'icon-03') !global;
|
|
60
|
+
$link-01: map-get($theme, 'link-01') !global;
|
|
61
|
+
$link-02: map-get($theme, 'link-02') !global;
|
|
62
|
+
$inverse-link: map-get($theme, 'inverse-link') !global;
|
|
63
|
+
$field-01: map-get($theme, 'field-01') !global;
|
|
64
|
+
$field-02: map-get($theme, 'field-02') !global;
|
|
65
|
+
$inverse-01: map-get($theme, 'inverse-01') !global;
|
|
66
|
+
$inverse-02: map-get($theme, 'inverse-02') !global;
|
|
67
|
+
$support-01: map-get($theme, 'support-01') !global;
|
|
68
|
+
$support-02: map-get($theme, 'support-02') !global;
|
|
69
|
+
$support-03: map-get($theme, 'support-03') !global;
|
|
70
|
+
$support-04: map-get($theme, 'support-04') !global;
|
|
71
|
+
$inverse-support-01: map-get($theme, 'inverse-support-01') !global;
|
|
72
|
+
$inverse-support-02: map-get($theme, 'inverse-support-02') !global;
|
|
73
|
+
$inverse-support-03: map-get($theme, 'inverse-support-03') !global;
|
|
74
|
+
$inverse-support-04: map-get($theme, 'inverse-support-04') !global;
|
|
75
|
+
$overlay-01: map-get($theme, 'overlay-01') !global;
|
|
76
|
+
$danger-01: map-get($theme, 'danger-01') !global;
|
|
77
|
+
$danger-02: map-get($theme, 'danger-02') !global;
|
|
78
|
+
$focus: map-get($theme, 'focus') !global;
|
|
79
|
+
$inverse-focus-ui: map-get($theme, 'inverse-focus-ui') !global;
|
|
80
|
+
$hover-primary: map-get($theme, 'hover-primary') !global;
|
|
81
|
+
$active-primary: map-get($theme, 'active-primary') !global;
|
|
82
|
+
$hover-primary-text: map-get($theme, 'hover-primary-text') !global;
|
|
83
|
+
$hover-secondary: map-get($theme, 'hover-secondary') !global;
|
|
84
|
+
$active-secondary: map-get($theme, 'active-secondary') !global;
|
|
85
|
+
$hover-tertiary: map-get($theme, 'hover-tertiary') !global;
|
|
86
|
+
$active-tertiary: map-get($theme, 'active-tertiary') !global;
|
|
87
|
+
$hover-ui: map-get($theme, 'hover-ui') !global;
|
|
88
|
+
$hover-light-ui: map-get($theme, 'hover-light-ui') !global;
|
|
89
|
+
$hover-selected-ui: map-get($theme, 'hover-selected-ui') !global;
|
|
90
|
+
$active-ui: map-get($theme, 'active-ui') !global;
|
|
91
|
+
$active-light-ui: map-get($theme, 'active-light-ui') !global;
|
|
92
|
+
$selected-ui: map-get($theme, 'selected-ui') !global;
|
|
93
|
+
$selected-light-ui: map-get($theme, 'selected-light-ui') !global;
|
|
94
|
+
$inverse-hover-ui: map-get($theme, 'inverse-hover-ui') !global;
|
|
95
|
+
$hover-danger: map-get($theme, 'hover-danger') !global;
|
|
96
|
+
$active-danger: map-get($theme, 'active-danger') !global;
|
|
97
|
+
$hover-row: map-get($theme, 'hover-row') !global;
|
|
98
|
+
$visited-link: map-get($theme, 'visited-link') !global;
|
|
99
|
+
$disabled-01: map-get($theme, 'disabled-01') !global;
|
|
100
|
+
$disabled-02: map-get($theme, 'disabled-02') !global;
|
|
101
|
+
$disabled-03: map-get($theme, 'disabled-03') !global;
|
|
102
|
+
$highlight: map-get($theme, 'highlight') !global;
|
|
103
|
+
$decorative-01: map-get($theme, 'decorative-01') !global;
|
|
104
|
+
$button-separator: map-get($theme, 'button-separator') !global;
|
|
105
|
+
$skeleton-01: map-get($theme, 'skeleton-01') !global;
|
|
106
|
+
$skeleton-02: map-get($theme, 'skeleton-02') !global;
|
|
107
|
+
$brand-01: map-get($theme, 'brand-01') !global;
|
|
108
|
+
$brand-02: map-get($theme, 'brand-02') !global;
|
|
109
|
+
$brand-03: map-get($theme, 'brand-03') !global;
|
|
110
|
+
$active-01: map-get($theme, 'active-01') !global;
|
|
111
|
+
$hover-field: map-get($theme, 'hover-field') !global;
|
|
112
|
+
$danger: map-get($theme, 'danger') !global;
|
|
113
|
+
$caption-01: map-get($theme, 'caption-01') !global;
|
|
114
|
+
$label-01: map-get($theme, 'label-01') !global;
|
|
115
|
+
$helper-text-01: map-get($theme, 'helper-text-01') !global;
|
|
116
|
+
$body-short-01: map-get($theme, 'body-short-01') !global;
|
|
117
|
+
$body-long-01: map-get($theme, 'body-long-01') !global;
|
|
118
|
+
$body-short-02: map-get($theme, 'body-short-02') !global;
|
|
119
|
+
$body-long-02: map-get($theme, 'body-long-02') !global;
|
|
120
|
+
$code-01: map-get($theme, 'code-01') !global;
|
|
121
|
+
$code-02: map-get($theme, 'code-02') !global;
|
|
122
|
+
$heading-01: map-get($theme, 'heading-01') !global;
|
|
123
|
+
$productive-heading-01: map-get($theme, 'productive-heading-01') !global;
|
|
124
|
+
$heading-02: map-get($theme, 'heading-02') !global;
|
|
125
|
+
$productive-heading-02: map-get($theme, 'productive-heading-02') !global;
|
|
126
|
+
$productive-heading-03: map-get($theme, 'productive-heading-03') !global;
|
|
127
|
+
$productive-heading-04: map-get($theme, 'productive-heading-04') !global;
|
|
128
|
+
$productive-heading-05: map-get($theme, 'productive-heading-05') !global;
|
|
129
|
+
$productive-heading-06: map-get($theme, 'productive-heading-06') !global;
|
|
130
|
+
$productive-heading-07: map-get($theme, 'productive-heading-07') !global;
|
|
131
|
+
$expressive-heading-01: map-get($theme, 'expressive-heading-01') !global;
|
|
132
|
+
$expressive-heading-02: map-get($theme, 'expressive-heading-02') !global;
|
|
133
|
+
$expressive-heading-03: map-get($theme, 'expressive-heading-03') !global;
|
|
134
|
+
$expressive-heading-04: map-get($theme, 'expressive-heading-04') !global;
|
|
135
|
+
$expressive-heading-05: map-get($theme, 'expressive-heading-05') !global;
|
|
136
|
+
$expressive-heading-06: map-get($theme, 'expressive-heading-06') !global;
|
|
137
|
+
$expressive-paragraph-01: map-get($theme, 'expressive-paragraph-01') !global;
|
|
138
|
+
$quotation-01: map-get($theme, 'quotation-01') !global;
|
|
139
|
+
$quotation-02: map-get($theme, 'quotation-02') !global;
|
|
140
|
+
$display-01: map-get($theme, 'display-01') !global;
|
|
141
|
+
$display-02: map-get($theme, 'display-02') !global;
|
|
142
|
+
$display-03: map-get($theme, 'display-03') !global;
|
|
143
|
+
$display-04: map-get($theme, 'display-04') !global;
|
|
144
|
+
$spacing-01: map-get($theme, 'spacing-01') !global;
|
|
145
|
+
$spacing-02: map-get($theme, 'spacing-02') !global;
|
|
146
|
+
$spacing-03: map-get($theme, 'spacing-03') !global;
|
|
147
|
+
$spacing-04: map-get($theme, 'spacing-04') !global;
|
|
148
|
+
$spacing-05: map-get($theme, 'spacing-05') !global;
|
|
149
|
+
$spacing-06: map-get($theme, 'spacing-06') !global;
|
|
150
|
+
$spacing-07: map-get($theme, 'spacing-07') !global;
|
|
151
|
+
$spacing-08: map-get($theme, 'spacing-08') !global;
|
|
152
|
+
$spacing-09: map-get($theme, 'spacing-09') !global;
|
|
153
|
+
$spacing-10: map-get($theme, 'spacing-10') !global;
|
|
154
|
+
$spacing-11: map-get($theme, 'spacing-11') !global;
|
|
155
|
+
$spacing-12: map-get($theme, 'spacing-12') !global;
|
|
156
|
+
$fluid-spacing-01: map-get($theme, 'fluid-spacing-01') !global;
|
|
157
|
+
$fluid-spacing-02: map-get($theme, 'fluid-spacing-02') !global;
|
|
158
|
+
$fluid-spacing-03: map-get($theme, 'fluid-spacing-03') !global;
|
|
159
|
+
$fluid-spacing-04: map-get($theme, 'fluid-spacing-04') !global;
|
|
160
|
+
$layout-01: map-get($theme, 'layout-01') !global;
|
|
161
|
+
$layout-02: map-get($theme, 'layout-02') !global;
|
|
162
|
+
$layout-03: map-get($theme, 'layout-03') !global;
|
|
163
|
+
$layout-04: map-get($theme, 'layout-04') !global;
|
|
164
|
+
$layout-05: map-get($theme, 'layout-05') !global;
|
|
165
|
+
$layout-06: map-get($theme, 'layout-06') !global;
|
|
166
|
+
$layout-07: map-get($theme, 'layout-07') !global;
|
|
167
|
+
$container-01: map-get($theme, 'container-01') !global;
|
|
168
|
+
$container-02: map-get($theme, 'container-02') !global;
|
|
169
|
+
$container-03: map-get($theme, 'container-03') !global;
|
|
170
|
+
$container-04: map-get($theme, 'container-04') !global;
|
|
171
|
+
$container-05: map-get($theme, 'container-05') !global;
|
|
172
|
+
$icon-size-01: map-get($theme, 'icon-size-01') !global;
|
|
173
|
+
$icon-size-02: map-get($theme, 'icon-size-02') !global;
|
|
174
|
+
|
|
175
|
+
@if global-variable-exists('feature-flags') and
|
|
176
|
+
map-get($feature-flags, 'enable-css-custom-properties')
|
|
177
|
+
{
|
|
178
|
+
$interactive-01: var(
|
|
179
|
+
--#{$custom-property-prefix}-interactive-01,
|
|
180
|
+
map-get($theme, 'interactive-01')
|
|
181
|
+
) !global;
|
|
182
|
+
$interactive-02: var(
|
|
183
|
+
--#{$custom-property-prefix}-interactive-02,
|
|
184
|
+
map-get($theme, 'interactive-02')
|
|
185
|
+
) !global;
|
|
186
|
+
$interactive-03: var(
|
|
187
|
+
--#{$custom-property-prefix}-interactive-03,
|
|
188
|
+
map-get($theme, 'interactive-03')
|
|
189
|
+
) !global;
|
|
190
|
+
$interactive-04: var(
|
|
191
|
+
--#{$custom-property-prefix}-interactive-04,
|
|
192
|
+
map-get($theme, 'interactive-04')
|
|
193
|
+
) !global;
|
|
194
|
+
$ui-background: var(
|
|
195
|
+
--#{$custom-property-prefix}-ui-background,
|
|
196
|
+
map-get($theme, 'ui-background')
|
|
197
|
+
) !global;
|
|
198
|
+
$ui-01: var(
|
|
199
|
+
--#{$custom-property-prefix}-ui-01,
|
|
200
|
+
map-get($theme, 'ui-01')
|
|
201
|
+
) !global;
|
|
202
|
+
$ui-02: var(
|
|
203
|
+
--#{$custom-property-prefix}-ui-02,
|
|
204
|
+
map-get($theme, 'ui-02')
|
|
205
|
+
) !global;
|
|
206
|
+
$ui-03: var(
|
|
207
|
+
--#{$custom-property-prefix}-ui-03,
|
|
208
|
+
map-get($theme, 'ui-03')
|
|
209
|
+
) !global;
|
|
210
|
+
$ui-04: var(
|
|
211
|
+
--#{$custom-property-prefix}-ui-04,
|
|
212
|
+
map-get($theme, 'ui-04')
|
|
213
|
+
) !global;
|
|
214
|
+
$ui-05: var(
|
|
215
|
+
--#{$custom-property-prefix}-ui-05,
|
|
216
|
+
map-get($theme, 'ui-05')
|
|
217
|
+
) !global;
|
|
218
|
+
$text-01: var(
|
|
219
|
+
--#{$custom-property-prefix}-text-01,
|
|
220
|
+
map-get($theme, 'text-01')
|
|
221
|
+
) !global;
|
|
222
|
+
$text-02: var(
|
|
223
|
+
--#{$custom-property-prefix}-text-02,
|
|
224
|
+
map-get($theme, 'text-02')
|
|
225
|
+
) !global;
|
|
226
|
+
$text-03: var(
|
|
227
|
+
--#{$custom-property-prefix}-text-03,
|
|
228
|
+
map-get($theme, 'text-03')
|
|
229
|
+
) !global;
|
|
230
|
+
$text-04: var(
|
|
231
|
+
--#{$custom-property-prefix}-text-04,
|
|
232
|
+
map-get($theme, 'text-04')
|
|
233
|
+
) !global;
|
|
234
|
+
$text-05: var(
|
|
235
|
+
--#{$custom-property-prefix}-text-05,
|
|
236
|
+
map-get($theme, 'text-05')
|
|
237
|
+
) !global;
|
|
238
|
+
$text-error: var(
|
|
239
|
+
--#{$custom-property-prefix}-text-error,
|
|
240
|
+
map-get($theme, 'text-error')
|
|
241
|
+
) !global;
|
|
242
|
+
$icon-01: var(
|
|
243
|
+
--#{$custom-property-prefix}-icon-01,
|
|
244
|
+
map-get($theme, 'icon-01')
|
|
245
|
+
) !global;
|
|
246
|
+
$icon-02: var(
|
|
247
|
+
--#{$custom-property-prefix}-icon-02,
|
|
248
|
+
map-get($theme, 'icon-02')
|
|
249
|
+
) !global;
|
|
250
|
+
$icon-03: var(
|
|
251
|
+
--#{$custom-property-prefix}-icon-03,
|
|
252
|
+
map-get($theme, 'icon-03')
|
|
253
|
+
) !global;
|
|
254
|
+
$link-01: var(
|
|
255
|
+
--#{$custom-property-prefix}-link-01,
|
|
256
|
+
map-get($theme, 'link-01')
|
|
257
|
+
) !global;
|
|
258
|
+
$link-02: var(
|
|
259
|
+
--#{$custom-property-prefix}-link-02,
|
|
260
|
+
map-get($theme, 'link-02')
|
|
261
|
+
) !global;
|
|
262
|
+
$inverse-link: var(
|
|
263
|
+
--#{$custom-property-prefix}-inverse-link,
|
|
264
|
+
map-get($theme, 'inverse-link')
|
|
265
|
+
) !global;
|
|
266
|
+
$field-01: var(
|
|
267
|
+
--#{$custom-property-prefix}-field-01,
|
|
268
|
+
map-get($theme, 'field-01')
|
|
269
|
+
) !global;
|
|
270
|
+
$field-02: var(
|
|
271
|
+
--#{$custom-property-prefix}-field-02,
|
|
272
|
+
map-get($theme, 'field-02')
|
|
273
|
+
) !global;
|
|
274
|
+
$inverse-01: var(
|
|
275
|
+
--#{$custom-property-prefix}-inverse-01,
|
|
276
|
+
map-get($theme, 'inverse-01')
|
|
277
|
+
) !global;
|
|
278
|
+
$inverse-02: var(
|
|
279
|
+
--#{$custom-property-prefix}-inverse-02,
|
|
280
|
+
map-get($theme, 'inverse-02')
|
|
281
|
+
) !global;
|
|
282
|
+
$support-01: var(
|
|
283
|
+
--#{$custom-property-prefix}-support-01,
|
|
284
|
+
map-get($theme, 'support-01')
|
|
285
|
+
) !global;
|
|
286
|
+
$support-02: var(
|
|
287
|
+
--#{$custom-property-prefix}-support-02,
|
|
288
|
+
map-get($theme, 'support-02')
|
|
289
|
+
) !global;
|
|
290
|
+
$support-03: var(
|
|
291
|
+
--#{$custom-property-prefix}-support-03,
|
|
292
|
+
map-get($theme, 'support-03')
|
|
293
|
+
) !global;
|
|
294
|
+
$support-04: var(
|
|
295
|
+
--#{$custom-property-prefix}-support-04,
|
|
296
|
+
map-get($theme, 'support-04')
|
|
297
|
+
) !global;
|
|
298
|
+
$inverse-support-01: var(
|
|
299
|
+
--#{$custom-property-prefix}-inverse-support-01,
|
|
300
|
+
map-get($theme, 'inverse-support-01')
|
|
301
|
+
) !global;
|
|
302
|
+
$inverse-support-02: var(
|
|
303
|
+
--#{$custom-property-prefix}-inverse-support-02,
|
|
304
|
+
map-get($theme, 'inverse-support-02')
|
|
305
|
+
) !global;
|
|
306
|
+
$inverse-support-03: var(
|
|
307
|
+
--#{$custom-property-prefix}-inverse-support-03,
|
|
308
|
+
map-get($theme, 'inverse-support-03')
|
|
309
|
+
) !global;
|
|
310
|
+
$inverse-support-04: var(
|
|
311
|
+
--#{$custom-property-prefix}-inverse-support-04,
|
|
312
|
+
map-get($theme, 'inverse-support-04')
|
|
313
|
+
) !global;
|
|
314
|
+
$overlay-01: var(
|
|
315
|
+
--#{$custom-property-prefix}-overlay-01,
|
|
316
|
+
map-get($theme, 'overlay-01')
|
|
317
|
+
) !global;
|
|
318
|
+
$danger-01: var(
|
|
319
|
+
--#{$custom-property-prefix}-danger-01,
|
|
320
|
+
map-get($theme, 'danger-01')
|
|
321
|
+
) !global;
|
|
322
|
+
$danger-02: var(
|
|
323
|
+
--#{$custom-property-prefix}-danger-02,
|
|
324
|
+
map-get($theme, 'danger-02')
|
|
325
|
+
) !global;
|
|
326
|
+
$focus: var(
|
|
327
|
+
--#{$custom-property-prefix}-focus,
|
|
328
|
+
map-get($theme, 'focus')
|
|
329
|
+
) !global;
|
|
330
|
+
$inverse-focus-ui: var(
|
|
331
|
+
--#{$custom-property-prefix}-inverse-focus-ui,
|
|
332
|
+
map-get($theme, 'inverse-focus-ui')
|
|
333
|
+
) !global;
|
|
334
|
+
$hover-primary: var(
|
|
335
|
+
--#{$custom-property-prefix}-hover-primary,
|
|
336
|
+
map-get($theme, 'hover-primary')
|
|
337
|
+
) !global;
|
|
338
|
+
$active-primary: var(
|
|
339
|
+
--#{$custom-property-prefix}-active-primary,
|
|
340
|
+
map-get($theme, 'active-primary')
|
|
341
|
+
) !global;
|
|
342
|
+
$hover-primary-text: var(
|
|
343
|
+
--#{$custom-property-prefix}-hover-primary-text,
|
|
344
|
+
map-get($theme, 'hover-primary-text')
|
|
345
|
+
) !global;
|
|
346
|
+
$hover-secondary: var(
|
|
347
|
+
--#{$custom-property-prefix}-hover-secondary,
|
|
348
|
+
map-get($theme, 'hover-secondary')
|
|
349
|
+
) !global;
|
|
350
|
+
$active-secondary: var(
|
|
351
|
+
--#{$custom-property-prefix}-active-secondary,
|
|
352
|
+
map-get($theme, 'active-secondary')
|
|
353
|
+
) !global;
|
|
354
|
+
$hover-tertiary: var(
|
|
355
|
+
--#{$custom-property-prefix}-hover-tertiary,
|
|
356
|
+
map-get($theme, 'hover-tertiary')
|
|
357
|
+
) !global;
|
|
358
|
+
$active-tertiary: var(
|
|
359
|
+
--#{$custom-property-prefix}-active-tertiary,
|
|
360
|
+
map-get($theme, 'active-tertiary')
|
|
361
|
+
) !global;
|
|
362
|
+
$hover-ui: var(
|
|
363
|
+
--#{$custom-property-prefix}-hover-ui,
|
|
364
|
+
map-get($theme, 'hover-ui')
|
|
365
|
+
) !global;
|
|
366
|
+
$hover-light-ui: var(
|
|
367
|
+
--#{$custom-property-prefix}-hover-light-ui,
|
|
368
|
+
map-get($theme, 'hover-light-ui')
|
|
369
|
+
) !global;
|
|
370
|
+
$hover-selected-ui: var(
|
|
371
|
+
--#{$custom-property-prefix}-hover-selected-ui,
|
|
372
|
+
map-get($theme, 'hover-selected-ui')
|
|
373
|
+
) !global;
|
|
374
|
+
$active-ui: var(
|
|
375
|
+
--#{$custom-property-prefix}-active-ui,
|
|
376
|
+
map-get($theme, 'active-ui')
|
|
377
|
+
) !global;
|
|
378
|
+
$active-light-ui: var(
|
|
379
|
+
--#{$custom-property-prefix}-active-light-ui,
|
|
380
|
+
map-get($theme, 'active-light-ui')
|
|
381
|
+
) !global;
|
|
382
|
+
$selected-ui: var(
|
|
383
|
+
--#{$custom-property-prefix}-selected-ui,
|
|
384
|
+
map-get($theme, 'selected-ui')
|
|
385
|
+
) !global;
|
|
386
|
+
$selected-light-ui: var(
|
|
387
|
+
--#{$custom-property-prefix}-selected-light-ui,
|
|
388
|
+
map-get($theme, 'selected-light-ui')
|
|
389
|
+
) !global;
|
|
390
|
+
$inverse-hover-ui: var(
|
|
391
|
+
--#{$custom-property-prefix}-inverse-hover-ui,
|
|
392
|
+
map-get($theme, 'inverse-hover-ui')
|
|
393
|
+
) !global;
|
|
394
|
+
$hover-danger: var(
|
|
395
|
+
--#{$custom-property-prefix}-hover-danger,
|
|
396
|
+
map-get($theme, 'hover-danger')
|
|
397
|
+
) !global;
|
|
398
|
+
$active-danger: var(
|
|
399
|
+
--#{$custom-property-prefix}-active-danger,
|
|
400
|
+
map-get($theme, 'active-danger')
|
|
401
|
+
) !global;
|
|
402
|
+
$hover-row: var(
|
|
403
|
+
--#{$custom-property-prefix}-hover-row,
|
|
404
|
+
map-get($theme, 'hover-row')
|
|
405
|
+
) !global;
|
|
406
|
+
$visited-link: var(
|
|
407
|
+
--#{$custom-property-prefix}-visited-link,
|
|
408
|
+
map-get($theme, 'visited-link')
|
|
409
|
+
) !global;
|
|
410
|
+
$disabled-01: var(
|
|
411
|
+
--#{$custom-property-prefix}-disabled-01,
|
|
412
|
+
map-get($theme, 'disabled-01')
|
|
413
|
+
) !global;
|
|
414
|
+
$disabled-02: var(
|
|
415
|
+
--#{$custom-property-prefix}-disabled-02,
|
|
416
|
+
map-get($theme, 'disabled-02')
|
|
417
|
+
) !global;
|
|
418
|
+
$disabled-03: var(
|
|
419
|
+
--#{$custom-property-prefix}-disabled-03,
|
|
420
|
+
map-get($theme, 'disabled-03')
|
|
421
|
+
) !global;
|
|
422
|
+
$highlight: var(
|
|
423
|
+
--#{$custom-property-prefix}-highlight,
|
|
424
|
+
map-get($theme, 'highlight')
|
|
425
|
+
) !global;
|
|
426
|
+
$decorative-01: var(
|
|
427
|
+
--#{$custom-property-prefix}-decorative-01,
|
|
428
|
+
map-get($theme, 'decorative-01')
|
|
429
|
+
) !global;
|
|
430
|
+
$button-separator: var(
|
|
431
|
+
--#{$custom-property-prefix}-button-separator,
|
|
432
|
+
map-get($theme, 'button-separator')
|
|
433
|
+
) !global;
|
|
434
|
+
$skeleton-01: var(
|
|
435
|
+
--#{$custom-property-prefix}-skeleton-01,
|
|
436
|
+
map-get($theme, 'skeleton-01')
|
|
437
|
+
) !global;
|
|
438
|
+
$skeleton-02: var(
|
|
439
|
+
--#{$custom-property-prefix}-skeleton-02,
|
|
440
|
+
map-get($theme, 'skeleton-02')
|
|
441
|
+
) !global;
|
|
442
|
+
$brand-01: var(
|
|
443
|
+
--#{$custom-property-prefix}-brand-01,
|
|
444
|
+
map-get($theme, 'brand-01')
|
|
445
|
+
) !global;
|
|
446
|
+
$brand-02: var(
|
|
447
|
+
--#{$custom-property-prefix}-brand-02,
|
|
448
|
+
map-get($theme, 'brand-02')
|
|
449
|
+
) !global;
|
|
450
|
+
$brand-03: var(
|
|
451
|
+
--#{$custom-property-prefix}-brand-03,
|
|
452
|
+
map-get($theme, 'brand-03')
|
|
453
|
+
) !global;
|
|
454
|
+
$active-01: var(
|
|
455
|
+
--#{$custom-property-prefix}-active-01,
|
|
456
|
+
map-get($theme, 'active-01')
|
|
457
|
+
) !global;
|
|
458
|
+
$hover-field: var(
|
|
459
|
+
--#{$custom-property-prefix}-hover-field,
|
|
460
|
+
map-get($theme, 'hover-field')
|
|
461
|
+
) !global;
|
|
462
|
+
$danger: var(
|
|
463
|
+
--#{$custom-property-prefix}-danger,
|
|
464
|
+
map-get($theme, 'danger')
|
|
465
|
+
) !global;
|
|
466
|
+
$spacing-01: var(
|
|
467
|
+
--#{$custom-property-prefix}-spacing-01,
|
|
468
|
+
map-get($theme, 'spacing-01')
|
|
469
|
+
) !global;
|
|
470
|
+
$spacing-02: var(
|
|
471
|
+
--#{$custom-property-prefix}-spacing-02,
|
|
472
|
+
map-get($theme, 'spacing-02')
|
|
473
|
+
) !global;
|
|
474
|
+
$spacing-03: var(
|
|
475
|
+
--#{$custom-property-prefix}-spacing-03,
|
|
476
|
+
map-get($theme, 'spacing-03')
|
|
477
|
+
) !global;
|
|
478
|
+
$spacing-04: var(
|
|
479
|
+
--#{$custom-property-prefix}-spacing-04,
|
|
480
|
+
map-get($theme, 'spacing-04')
|
|
481
|
+
) !global;
|
|
482
|
+
$spacing-05: var(
|
|
483
|
+
--#{$custom-property-prefix}-spacing-05,
|
|
484
|
+
map-get($theme, 'spacing-05')
|
|
485
|
+
) !global;
|
|
486
|
+
$spacing-06: var(
|
|
487
|
+
--#{$custom-property-prefix}-spacing-06,
|
|
488
|
+
map-get($theme, 'spacing-06')
|
|
489
|
+
) !global;
|
|
490
|
+
$spacing-07: var(
|
|
491
|
+
--#{$custom-property-prefix}-spacing-07,
|
|
492
|
+
map-get($theme, 'spacing-07')
|
|
493
|
+
) !global;
|
|
494
|
+
$spacing-08: var(
|
|
495
|
+
--#{$custom-property-prefix}-spacing-08,
|
|
496
|
+
map-get($theme, 'spacing-08')
|
|
497
|
+
) !global;
|
|
498
|
+
$spacing-09: var(
|
|
499
|
+
--#{$custom-property-prefix}-spacing-09,
|
|
500
|
+
map-get($theme, 'spacing-09')
|
|
501
|
+
) !global;
|
|
502
|
+
$spacing-10: var(
|
|
503
|
+
--#{$custom-property-prefix}-spacing-10,
|
|
504
|
+
map-get($theme, 'spacing-10')
|
|
505
|
+
) !global;
|
|
506
|
+
$spacing-11: var(
|
|
507
|
+
--#{$custom-property-prefix}-spacing-11,
|
|
508
|
+
map-get($theme, 'spacing-11')
|
|
509
|
+
) !global;
|
|
510
|
+
$spacing-12: var(
|
|
511
|
+
--#{$custom-property-prefix}-spacing-12,
|
|
512
|
+
map-get($theme, 'spacing-12')
|
|
513
|
+
) !global;
|
|
514
|
+
$fluid-spacing-01: var(
|
|
515
|
+
--#{$custom-property-prefix}-fluid-spacing-01,
|
|
516
|
+
map-get($theme, 'fluid-spacing-01')
|
|
517
|
+
) !global;
|
|
518
|
+
$fluid-spacing-02: var(
|
|
519
|
+
--#{$custom-property-prefix}-fluid-spacing-02,
|
|
520
|
+
map-get($theme, 'fluid-spacing-02')
|
|
521
|
+
) !global;
|
|
522
|
+
$fluid-spacing-03: var(
|
|
523
|
+
--#{$custom-property-prefix}-fluid-spacing-03,
|
|
524
|
+
map-get($theme, 'fluid-spacing-03')
|
|
525
|
+
) !global;
|
|
526
|
+
$fluid-spacing-04: var(
|
|
527
|
+
--#{$custom-property-prefix}-fluid-spacing-04,
|
|
528
|
+
map-get($theme, 'fluid-spacing-04')
|
|
529
|
+
) !global;
|
|
530
|
+
$layout-01: var(
|
|
531
|
+
--#{$custom-property-prefix}-layout-01,
|
|
532
|
+
map-get($theme, 'layout-01')
|
|
533
|
+
) !global;
|
|
534
|
+
$layout-02: var(
|
|
535
|
+
--#{$custom-property-prefix}-layout-02,
|
|
536
|
+
map-get($theme, 'layout-02')
|
|
537
|
+
) !global;
|
|
538
|
+
$layout-03: var(
|
|
539
|
+
--#{$custom-property-prefix}-layout-03,
|
|
540
|
+
map-get($theme, 'layout-03')
|
|
541
|
+
) !global;
|
|
542
|
+
$layout-04: var(
|
|
543
|
+
--#{$custom-property-prefix}-layout-04,
|
|
544
|
+
map-get($theme, 'layout-04')
|
|
545
|
+
) !global;
|
|
546
|
+
$layout-05: var(
|
|
547
|
+
--#{$custom-property-prefix}-layout-05,
|
|
548
|
+
map-get($theme, 'layout-05')
|
|
549
|
+
) !global;
|
|
550
|
+
$layout-06: var(
|
|
551
|
+
--#{$custom-property-prefix}-layout-06,
|
|
552
|
+
map-get($theme, 'layout-06')
|
|
553
|
+
) !global;
|
|
554
|
+
$layout-07: var(
|
|
555
|
+
--#{$custom-property-prefix}-layout-07,
|
|
556
|
+
map-get($theme, 'layout-07')
|
|
557
|
+
) !global;
|
|
558
|
+
$container-01: var(
|
|
559
|
+
--#{$custom-property-prefix}-container-01,
|
|
560
|
+
map-get($theme, 'container-01')
|
|
561
|
+
) !global;
|
|
562
|
+
$container-02: var(
|
|
563
|
+
--#{$custom-property-prefix}-container-02,
|
|
564
|
+
map-get($theme, 'container-02')
|
|
565
|
+
) !global;
|
|
566
|
+
$container-03: var(
|
|
567
|
+
--#{$custom-property-prefix}-container-03,
|
|
568
|
+
map-get($theme, 'container-03')
|
|
569
|
+
) !global;
|
|
570
|
+
$container-04: var(
|
|
571
|
+
--#{$custom-property-prefix}-container-04,
|
|
572
|
+
map-get($theme, 'container-04')
|
|
573
|
+
) !global;
|
|
574
|
+
$container-05: var(
|
|
575
|
+
--#{$custom-property-prefix}-container-05,
|
|
576
|
+
map-get($theme, 'container-05')
|
|
577
|
+
) !global;
|
|
578
|
+
$icon-size-01: var(
|
|
579
|
+
--#{$custom-property-prefix}-icon-size-01,
|
|
580
|
+
map-get($theme, 'icon-size-01')
|
|
581
|
+
) !global;
|
|
582
|
+
$icon-size-02: var(
|
|
583
|
+
--#{$custom-property-prefix}-icon-size-02,
|
|
584
|
+
map-get($theme, 'icon-size-02')
|
|
585
|
+
) !global;
|
|
586
|
+
}
|
|
587
|
+
@if $emit-custom-properties == true {
|
|
588
|
+
@if should-emit(
|
|
589
|
+
$theme,
|
|
590
|
+
$parent-carbon-theme,
|
|
591
|
+
'interactive-01',
|
|
592
|
+
$emit-difference
|
|
593
|
+
)
|
|
594
|
+
{
|
|
595
|
+
@include custom-property(
|
|
596
|
+
'interactive-01',
|
|
597
|
+
map-get($theme, 'interactive-01')
|
|
598
|
+
);
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
@if should-emit(
|
|
602
|
+
$theme,
|
|
603
|
+
$parent-carbon-theme,
|
|
604
|
+
'interactive-02',
|
|
605
|
+
$emit-difference
|
|
606
|
+
)
|
|
607
|
+
{
|
|
608
|
+
@include custom-property(
|
|
609
|
+
'interactive-02',
|
|
610
|
+
map-get($theme, 'interactive-02')
|
|
611
|
+
);
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
@if should-emit(
|
|
615
|
+
$theme,
|
|
616
|
+
$parent-carbon-theme,
|
|
617
|
+
'interactive-03',
|
|
618
|
+
$emit-difference
|
|
619
|
+
)
|
|
620
|
+
{
|
|
621
|
+
@include custom-property(
|
|
622
|
+
'interactive-03',
|
|
623
|
+
map-get($theme, 'interactive-03')
|
|
624
|
+
);
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
@if should-emit(
|
|
628
|
+
$theme,
|
|
629
|
+
$parent-carbon-theme,
|
|
630
|
+
'interactive-04',
|
|
631
|
+
$emit-difference
|
|
632
|
+
)
|
|
633
|
+
{
|
|
634
|
+
@include custom-property(
|
|
635
|
+
'interactive-04',
|
|
636
|
+
map-get($theme, 'interactive-04')
|
|
637
|
+
);
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
@if should-emit(
|
|
641
|
+
$theme,
|
|
642
|
+
$parent-carbon-theme,
|
|
643
|
+
'ui-background',
|
|
644
|
+
$emit-difference
|
|
645
|
+
)
|
|
646
|
+
{
|
|
647
|
+
@include custom-property(
|
|
648
|
+
'ui-background',
|
|
649
|
+
map-get($theme, 'ui-background')
|
|
650
|
+
);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
@if should-emit($theme, $parent-carbon-theme, 'ui-01', $emit-difference) {
|
|
654
|
+
@include custom-property('ui-01', map-get($theme, 'ui-01'));
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
@if should-emit($theme, $parent-carbon-theme, 'ui-02', $emit-difference) {
|
|
658
|
+
@include custom-property('ui-02', map-get($theme, 'ui-02'));
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
@if should-emit($theme, $parent-carbon-theme, 'ui-03', $emit-difference) {
|
|
662
|
+
@include custom-property('ui-03', map-get($theme, 'ui-03'));
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
@if should-emit($theme, $parent-carbon-theme, 'ui-04', $emit-difference) {
|
|
666
|
+
@include custom-property('ui-04', map-get($theme, 'ui-04'));
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
@if should-emit($theme, $parent-carbon-theme, 'ui-05', $emit-difference) {
|
|
670
|
+
@include custom-property('ui-05', map-get($theme, 'ui-05'));
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
@if should-emit($theme, $parent-carbon-theme, 'text-01', $emit-difference) {
|
|
674
|
+
@include custom-property('text-01', map-get($theme, 'text-01'));
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
@if should-emit($theme, $parent-carbon-theme, 'text-02', $emit-difference) {
|
|
678
|
+
@include custom-property('text-02', map-get($theme, 'text-02'));
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
@if should-emit($theme, $parent-carbon-theme, 'text-03', $emit-difference) {
|
|
682
|
+
@include custom-property('text-03', map-get($theme, 'text-03'));
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
@if should-emit($theme, $parent-carbon-theme, 'text-04', $emit-difference) {
|
|
686
|
+
@include custom-property('text-04', map-get($theme, 'text-04'));
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
@if should-emit($theme, $parent-carbon-theme, 'text-05', $emit-difference) {
|
|
690
|
+
@include custom-property('text-05', map-get($theme, 'text-05'));
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
@if should-emit(
|
|
694
|
+
$theme,
|
|
695
|
+
$parent-carbon-theme,
|
|
696
|
+
'text-error',
|
|
697
|
+
$emit-difference
|
|
698
|
+
)
|
|
699
|
+
{
|
|
700
|
+
@include custom-property('text-error', map-get($theme, 'text-error'));
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
@if should-emit($theme, $parent-carbon-theme, 'icon-01', $emit-difference) {
|
|
704
|
+
@include custom-property('icon-01', map-get($theme, 'icon-01'));
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
@if should-emit($theme, $parent-carbon-theme, 'icon-02', $emit-difference) {
|
|
708
|
+
@include custom-property('icon-02', map-get($theme, 'icon-02'));
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
@if should-emit($theme, $parent-carbon-theme, 'icon-03', $emit-difference) {
|
|
712
|
+
@include custom-property('icon-03', map-get($theme, 'icon-03'));
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
@if should-emit($theme, $parent-carbon-theme, 'link-01', $emit-difference) {
|
|
716
|
+
@include custom-property('link-01', map-get($theme, 'link-01'));
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
@if should-emit($theme, $parent-carbon-theme, 'link-02', $emit-difference) {
|
|
720
|
+
@include custom-property('link-02', map-get($theme, 'link-02'));
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
@if should-emit(
|
|
724
|
+
$theme,
|
|
725
|
+
$parent-carbon-theme,
|
|
726
|
+
'inverse-link',
|
|
727
|
+
$emit-difference
|
|
728
|
+
)
|
|
729
|
+
{
|
|
730
|
+
@include custom-property('inverse-link', map-get($theme, 'inverse-link'));
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
@if should-emit($theme, $parent-carbon-theme, 'field-01', $emit-difference)
|
|
734
|
+
{
|
|
735
|
+
@include custom-property('field-01', map-get($theme, 'field-01'));
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
@if should-emit($theme, $parent-carbon-theme, 'field-02', $emit-difference)
|
|
739
|
+
{
|
|
740
|
+
@include custom-property('field-02', map-get($theme, 'field-02'));
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
@if should-emit(
|
|
744
|
+
$theme,
|
|
745
|
+
$parent-carbon-theme,
|
|
746
|
+
'inverse-01',
|
|
747
|
+
$emit-difference
|
|
748
|
+
)
|
|
749
|
+
{
|
|
750
|
+
@include custom-property('inverse-01', map-get($theme, 'inverse-01'));
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
@if should-emit(
|
|
754
|
+
$theme,
|
|
755
|
+
$parent-carbon-theme,
|
|
756
|
+
'inverse-02',
|
|
757
|
+
$emit-difference
|
|
758
|
+
)
|
|
759
|
+
{
|
|
760
|
+
@include custom-property('inverse-02', map-get($theme, 'inverse-02'));
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
@if should-emit(
|
|
764
|
+
$theme,
|
|
765
|
+
$parent-carbon-theme,
|
|
766
|
+
'support-01',
|
|
767
|
+
$emit-difference
|
|
768
|
+
)
|
|
769
|
+
{
|
|
770
|
+
@include custom-property('support-01', map-get($theme, 'support-01'));
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
@if should-emit(
|
|
774
|
+
$theme,
|
|
775
|
+
$parent-carbon-theme,
|
|
776
|
+
'support-02',
|
|
777
|
+
$emit-difference
|
|
778
|
+
)
|
|
779
|
+
{
|
|
780
|
+
@include custom-property('support-02', map-get($theme, 'support-02'));
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
@if should-emit(
|
|
784
|
+
$theme,
|
|
785
|
+
$parent-carbon-theme,
|
|
786
|
+
'support-03',
|
|
787
|
+
$emit-difference
|
|
788
|
+
)
|
|
789
|
+
{
|
|
790
|
+
@include custom-property('support-03', map-get($theme, 'support-03'));
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
@if should-emit(
|
|
794
|
+
$theme,
|
|
795
|
+
$parent-carbon-theme,
|
|
796
|
+
'support-04',
|
|
797
|
+
$emit-difference
|
|
798
|
+
)
|
|
799
|
+
{
|
|
800
|
+
@include custom-property('support-04', map-get($theme, 'support-04'));
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
@if should-emit(
|
|
804
|
+
$theme,
|
|
805
|
+
$parent-carbon-theme,
|
|
806
|
+
'inverse-support-01',
|
|
807
|
+
$emit-difference
|
|
808
|
+
)
|
|
809
|
+
{
|
|
810
|
+
@include custom-property(
|
|
811
|
+
'inverse-support-01',
|
|
812
|
+
map-get($theme, 'inverse-support-01')
|
|
813
|
+
);
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
@if should-emit(
|
|
817
|
+
$theme,
|
|
818
|
+
$parent-carbon-theme,
|
|
819
|
+
'inverse-support-02',
|
|
820
|
+
$emit-difference
|
|
821
|
+
)
|
|
822
|
+
{
|
|
823
|
+
@include custom-property(
|
|
824
|
+
'inverse-support-02',
|
|
825
|
+
map-get($theme, 'inverse-support-02')
|
|
826
|
+
);
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
@if should-emit(
|
|
830
|
+
$theme,
|
|
831
|
+
$parent-carbon-theme,
|
|
832
|
+
'inverse-support-03',
|
|
833
|
+
$emit-difference
|
|
834
|
+
)
|
|
835
|
+
{
|
|
836
|
+
@include custom-property(
|
|
837
|
+
'inverse-support-03',
|
|
838
|
+
map-get($theme, 'inverse-support-03')
|
|
839
|
+
);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
@if should-emit(
|
|
843
|
+
$theme,
|
|
844
|
+
$parent-carbon-theme,
|
|
845
|
+
'inverse-support-04',
|
|
846
|
+
$emit-difference
|
|
847
|
+
)
|
|
848
|
+
{
|
|
849
|
+
@include custom-property(
|
|
850
|
+
'inverse-support-04',
|
|
851
|
+
map-get($theme, 'inverse-support-04')
|
|
852
|
+
);
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
@if should-emit(
|
|
856
|
+
$theme,
|
|
857
|
+
$parent-carbon-theme,
|
|
858
|
+
'overlay-01',
|
|
859
|
+
$emit-difference
|
|
860
|
+
)
|
|
861
|
+
{
|
|
862
|
+
@include custom-property('overlay-01', map-get($theme, 'overlay-01'));
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
@if should-emit($theme, $parent-carbon-theme, 'danger-01', $emit-difference)
|
|
866
|
+
{
|
|
867
|
+
@include custom-property('danger-01', map-get($theme, 'danger-01'));
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
@if should-emit($theme, $parent-carbon-theme, 'danger-02', $emit-difference)
|
|
871
|
+
{
|
|
872
|
+
@include custom-property('danger-02', map-get($theme, 'danger-02'));
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
@if should-emit($theme, $parent-carbon-theme, 'focus', $emit-difference) {
|
|
876
|
+
@include custom-property('focus', map-get($theme, 'focus'));
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
@if should-emit(
|
|
880
|
+
$theme,
|
|
881
|
+
$parent-carbon-theme,
|
|
882
|
+
'inverse-focus-ui',
|
|
883
|
+
$emit-difference
|
|
884
|
+
)
|
|
885
|
+
{
|
|
886
|
+
@include custom-property(
|
|
887
|
+
'inverse-focus-ui',
|
|
888
|
+
map-get($theme, 'inverse-focus-ui')
|
|
889
|
+
);
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
@if should-emit(
|
|
893
|
+
$theme,
|
|
894
|
+
$parent-carbon-theme,
|
|
895
|
+
'hover-primary',
|
|
896
|
+
$emit-difference
|
|
897
|
+
)
|
|
898
|
+
{
|
|
899
|
+
@include custom-property(
|
|
900
|
+
'hover-primary',
|
|
901
|
+
map-get($theme, 'hover-primary')
|
|
902
|
+
);
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
@if should-emit(
|
|
906
|
+
$theme,
|
|
907
|
+
$parent-carbon-theme,
|
|
908
|
+
'active-primary',
|
|
909
|
+
$emit-difference
|
|
910
|
+
)
|
|
911
|
+
{
|
|
912
|
+
@include custom-property(
|
|
913
|
+
'active-primary',
|
|
914
|
+
map-get($theme, 'active-primary')
|
|
915
|
+
);
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
@if should-emit(
|
|
919
|
+
$theme,
|
|
920
|
+
$parent-carbon-theme,
|
|
921
|
+
'hover-primary-text',
|
|
922
|
+
$emit-difference
|
|
923
|
+
)
|
|
924
|
+
{
|
|
925
|
+
@include custom-property(
|
|
926
|
+
'hover-primary-text',
|
|
927
|
+
map-get($theme, 'hover-primary-text')
|
|
928
|
+
);
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
@if should-emit(
|
|
932
|
+
$theme,
|
|
933
|
+
$parent-carbon-theme,
|
|
934
|
+
'hover-secondary',
|
|
935
|
+
$emit-difference
|
|
936
|
+
)
|
|
937
|
+
{
|
|
938
|
+
@include custom-property(
|
|
939
|
+
'hover-secondary',
|
|
940
|
+
map-get($theme, 'hover-secondary')
|
|
941
|
+
);
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
@if should-emit(
|
|
945
|
+
$theme,
|
|
946
|
+
$parent-carbon-theme,
|
|
947
|
+
'active-secondary',
|
|
948
|
+
$emit-difference
|
|
949
|
+
)
|
|
950
|
+
{
|
|
951
|
+
@include custom-property(
|
|
952
|
+
'active-secondary',
|
|
953
|
+
map-get($theme, 'active-secondary')
|
|
954
|
+
);
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
@if should-emit(
|
|
958
|
+
$theme,
|
|
959
|
+
$parent-carbon-theme,
|
|
960
|
+
'hover-tertiary',
|
|
961
|
+
$emit-difference
|
|
962
|
+
)
|
|
963
|
+
{
|
|
964
|
+
@include custom-property(
|
|
965
|
+
'hover-tertiary',
|
|
966
|
+
map-get($theme, 'hover-tertiary')
|
|
967
|
+
);
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
@if should-emit(
|
|
971
|
+
$theme,
|
|
972
|
+
$parent-carbon-theme,
|
|
973
|
+
'active-tertiary',
|
|
974
|
+
$emit-difference
|
|
975
|
+
)
|
|
976
|
+
{
|
|
977
|
+
@include custom-property(
|
|
978
|
+
'active-tertiary',
|
|
979
|
+
map-get($theme, 'active-tertiary')
|
|
980
|
+
);
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
@if should-emit($theme, $parent-carbon-theme, 'hover-ui', $emit-difference)
|
|
984
|
+
{
|
|
985
|
+
@include custom-property('hover-ui', map-get($theme, 'hover-ui'));
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
@if should-emit(
|
|
989
|
+
$theme,
|
|
990
|
+
$parent-carbon-theme,
|
|
991
|
+
'hover-light-ui',
|
|
992
|
+
$emit-difference
|
|
993
|
+
)
|
|
994
|
+
{
|
|
995
|
+
@include custom-property(
|
|
996
|
+
'hover-light-ui',
|
|
997
|
+
map-get($theme, 'hover-light-ui')
|
|
998
|
+
);
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
@if should-emit(
|
|
1002
|
+
$theme,
|
|
1003
|
+
$parent-carbon-theme,
|
|
1004
|
+
'hover-selected-ui',
|
|
1005
|
+
$emit-difference
|
|
1006
|
+
)
|
|
1007
|
+
{
|
|
1008
|
+
@include custom-property(
|
|
1009
|
+
'hover-selected-ui',
|
|
1010
|
+
map-get($theme, 'hover-selected-ui')
|
|
1011
|
+
);
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
@if should-emit($theme, $parent-carbon-theme, 'active-ui', $emit-difference)
|
|
1015
|
+
{
|
|
1016
|
+
@include custom-property('active-ui', map-get($theme, 'active-ui'));
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
@if should-emit(
|
|
1020
|
+
$theme,
|
|
1021
|
+
$parent-carbon-theme,
|
|
1022
|
+
'active-light-ui',
|
|
1023
|
+
$emit-difference
|
|
1024
|
+
)
|
|
1025
|
+
{
|
|
1026
|
+
@include custom-property(
|
|
1027
|
+
'active-light-ui',
|
|
1028
|
+
map-get($theme, 'active-light-ui')
|
|
1029
|
+
);
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
@if should-emit(
|
|
1033
|
+
$theme,
|
|
1034
|
+
$parent-carbon-theme,
|
|
1035
|
+
'selected-ui',
|
|
1036
|
+
$emit-difference
|
|
1037
|
+
)
|
|
1038
|
+
{
|
|
1039
|
+
@include custom-property('selected-ui', map-get($theme, 'selected-ui'));
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
@if should-emit(
|
|
1043
|
+
$theme,
|
|
1044
|
+
$parent-carbon-theme,
|
|
1045
|
+
'selected-light-ui',
|
|
1046
|
+
$emit-difference
|
|
1047
|
+
)
|
|
1048
|
+
{
|
|
1049
|
+
@include custom-property(
|
|
1050
|
+
'selected-light-ui',
|
|
1051
|
+
map-get($theme, 'selected-light-ui')
|
|
1052
|
+
);
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
@if should-emit(
|
|
1056
|
+
$theme,
|
|
1057
|
+
$parent-carbon-theme,
|
|
1058
|
+
'inverse-hover-ui',
|
|
1059
|
+
$emit-difference
|
|
1060
|
+
)
|
|
1061
|
+
{
|
|
1062
|
+
@include custom-property(
|
|
1063
|
+
'inverse-hover-ui',
|
|
1064
|
+
map-get($theme, 'inverse-hover-ui')
|
|
1065
|
+
);
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
@if should-emit(
|
|
1069
|
+
$theme,
|
|
1070
|
+
$parent-carbon-theme,
|
|
1071
|
+
'hover-danger',
|
|
1072
|
+
$emit-difference
|
|
1073
|
+
)
|
|
1074
|
+
{
|
|
1075
|
+
@include custom-property('hover-danger', map-get($theme, 'hover-danger'));
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
@if should-emit(
|
|
1079
|
+
$theme,
|
|
1080
|
+
$parent-carbon-theme,
|
|
1081
|
+
'active-danger',
|
|
1082
|
+
$emit-difference
|
|
1083
|
+
)
|
|
1084
|
+
{
|
|
1085
|
+
@include custom-property(
|
|
1086
|
+
'active-danger',
|
|
1087
|
+
map-get($theme, 'active-danger')
|
|
1088
|
+
);
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
@if should-emit($theme, $parent-carbon-theme, 'hover-row', $emit-difference)
|
|
1092
|
+
{
|
|
1093
|
+
@include custom-property('hover-row', map-get($theme, 'hover-row'));
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
@if should-emit(
|
|
1097
|
+
$theme,
|
|
1098
|
+
$parent-carbon-theme,
|
|
1099
|
+
'visited-link',
|
|
1100
|
+
$emit-difference
|
|
1101
|
+
)
|
|
1102
|
+
{
|
|
1103
|
+
@include custom-property('visited-link', map-get($theme, 'visited-link'));
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
@if should-emit(
|
|
1107
|
+
$theme,
|
|
1108
|
+
$parent-carbon-theme,
|
|
1109
|
+
'disabled-01',
|
|
1110
|
+
$emit-difference
|
|
1111
|
+
)
|
|
1112
|
+
{
|
|
1113
|
+
@include custom-property('disabled-01', map-get($theme, 'disabled-01'));
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
@if should-emit(
|
|
1117
|
+
$theme,
|
|
1118
|
+
$parent-carbon-theme,
|
|
1119
|
+
'disabled-02',
|
|
1120
|
+
$emit-difference
|
|
1121
|
+
)
|
|
1122
|
+
{
|
|
1123
|
+
@include custom-property('disabled-02', map-get($theme, 'disabled-02'));
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
@if should-emit(
|
|
1127
|
+
$theme,
|
|
1128
|
+
$parent-carbon-theme,
|
|
1129
|
+
'disabled-03',
|
|
1130
|
+
$emit-difference
|
|
1131
|
+
)
|
|
1132
|
+
{
|
|
1133
|
+
@include custom-property('disabled-03', map-get($theme, 'disabled-03'));
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
@if should-emit($theme, $parent-carbon-theme, 'highlight', $emit-difference)
|
|
1137
|
+
{
|
|
1138
|
+
@include custom-property('highlight', map-get($theme, 'highlight'));
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
@if should-emit(
|
|
1142
|
+
$theme,
|
|
1143
|
+
$parent-carbon-theme,
|
|
1144
|
+
'decorative-01',
|
|
1145
|
+
$emit-difference
|
|
1146
|
+
)
|
|
1147
|
+
{
|
|
1148
|
+
@include custom-property(
|
|
1149
|
+
'decorative-01',
|
|
1150
|
+
map-get($theme, 'decorative-01')
|
|
1151
|
+
);
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
@if should-emit(
|
|
1155
|
+
$theme,
|
|
1156
|
+
$parent-carbon-theme,
|
|
1157
|
+
'button-separator',
|
|
1158
|
+
$emit-difference
|
|
1159
|
+
)
|
|
1160
|
+
{
|
|
1161
|
+
@include custom-property(
|
|
1162
|
+
'button-separator',
|
|
1163
|
+
map-get($theme, 'button-separator')
|
|
1164
|
+
);
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
@if should-emit(
|
|
1168
|
+
$theme,
|
|
1169
|
+
$parent-carbon-theme,
|
|
1170
|
+
'skeleton-01',
|
|
1171
|
+
$emit-difference
|
|
1172
|
+
)
|
|
1173
|
+
{
|
|
1174
|
+
@include custom-property('skeleton-01', map-get($theme, 'skeleton-01'));
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
@if should-emit(
|
|
1178
|
+
$theme,
|
|
1179
|
+
$parent-carbon-theme,
|
|
1180
|
+
'skeleton-02',
|
|
1181
|
+
$emit-difference
|
|
1182
|
+
)
|
|
1183
|
+
{
|
|
1184
|
+
@include custom-property('skeleton-02', map-get($theme, 'skeleton-02'));
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
@if should-emit($theme, $parent-carbon-theme, 'brand-01', $emit-difference)
|
|
1188
|
+
{
|
|
1189
|
+
@include custom-property('brand-01', map-get($theme, 'brand-01'));
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
@if should-emit($theme, $parent-carbon-theme, 'brand-02', $emit-difference)
|
|
1193
|
+
{
|
|
1194
|
+
@include custom-property('brand-02', map-get($theme, 'brand-02'));
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
@if should-emit($theme, $parent-carbon-theme, 'brand-03', $emit-difference)
|
|
1198
|
+
{
|
|
1199
|
+
@include custom-property('brand-03', map-get($theme, 'brand-03'));
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
@if should-emit($theme, $parent-carbon-theme, 'active-01', $emit-difference)
|
|
1203
|
+
{
|
|
1204
|
+
@include custom-property('active-01', map-get($theme, 'active-01'));
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
@if should-emit(
|
|
1208
|
+
$theme,
|
|
1209
|
+
$parent-carbon-theme,
|
|
1210
|
+
'hover-field',
|
|
1211
|
+
$emit-difference
|
|
1212
|
+
)
|
|
1213
|
+
{
|
|
1214
|
+
@include custom-property('hover-field', map-get($theme, 'hover-field'));
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
@if should-emit($theme, $parent-carbon-theme, 'danger', $emit-difference) {
|
|
1218
|
+
@include custom-property('danger', map-get($theme, 'danger'));
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
@if should-emit(
|
|
1222
|
+
$theme,
|
|
1223
|
+
$parent-carbon-theme,
|
|
1224
|
+
'caption-01',
|
|
1225
|
+
$emit-difference
|
|
1226
|
+
)
|
|
1227
|
+
{
|
|
1228
|
+
@include custom-property('caption-01', map-get($theme, 'caption-01'));
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
@if should-emit($theme, $parent-carbon-theme, 'label-01', $emit-difference)
|
|
1232
|
+
{
|
|
1233
|
+
@include custom-property('label-01', map-get($theme, 'label-01'));
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
@if should-emit(
|
|
1237
|
+
$theme,
|
|
1238
|
+
$parent-carbon-theme,
|
|
1239
|
+
'helper-text-01',
|
|
1240
|
+
$emit-difference
|
|
1241
|
+
)
|
|
1242
|
+
{
|
|
1243
|
+
@include custom-property(
|
|
1244
|
+
'helper-text-01',
|
|
1245
|
+
map-get($theme, 'helper-text-01')
|
|
1246
|
+
);
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
@if should-emit(
|
|
1250
|
+
$theme,
|
|
1251
|
+
$parent-carbon-theme,
|
|
1252
|
+
'body-short-01',
|
|
1253
|
+
$emit-difference
|
|
1254
|
+
)
|
|
1255
|
+
{
|
|
1256
|
+
@include custom-property(
|
|
1257
|
+
'body-short-01',
|
|
1258
|
+
map-get($theme, 'body-short-01')
|
|
1259
|
+
);
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
@if should-emit(
|
|
1263
|
+
$theme,
|
|
1264
|
+
$parent-carbon-theme,
|
|
1265
|
+
'body-long-01',
|
|
1266
|
+
$emit-difference
|
|
1267
|
+
)
|
|
1268
|
+
{
|
|
1269
|
+
@include custom-property('body-long-01', map-get($theme, 'body-long-01'));
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
@if should-emit(
|
|
1273
|
+
$theme,
|
|
1274
|
+
$parent-carbon-theme,
|
|
1275
|
+
'body-short-02',
|
|
1276
|
+
$emit-difference
|
|
1277
|
+
)
|
|
1278
|
+
{
|
|
1279
|
+
@include custom-property(
|
|
1280
|
+
'body-short-02',
|
|
1281
|
+
map-get($theme, 'body-short-02')
|
|
1282
|
+
);
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
@if should-emit(
|
|
1286
|
+
$theme,
|
|
1287
|
+
$parent-carbon-theme,
|
|
1288
|
+
'body-long-02',
|
|
1289
|
+
$emit-difference
|
|
1290
|
+
)
|
|
1291
|
+
{
|
|
1292
|
+
@include custom-property('body-long-02', map-get($theme, 'body-long-02'));
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
@if should-emit($theme, $parent-carbon-theme, 'code-01', $emit-difference) {
|
|
1296
|
+
@include custom-property('code-01', map-get($theme, 'code-01'));
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
@if should-emit($theme, $parent-carbon-theme, 'code-02', $emit-difference) {
|
|
1300
|
+
@include custom-property('code-02', map-get($theme, 'code-02'));
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
@if should-emit(
|
|
1304
|
+
$theme,
|
|
1305
|
+
$parent-carbon-theme,
|
|
1306
|
+
'heading-01',
|
|
1307
|
+
$emit-difference
|
|
1308
|
+
)
|
|
1309
|
+
{
|
|
1310
|
+
@include custom-property('heading-01', map-get($theme, 'heading-01'));
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
@if should-emit(
|
|
1314
|
+
$theme,
|
|
1315
|
+
$parent-carbon-theme,
|
|
1316
|
+
'productive-heading-01',
|
|
1317
|
+
$emit-difference
|
|
1318
|
+
)
|
|
1319
|
+
{
|
|
1320
|
+
@include custom-property(
|
|
1321
|
+
'productive-heading-01',
|
|
1322
|
+
map-get($theme, 'productive-heading-01')
|
|
1323
|
+
);
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
@if should-emit(
|
|
1327
|
+
$theme,
|
|
1328
|
+
$parent-carbon-theme,
|
|
1329
|
+
'heading-02',
|
|
1330
|
+
$emit-difference
|
|
1331
|
+
)
|
|
1332
|
+
{
|
|
1333
|
+
@include custom-property('heading-02', map-get($theme, 'heading-02'));
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
@if should-emit(
|
|
1337
|
+
$theme,
|
|
1338
|
+
$parent-carbon-theme,
|
|
1339
|
+
'productive-heading-02',
|
|
1340
|
+
$emit-difference
|
|
1341
|
+
)
|
|
1342
|
+
{
|
|
1343
|
+
@include custom-property(
|
|
1344
|
+
'productive-heading-02',
|
|
1345
|
+
map-get($theme, 'productive-heading-02')
|
|
1346
|
+
);
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
@if should-emit(
|
|
1350
|
+
$theme,
|
|
1351
|
+
$parent-carbon-theme,
|
|
1352
|
+
'productive-heading-03',
|
|
1353
|
+
$emit-difference
|
|
1354
|
+
)
|
|
1355
|
+
{
|
|
1356
|
+
@include custom-property(
|
|
1357
|
+
'productive-heading-03',
|
|
1358
|
+
map-get($theme, 'productive-heading-03')
|
|
1359
|
+
);
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
@if should-emit(
|
|
1363
|
+
$theme,
|
|
1364
|
+
$parent-carbon-theme,
|
|
1365
|
+
'productive-heading-04',
|
|
1366
|
+
$emit-difference
|
|
1367
|
+
)
|
|
1368
|
+
{
|
|
1369
|
+
@include custom-property(
|
|
1370
|
+
'productive-heading-04',
|
|
1371
|
+
map-get($theme, 'productive-heading-04')
|
|
1372
|
+
);
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
@if should-emit(
|
|
1376
|
+
$theme,
|
|
1377
|
+
$parent-carbon-theme,
|
|
1378
|
+
'productive-heading-05',
|
|
1379
|
+
$emit-difference
|
|
1380
|
+
)
|
|
1381
|
+
{
|
|
1382
|
+
@include custom-property(
|
|
1383
|
+
'productive-heading-05',
|
|
1384
|
+
map-get($theme, 'productive-heading-05')
|
|
1385
|
+
);
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
@if should-emit(
|
|
1389
|
+
$theme,
|
|
1390
|
+
$parent-carbon-theme,
|
|
1391
|
+
'productive-heading-06',
|
|
1392
|
+
$emit-difference
|
|
1393
|
+
)
|
|
1394
|
+
{
|
|
1395
|
+
@include custom-property(
|
|
1396
|
+
'productive-heading-06',
|
|
1397
|
+
map-get($theme, 'productive-heading-06')
|
|
1398
|
+
);
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
@if should-emit(
|
|
1402
|
+
$theme,
|
|
1403
|
+
$parent-carbon-theme,
|
|
1404
|
+
'productive-heading-07',
|
|
1405
|
+
$emit-difference
|
|
1406
|
+
)
|
|
1407
|
+
{
|
|
1408
|
+
@include custom-property(
|
|
1409
|
+
'productive-heading-07',
|
|
1410
|
+
map-get($theme, 'productive-heading-07')
|
|
1411
|
+
);
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
@if should-emit(
|
|
1415
|
+
$theme,
|
|
1416
|
+
$parent-carbon-theme,
|
|
1417
|
+
'expressive-heading-01',
|
|
1418
|
+
$emit-difference
|
|
1419
|
+
)
|
|
1420
|
+
{
|
|
1421
|
+
@include custom-property(
|
|
1422
|
+
'expressive-heading-01',
|
|
1423
|
+
map-get($theme, 'expressive-heading-01')
|
|
1424
|
+
);
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
@if should-emit(
|
|
1428
|
+
$theme,
|
|
1429
|
+
$parent-carbon-theme,
|
|
1430
|
+
'expressive-heading-02',
|
|
1431
|
+
$emit-difference
|
|
1432
|
+
)
|
|
1433
|
+
{
|
|
1434
|
+
@include custom-property(
|
|
1435
|
+
'expressive-heading-02',
|
|
1436
|
+
map-get($theme, 'expressive-heading-02')
|
|
1437
|
+
);
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
@if should-emit(
|
|
1441
|
+
$theme,
|
|
1442
|
+
$parent-carbon-theme,
|
|
1443
|
+
'expressive-heading-03',
|
|
1444
|
+
$emit-difference
|
|
1445
|
+
)
|
|
1446
|
+
{
|
|
1447
|
+
@include custom-property(
|
|
1448
|
+
'expressive-heading-03',
|
|
1449
|
+
map-get($theme, 'expressive-heading-03')
|
|
1450
|
+
);
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
@if should-emit(
|
|
1454
|
+
$theme,
|
|
1455
|
+
$parent-carbon-theme,
|
|
1456
|
+
'expressive-heading-04',
|
|
1457
|
+
$emit-difference
|
|
1458
|
+
)
|
|
1459
|
+
{
|
|
1460
|
+
@include custom-property(
|
|
1461
|
+
'expressive-heading-04',
|
|
1462
|
+
map-get($theme, 'expressive-heading-04')
|
|
1463
|
+
);
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
@if should-emit(
|
|
1467
|
+
$theme,
|
|
1468
|
+
$parent-carbon-theme,
|
|
1469
|
+
'expressive-heading-05',
|
|
1470
|
+
$emit-difference
|
|
1471
|
+
)
|
|
1472
|
+
{
|
|
1473
|
+
@include custom-property(
|
|
1474
|
+
'expressive-heading-05',
|
|
1475
|
+
map-get($theme, 'expressive-heading-05')
|
|
1476
|
+
);
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
@if should-emit(
|
|
1480
|
+
$theme,
|
|
1481
|
+
$parent-carbon-theme,
|
|
1482
|
+
'expressive-heading-06',
|
|
1483
|
+
$emit-difference
|
|
1484
|
+
)
|
|
1485
|
+
{
|
|
1486
|
+
@include custom-property(
|
|
1487
|
+
'expressive-heading-06',
|
|
1488
|
+
map-get($theme, 'expressive-heading-06')
|
|
1489
|
+
);
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
@if should-emit(
|
|
1493
|
+
$theme,
|
|
1494
|
+
$parent-carbon-theme,
|
|
1495
|
+
'expressive-paragraph-01',
|
|
1496
|
+
$emit-difference
|
|
1497
|
+
)
|
|
1498
|
+
{
|
|
1499
|
+
@include custom-property(
|
|
1500
|
+
'expressive-paragraph-01',
|
|
1501
|
+
map-get($theme, 'expressive-paragraph-01')
|
|
1502
|
+
);
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
@if should-emit(
|
|
1506
|
+
$theme,
|
|
1507
|
+
$parent-carbon-theme,
|
|
1508
|
+
'quotation-01',
|
|
1509
|
+
$emit-difference
|
|
1510
|
+
)
|
|
1511
|
+
{
|
|
1512
|
+
@include custom-property('quotation-01', map-get($theme, 'quotation-01'));
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1515
|
+
@if should-emit(
|
|
1516
|
+
$theme,
|
|
1517
|
+
$parent-carbon-theme,
|
|
1518
|
+
'quotation-02',
|
|
1519
|
+
$emit-difference
|
|
1520
|
+
)
|
|
1521
|
+
{
|
|
1522
|
+
@include custom-property('quotation-02', map-get($theme, 'quotation-02'));
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
@if should-emit(
|
|
1526
|
+
$theme,
|
|
1527
|
+
$parent-carbon-theme,
|
|
1528
|
+
'display-01',
|
|
1529
|
+
$emit-difference
|
|
1530
|
+
)
|
|
1531
|
+
{
|
|
1532
|
+
@include custom-property('display-01', map-get($theme, 'display-01'));
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
@if should-emit(
|
|
1536
|
+
$theme,
|
|
1537
|
+
$parent-carbon-theme,
|
|
1538
|
+
'display-02',
|
|
1539
|
+
$emit-difference
|
|
1540
|
+
)
|
|
1541
|
+
{
|
|
1542
|
+
@include custom-property('display-02', map-get($theme, 'display-02'));
|
|
1543
|
+
}
|
|
1544
|
+
|
|
1545
|
+
@if should-emit(
|
|
1546
|
+
$theme,
|
|
1547
|
+
$parent-carbon-theme,
|
|
1548
|
+
'display-03',
|
|
1549
|
+
$emit-difference
|
|
1550
|
+
)
|
|
1551
|
+
{
|
|
1552
|
+
@include custom-property('display-03', map-get($theme, 'display-03'));
|
|
1553
|
+
}
|
|
1554
|
+
|
|
1555
|
+
@if should-emit(
|
|
1556
|
+
$theme,
|
|
1557
|
+
$parent-carbon-theme,
|
|
1558
|
+
'display-04',
|
|
1559
|
+
$emit-difference
|
|
1560
|
+
)
|
|
1561
|
+
{
|
|
1562
|
+
@include custom-property('display-04', map-get($theme, 'display-04'));
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
@if should-emit(
|
|
1566
|
+
$theme,
|
|
1567
|
+
$parent-carbon-theme,
|
|
1568
|
+
'spacing-01',
|
|
1569
|
+
$emit-difference
|
|
1570
|
+
)
|
|
1571
|
+
{
|
|
1572
|
+
@include custom-property('spacing-01', map-get($theme, 'spacing-01'));
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
@if should-emit(
|
|
1576
|
+
$theme,
|
|
1577
|
+
$parent-carbon-theme,
|
|
1578
|
+
'spacing-02',
|
|
1579
|
+
$emit-difference
|
|
1580
|
+
)
|
|
1581
|
+
{
|
|
1582
|
+
@include custom-property('spacing-02', map-get($theme, 'spacing-02'));
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
@if should-emit(
|
|
1586
|
+
$theme,
|
|
1587
|
+
$parent-carbon-theme,
|
|
1588
|
+
'spacing-03',
|
|
1589
|
+
$emit-difference
|
|
1590
|
+
)
|
|
1591
|
+
{
|
|
1592
|
+
@include custom-property('spacing-03', map-get($theme, 'spacing-03'));
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
@if should-emit(
|
|
1596
|
+
$theme,
|
|
1597
|
+
$parent-carbon-theme,
|
|
1598
|
+
'spacing-04',
|
|
1599
|
+
$emit-difference
|
|
1600
|
+
)
|
|
1601
|
+
{
|
|
1602
|
+
@include custom-property('spacing-04', map-get($theme, 'spacing-04'));
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
@if should-emit(
|
|
1606
|
+
$theme,
|
|
1607
|
+
$parent-carbon-theme,
|
|
1608
|
+
'spacing-05',
|
|
1609
|
+
$emit-difference
|
|
1610
|
+
)
|
|
1611
|
+
{
|
|
1612
|
+
@include custom-property('spacing-05', map-get($theme, 'spacing-05'));
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
@if should-emit(
|
|
1616
|
+
$theme,
|
|
1617
|
+
$parent-carbon-theme,
|
|
1618
|
+
'spacing-06',
|
|
1619
|
+
$emit-difference
|
|
1620
|
+
)
|
|
1621
|
+
{
|
|
1622
|
+
@include custom-property('spacing-06', map-get($theme, 'spacing-06'));
|
|
1623
|
+
}
|
|
1624
|
+
|
|
1625
|
+
@if should-emit(
|
|
1626
|
+
$theme,
|
|
1627
|
+
$parent-carbon-theme,
|
|
1628
|
+
'spacing-07',
|
|
1629
|
+
$emit-difference
|
|
1630
|
+
)
|
|
1631
|
+
{
|
|
1632
|
+
@include custom-property('spacing-07', map-get($theme, 'spacing-07'));
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1635
|
+
@if should-emit(
|
|
1636
|
+
$theme,
|
|
1637
|
+
$parent-carbon-theme,
|
|
1638
|
+
'spacing-08',
|
|
1639
|
+
$emit-difference
|
|
1640
|
+
)
|
|
1641
|
+
{
|
|
1642
|
+
@include custom-property('spacing-08', map-get($theme, 'spacing-08'));
|
|
1643
|
+
}
|
|
1644
|
+
|
|
1645
|
+
@if should-emit(
|
|
1646
|
+
$theme,
|
|
1647
|
+
$parent-carbon-theme,
|
|
1648
|
+
'spacing-09',
|
|
1649
|
+
$emit-difference
|
|
1650
|
+
)
|
|
1651
|
+
{
|
|
1652
|
+
@include custom-property('spacing-09', map-get($theme, 'spacing-09'));
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
@if should-emit(
|
|
1656
|
+
$theme,
|
|
1657
|
+
$parent-carbon-theme,
|
|
1658
|
+
'spacing-10',
|
|
1659
|
+
$emit-difference
|
|
1660
|
+
)
|
|
1661
|
+
{
|
|
1662
|
+
@include custom-property('spacing-10', map-get($theme, 'spacing-10'));
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
@if should-emit(
|
|
1666
|
+
$theme,
|
|
1667
|
+
$parent-carbon-theme,
|
|
1668
|
+
'spacing-11',
|
|
1669
|
+
$emit-difference
|
|
1670
|
+
)
|
|
1671
|
+
{
|
|
1672
|
+
@include custom-property('spacing-11', map-get($theme, 'spacing-11'));
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
@if should-emit(
|
|
1676
|
+
$theme,
|
|
1677
|
+
$parent-carbon-theme,
|
|
1678
|
+
'spacing-12',
|
|
1679
|
+
$emit-difference
|
|
1680
|
+
)
|
|
1681
|
+
{
|
|
1682
|
+
@include custom-property('spacing-12', map-get($theme, 'spacing-12'));
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
@if should-emit(
|
|
1686
|
+
$theme,
|
|
1687
|
+
$parent-carbon-theme,
|
|
1688
|
+
'fluid-spacing-01',
|
|
1689
|
+
$emit-difference
|
|
1690
|
+
)
|
|
1691
|
+
{
|
|
1692
|
+
@include custom-property(
|
|
1693
|
+
'fluid-spacing-01',
|
|
1694
|
+
map-get($theme, 'fluid-spacing-01')
|
|
1695
|
+
);
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
@if should-emit(
|
|
1699
|
+
$theme,
|
|
1700
|
+
$parent-carbon-theme,
|
|
1701
|
+
'fluid-spacing-02',
|
|
1702
|
+
$emit-difference
|
|
1703
|
+
)
|
|
1704
|
+
{
|
|
1705
|
+
@include custom-property(
|
|
1706
|
+
'fluid-spacing-02',
|
|
1707
|
+
map-get($theme, 'fluid-spacing-02')
|
|
1708
|
+
);
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
@if should-emit(
|
|
1712
|
+
$theme,
|
|
1713
|
+
$parent-carbon-theme,
|
|
1714
|
+
'fluid-spacing-03',
|
|
1715
|
+
$emit-difference
|
|
1716
|
+
)
|
|
1717
|
+
{
|
|
1718
|
+
@include custom-property(
|
|
1719
|
+
'fluid-spacing-03',
|
|
1720
|
+
map-get($theme, 'fluid-spacing-03')
|
|
1721
|
+
);
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
@if should-emit(
|
|
1725
|
+
$theme,
|
|
1726
|
+
$parent-carbon-theme,
|
|
1727
|
+
'fluid-spacing-04',
|
|
1728
|
+
$emit-difference
|
|
1729
|
+
)
|
|
1730
|
+
{
|
|
1731
|
+
@include custom-property(
|
|
1732
|
+
'fluid-spacing-04',
|
|
1733
|
+
map-get($theme, 'fluid-spacing-04')
|
|
1734
|
+
);
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
@if should-emit($theme, $parent-carbon-theme, 'layout-01', $emit-difference)
|
|
1738
|
+
{
|
|
1739
|
+
@include custom-property('layout-01', map-get($theme, 'layout-01'));
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
@if should-emit($theme, $parent-carbon-theme, 'layout-02', $emit-difference)
|
|
1743
|
+
{
|
|
1744
|
+
@include custom-property('layout-02', map-get($theme, 'layout-02'));
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
@if should-emit($theme, $parent-carbon-theme, 'layout-03', $emit-difference)
|
|
1748
|
+
{
|
|
1749
|
+
@include custom-property('layout-03', map-get($theme, 'layout-03'));
|
|
1750
|
+
}
|
|
1751
|
+
|
|
1752
|
+
@if should-emit($theme, $parent-carbon-theme, 'layout-04', $emit-difference)
|
|
1753
|
+
{
|
|
1754
|
+
@include custom-property('layout-04', map-get($theme, 'layout-04'));
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
@if should-emit($theme, $parent-carbon-theme, 'layout-05', $emit-difference)
|
|
1758
|
+
{
|
|
1759
|
+
@include custom-property('layout-05', map-get($theme, 'layout-05'));
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
@if should-emit($theme, $parent-carbon-theme, 'layout-06', $emit-difference)
|
|
1763
|
+
{
|
|
1764
|
+
@include custom-property('layout-06', map-get($theme, 'layout-06'));
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
@if should-emit($theme, $parent-carbon-theme, 'layout-07', $emit-difference)
|
|
1768
|
+
{
|
|
1769
|
+
@include custom-property('layout-07', map-get($theme, 'layout-07'));
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
@if should-emit(
|
|
1773
|
+
$theme,
|
|
1774
|
+
$parent-carbon-theme,
|
|
1775
|
+
'container-01',
|
|
1776
|
+
$emit-difference
|
|
1777
|
+
)
|
|
1778
|
+
{
|
|
1779
|
+
@include custom-property('container-01', map-get($theme, 'container-01'));
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
@if should-emit(
|
|
1783
|
+
$theme,
|
|
1784
|
+
$parent-carbon-theme,
|
|
1785
|
+
'container-02',
|
|
1786
|
+
$emit-difference
|
|
1787
|
+
)
|
|
1788
|
+
{
|
|
1789
|
+
@include custom-property('container-02', map-get($theme, 'container-02'));
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
@if should-emit(
|
|
1793
|
+
$theme,
|
|
1794
|
+
$parent-carbon-theme,
|
|
1795
|
+
'container-03',
|
|
1796
|
+
$emit-difference
|
|
1797
|
+
)
|
|
1798
|
+
{
|
|
1799
|
+
@include custom-property('container-03', map-get($theme, 'container-03'));
|
|
1800
|
+
}
|
|
1801
|
+
|
|
1802
|
+
@if should-emit(
|
|
1803
|
+
$theme,
|
|
1804
|
+
$parent-carbon-theme,
|
|
1805
|
+
'container-04',
|
|
1806
|
+
$emit-difference
|
|
1807
|
+
)
|
|
1808
|
+
{
|
|
1809
|
+
@include custom-property('container-04', map-get($theme, 'container-04'));
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
@if should-emit(
|
|
1813
|
+
$theme,
|
|
1814
|
+
$parent-carbon-theme,
|
|
1815
|
+
'container-05',
|
|
1816
|
+
$emit-difference
|
|
1817
|
+
)
|
|
1818
|
+
{
|
|
1819
|
+
@include custom-property('container-05', map-get($theme, 'container-05'));
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
@if should-emit(
|
|
1823
|
+
$theme,
|
|
1824
|
+
$parent-carbon-theme,
|
|
1825
|
+
'icon-size-01',
|
|
1826
|
+
$emit-difference
|
|
1827
|
+
)
|
|
1828
|
+
{
|
|
1829
|
+
@include custom-property('icon-size-01', map-get($theme, 'icon-size-01'));
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
@if should-emit(
|
|
1833
|
+
$theme,
|
|
1834
|
+
$parent-carbon-theme,
|
|
1835
|
+
'icon-size-02',
|
|
1836
|
+
$emit-difference
|
|
1837
|
+
)
|
|
1838
|
+
{
|
|
1839
|
+
@include custom-property('icon-size-02', map-get($theme, 'icon-size-02'));
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
@content;
|
|
1844
|
+
|
|
1845
|
+
// Reset to default theme after apply in content
|
|
1846
|
+
@if $carbon--theme != $parent-carbon-theme {
|
|
1847
|
+
$carbon--theme: $parent-carbon-theme !global;
|
|
1848
|
+
|
|
1849
|
+
@include carbon--theme();
|
|
1850
|
+
}
|
|
1851
|
+
}
|