@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.
Files changed (127) hide show
  1. package/bin/migrate_custom_utils_to_tw.bundled.mjs +172489 -139144
  2. package/dist/components/base/new_dropdowns/base_dropdown/base_dropdown.js +15 -3
  3. package/dist/components/base/new_dropdowns/constants.js +5 -2
  4. package/dist/components/dashboards/dashboard_layout/grid_layout/grid_layout.js +286 -0
  5. package/dist/components/dashboards/mock_data.js +49 -0
  6. package/dist/index.css +2 -2
  7. package/dist/index.css.map +1 -1
  8. package/dist/tailwind.css +1 -1
  9. package/dist/tailwind.css.map +1 -1
  10. package/dist/tokens/docs/tokens-tailwind-docs.dark.json +7986 -0
  11. package/dist/tokens/docs/tokens-tailwind-docs.json +7986 -0
  12. package/dist/tokens/figma/constants.tokens.json +944 -236
  13. package/dist/tokens/figma/contextual.tokens.json +2721 -418
  14. package/dist/tokens/figma/deprecated.tokens.json +664 -8
  15. package/dist/tokens/figma/semantic.tokens.json +1130 -169
  16. package/dist/tokens/js/tokens.dark.js +1089 -1047
  17. package/dist/tokens/js/tokens.js +1078 -1047
  18. package/dist/tokens/json/tokens.dark.json +9267 -3
  19. package/dist/tokens/json/tokens.json +9267 -3
  20. package/dist/tokens/tailwind/tokens.cjs +76 -407
  21. package/package.json +22 -49
  22. package/src/components/base/accordion/accordion_item.vue +1 -1
  23. package/src/components/base/avatar/avatar.vue +1 -1
  24. package/src/components/base/button/button.vue +1 -1
  25. package/src/components/base/dropdown/dropdown.vue +3 -1
  26. package/src/components/base/filtered_search/filtered_search.vue +1 -1
  27. package/src/components/base/filtered_search/filtered_search_suggestion_list.vue +1 -1
  28. package/src/components/base/filtered_search/filtered_search_token.vue +1 -1
  29. package/src/components/base/filtered_search/filtered_search_token_segment.vue +3 -3
  30. package/src/components/base/form/form_checkbox_tree/models/tree.js +1 -1
  31. package/src/components/base/form/form_date/form_date.vue +1 -1
  32. package/src/components/base/form/form_input/form_input.vue +1 -1
  33. package/src/components/base/form/form_select/form_select.vue +1 -1
  34. package/src/components/base/modal/modal.vue +2 -2
  35. package/src/components/base/new_dropdowns/base_dropdown/base_dropdown.vue +23 -6
  36. package/src/components/base/new_dropdowns/constants.js +4 -1
  37. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.md +1 -2
  38. package/src/components/base/new_dropdowns/listbox/listbox.vue +7 -7
  39. package/src/components/base/pagination/pagination.vue +2 -2
  40. package/src/components/base/path/path.vue +1 -1
  41. package/src/components/base/skeleton_loader/skeleton_loader.vue +9 -9
  42. package/src/components/base/table/table.md +1 -2
  43. package/src/components/base/table_lite/table_lite.md +1 -1
  44. package/src/components/base/tabs/tabs/tabs.vue +1 -1
  45. package/src/components/base/toast/toast.js +2 -2
  46. package/src/components/base/token_selector/token_container.vue +1 -1
  47. package/src/components/base/token_selector/token_selector.vue +2 -2
  48. package/src/components/base/token_selector/token_selector_dropdown.vue +1 -1
  49. package/src/components/charts/area/area.vue +3 -3
  50. package/src/components/charts/bar/bar.vue +2 -2
  51. package/src/components/charts/column/column.vue +2 -2
  52. package/src/components/charts/discrete_scatter/discrete_scatter.vue +2 -2
  53. package/src/components/charts/gauge/gauge.vue +1 -1
  54. package/src/components/charts/heatmap/heatmap.vue +2 -2
  55. package/src/components/charts/heatmap/index.js +1 -0
  56. package/src/components/charts/legend/legend.vue +1 -1
  57. package/src/components/charts/line/line.vue +3 -3
  58. package/src/components/charts/sparkline/sparkline.vue +1 -1
  59. package/src/components/charts/stacked_column/stacked_column.vue +1 -1
  60. package/src/components/dashboards/dashboard_layout/grid_layout/grid_layout.scss +1 -0
  61. package/src/components/dashboards/dashboard_layout/grid_layout/grid_layout.vue +247 -0
  62. package/src/components/dashboards/mock_data.js +40 -0
  63. package/src/components/mixins/tooltip_mixin.js +1 -1
  64. package/src/components/utilities/intersection_observer/intersection_observer.vue +1 -1
  65. package/src/components/utilities/intersperse/intersperse.vue +2 -2
  66. package/src/components/utilities/sprintf/sprintf.md +1 -1
  67. package/src/components/utilities/sprintf/sprintf.vue +1 -1
  68. package/src/components/utilities/truncate/truncate.vue +2 -2
  69. package/src/config.js +1 -1
  70. package/src/directives/outside/outside.js +4 -4
  71. package/src/directives/tooltip/tooltip.js +1 -1
  72. package/src/scss/components.scss +1 -0
  73. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +7986 -0
  74. package/src/tokens/build/docs/tokens-tailwind-docs.json +7986 -0
  75. package/src/tokens/build/figma/constants.tokens.json +944 -236
  76. package/src/tokens/build/figma/contextual.tokens.json +2721 -418
  77. package/src/tokens/build/figma/deprecated.tokens.json +664 -8
  78. package/src/tokens/build/figma/semantic.tokens.json +1130 -169
  79. package/src/tokens/build/json/tokens.dark.json +9267 -3
  80. package/src/tokens/build/json/tokens.json +9267 -3
  81. package/src/tokens/constant/color.alpha.tokens.json +60 -15
  82. package/src/tokens/constant/color.tokens.json +844 -211
  83. package/src/tokens/constant/line_height.tokens.json +40 -10
  84. package/src/tokens/contextual/alert.tokens.json +119 -19
  85. package/src/tokens/contextual/avatar.tokens.json +90 -14
  86. package/src/tokens/contextual/badge.tokens.json +728 -112
  87. package/src/tokens/contextual/banner.tokens.json +19 -3
  88. package/src/tokens/contextual/breadcrumb.tokens.json +6 -1
  89. package/src/tokens/contextual/broadcast.tokens.json +301 -81
  90. package/src/tokens/contextual/button.tokens.json +793 -120
  91. package/src/tokens/contextual/chart.tokens.json +42 -7
  92. package/src/tokens/contextual/datepicker.tokens.json +13 -2
  93. package/src/tokens/contextual/dropdown.tokens.json +142 -21
  94. package/src/tokens/contextual/filtered-search.tokens.json +42 -6
  95. package/src/tokens/contextual/illustration.tokens.json +195 -33
  96. package/src/tokens/contextual/label.tokens.json +81 -12
  97. package/src/tokens/contextual/link.tokens.json +26 -4
  98. package/src/tokens/contextual/progress-bar.tokens.json +35 -5
  99. package/src/tokens/contextual/skeleton-loader.tokens.json +12 -2
  100. package/src/tokens/contextual/spinner.tokens.json +24 -4
  101. package/src/tokens/contextual/table.tokens.json +14 -2
  102. package/src/tokens/contextual/tabs.tokens.json +7 -1
  103. package/src/tokens/contextual/toggle.tokens.json +54 -9
  104. package/src/tokens/contextual/token-selector.tokens.json +7 -1
  105. package/src/tokens/contextual/token.tokens.json +14 -2
  106. package/src/tokens/deprecated/deprecated.color.data_viz.tokens.json +165 -0
  107. package/src/tokens/deprecated/deprecated.color.theme.tokens.json +216 -0
  108. package/src/tokens/deprecated/deprecated.color.tokens.json +240 -0
  109. package/src/tokens/deprecated/deprecated.color.transparency.tokens.json +39 -0
  110. package/src/tokens/semantic/action.tokens.json +500 -75
  111. package/src/tokens/semantic/background.tokens.json +49 -7
  112. package/src/tokens/semantic/border.tokens.json +30 -5
  113. package/src/tokens/semantic/control.tokens.json +129 -20
  114. package/src/tokens/semantic/feedback.tokens.json +126 -19
  115. package/src/tokens/semantic/focus-ring.tokens.json +12 -2
  116. package/src/tokens/semantic/highlight.tokens.json +26 -4
  117. package/src/tokens/semantic/icon.tokens.json +63 -9
  118. package/src/tokens/semantic/shadow.tokens.json +6 -1
  119. package/src/tokens/semantic/status.tokens.json +120 -18
  120. package/src/tokens/semantic/text.tokens.json +69 -9
  121. package/src/tokens/tokens_tailwind_table.vue +1 -1
  122. package/src/utils/charts/config.js +7 -7
  123. package/src/utils/charts/utils.js +1 -1
  124. package/src/utils/use_mock_intersection_observer.js +1 -1
  125. package/src/utils/utils.js +1 -1
  126. package/tailwind.defaults.js +1 -1
  127. package/translations.js +2 -2
