@indico-data/design-system 1.0.35 → 1.0.37
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/lib/index.d.ts +4 -0
- package/lib/index.esm.js +4 -0
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +4 -0
- package/lib/index.js.map +1 -1
- package/lib/tokens/colors.d.ts +4 -0
- package/package.json +1 -1
- package/src/components/dropdowns/BorderSelect/BorderSelect.styles.ts +4 -4
- package/src/tokens/colors.ts +4 -0
package/lib/index.d.ts
CHANGED
|
@@ -288,11 +288,13 @@ declare const allColors: {
|
|
|
288
288
|
readonly baliHai: "#8498b6";
|
|
289
289
|
readonly black: "#000";
|
|
290
290
|
readonly blueBayoux: "#4f5e74";
|
|
291
|
+
readonly blueDarknut: "#0070f5";
|
|
291
292
|
readonly blueMagenta: "#542f9d";
|
|
292
293
|
readonly blueRibbon: "#0b35ff";
|
|
293
294
|
readonly blueYonder: "#586fd2";
|
|
294
295
|
readonly bouqet: "#a35c9a";
|
|
295
296
|
readonly brick: "#c62828";
|
|
297
|
+
readonly brightDusk: "#efebf7";
|
|
296
298
|
readonly brown: "#785349";
|
|
297
299
|
readonly candyCorn: "#fcef4d";
|
|
298
300
|
readonly carnation: "#ff8adf";
|
|
@@ -370,12 +372,14 @@ declare const allColors: {
|
|
|
370
372
|
readonly red: "#f95359";
|
|
371
373
|
readonly robinsEggBlue: "#00bcd4";
|
|
372
374
|
readonly romanSilver: "#7d888d";
|
|
375
|
+
readonly sagatPurple: "#6833d0";
|
|
373
376
|
readonly salem: "#03832e";
|
|
374
377
|
readonly sapGreen: "#5f7e20";
|
|
375
378
|
readonly seaGreen: "#0b8a51";
|
|
376
379
|
readonly seance: "#7f1f82";
|
|
377
380
|
readonly shiraz: "#c61021";
|
|
378
381
|
readonly sinopia: "#D14200";
|
|
382
|
+
readonly slaaneshGrey: "#dbd5e6";
|
|
379
383
|
readonly tangerine: "#ff9900";
|
|
380
384
|
readonly teal: "#008285";
|
|
381
385
|
readonly toast: "#997862";
|
package/lib/index.esm.js
CHANGED
|
@@ -124,11 +124,13 @@ const allColors = {
|
|
|
124
124
|
baliHai: '#8498b6',
|
|
125
125
|
black: '#000',
|
|
126
126
|
blueBayoux: '#4f5e74',
|
|
127
|
+
blueDarknut: '#0070f5',
|
|
127
128
|
blueMagenta: '#542f9d',
|
|
128
129
|
blueRibbon: '#0b35ff',
|
|
129
130
|
blueYonder: '#586fd2',
|
|
130
131
|
bouqet: '#a35c9a',
|
|
131
132
|
brick: '#c62828',
|
|
133
|
+
brightDusk: '#efebf7',
|
|
132
134
|
brown: '#785349',
|
|
133
135
|
candyCorn: '#fcef4d',
|
|
134
136
|
carnation: '#ff8adf',
|
|
@@ -206,12 +208,14 @@ const allColors = {
|
|
|
206
208
|
red: '#f95359',
|
|
207
209
|
robinsEggBlue: '#00bcd4',
|
|
208
210
|
romanSilver: '#7d888d',
|
|
211
|
+
sagatPurple: '#6833d0',
|
|
209
212
|
salem: '#03832e',
|
|
210
213
|
sapGreen: '#5f7e20',
|
|
211
214
|
seaGreen: '#0b8a51',
|
|
212
215
|
seance: '#7f1f82',
|
|
213
216
|
shiraz: '#c61021',
|
|
214
217
|
sinopia: '#D14200',
|
|
218
|
+
slaaneshGrey: '#dbd5e6',
|
|
215
219
|
tangerine: '#ff9900',
|
|
216
220
|
teal: '#008285',
|
|
217
221
|
toast: '#997862',
|