@demos-europe/demosplan-ui 0.3.19 → 0.3.21
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/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21_[Changes]/shelved.patch +36 -0
- package/.idea/shelf/Uncommitted_changes_before_Update_at_17_07_2024_15_21__Changes_.xml +4 -0
- package/.idea/workspace.xml +37 -7
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +20 -1
- package/buildTokens.js +157 -41
- package/dist/demosplan-ui.umd.js +1 -1
- package/package.json +5 -4
- package/src/components/DpButtonRow/DpButtonRow.vue +8 -2
- package/src/components/DpEditor/DpEditor.vue +46 -33
- package/src/components/DpEditor/DpResizableImage.vue +10 -4
- package/src/components/DpEditor/DpUploadModal.vue +29 -15
- package/src/components/DpUploadFiles/DpUpload.vue +9 -1
- package/src/components/DpUploadFiles/DpUploadFiles.vue +7 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/index.html +123 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +12 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +63 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/WithTooltip-V3YHNWJZ-TRLNWEGW.js +1 -0
- package/storybook-static/sb-manager/chunk-4IYAVH3S.js +348 -0
- package/storybook-static/sb-manager/chunk-CXYKRFSY.js +9 -0
- package/storybook-static/sb-manager/chunk-LVLAH4SI.js +7 -0
- package/storybook-static/sb-manager/chunk-VFHDXWEA.js +406 -0
- package/storybook-static/sb-manager/chunk-ZEU7PDD3.js +1 -0
- package/storybook-static/sb-manager/formatter-SWP5E3XI-7BGIK6BL.js +156 -0
- package/storybook-static/sb-manager/globals-module-info.js +1 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-B5GMVT5T-EA5ASEYD.js +1 -0
- package/storybook-static/stories.json +1 -0
- package/tailwind.config.js +27 -1
- package/tokens/dist/js/boxShadow.js +13 -81
- package/tokens/dist/js/breakpoints.js +1 -1
- package/tokens/dist/js/color.brand.js +19 -7
- package/tokens/dist/js/color.data.js +85 -29
- package/tokens/dist/js/color.palette.js +175 -59
- package/tokens/dist/js/color.ui-tailwind.js +1899 -0
- package/tokens/dist/js/color.ui.js +2063 -57
- package/tokens/dist/js/fontSize.js +1 -1
- package/tokens/dist/js/rounded.js +1 -77
- package/tokens/dist/js/space.js +1 -1
- package/tokens/dist/js/zIndex.js +1 -1
- package/tokens/dist/scss/_boxShadow.scss +1 -1
- package/tokens/dist/scss/_breakpoints.scss +1 -1
- package/tokens/dist/scss/_color.brand.scss +1 -1
- package/tokens/dist/scss/_color.data.scss +1 -1
- package/tokens/dist/scss/_color.palette.scss +1 -1
- package/tokens/dist/scss/_color.ui.scss +1 -1
- package/tokens/dist/scss/_fontSize.scss +1 -1
- package/tokens/dist/scss/_rounded.scss +1 -1
- package/tokens/dist/scss/_space.scss +1 -1
- package/tokens/dist/scss/_zIndex.scss +1 -1
- package/tokens/dist/tailwind/backgroundColor.js +24 -0
- package/tokens/dist/tailwind/borderColor.js +9 -0
- package/tokens/dist/tailwind/color.brand.js +8 -0
- package/tokens/dist/tailwind/color.data.js +30 -0
- package/tokens/dist/tailwind/color.js +5 -0
- package/tokens/dist/tailwind/color.palette.js +60 -0
- package/tokens/dist/tailwind/textColor.js +37 -0
- package/tokens/src/boxShadow.json +16 -8
- package/tokens/src/color/color.brand.json +12 -6
- package/tokens/src/color/color.data.json +56 -28
- package/tokens/src/color/color.palette.json +116 -58
- package/tokens/src/color/color.ui-tailwind.json +401 -0
- package/tokens/src/color/color.ui.json +114 -57
- package/tokens/tokens.color.stories.mdx +83 -34
- package/tokens/tokens.space.stories.mdx +20 -20
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46_[Changes]/shelved.patch +0 -30538
- package/.idea/shelf/Uncommitted_changes_before_Checkout_at_12_07_2024_08_46__Changes_.xml +0 -4
- package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02_[Changes]/shelved.patch +0 -19
- package/.idea/shelf/Uncommitted_changes_before_Update_at_12_07_2024_14_02__Changes_.xml +0 -4
- package/style/index.css +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 22 Jul 2024 09:37:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -10,12 +10,14 @@ module.exports = {
|
|
|
10
10
|
"$description": "Loudest brand color. Currently reserved for header and tabs on public detail page.",
|
|
11
11
|
"value": "#006fd0",
|
|
12
12
|
"themeable": true,
|
|
13
|
+
"$type": "color",
|
|
13
14
|
"filePath": "tokens/src/color/color.brand.json",
|
|
14
15
|
"isSource": true,
|
|
15
16
|
"original": {
|
|
16
17
|
"$description": "Loudest brand color. Currently reserved for header and tabs on public detail page.",
|
|
17
18
|
"value": "{color.palette.blue.base}",
|
|
18
|
-
"themeable": true
|
|
19
|
+
"themeable": true,
|
|
20
|
+
"$type": "color"
|
|
19
21
|
},
|
|
20
22
|
"name": "ColorBrandMain",
|
|
21
23
|
"attributes": {
|
|
@@ -33,12 +35,14 @@ module.exports = {
|
|
|
33
35
|
"$description": "Should pass AAA contrast check with the value of 'main'.",
|
|
34
36
|
"value": "#ffffff",
|
|
35
37
|
"themeable": true,
|
|
38
|
+
"$type": "color",
|
|
36
39
|
"filePath": "tokens/src/color/color.brand.json",
|
|
37
40
|
"isSource": true,
|
|
38
41
|
"original": {
|
|
39
42
|
"$description": "Should pass AAA contrast check with the value of 'main'.",
|
|
40
43
|
"value": "{color.palette.white}",
|
|
41
|
-
"themeable": true
|
|
44
|
+
"themeable": true,
|
|
45
|
+
"$type": "color"
|
|
42
46
|
},
|
|
43
47
|
"name": "ColorBrandMainContrast",
|
|
44
48
|
"attributes": {
|
|
@@ -56,12 +60,14 @@ module.exports = {
|
|
|
56
60
|
"$description": "The second most prominent brand representation in the color scheme.",
|
|
57
61
|
"value": "#0095b0",
|
|
58
62
|
"themeable": true,
|
|
63
|
+
"$type": "color",
|
|
59
64
|
"filePath": "tokens/src/color/color.brand.json",
|
|
60
65
|
"isSource": true,
|
|
61
66
|
"original": {
|
|
62
67
|
"$description": "The second most prominent brand representation in the color scheme.",
|
|
63
68
|
"value": "{color.palette.teal.base}",
|
|
64
|
-
"themeable": true
|
|
69
|
+
"themeable": true,
|
|
70
|
+
"$type": "color"
|
|
65
71
|
},
|
|
66
72
|
"name": "ColorBrandAlt",
|
|
67
73
|
"attributes": {
|
|
@@ -79,12 +85,14 @@ module.exports = {
|
|
|
79
85
|
"$description": "Should pass AAA contrast check with the value of 'alt'.",
|
|
80
86
|
"value": "#ffffff",
|
|
81
87
|
"themeable": true,
|
|
88
|
+
"$type": "color",
|
|
82
89
|
"filePath": "tokens/src/color/color.brand.json",
|
|
83
90
|
"isSource": true,
|
|
84
91
|
"original": {
|
|
85
92
|
"$description": "Should pass AAA contrast check with the value of 'alt'.",
|
|
86
93
|
"value": "{color.palette.white}",
|
|
87
|
-
"themeable": true
|
|
94
|
+
"themeable": true,
|
|
95
|
+
"$type": "color"
|
|
88
96
|
},
|
|
89
97
|
"name": "ColorBrandAltContrast",
|
|
90
98
|
"attributes": {
|
|
@@ -102,12 +110,14 @@ module.exports = {
|
|
|
102
110
|
"$description": "Brand accent color to be used sparingly when raising awareness for important elements.",
|
|
103
111
|
"value": "#b20000",
|
|
104
112
|
"themeable": true,
|
|
113
|
+
"$type": "color",
|
|
105
114
|
"filePath": "tokens/src/color/color.brand.json",
|
|
106
115
|
"isSource": true,
|
|
107
116
|
"original": {
|
|
108
117
|
"$description": "Brand accent color to be used sparingly when raising awareness for important elements.",
|
|
109
118
|
"value": "{color.palette.red.dark-1}",
|
|
110
|
-
"themeable": true
|
|
119
|
+
"themeable": true,
|
|
120
|
+
"$type": "color"
|
|
111
121
|
},
|
|
112
122
|
"name": "ColorBrandHighlight",
|
|
113
123
|
"attributes": {
|
|
@@ -125,12 +135,14 @@ module.exports = {
|
|
|
125
135
|
"$description": "Should pass AAA contrast check with the value of 'highlight'.",
|
|
126
136
|
"value": "#ffffff",
|
|
127
137
|
"themeable": true,
|
|
138
|
+
"$type": "color",
|
|
128
139
|
"filePath": "tokens/src/color/color.brand.json",
|
|
129
140
|
"isSource": true,
|
|
130
141
|
"original": {
|
|
131
142
|
"$description": "Should pass AAA contrast check with the value of 'highlight'.",
|
|
132
143
|
"value": "{color.palette.white}",
|
|
133
|
-
"themeable": true
|
|
144
|
+
"themeable": true,
|
|
145
|
+
"$type": "color"
|
|
134
146
|
},
|
|
135
147
|
"name": "ColorBrandHighlightContrast",
|
|
136
148
|
"attributes": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 22 Jul 2024 09:37:27 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -9,10 +9,12 @@ module.exports = {
|
|
|
9
9
|
"3": {
|
|
10
10
|
"1": {
|
|
11
11
|
"value": "#fc8d59",
|
|
12
|
+
"$type": "color",
|
|
12
13
|
"filePath": "tokens/src/color/color.data.json",
|
|
13
14
|
"isSource": true,
|
|
14
15
|
"original": {
|
|
15
|
-
"value": "#fc8d59"
|
|
16
|
+
"value": "#fc8d59",
|
|
17
|
+
"$type": "color"
|
|
16
18
|
},
|
|
17
19
|
"name": "ColorData31",
|
|
18
20
|
"attributes": {
|
|
@@ -30,10 +32,12 @@ module.exports = {
|
|
|
30
32
|
},
|
|
31
33
|
"2": {
|
|
32
34
|
"value": "#f1f1a3",
|
|
35
|
+
"$type": "color",
|
|
33
36
|
"filePath": "tokens/src/color/color.data.json",
|
|
34
37
|
"isSource": true,
|
|
35
38
|
"original": {
|
|
36
|
-
"value": "#f1f1a3"
|
|
39
|
+
"value": "#f1f1a3",
|
|
40
|
+
"$type": "color"
|
|
37
41
|
},
|
|
38
42
|
"name": "ColorData32",
|
|
39
43
|
"attributes": {
|
|
@@ -51,10 +55,12 @@ module.exports = {
|
|
|
51
55
|
},
|
|
52
56
|
"3": {
|
|
53
57
|
"value": "#91bfdb",
|
|
58
|
+
"$type": "color",
|
|
54
59
|
"filePath": "tokens/src/color/color.data.json",
|
|
55
60
|
"isSource": true,
|
|
56
61
|
"original": {
|
|
57
|
-
"value": "#91bfdb"
|
|
62
|
+
"value": "#91bfdb",
|
|
63
|
+
"$type": "color"
|
|
58
64
|
},
|
|
59
65
|
"name": "ColorData33",
|
|
60
66
|
"attributes": {
|
|
@@ -74,10 +80,12 @@ module.exports = {
|
|
|
74
80
|
"6": {
|
|
75
81
|
"1": {
|
|
76
82
|
"value": "#d73027",
|
|
83
|
+
"$type": "color",
|
|
77
84
|
"filePath": "tokens/src/color/color.data.json",
|
|
78
85
|
"isSource": true,
|
|
79
86
|
"original": {
|
|
80
|
-
"value": "#d73027"
|
|
87
|
+
"value": "#d73027",
|
|
88
|
+
"$type": "color"
|
|
81
89
|
},
|
|
82
90
|
"name": "ColorData61",
|
|
83
91
|
"attributes": {
|
|
@@ -95,10 +103,12 @@ module.exports = {
|
|
|
95
103
|
},
|
|
96
104
|
"2": {
|
|
97
105
|
"value": "#fc8d59",
|
|
106
|
+
"$type": "color",
|
|
98
107
|
"filePath": "tokens/src/color/color.data.json",
|
|
99
108
|
"isSource": true,
|
|
100
109
|
"original": {
|
|
101
|
-
"value": "#fc8d59"
|
|
110
|
+
"value": "#fc8d59",
|
|
111
|
+
"$type": "color"
|
|
102
112
|
},
|
|
103
113
|
"name": "ColorData62",
|
|
104
114
|
"attributes": {
|
|
@@ -116,10 +126,12 @@ module.exports = {
|
|
|
116
126
|
},
|
|
117
127
|
"3": {
|
|
118
128
|
"value": "#fee090",
|
|
129
|
+
"$type": "color",
|
|
119
130
|
"filePath": "tokens/src/color/color.data.json",
|
|
120
131
|
"isSource": true,
|
|
121
132
|
"original": {
|
|
122
|
-
"value": "#fee090"
|
|
133
|
+
"value": "#fee090",
|
|
134
|
+
"$type": "color"
|
|
123
135
|
},
|
|
124
136
|
"name": "ColorData63",
|
|
125
137
|
"attributes": {
|
|
@@ -137,10 +149,12 @@ module.exports = {
|
|
|
137
149
|
},
|
|
138
150
|
"4": {
|
|
139
151
|
"value": "#e0f3f8",
|
|
152
|
+
"$type": "color",
|
|
140
153
|
"filePath": "tokens/src/color/color.data.json",
|
|
141
154
|
"isSource": true,
|
|
142
155
|
"original": {
|
|
143
|
-
"value": "#e0f3f8"
|
|
156
|
+
"value": "#e0f3f8",
|
|
157
|
+
"$type": "color"
|
|
144
158
|
},
|
|
145
159
|
"name": "ColorData64",
|
|
146
160
|
"attributes": {
|
|
@@ -158,10 +172,12 @@ module.exports = {
|
|
|
158
172
|
},
|
|
159
173
|
"5": {
|
|
160
174
|
"value": "#91bfdb",
|
|
175
|
+
"$type": "color",
|
|
161
176
|
"filePath": "tokens/src/color/color.data.json",
|
|
162
177
|
"isSource": true,
|
|
163
178
|
"original": {
|
|
164
|
-
"value": "#91bfdb"
|
|
179
|
+
"value": "#91bfdb",
|
|
180
|
+
"$type": "color"
|
|
165
181
|
},
|
|
166
182
|
"name": "ColorData65",
|
|
167
183
|
"attributes": {
|
|
@@ -179,10 +195,12 @@ module.exports = {
|
|
|
179
195
|
},
|
|
180
196
|
"6": {
|
|
181
197
|
"value": "#4575b4",
|
|
198
|
+
"$type": "color",
|
|
182
199
|
"filePath": "tokens/src/color/color.data.json",
|
|
183
200
|
"isSource": true,
|
|
184
201
|
"original": {
|
|
185
|
-
"value": "#4575b4"
|
|
202
|
+
"value": "#4575b4",
|
|
203
|
+
"$type": "color"
|
|
186
204
|
},
|
|
187
205
|
"name": "ColorData66",
|
|
188
206
|
"attributes": {
|
|
@@ -202,10 +220,12 @@ module.exports = {
|
|
|
202
220
|
"8": {
|
|
203
221
|
"1": {
|
|
204
222
|
"value": "#d73027",
|
|
223
|
+
"$type": "color",
|
|
205
224
|
"filePath": "tokens/src/color/color.data.json",
|
|
206
225
|
"isSource": true,
|
|
207
226
|
"original": {
|
|
208
|
-
"value": "#d73027"
|
|
227
|
+
"value": "#d73027",
|
|
228
|
+
"$type": "color"
|
|
209
229
|
},
|
|
210
230
|
"name": "ColorData81",
|
|
211
231
|
"attributes": {
|
|
@@ -223,10 +243,12 @@ module.exports = {
|
|
|
223
243
|
},
|
|
224
244
|
"2": {
|
|
225
245
|
"value": "#f46d43",
|
|
246
|
+
"$type": "color",
|
|
226
247
|
"filePath": "tokens/src/color/color.data.json",
|
|
227
248
|
"isSource": true,
|
|
228
249
|
"original": {
|
|
229
|
-
"value": "#f46d43"
|
|
250
|
+
"value": "#f46d43",
|
|
251
|
+
"$type": "color"
|
|
230
252
|
},
|
|
231
253
|
"name": "ColorData82",
|
|
232
254
|
"attributes": {
|
|
@@ -244,10 +266,12 @@ module.exports = {
|
|
|
244
266
|
},
|
|
245
267
|
"3": {
|
|
246
268
|
"value": "#fdae61",
|
|
269
|
+
"$type": "color",
|
|
247
270
|
"filePath": "tokens/src/color/color.data.json",
|
|
248
271
|
"isSource": true,
|
|
249
272
|
"original": {
|
|
250
|
-
"value": "#fdae61"
|
|
273
|
+
"value": "#fdae61",
|
|
274
|
+
"$type": "color"
|
|
251
275
|
},
|
|
252
276
|
"name": "ColorData83",
|
|
253
277
|
"attributes": {
|
|
@@ -265,10 +289,12 @@ module.exports = {
|
|
|
265
289
|
},
|
|
266
290
|
"4": {
|
|
267
291
|
"value": "#fee090",
|
|
292
|
+
"$type": "color",
|
|
268
293
|
"filePath": "tokens/src/color/color.data.json",
|
|
269
294
|
"isSource": true,
|
|
270
295
|
"original": {
|
|
271
|
-
"value": "#fee090"
|
|
296
|
+
"value": "#fee090",
|
|
297
|
+
"$type": "color"
|
|
272
298
|
},
|
|
273
299
|
"name": "ColorData84",
|
|
274
300
|
"attributes": {
|
|
@@ -286,10 +312,12 @@ module.exports = {
|
|
|
286
312
|
},
|
|
287
313
|
"5": {
|
|
288
314
|
"value": "#e0f3f8",
|
|
315
|
+
"$type": "color",
|
|
289
316
|
"filePath": "tokens/src/color/color.data.json",
|
|
290
317
|
"isSource": true,
|
|
291
318
|
"original": {
|
|
292
|
-
"value": "#e0f3f8"
|
|
319
|
+
"value": "#e0f3f8",
|
|
320
|
+
"$type": "color"
|
|
293
321
|
},
|
|
294
322
|
"name": "ColorData85",
|
|
295
323
|
"attributes": {
|
|
@@ -307,10 +335,12 @@ module.exports = {
|
|
|
307
335
|
},
|
|
308
336
|
"6": {
|
|
309
337
|
"value": "#abd9e9",
|
|
338
|
+
"$type": "color",
|
|
310
339
|
"filePath": "tokens/src/color/color.data.json",
|
|
311
340
|
"isSource": true,
|
|
312
341
|
"original": {
|
|
313
|
-
"value": "#abd9e9"
|
|
342
|
+
"value": "#abd9e9",
|
|
343
|
+
"$type": "color"
|
|
314
344
|
},
|
|
315
345
|
"name": "ColorData86",
|
|
316
346
|
"attributes": {
|
|
@@ -328,10 +358,12 @@ module.exports = {
|
|
|
328
358
|
},
|
|
329
359
|
"7": {
|
|
330
360
|
"value": "#74add1",
|
|
361
|
+
"$type": "color",
|
|
331
362
|
"filePath": "tokens/src/color/color.data.json",
|
|
332
363
|
"isSource": true,
|
|
333
364
|
"original": {
|
|
334
|
-
"value": "#74add1"
|
|
365
|
+
"value": "#74add1",
|
|
366
|
+
"$type": "color"
|
|
335
367
|
},
|
|
336
368
|
"name": "ColorData87",
|
|
337
369
|
"attributes": {
|
|
@@ -349,10 +381,12 @@ module.exports = {
|
|
|
349
381
|
},
|
|
350
382
|
"8": {
|
|
351
383
|
"value": "#4575b4",
|
|
384
|
+
"$type": "color",
|
|
352
385
|
"filePath": "tokens/src/color/color.data.json",
|
|
353
386
|
"isSource": true,
|
|
354
387
|
"original": {
|
|
355
|
-
"value": "#4575b4"
|
|
388
|
+
"value": "#4575b4",
|
|
389
|
+
"$type": "color"
|
|
356
390
|
},
|
|
357
391
|
"name": "ColorData88",
|
|
358
392
|
"attributes": {
|
|
@@ -372,10 +406,12 @@ module.exports = {
|
|
|
372
406
|
"11": {
|
|
373
407
|
"1": {
|
|
374
408
|
"value": "#a50026",
|
|
409
|
+
"$type": "color",
|
|
375
410
|
"filePath": "tokens/src/color/color.data.json",
|
|
376
411
|
"isSource": true,
|
|
377
412
|
"original": {
|
|
378
|
-
"value": "#a50026"
|
|
413
|
+
"value": "#a50026",
|
|
414
|
+
"$type": "color"
|
|
379
415
|
},
|
|
380
416
|
"name": "ColorData111",
|
|
381
417
|
"attributes": {
|
|
@@ -393,10 +429,12 @@ module.exports = {
|
|
|
393
429
|
},
|
|
394
430
|
"2": {
|
|
395
431
|
"value": "#d73027",
|
|
432
|
+
"$type": "color",
|
|
396
433
|
"filePath": "tokens/src/color/color.data.json",
|
|
397
434
|
"isSource": true,
|
|
398
435
|
"original": {
|
|
399
|
-
"value": "#d73027"
|
|
436
|
+
"value": "#d73027",
|
|
437
|
+
"$type": "color"
|
|
400
438
|
},
|
|
401
439
|
"name": "ColorData112",
|
|
402
440
|
"attributes": {
|
|
@@ -414,10 +452,12 @@ module.exports = {
|
|
|
414
452
|
},
|
|
415
453
|
"3": {
|
|
416
454
|
"value": "#f46d43",
|
|
455
|
+
"$type": "color",
|
|
417
456
|
"filePath": "tokens/src/color/color.data.json",
|
|
418
457
|
"isSource": true,
|
|
419
458
|
"original": {
|
|
420
|
-
"value": "#f46d43"
|
|
459
|
+
"value": "#f46d43",
|
|
460
|
+
"$type": "color"
|
|
421
461
|
},
|
|
422
462
|
"name": "ColorData113",
|
|
423
463
|
"attributes": {
|
|
@@ -435,10 +475,12 @@ module.exports = {
|
|
|
435
475
|
},
|
|
436
476
|
"4": {
|
|
437
477
|
"value": "#fdae61",
|
|
478
|
+
"$type": "color",
|
|
438
479
|
"filePath": "tokens/src/color/color.data.json",
|
|
439
480
|
"isSource": true,
|
|
440
481
|
"original": {
|
|
441
|
-
"value": "#fdae61"
|
|
482
|
+
"value": "#fdae61",
|
|
483
|
+
"$type": "color"
|
|
442
484
|
},
|
|
443
485
|
"name": "ColorData114",
|
|
444
486
|
"attributes": {
|
|
@@ -456,10 +498,12 @@ module.exports = {
|
|
|
456
498
|
},
|
|
457
499
|
"5": {
|
|
458
500
|
"value": "#fee090",
|
|
501
|
+
"$type": "color",
|
|
459
502
|
"filePath": "tokens/src/color/color.data.json",
|
|
460
503
|
"isSource": true,
|
|
461
504
|
"original": {
|
|
462
|
-
"value": "#fee090"
|
|
505
|
+
"value": "#fee090",
|
|
506
|
+
"$type": "color"
|
|
463
507
|
},
|
|
464
508
|
"name": "ColorData115",
|
|
465
509
|
"attributes": {
|
|
@@ -477,10 +521,12 @@ module.exports = {
|
|
|
477
521
|
},
|
|
478
522
|
"6": {
|
|
479
523
|
"value": "#ffffbf",
|
|
524
|
+
"$type": "color",
|
|
480
525
|
"filePath": "tokens/src/color/color.data.json",
|
|
481
526
|
"isSource": true,
|
|
482
527
|
"original": {
|
|
483
|
-
"value": "#ffffbf"
|
|
528
|
+
"value": "#ffffbf",
|
|
529
|
+
"$type": "color"
|
|
484
530
|
},
|
|
485
531
|
"name": "ColorData116",
|
|
486
532
|
"attributes": {
|
|
@@ -498,10 +544,12 @@ module.exports = {
|
|
|
498
544
|
},
|
|
499
545
|
"7": {
|
|
500
546
|
"value": "#e0f3f8",
|
|
547
|
+
"$type": "color",
|
|
501
548
|
"filePath": "tokens/src/color/color.data.json",
|
|
502
549
|
"isSource": true,
|
|
503
550
|
"original": {
|
|
504
|
-
"value": "#e0f3f8"
|
|
551
|
+
"value": "#e0f3f8",
|
|
552
|
+
"$type": "color"
|
|
505
553
|
},
|
|
506
554
|
"name": "ColorData117",
|
|
507
555
|
"attributes": {
|
|
@@ -519,10 +567,12 @@ module.exports = {
|
|
|
519
567
|
},
|
|
520
568
|
"8": {
|
|
521
569
|
"value": "#abd9e9",
|
|
570
|
+
"$type": "color",
|
|
522
571
|
"filePath": "tokens/src/color/color.data.json",
|
|
523
572
|
"isSource": true,
|
|
524
573
|
"original": {
|
|
525
|
-
"value": "#abd9e9"
|
|
574
|
+
"value": "#abd9e9",
|
|
575
|
+
"$type": "color"
|
|
526
576
|
},
|
|
527
577
|
"name": "ColorData118",
|
|
528
578
|
"attributes": {
|
|
@@ -540,10 +590,12 @@ module.exports = {
|
|
|
540
590
|
},
|
|
541
591
|
"9": {
|
|
542
592
|
"value": "#74add1",
|
|
593
|
+
"$type": "color",
|
|
543
594
|
"filePath": "tokens/src/color/color.data.json",
|
|
544
595
|
"isSource": true,
|
|
545
596
|
"original": {
|
|
546
|
-
"value": "#74add1"
|
|
597
|
+
"value": "#74add1",
|
|
598
|
+
"$type": "color"
|
|
547
599
|
},
|
|
548
600
|
"name": "ColorData119",
|
|
549
601
|
"attributes": {
|
|
@@ -561,10 +613,12 @@ module.exports = {
|
|
|
561
613
|
},
|
|
562
614
|
"10": {
|
|
563
615
|
"value": "#4575b4",
|
|
616
|
+
"$type": "color",
|
|
564
617
|
"filePath": "tokens/src/color/color.data.json",
|
|
565
618
|
"isSource": true,
|
|
566
619
|
"original": {
|
|
567
|
-
"value": "#4575b4"
|
|
620
|
+
"value": "#4575b4",
|
|
621
|
+
"$type": "color"
|
|
568
622
|
},
|
|
569
623
|
"name": "ColorData1110",
|
|
570
624
|
"attributes": {
|
|
@@ -582,10 +636,12 @@ module.exports = {
|
|
|
582
636
|
},
|
|
583
637
|
"11": {
|
|
584
638
|
"value": "#313695",
|
|
639
|
+
"$type": "color",
|
|
585
640
|
"filePath": "tokens/src/color/color.data.json",
|
|
586
641
|
"isSource": true,
|
|
587
642
|
"original": {
|
|
588
|
-
"value": "#313695"
|
|
643
|
+
"value": "#313695",
|
|
644
|
+
"$type": "color"
|
|
589
645
|
},
|
|
590
646
|
"name": "ColorData1111",
|
|
591
647
|
"attributes": {
|