@@ -5,28 +5,50 @@
5
5
  "color": {
6
6
  "$value": "{color.neutral.800}",
7
7
  "$type": "color",
8
- "$description": "Used for a background associated with strong feedback like a tooltip or toast message."
8
+ "$description": "Used for a background associated with strong feedback like a tooltip or toast message.",
9
+ "$extensions": {
10
+ "com.figma.scope": [
11
+ "FRAME_FILL",
12
+ "SHAPE_FILL"
13
+ ]
14
+ }
9
15
  }
10
16
  },
11
17
  "text": {
12
18
  "color": {
13
19
  "$value": "{color.neutral.0}",
14
20
  "$type": "color",
15
- "$description": "Used for text on a strong feedback background."
21
+ "$description": "Used for text on a strong feedback background.",
22
+ "$extensions": {
23
+ "com.figma.scope": [
24
+ "TEXT_FILL"
25
+ ]
26
+ }
16
27
  }
17
28
  },
18
29
  "icon": {
19
30
  "color": {
20
31
  "$value": "{color.neutral.0}",
21
32
  "$type": "color",
22
- "$description": "Used for an icon on a strong feedback background."
33
+ "$description": "Used for an icon on a strong feedback background.",
34
+ "$extensions": {
35
+ "com.figma.scope": [
36
+ "SHAPE_FILL",
37
+ "TEXT_FILL"
38
+ ]
39
+ }
23
40
  }
24
41
  },
