@indico-data/design-system 1.0.34 → 1.0.36

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 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',
@@ -7157,12 +7161,9 @@ const Forms = createGlobalStyle `
7157
7161
  input:not([type]),
7158
7162
  textarea {
7159
7163
  appearance: none;
7160
- background-color: ${allColors.clay};
7161
- border: ${allColors.clay};
7162
7164
  border-radius: 2px;
7163
7165
  box-shadow: ${formBoxShadow};
7164
7166
  box-sizing: border-box;
7165
- color: ${allColors.defaultFontColor};
7166
7167
  margin-bottom: ${typography.spacing.half};
7167
7168
  padding: ${typography.spacing.third};
7168
7169
  transition: border-color ${animation.duration} ${animation.timing};