@gitlab/ui 115.0.0 → 115.1.0
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/bin/migrate_custom_utils_to_tw.bundled.mjs +172489 -139144
- package/dist/components/base/new_dropdowns/base_dropdown/base_dropdown.js +15 -3
- package/dist/components/base/new_dropdowns/constants.js +5 -2
- package/dist/components/dashboards/dashboard_layout/grid_layout/grid_layout.js +286 -0
- package/dist/components/dashboards/mock_data.js +49 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/dist/tokens/docs/tokens-tailwind-docs.dark.json +7986 -0
- package/dist/tokens/docs/tokens-tailwind-docs.json +7986 -0
- package/dist/tokens/figma/constants.tokens.json +944 -236
- package/dist/tokens/figma/contextual.tokens.json +2721 -418
- package/dist/tokens/figma/deprecated.tokens.json +664 -8
- package/dist/tokens/figma/semantic.tokens.json +1130 -169
- package/dist/tokens/js/tokens.dark.js +1089 -1047
- package/dist/tokens/js/tokens.js +1078 -1047
- package/dist/tokens/json/tokens.dark.json +9267 -3
- package/dist/tokens/json/tokens.json +9267 -3
- package/dist/tokens/tailwind/tokens.cjs +76 -407
- package/package.json +22 -49
- package/src/components/base/accordion/accordion_item.vue +1 -1
- package/src/components/base/avatar/avatar.vue +1 -1
- package/src/components/base/button/button.vue +1 -1
- package/src/components/base/dropdown/dropdown.vue +3 -1
- package/src/components/base/filtered_search/filtered_search.vue +1 -1
- package/src/components/base/filtered_search/filtered_search_suggestion_list.vue +1 -1
- package/src/components/base/filtered_search/filtered_search_token.vue +1 -1
- package/src/components/base/filtered_search/filtered_search_token_segment.vue +3 -3
- package/src/components/base/form/form_checkbox_tree/models/tree.js +1 -1
- package/src/components/base/form/form_date/form_date.vue +1 -1
- package/src/components/base/form/form_input/form_input.vue +1 -1
- package/src/components/base/form/form_select/form_select.vue +1 -1
- package/src/components/base/modal/modal.vue +2 -2
- package/src/components/base/new_dropdowns/base_dropdown/base_dropdown.vue +23 -6
- package/src/components/base/new_dropdowns/constants.js +4 -1
- package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.md +1 -2
- package/src/components/base/new_dropdowns/listbox/listbox.vue +7 -7
- package/src/components/base/pagination/pagination.vue +2 -2
- package/src/components/base/path/path.vue +1 -1
- package/src/components/base/skeleton_loader/skeleton_loader.vue +9 -9
- package/src/components/base/table/table.md +1 -2
- package/src/components/base/table_lite/table_lite.md +1 -1
- package/src/components/base/tabs/tabs/tabs.vue +1 -1
- package/src/components/base/toast/toast.js +2 -2
- package/src/components/base/token_selector/token_container.vue +1 -1
- package/src/components/base/token_selector/token_selector.vue +2 -2
- package/src/components/base/token_selector/token_selector_dropdown.vue +1 -1
- package/src/components/charts/area/area.vue +3 -3
- package/src/components/charts/bar/bar.vue +2 -2
- package/src/components/charts/column/column.vue +2 -2
- package/src/components/charts/discrete_scatter/discrete_scatter.vue +2 -2
- package/src/components/charts/gauge/gauge.vue +1 -1
- package/src/components/charts/heatmap/heatmap.vue +2 -2
- package/src/components/charts/heatmap/index.js +1 -0
- package/src/components/charts/legend/legend.vue +1 -1
- package/src/components/charts/line/line.vue +3 -3
- package/src/components/charts/sparkline/sparkline.vue +1 -1
- package/src/components/charts/stacked_column/stacked_column.vue +1 -1
- package/src/components/dashboards/dashboard_layout/grid_layout/grid_layout.scss +1 -0
- package/src/components/dashboards/dashboard_layout/grid_layout/grid_layout.vue +247 -0
- package/src/components/dashboards/mock_data.js +40 -0
- package/src/components/mixins/tooltip_mixin.js +1 -1
- package/src/components/utilities/intersection_observer/intersection_observer.vue +1 -1
- package/src/components/utilities/intersperse/intersperse.vue +2 -2
- package/src/components/utilities/sprintf/sprintf.md +1 -1
- package/src/components/utilities/sprintf/sprintf.vue +1 -1
- package/src/components/utilities/truncate/truncate.vue +2 -2
- package/src/config.js +1 -1
- package/src/directives/outside/outside.js +4 -4
- package/src/directives/tooltip/tooltip.js +1 -1
- package/src/scss/components.scss +1 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +7986 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +7986 -0
- package/src/tokens/build/figma/constants.tokens.json +944 -236
- package/src/tokens/build/figma/contextual.tokens.json +2721 -418
- package/src/tokens/build/figma/deprecated.tokens.json +664 -8
- package/src/tokens/build/figma/semantic.tokens.json +1130 -169
- package/src/tokens/build/json/tokens.dark.json +9267 -3
- package/src/tokens/build/json/tokens.json +9267 -3
- package/src/tokens/constant/color.alpha.tokens.json +60 -15
- package/src/tokens/constant/color.tokens.json +844 -211
- package/src/tokens/constant/line_height.tokens.json +40 -10
- package/src/tokens/contextual/alert.tokens.json +119 -19
- package/src/tokens/contextual/avatar.tokens.json +90 -14
- package/src/tokens/contextual/badge.tokens.json +728 -112
- package/src/tokens/contextual/banner.tokens.json +19 -3
- package/src/tokens/contextual/breadcrumb.tokens.json +6 -1
- package/src/tokens/contextual/broadcast.tokens.json +301 -81
- package/src/tokens/contextual/button.tokens.json +793 -120
- package/src/tokens/contextual/chart.tokens.json +42 -7
- package/src/tokens/contextual/datepicker.tokens.json +13 -2
- package/src/tokens/contextual/dropdown.tokens.json +142 -21
- package/src/tokens/contextual/filtered-search.tokens.json +42 -6
- package/src/tokens/contextual/illustration.tokens.json +195 -33
- package/src/tokens/contextual/label.tokens.json +81 -12
- package/src/tokens/contextual/link.tokens.json +26 -4
- package/src/tokens/contextual/progress-bar.tokens.json +35 -5
- package/src/tokens/contextual/skeleton-loader.tokens.json +12 -2
- package/src/tokens/contextual/spinner.tokens.json +24 -4
- package/src/tokens/contextual/table.tokens.json +14 -2
- package/src/tokens/contextual/tabs.tokens.json +7 -1
- package/src/tokens/contextual/toggle.tokens.json +54 -9
- package/src/tokens/contextual/token-selector.tokens.json +7 -1
- package/src/tokens/contextual/token.tokens.json +14 -2
- package/src/tokens/deprecated/deprecated.color.data_viz.tokens.json +165 -0
- package/src/tokens/deprecated/deprecated.color.theme.tokens.json +216 -0
- package/src/tokens/deprecated/deprecated.color.tokens.json +240 -0
- package/src/tokens/deprecated/deprecated.color.transparency.tokens.json +39 -0
- package/src/tokens/semantic/action.tokens.json +500 -75
- package/src/tokens/semantic/background.tokens.json +49 -7
- package/src/tokens/semantic/border.tokens.json +30 -5
- package/src/tokens/semantic/control.tokens.json +129 -20
- package/src/tokens/semantic/feedback.tokens.json +126 -19
- package/src/tokens/semantic/focus-ring.tokens.json +12 -2
- package/src/tokens/semantic/highlight.tokens.json +26 -4
- package/src/tokens/semantic/icon.tokens.json +63 -9
- package/src/tokens/semantic/shadow.tokens.json +6 -1
- package/src/tokens/semantic/status.tokens.json +120 -18
- package/src/tokens/semantic/text.tokens.json +69 -9
- package/src/tokens/tokens_tailwind_table.vue +1 -1
- package/src/utils/charts/config.js +7 -7
- package/src/utils/charts/utils.js +1 -1
- package/src/utils/use_mock_intersection_observer.js +1 -1
- package/src/utils/utils.js +1 -1
- package/tailwind.defaults.js +1 -1
- package/translations.js +2 -2
|
@@ -5,22 +5,46 @@
|
|
|
5
5
|
"default": {
|
|
6
6
|
"$value": "{status.info.icon.color}",
|
|
7
7
|
"$type": "color",
|
|
8
|
-
"$description": "Used for the indicator color for the primary progress-bar variant."
|
|
8
|
+
"$description": "Used for the indicator color for the primary progress-bar variant.",
|
|
9
|
+
"$extensions": {
|
|
10
|
+
"com.figma.scope": [
|
|
11
|
+
"FRAME_FILL",
|
|
12
|
+
"SHAPE_FILL"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
9
15
|
},
|
|
10
16
|
"success": {
|
|
11
17
|
"$value": "{status.success.icon.color}",
|
|
12
18
|
"$type": "color",
|
|
13
|
-
"$description": "Used for the indicator color for the success progress-bar variant."
|
|
19
|
+
"$description": "Used for the indicator color for the success progress-bar variant.",
|
|
20
|
+
"$extensions": {
|
|
21
|
+
"com.figma.scope": [
|
|
22
|
+
"FRAME_FILL",
|
|
23
|
+
"SHAPE_FILL"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
14
26
|
},
|
|
15
27
|
"warning": {
|
|
16
28
|
"$value": "{status.warning.icon.color}",
|
|
17
29
|
"$type": "color",
|
|
18
|
-
"$description": "Used for the indicator color for the warning progress-bar variant."
|
|
30
|
+
"$description": "Used for the indicator color for the warning progress-bar variant.",
|
|
31
|
+
"$extensions": {
|
|
32
|
+
"com.figma.scope": [
|
|
33
|
+
"FRAME_FILL",
|
|
34
|
+
"SHAPE_FILL"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
19
37
|
},
|
|
20
38
|
"danger": {
|
|
21
39
|
"$value": "{status.danger.icon.color}",
|
|
22
40
|
"$type": "color",
|
|
23
|
-
"$description": "Used for the indicator color for the danger progress-bar variant."
|
|
41
|
+
"$description": "Used for the indicator color for the danger progress-bar variant.",
|
|
42
|
+
"$extensions": {
|
|
43
|
+
"com.figma.scope": [
|
|
44
|
+
"FRAME_FILL",
|
|
45
|
+
"SHAPE_FILL"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
24
48
|
}
|
|
25
49
|
}
|
|
26
50
|
},
|
|
@@ -31,7 +55,13 @@
|
|
|
31
55
|
"dark": "{color.neutral.700}"
|
|
32
56
|
},
|
|
33
57
|
"$type": "color",
|
|
34
|
-
"$description": "Used for the track color for all progress-bar variants."
|
|
58
|
+
"$description": "Used for the track color for all progress-bar variants.",
|
|
59
|
+
"$extensions": {
|
|
60
|
+
"com.figma.scope": [
|
|
61
|
+
"FRAME_FILL",
|
|
62
|
+
"SHAPE_FILL"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
35
65
|
}
|
|
36
66
|
}
|
|
37
67
|
}
|
|
@@ -7,7 +7,12 @@
|
|
|
7
7
|
"dark": "{color.neutral.800}"
|
|
8
8
|
},
|
|
9
9
|
"$type": "color",
|
|
10
|
-
"$description": "Used for the skeleton loader background color."
|
|
10
|
+
"$description": "Used for the skeleton loader background color.",
|
|
11
|
+
"$extensions": {
|
|
12
|
+
"com.figma.scope": [
|
|
13
|
+
"SHAPE_FILL"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
11
16
|
}
|
|
12
17
|
},
|
|
13
18
|
"shimmer": {
|
|
@@ -17,7 +22,12 @@
|
|
|
17
22
|
"dark": "{color.neutral.700}"
|
|
18
23
|
},
|
|
19
24
|
"$type": "color",
|
|
20
|
-
"$description": "Used for the animated shimmer effect in a skeleton loader."
|
|
25
|
+
"$description": "Used for the animated shimmer effect in a skeleton loader.",
|
|
26
|
+
"$extensions": {
|
|
27
|
+
"com.figma.scope": [
|
|
28
|
+
"SHAPE_FILL"
|
|
29
|
+
]
|
|
30
|
+
}
|
|
21
31
|
}
|
|
22
32
|
}
|
|
23
33
|
}
|
|
@@ -8,12 +8,22 @@
|
|
|
8
8
|
"dark": "{color.neutral.600}"
|
|
9
9
|
},
|
|
10
10
|
"$type": "color",
|
|
11
|
-
"$description": "Used for the static track (background) of a loading spinner."
|
|
11
|
+
"$description": "Used for the static track (background) of a loading spinner.",
|
|
12
|
+
"$extensions": {
|
|
13
|
+
"com.figma.scope": [
|
|
14
|
+
"SHAPE_FILL"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
12
17
|
},
|
|
13
18
|
"light": {
|
|
14
19
|
"$value": "{color.neutral.800}",
|
|
15
20
|
"$type": "color",
|
|
16
|
-
"$description": "Used for the static track (background) of a loading spinner on a dark background."
|
|
21
|
+
"$description": "Used for the static track (background) of a loading spinner on a dark background.",
|
|
22
|
+
"$extensions": {
|
|
23
|
+
"com.figma.scope": [
|
|
24
|
+
"SHAPE_FILL"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
17
27
|
}
|
|
18
28
|
}
|
|
19
29
|
},
|
|
@@ -25,12 +35,22 @@
|
|
|
25
35
|
"dark": "{color.neutral.100}"
|
|
26
36
|
},
|
|
27
37
|
"$type": "color",
|
|
28
|
-
"$description": "Used for the animated segment of a loading spinner."
|
|
38
|
+
"$description": "Used for the animated segment of a loading spinner.",
|
|
39
|
+
"$extensions": {
|
|
40
|
+
"com.figma.scope": [
|
|
41
|
+
"SHAPE_FILL"
|
|
42
|
+
]
|
|
43
|
+
}
|
|
29
44
|
},
|
|
30
45
|
"light": {
|
|
31
46
|
"$value": "{color.neutral.200}",
|
|
32
47
|
"$type": "color",
|
|
33
|
-
"$description": "Used for the animated segment of a loading spinner on a dark background."
|
|
48
|
+
"$description": "Used for the animated segment of a loading spinner on a dark background.",
|
|
49
|
+
"$extensions": {
|
|
50
|
+
"com.figma.scope": [
|
|
51
|
+
"SHAPE_FILL"
|
|
52
|
+
]
|
|
53
|
+
}
|
|
34
54
|
}
|
|
35
55
|
}
|
|
36
56
|
}
|
|
@@ -6,7 +6,13 @@
|
|
|
6
6
|
"hover": {
|
|
7
7
|
"$value": "{background.color.subtle}",
|
|
8
8
|
"$type": "color",
|
|
9
|
-
"$description": "Used for the background of a table row in hover state."
|
|
9
|
+
"$description": "Used for the background of a table row in hover state.",
|
|
10
|
+
"$extensions": {
|
|
11
|
+
"com.figma.scope": [
|
|
12
|
+
"FRAME_FILL",
|
|
13
|
+
"SHAPE_FILL"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
10
16
|
}
|
|
11
17
|
}
|
|
12
18
|
}
|
|
@@ -16,7 +22,13 @@
|
|
|
16
22
|
"color": {
|
|
17
23
|
"$value": "{text.color.heading}",
|
|
18
24
|
"$type": "color",
|
|
19
|
-
"$description": "Used for the color of the sorting icons in the column headers."
|
|
25
|
+
"$description": "Used for the color of the sorting icons in the column headers.",
|
|
26
|
+
"$extensions": {
|
|
27
|
+
"com.figma.scope": [
|
|
28
|
+
"SHAPE_FILL",
|
|
29
|
+
"TEXT_FILL"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
20
32
|
}
|
|
21
33
|
}
|
|
22
34
|
}
|
|
@@ -9,7 +9,13 @@
|
|
|
9
9
|
"dark": "{color.blue.400}"
|
|
10
10
|
},
|
|
11
11
|
"$type": "color",
|
|
12
|
-
"$description": "Used for the selected indicator of a tab."
|
|
12
|
+
"$description": "Used for the selected indicator of a tab.",
|
|
13
|
+
"$extensions": {
|
|
14
|
+
"com.figma.scope": [
|
|
15
|
+
"FRAME_FILL",
|
|
16
|
+
"SHAPE_FILL"
|
|
17
|
+
]
|
|
18
|
+
}
|
|
13
19
|
}
|
|
14
20
|
}
|
|
15
21
|
}
|
|
@@ -7,50 +7,95 @@
|
|
|
7
7
|
"default": {
|
|
8
8
|
"$value": "{action.strong.neutral.background.color.default}",
|
|
9
9
|
"$type": "color",
|
|
10
|
-
"$description": "Used for the icon color of an unchecked toggle switch in the default state."
|
|
10
|
+
"$description": "Used for the icon color of an unchecked toggle switch in the default state.",
|
|
11
|
+
"$extensions": {
|
|
12
|
+
"com.figma.scope": [
|
|
13
|
+
"SHAPE_FILL"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
11
16
|
},
|
|
12
17
|
"hover": {
|
|
13
18
|
"$value": "{action.strong.neutral.background.color.hover}",
|
|
14
19
|
"$type": "color",
|
|
15
|
-
"$description": "Used for the icon color of an unchecked toggle switch in the hover state."
|
|
20
|
+
"$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
|
|
21
|
+
"$extensions": {
|
|
22
|
+
"com.figma.scope": [
|
|
23
|
+
"SHAPE_FILL"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
16
26
|
},
|
|
17
27
|
"focus": {
|
|
18
28
|
"$value": "{action.strong.neutral.background.color.focus}",
|
|
19
29
|
"$type": "color",
|
|
20
|
-
"$description": "Used for the icon color of an unchecked toggle switch in the focus state."
|
|
30
|
+
"$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
|
|
31
|
+
"$extensions": {
|
|
32
|
+
"com.figma.scope": [
|
|
33
|
+
"SHAPE_FILL"
|
|
34
|
+
]
|
|
35
|
+
}
|
|
21
36
|
},
|
|
22
37
|
"active": {
|
|
23
38
|
"$value": "{action.strong.neutral.background.color.active}",
|
|
24
39
|
"$type": "color",
|
|
25
|
-
"$description": "Used for the icon color of an unchecked toggle switch in the active state."
|
|
40
|
+
"$description": "Used for the icon color of an unchecked toggle switch in the active state.",
|
|
41
|
+
"$extensions": {
|
|
42
|
+
"com.figma.scope": [
|
|
43
|
+
"SHAPE_FILL"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
26
46
|
}
|
|
27
47
|
},
|
|
28
48
|
"checked": {
|
|
29
49
|
"default": {
|
|
30
50
|
"$value": "{action.strong.confirm.background.color.default}",
|
|
31
51
|
"$type": "color",
|
|
32
|
-
"$description": "Used for the icon color of a checked toggle switch in the default state."
|
|
52
|
+
"$description": "Used for the icon color of a checked toggle switch in the default state.",
|
|
53
|
+
"$extensions": {
|
|
54
|
+
"com.figma.scope": [
|
|
55
|
+
"SHAPE_FILL"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
33
58
|
},
|
|
34
59
|
"hover": {
|
|
35
60
|
"$value": "{action.strong.confirm.background.color.hover}",
|
|
36
61
|
"$type": "color",
|
|
37
|
-
"$description": "Used for the icon color of a checked toggle switch in the hover state."
|
|
62
|
+
"$description": "Used for the icon color of a checked toggle switch in the hover state.",
|
|
63
|
+
"$extensions": {
|
|
64
|
+
"com.figma.scope": [
|
|
65
|
+
"SHAPE_FILL"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
38
68
|
},
|
|
39
69
|
"focus": {
|
|
40
70
|
"$value": "{action.strong.confirm.background.color.focus}",
|
|
41
71
|
"$type": "color",
|
|
42
|
-
"$description": "Used for the icon color of a checked toggle switch in the focus state."
|
|
72
|
+
"$description": "Used for the icon color of a checked toggle switch in the focus state.",
|
|
73
|
+
"$extensions": {
|
|
74
|
+
"com.figma.scope": [
|
|
75
|
+
"SHAPE_FILL"
|
|
76
|
+
]
|
|
77
|
+
}
|
|
43
78
|
},
|
|
44
79
|
"active": {
|
|
45
80
|
"$value": "{action.strong.confirm.background.color.active}",
|
|
46
81
|
"$type": "color",
|
|
47
|
-
"$description": "Used for the icon color of a checked toggle switch in the active state."
|
|
82
|
+
"$description": "Used for the icon color of a checked toggle switch in the active state.",
|
|
83
|
+
"$extensions": {
|
|
84
|
+
"com.figma.scope": [
|
|
85
|
+
"SHAPE_FILL"
|
|
86
|
+
]
|
|
87
|
+
}
|
|
48
88
|
}
|
|
49
89
|
},
|
|
50
90
|
"disabled": {
|
|
51
91
|
"$value": "{action.disabled.background.color}",
|
|
52
92
|
"$type": "color",
|
|
53
|
-
"$description": "Used for the icon color of a disabled toggle switch."
|
|
93
|
+
"$description": "Used for the icon color of a disabled toggle switch.",
|
|
94
|
+
"$extensions": {
|
|
95
|
+
"com.figma.scope": [
|
|
96
|
+
"SHAPE_FILL"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
54
99
|
}
|
|
55
100
|
}
|
|
56
101
|
}
|
|
@@ -10,7 +10,13 @@
|
|
|
10
10
|
"dark": "{color.neutral.600}"
|
|
11
11
|
},
|
|
12
12
|
"$type": "color",
|
|
13
|
-
"$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state."
|
|
13
|
+
"$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
|
|
14
|
+
"$extensions": {
|
|
15
|
+
"com.figma.scope": [
|
|
16
|
+
"FRAME_FILL",
|
|
17
|
+
"SHAPE_FILL"
|
|
18
|
+
]
|
|
19
|
+
}
|
|
14
20
|
}
|
|
15
21
|
}
|
|
16
22
|
}
|
|
@@ -4,7 +4,13 @@
|
|
|
4
4
|
"color": {
|
|
5
5
|
"$value": "{text.color.default}",
|
|
6
6
|
"$type": "color",
|
|
7
|
-
"$description": "Used for the token foreground color."
|
|
7
|
+
"$description": "Used for the token foreground color.",
|
|
8
|
+
"$extensions": {
|
|
9
|
+
"com.figma.scope": [
|
|
10
|
+
"SHAPE_FILL",
|
|
11
|
+
"TEXT_FILL"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
},
|
|
10
16
|
"background": {
|
|
@@ -14,7 +20,13 @@
|
|
|
14
20
|
"dark": "{color.neutral.800}"
|
|
15
21
|
},
|
|
16
22
|
"$type": "color",
|
|
17
|
-
"$description": "Used for the token background color."
|
|
23
|
+
"$description": "Used for the token background color.",
|
|
24
|
+
"$extensions": {
|
|
25
|
+
"com.figma.scope": [
|
|
26
|
+
"FRAME_FILL",
|
|
27
|
+
"SHAPE_FILL"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
18
30
|
}
|
|
19
31
|
}
|
|
20
32
|
}
|