25
42
  "link": {
26
43
  "color": {
27
44
  "$value": "{color.blue.300}",
28
45
  "$type": "color",
29
- "$description": "Used for a link on a strong feedback background."
46
+ "$description": "Used for a link on a strong feedback background.",
47
+ "$extensions": {
48
+ "com.figma.scope": [
49
+ "TEXT_FILL"
50
+ ]
51
+ }
30
52
  }
31
53
  }
32
54
  },
@@ -38,7 +60,13 @@
38
60
  "dark": "{color.neutral.900}"
39
61
  },
40
62
  "$type": "color",
41
- "$description": "Used for the background of a neutral feedback item when there isn't a specific meaning or urgency."
63
+ "$description": "Used for the background of a neutral feedback item when there isn't a specific meaning or urgency.",
64
+ "$extensions": {
65
+ "com.figma.scope": [
66
+ "FRAME_FILL",
67
+ "SHAPE_FILL"
68
+ ]
69
+ }
42
70
  }
43
71
  },
44
72
  "text": {
@@ -48,7 +76,12 @@
48
76
  "dark": "{color.neutral.200}"
49
77
  },
50
78
  "$type": "color",
51
- "$description": "Used for the text of a neutral feedback item when there isn't a specific meaning or urgency."
79
+ "$description": "Used for the text of a neutral feedback item when there isn't a specific meaning or urgency.",
80
+ "$extensions": {
81
+ "com.figma.scope": [
82
+ "TEXT_FILL"
83
+ ]
84
+ }
52
85
  }
53
86
  },
54
87
  "icon": {
@@ -58,7 +91,13 @@
58
91
  "dark": "{color.neutral.300}"
59
92
  },
60
93
  "$type": "color",
61
- "$description": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency."
94
+ "$description": "Used for the icon of a neutral feedback item when there isn't a specific meaning or urgency.",
95
+ "$extensions": {
96
+ "com.figma.scope": [
97
+ "SHAPE_FILL",
98
+ "TEXT_FILL"
99
+ ]
100
+ }
62
101
  }
63
102
  }
64
103
  },
@@ -70,7 +109,13 @@
70
109
  "dark": "{color.blue.950}"
71
110
  },
72
111
  "$type": "color",
73
- "$description": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action."
112
+ "$description": "Used for the background of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
113
+ "$extensions": {
114
+ "com.figma.scope": [
115
+ "FRAME_FILL",
116
+ "SHAPE_FILL"
117
+ ]
118
+ }
74
119
  }
75
120
  },
76
121
  "text": {
@@ -80,7 +125,12 @@
80
125
  "dark": "{color.blue.200}"
81
126
  },
