@7shifts/sous-chef 3.42.0 → 3.43.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.
@@ -43,4 +43,10 @@ export declare const COLOR_CODES: {
43
43
  readonly 'grey-400': " #767676";
44
44
  readonly 'grey-500': " #464646";
45
45
  readonly 'grey-600': " #323232";
46
+ readonly 'oat-100': " #f1f0ec";
47
+ readonly 'oat-200': " #e2ded6";
48
+ readonly 'oat-300': " #c7c0b2";
49
+ readonly 'oat-400': " #6e6d6c";
50
+ readonly 'oat-500': " #4c4b49";
51
+ readonly 'oat-600': " #383430";
46
52
  };
@@ -43,4 +43,10 @@ export declare const COLORS: {
43
43
  readonly 'grey-400': "var(--color-grey-400)";
44
44
  readonly 'grey-500': "var(--color-grey-500)";
45
45
  readonly 'grey-600': "var(--color-grey-600)";
46
+ readonly 'oat-100': "var(--color-oat-100)";
47
+ readonly 'oat-200': "var(--color-oat-200)";
48
+ readonly 'oat-300': "var(--color-oat-300)";
49
+ readonly 'oat-400': "var(--color-oat-400)";
50
+ readonly 'oat-500': "var(--color-oat-500)";
51
+ readonly 'oat-600': "var(--color-oat-600)";
46
52
  };
@@ -1 +1 @@
1
- export type Color = 'white' | 'black' | 'tangerine-100' | 'tangerine-200' | 'tangerine-300' | 'tangerine-400' | 'tangerine-500' | 'tangerine-600' | 'eggplant-100' | 'eggplant-200' | 'eggplant-300' | 'eggplant-400' | 'eggplant-500' | 'eggplant-600' | 'mint-100' | 'mint-200' | 'mint-300' | 'mint-400' | 'mint-500' | 'mint-600' | 'radish-100' | 'radish-200' | 'radish-300' | 'radish-400' | 'radish-500' | 'radish-600' | 'blueberry-100' | 'blueberry-200' | 'blueberry-300' | 'blueberry-400' | 'blueberry-500' | 'blueberry-600' | 'banana-100' | 'banana-200' | 'banana-300' | 'banana-400' | 'banana-500' | 'banana-600' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600';
1
+ export type Color = 'white' | 'black' | 'tangerine-100' | 'tangerine-200' | 'tangerine-300' | 'tangerine-400' | 'tangerine-500' | 'tangerine-600' | 'eggplant-100' | 'eggplant-200' | 'eggplant-300' | 'eggplant-400' | 'eggplant-500' | 'eggplant-600' | 'mint-100' | 'mint-200' | 'mint-300' | 'mint-400' | 'mint-500' | 'mint-600' | 'radish-100' | 'radish-200' | 'radish-300' | 'radish-400' | 'radish-500' | 'radish-600' | 'blueberry-100' | 'blueberry-200' | 'blueberry-300' | 'blueberry-400' | 'blueberry-500' | 'blueberry-600' | 'banana-100' | 'banana-200' | 'banana-300' | 'banana-400' | 'banana-500' | 'banana-600' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600' | 'oat-100' | 'oat-200' | 'oat-300' | 'oat-400' | 'oat-500' | 'oat-600';
package/dist/index.css CHANGED
@@ -108,6 +108,18 @@
108
108
  --color-grey-500-rgb: 70, 70, 70;
109
109
  --color-grey-600: #323232;
110
110
  --color-grey-600-rgb: 50, 50, 50;
111
+ --color-oat-100: #f1f0ec;
112
+ --color-oat-100-rgb: 241, 240, 236;
113
+ --color-oat-200: #e2ded6;
114
+ --color-oat-200-rgb: 226, 222, 214;
115
+ --color-oat-300: #c7c0b2;
116
+ --color-oat-300-rgb: 199, 192, 178;
117
+ --color-oat-400: #6e6d6c;
118
+ --color-oat-400-rgb: 110, 109, 108;
119
+ --color-oat-500: #4c4b49;
120
+ --color-oat-500-rgb: 76, 75, 73;
121
+ --color-oat-600: #383430;
122
+ --color-oat-600-rgb: 56, 52, 48;
111
123
  }
112
124
  :root {
113
125
  --z-index-base: 1;
@@ -369,6 +381,7 @@ Just for future references:
369
381
  opacity: 0;
370
382
  transition: visibility 0s, opacity 0.05s linear;
371
383
  max-width: 340px;
384
+ overflow: auto;
372
385
  }
373
386
  ._1NSQY {
374
387
  visibility: visible;
@@ -2549,6 +2562,48 @@ input:disabled + ._2W10t::after {
2549
2562
  justify-content: center;
2550
2563
  }
2551
2564
  }
2565
+ ._3uthQ {
2566
+ border-bottom: 1px solid var(--color-grey-200);
2567
+ margin-top: 16px;
2568
+ padding-left: 16px;
2569
+ padding-right: 16px;
2570
+ }
2571
+ ._23CMa {
2572
+ all: unset;
2573
+ }
2574
+ ._3LzWR {
2575
+ all: unset;
2576
+ cursor: pointer;
2577
+ width: 100%;
2578
+ }
2579
+ ._34Ht7 {
2580
+ transition: 0.2s ease-in-out;
2581
+ }
2582
+ ._1D8Hh {
2583
+ rotate: 180deg;
2584
+ transition: 0.2s ease-in-out;
2585
+ }
2586
+ ._1Ocs0 {
2587
+ visibility: hidden;
2588
+ transition: 0.2s ease-in-out;
2589
+ transition-property: margin-top;
2590
+ height: 16px;
2591
+ }
2592
+ ._fCEkR {
2593
+ font-weight: 400;
2594
+ margin-top: 16px;
2595
+ margin-bottom: 16px;
2596
+ transition: 0.2s ease-in-out;
2597
+ transition-property: margin-top;
2598
+ }
2599
+
2600
+ ._3uthQ:last-child {
2601
+ border-bottom: none;
2602
+ }
2603
+ ._31JZJ {
2604
+ border: 1px solid var(--color-grey-200);
2605
+ border-radius: 20px;
2606
+ }
2552
2607
  ._1JTKu {
2553
2608
  flex: 1;
2554
2609
  display: "flex";