@wix/design-system-tokens 1.14.2 → 1.14.3

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/all.st.css CHANGED
@@ -805,6 +805,9 @@
805
805
  @property st-global(--wds-shadow-300);
806
806
  @property st-global(--wds-shadow-400);
807
807
  @property st-global(--wds-shadow-focus-destructive);
808
+ @property st-global(--wds-shadow-focus-inner-destructive);
809
+ @property st-global(--wds-shadow-focus-inner-standard);
810
+ @property st-global(--wds-shadow-focus-inner-warning);
808
811
  @property st-global(--wds-shadow-focus-standard);
809
812
  @property st-global(--wds-shadow-focus-warning);
810
813
  @property st-global(--wds-shadow-inner-100);
@@ -1854,6 +1857,9 @@
1854
1857
  --wds-shadow-300: 0 0 18px rgba(0, 6, 36, .1), 0 6px 6px rgba(0, 6, 36, .05);
1855
1858
  --wds-shadow-400: 0 3px 24px rgba(0, 6, 36, .2), 0 8px 8px rgba(0, 6, 36, .1);
1856
1859
  --wds-shadow-focus-destructive: 0 0 0 3px #fbd0cd;
1860
+ --wds-shadow-focus-inner-destructive: 0 0 0 3px #fbd0cd inset;
1861
+ --wds-shadow-focus-inner-standard: 0 0 0 3px #a8caff inset;
1862
+ --wds-shadow-focus-inner-warning: 0 0 0 3px #ffe2a5 inset;
1857
1863
  --wds-shadow-focus-standard: 0 0 0 3px #a8caff;
1858
1864
  --wds-shadow-focus-warning: 0 0 0 3px #ffe2a5;
1859
1865
  --wds-shadow-inner-100: 1px 1px 2px rgba(0, 6, 36, .1) inset, 1px 1px 2px rgba(255, 255, 255, .1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.14.2",
3
+ "version": "1.14.3",
4
4
  "packageManager": "yarn@3.5.0",
5
5
  "author": "augustinasv@wix.com",
6
6
  "license": "MIT",
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress"
34
34
  }
35
35
  },
36
- "falconPackageHash": "f0ecf6e93e0fe1b7f4410d4f37afa8b53b73be0178a4185dd0133fd4"
36
+ "falconPackageHash": "f03091197918f699ff350eb1f49f45ec7df1910c321002ba6d38124e"
37
37
  }
package/semantic.st.css CHANGED
@@ -309,6 +309,9 @@
309
309
  @property st-global(--wds-font-weight-heading-5);
310
310
  @property st-global(--wds-font-weight-heading-6);
311
311
  @property st-global(--wds-shadow-focus-destructive);
312
+ @property st-global(--wds-shadow-focus-inner-destructive);
313
+ @property st-global(--wds-shadow-focus-inner-standard);
314
+ @property st-global(--wds-shadow-focus-inner-warning);
312
315
  @property st-global(--wds-shadow-focus-standard);
313
316
  @property st-global(--wds-shadow-focus-warning);
314
317
  @property st-global(--wds-shadow-surface-modal);
@@ -640,6 +643,9 @@
640
643
  --wds-font-weight-heading-5: 400;
641
644
  --wds-font-weight-heading-6: 400;
642
645
  --wds-shadow-focus-destructive: 0 0 0 3px #fbd0cd;
646
+ --wds-shadow-focus-inner-destructive: 0 0 0 3px #fbd0cd inset;
647
+ --wds-shadow-focus-inner-standard: 0 0 0 3px #a8caff inset;
648
+ --wds-shadow-focus-inner-warning: 0 0 0 3px #ffe2a5 inset;
643
649
  --wds-shadow-focus-standard: 0 0 0 3px #a8caff;
644
650
  --wds-shadow-focus-warning: 0 0 0 3px #ffe2a5;
645
651
  --wds-shadow-surface-modal: 0 3px 24px rgba(0, 6, 36, .2), 0 8px 8px rgba(0, 6, 36, .1);
package/studio/all.st.css CHANGED
@@ -801,6 +801,9 @@
801
801
  @property st-global(--wds-shadow-300);
802
802
  @property st-global(--wds-shadow-400);
803
803
  @property st-global(--wds-shadow-focus-destructive);
804
+ @property st-global(--wds-shadow-focus-inner-destructive);
805
+ @property st-global(--wds-shadow-focus-inner-standard);
806
+ @property st-global(--wds-shadow-focus-inner-warning);
804
807
  @property st-global(--wds-shadow-focus-standard);
805
808
  @property st-global(--wds-shadow-focus-warning);
806
809
  @property st-global(--wds-shadow-inner-100);
@@ -1846,6 +1849,9 @@
1846
1849
  --wds-shadow-300: 0 12px 20px rgba(19, 23, 32, .1);
1847
1850
  --wds-shadow-400: 0 5px 18px rgba(19, 23, 32, .2);
1848
1851
  --wds-shadow-focus-destructive: 0 0 0 3px #fbd0cd;
1852
+ --wds-shadow-focus-inner-destructive: 0 0 0 3px #fbd0cd inset;
1853
+ --wds-shadow-focus-inner-standard: 0 0 0 3px #c3daff inset;
1854
+ --wds-shadow-focus-inner-warning: 0 0 0 3px #fdead2 inset;
1849
1855
  --wds-shadow-focus-standard: 0 0 0 3px #c3daff;
1850
1856
  --wds-shadow-focus-warning: 0 0 0 3px #fdead2;
1851
1857
  --wds-shadow-inner-100: 1px 1px 2px rgba(19, 23, 32, .1) inset, 1px 1px 2px rgba(255, 255, 255, .1);
@@ -305,6 +305,9 @@
305
305
  @property st-global(--wds-font-weight-heading-5);
306
306
  @property st-global(--wds-font-weight-heading-6);
307
307
  @property st-global(--wds-shadow-focus-destructive);
308
+ @property st-global(--wds-shadow-focus-inner-destructive);
309
+ @property st-global(--wds-shadow-focus-inner-standard);
310
+ @property st-global(--wds-shadow-focus-inner-warning);
308
311
  @property st-global(--wds-shadow-focus-standard);
309
312
  @property st-global(--wds-shadow-focus-warning);
310
313
  @property st-global(--wds-shadow-surface-modal);
@@ -632,6 +635,9 @@
632
635
  --wds-font-weight-heading-5: 700;
633
636
  --wds-font-weight-heading-6: 400;
634
637
  --wds-shadow-focus-destructive: 0 0 0 3px #fbd0cd;
638
+ --wds-shadow-focus-inner-destructive: 0 0 0 3px #fbd0cd inset;
639
+ --wds-shadow-focus-inner-standard: 0 0 0 3px #c3daff inset;
640
+ --wds-shadow-focus-inner-warning: 0 0 0 3px #fdead2 inset;
635
641
  --wds-shadow-focus-standard: 0 0 0 3px #c3daff;
636
642
  --wds-shadow-focus-warning: 0 0 0 3px #fdead2;
637
643
  --wds-shadow-surface-modal: 0 5px 18px rgba(19, 23, 32, .2);