82
127
  "$type": "color",
83
- "$description": "Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action."
128
+ "$description": "Used for the text of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
129
+ "$extensions": {
130
+ "com.figma.scope": [
131
+ "TEXT_FILL"
132
+ ]
133
+ }
84
134
  }
85
135
  },
86
136
  "icon": {
@@ -90,7 +140,13 @@
90
140
  "dark": "{color.blue.300}"
91
141
  },
92
142
  "$type": "color",
93
- "$description": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action."
143
+ "$description": "Used for the icon of an informational feedback item when highlighting new information or a change that doesn't require immediate action.",
144
+ "$extensions": {
145
+ "com.figma.scope": [
146
+ "SHAPE_FILL",
147
+ "TEXT_FILL"
148
+ ]
149
+ }
94
150
  }
95
151
  }
96
152
  },
@@ -102,7 +158,13 @@
102
158
  "dark": "{color.green.900}"
103
159
  },
104
160
  "$type": "color",
105
- "$description": "Used for the background of a success feedback item when confirming the successful completion of a user-initiated action."
161
+ "$description": "Used for the background of a success feedback item when confirming the successful completion of a user-initiated action.",
162
+ "$extensions": {
163
+ "com.figma.scope": [
164
+ "FRAME_FILL",
165
+ "SHAPE_FILL"
166
+ ]
167
+ }
106
168
  }
107
169
  },
108
170
  "text": {
@@ -112,7 +174,12 @@
112
174
  "dark": "{color.green.200}"
113
175
  },
114
176
  "$type": "color",
115
- "$description": "Used for the text of a success feedback item when confirming the successful completion of a user-initiated action."
177
+ "$description": "Used for the text of a success feedback item when confirming the successful completion of a user-initiated action.",
178
+ "$extensions": {
179
+ "com.figma.scope": [
180
+ "TEXT_FILL"
181
+ ]
182
+ }
116
183
  }
117
184
  },
118
185
  "icon": {
@@ -122,7 +189,13 @@
122
189
  "dark": "{color.green.300}"
123
190
  },
124
191
  "$type": "color",
125
- "$description": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action."
192
+ "$description": "Used for the icon of a success feedback item when confirming the successful completion of a user-initiated action.",
193
+ "$extensions": {
194
+ "com.figma.scope": [
195
+ "SHAPE_FILL",
196
+ "TEXT_FILL"
197
+ ]
198
+ }
126
199
  }
127
200
  }
128
201
  },
@@ -134,7 +207,13 @@
134
207
  "dark": "{color.orange.900}"
135
208
  },
136
209
  "$type": "color",
137
- "$description": "Used for the background of a warning feedback item when notifying about a potential issue or sensitive information."
210
+ "$description": "Used for the background of a warning feedback item when notifying about a potential issue or sensitive information.",
211
+ "$extensions": {
212
+ "com.figma.scope": [
213
+ "FRAME_FILL",
214
+ "SHAPE_FILL"
215
+ ]
216
+ }
138
217
  }
139
218
  },
140
219
  "text": {
@@ -144,7 +223,12 @@
144
223
  "dark": "{color.orange.200}"
145
224
  },
146
225
  "$type": "color",
147
- "$description": "Used for the text of a warning feedback item when notifying about a potential issue or sensitive information."
226
+ "$description": "Used for the text of a warning feedback item when notifying about a potential issue or sensitive information.",
227
+ "$extensions": {
228
+ "com.figma.scope": [
229
+ "TEXT_FILL"
230
+ ]
231
+ }
148
232
  }
149
233
  },
150
234
  "icon": {
@@ -154,7 +238,13 @@
154
238
  "dark": "{color.orange.300}"
155
239
  },
156
240
  "$type": "color",
157
- "$description": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information."
241
+ "$description": "Used for the icon of a warning feedback item when notifying about a potential issue or sensitive information.",
242
+ "$extensions": {
243
+ "com.figma.scope": [
244
+ "SHAPE_FILL",
245
+ "TEXT_FILL"
246
+ ]
247
+ }
158
248
  }
159
249
  }
160
250
  },
@@ -166,7 +256,13 @@
166
256
  "dark": "{color.red.900}"
167
257
  },
168
258
  "$type": "color",
169
- "$description": "Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention."
259
+ "$description": "Used for the background of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
260
+ "$extensions": {
261
+ "com.figma.scope": [
262
+ "FRAME_FILL",
263
+ "SHAPE_FILL"
264
+ ]
265
+ }
170
266
  }
171
267
  },
172
268
  "text": {
@@ -176,7 +272,12 @@
176
272
  "dark": "{color.red.200}"
177
273
  },
178
274
  "$type": "color",
179
- "$description": "Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention."
275
+ "$description": "Used for the text of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
276
+ "$extensions": {
277
+ "com.figma.scope": [
278
+ "TEXT_FILL"
279
+ ]
280
+ }
180
281
  }
181
282
  },
182
283
  "icon": {
@@ -186,7 +287,13 @@
186
287
  "dark": "{color.red.300}"
187
288
  },
188
289
  "$type": "color",
189
- "$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention."
290
+ "$description": "Used for the icon of a danger feedback item when notifying about a critical issue that has just occurred and requires immediate attention.",
291
+ "$extensions": {
292
+ "com.figma.scope": [
293
+ "SHAPE_FILL",
294
+ "TEXT_FILL"
295
+ ]
296
+ }
190
297
  }
191
298
  }
192
299
  }
@@ -7,14 +7,24 @@
7
7
  "dark": "{color.blue.400}"
8
8
  },
9
9
  "$type": "color",
10
- "$description": "Used for the outer color portion of the focus ring."
10
+ "$description": "Used for the outer color portion of the focus ring.",
11
+ "$extensions": {
12
+ "com.figma.scope": [
13
+ "STROKE_COLOR"
14
+ ]
15
+ }
11
16
  }
12
17
  },
13
18
  "inner": {
14
19
  "color": {
15
20
  "$value": "{background.color.default}",
16
21
  "$type": "color",
17
- "$description": "Used for the inner neutral portion of the focus ring."
22
+ "$description": "Used for the inner neutral portion of the focus ring.",
23
+ "$extensions": {
24
+ "com.figma.scope": [
25
+ "STROKE_COLOR"
26
+ ]
27
+ }
18
28
  }
19
29
  }
20
30
  }
@@ -8,7 +8,13 @@
8
8
  "dark": "{color.orange.200}"
9
9
  },
10
10
  "$type": "color",
11
- "$description": "Used for temporary visual emphasis of backgrounds of matched search terms, filtered results, or autocomplete suggestions without implying any particular state or meaning."
11
+ "$description": "Used for temporary visual emphasis of backgrounds of matched search terms, filtered results, or autocomplete suggestions without implying any particular state or meaning.",
12
+ "$extensions": {
13
+ "com.figma.scope": [
14
+ "FRAME_FILL",
15
+ "SHAPE_FILL"
16
+ ]
17
+ }
12
18
  }
13
19
  },
14
20
  "text": {
@@ -18,7 +24,12 @@
18
24
  "dark": "{color.neutral.950}"
19
25
  },
20
26
  "$type": "color",
21
- "$description": "Used for text within temporarily highlighted matches to maintain readability while drawing attention without conveying status."
27
+ "$description": "Used for text within temporarily highlighted matches to maintain readability while drawing attention without conveying status.",
28
+ "$extensions": {
29
+ "com.figma.scope": [
30
+ "TEXT_FILL"
31
+ ]
32
+ }
22
33
  }
23
34
  }
24
35
  },
@@ -30,7 +41,13 @@
30
41
  "dark": "{color.blue.950}"
31
42
  },
32
43
  "$type": "color",
33
- "$description": "Used for temporary visual emphasis for backgrounds of referenced elements (for example URL anchors, hover states) or to show relationships between content without implying status or requiring action."
44
+ "$description": "Used for temporary visual emphasis for backgrounds of referenced elements (for example URL anchors, hover states) or to show relationships between content without implying status or requiring action.",
45
+ "$extensions": {
46
+ "com.figma.scope": [
47
+ "FRAME_FILL",
48
+ "SHAPE_FILL"
49
+ ]
50
+ }
34
51
  }
35
52
  },
36
53
  "border": {
@@ -40,7 +57,12 @@
40
57
  "dark": "{color.blue.700}"
41
58
  },
42
59
  "$type": "color",
43
- "$description": "Used to provide additional visual emphasis for borders of temporarily targeted elements or when visualizing connections between related content, distinct from persistent states."
60
+ "$description": "Used to provide additional visual emphasis for borders of temporarily targeted elements or when visualizing connections between related content, distinct from persistent states.",
61
+ "$extensions": {
62
+ "com.figma.scope": [
63
+ "TEXT_FILL"
64
+ ]
65
+ }
44
66
  }
45
67
  }
46
68
  }
@@ -4,27 +4,57 @@
4
4
  "default": {
5
5
  "$value": "{text.color.default}",
6
6
  "$type": "color",
7
- "$description": "Used for the default icon color. Can be paired with default text."
7
+ "$description": "Used for the default icon color. Can be paired with default text.",
8
+ "$extensions": {
9
+ "com.figma.scope": [
10
+ "SHAPE_FILL",
11
+ "TEXT_FILL"
12
+ ]
13
+ }
8
14
  },
9
15
  "subtle": {
10
16
  "$value": "{text.color.subtle}",
11
17
  "$type": "color",
12
- "$description": "Used for a static or decorational icon. Can be paired with subtle text."
18
+ "$description": "Used for a static or decorational icon. Can be paired with subtle text.",
19
+ "$extensions": {
20
+ "com.figma.scope": [
21
+ "SHAPE_FILL",
22
+ "TEXT_FILL"
23
+ ]
24
+ }
13
25
  },
14
26
  "strong": {
15
27
  "$value": "{text.color.strong}",
16
28
  "$type": "color",
17
- "$description": "Used for an icon with the highest contrast."
29
+ "$description": "Used for an icon with the highest contrast.",
30
+ "$extensions": {
31
+ "com.figma.scope": [
32
+ "SHAPE_FILL",
33
+ "TEXT_FILL"
34
+ ]
35
+ }
18
36
  },
19
37
  "disabled": {
20
38
  "$value": "{text.color.disabled}",
21
39
  "$type": "color",
22
- "$description": "Used for an icon within a disabled section."
40
+ "$description": "Used for an icon within a disabled section.",
41
+ "$extensions": {
42
+ "com.figma.scope": [
43
+ "SHAPE_FILL",
44
+ "TEXT_FILL"
45
+ ]
46
+ }
23
47
  },
24
48
  "link": {
25
49
  "$value": "{text.color.link}",
26
50
  "$type": "color",
27
- "$description": "Used for an icon within a link."
51
+ "$description": "Used for an icon within a link.",
52
+ "$extensions": {
53
+ "com.figma.scope": [
54
+ "SHAPE_FILL",
55
+ "TEXT_FILL"
56
+ ]
57
+ }
28
58
  },
29
59
  "info": {
30
60
  "$value": {
@@ -32,22 +62,46 @@
32
62
  "dark": "{color.blue.200}"
33
63
  },
34
64
  "$type": "color",
35
- "$description": "Used for an icon associated with information or help."
65
+ "$description": "Used for an icon associated with information or help.",
66
+ "$extensions": {
67
+ "com.figma.scope": [
68
+ "SHAPE_FILL",
69
+ "TEXT_FILL"
70
+ ]
71
+ }
36
72
  },
37
73
  "warning": {
38
74
  "$value": "{text.color.warning}",
39
75
  "$type": "color",
40
- "$description": "Used for an icon associated with a warning."
76
+ "$description": "Used for an icon associated with a warning.",
77
+ "$extensions": {
78
+ "com.figma.scope": [
79
+ "SHAPE_FILL",
80
+ "TEXT_FILL"
81
+ ]
82
+ }
41
83
  },
42
84
  "danger": {
43
85
  "$value": "{text.color.danger}",
44
86
  "$type": "color",
45
- "$description": "Used for an icon associated with an error or danger."
87
+ "$description": "Used for an icon associated with an error or danger.",
88
+ "$extensions": {
89
+ "com.figma.scope": [
90
+ "SHAPE_FILL",
91
+ "TEXT_FILL"
92
+ ]
93
+ }
46
94
  },
47
95
  "success": {
48
96
  "$value": "{text.color.success}",
49
97
  "$type": "color",
50
- "$description": "Used for an icon associated with success or validity."
98
+ "$description": "Used for an icon associated with success or validity.",
99
+ "$extensions": {
100
+ "com.figma.scope": [
101
+ "SHAPE_FILL",
102
+ "TEXT_FILL"
103
+ ]
104
+ }
51
105
  }
52
106
  }
53
107
  }
@@ -7,7 +7,12 @@
7
7
  "dark": "{color.alpha.dark.40}"
8
8
  },
9
9
  "$type": "color",
10
- "$description": "Used for the default shadow color."
10
+ "$description": "Used for the default shadow color.",
11
+ "$extensions": {
12
+ "com.figma.scope": [
13
+ "EFFECT_COLOR"
14
+ ]
15
+ }
11
16
  }
12
17
  }
13
18
  }