@spectrum-web-components/styles 1.10.0 → 1.11.0-preview-b6b1becb.20251121200357

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "1.10.0",
3
+ "version": "1.11.0-preview-b6b1becb.20251121200357",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -121,7 +121,7 @@
121
121
  "css"
122
122
  ],
123
123
  "dependencies": {
124
- "@spectrum-web-components/base": "1.10.0",
124
+ "@spectrum-web-components/base": "1.11.0-preview-b6b1becb.20251121200357",
125
125
  "lit": "^2.5.0 || ^3.1.3"
126
126
  },
127
127
  "customElements": "custom-elements.json",
@@ -651,4 +651,84 @@
651
651
  --spectrum-docs-static-black-background-color-rgb: 181, 209, 211;
652
652
  --spectrum-docs-static-black-background-color: rgba(var(--spectrum-docs-static-black-background-color-rgb));
653
653
  --spectrum-coach-indicator-ring-static-white-color: var(--spectrum-white);
654
+ --spectrum-static-blue-900-rgb: 59 99 251;
655
+ --spectrum-static-blue-900: rgb(var(--spectrum-static-blue-900-rgb));
656
+ --spectrum-static-blue-1000-rgb: 39 77 234;
657
+ --spectrum-static-blue-1000: rgb(var(--spectrum-static-blue-1000-rgb));
658
+ --spectrum-static-fuchsia-400-rgb: 247 181 255;
659
+ --spectrum-static-fuchsia-400: rgb(var(--spectrum-static-fuchsia-400-rgb));
660
+ --spectrum-static-fuchsia-600-rgb: 236 105 255;
661
+ --spectrum-static-fuchsia-600: rgb(var(--spectrum-static-fuchsia-600-rgb));
662
+ --spectrum-static-fuchsia-800-rgb: 200 68 220;
663
+ --spectrum-static-fuchsia-800: rgb(var(--spectrum-static-fuchsia-800-rgb));
664
+ --spectrum-static-fuchsia-900-rgb: 181 57 200;
665
+ --spectrum-static-fuchsia-900: rgb(var(--spectrum-static-fuchsia-900-rgb));
666
+ --spectrum-static-fuchsia-1000-rgb: 156 40 175;
667
+ --spectrum-static-fuchsia-1000: rgb(var(--spectrum-static-fuchsia-1000-rgb));
668
+ --spectrum-static-indigo-400-rgb: 192 201 255;
669
+ --spectrum-static-indigo-400: rgb(var(--spectrum-static-indigo-400-rgb));
670
+ --spectrum-static-indigo-600-rgb: 145 151 254;
671
+ --spectrum-static-indigo-600: rgb(var(--spectrum-static-indigo-600-rgb));
672
+ --spectrum-static-indigo-800-rgb: 122 106 253;
673
+ --spectrum-static-indigo-800: rgb(var(--spectrum-static-indigo-800-rgb));
674
+ --spectrum-static-indigo-900-rgb: 113 85 250;
675
+ --spectrum-static-indigo-900: rgb(var(--spectrum-static-indigo-900-rgb));
676
+ --spectrum-static-indigo-1000-rgb: 99 56 238;
677
+ --spectrum-static-indigo-1000: rgb(var(--spectrum-static-indigo-1000-rgb));
678
+ --spectrum-static-magenta-400-rgb: 255 185 208;
679
+ --spectrum-static-magenta-400: rgb(var(--spectrum-static-magenta-400-rgb));
680
+ --spectrum-static-magenta-600-rgb: 255 112 159;
681
+ --spectrum-static-magenta-600: rgb(var(--spectrum-static-magenta-600-rgb));
682
+ --spectrum-static-magenta-800-rgb: 240 45 110;
683
+ --spectrum-static-magenta-800: rgb(var(--spectrum-static-magenta-800-rgb));
684
+ --spectrum-static-magenta-900-rgb: 217 35 97;
685
+ --spectrum-static-magenta-900: rgb(var(--spectrum-static-magenta-900-rgb));
686
+ --spectrum-static-magenta-1000-rgb: 186 22 80;
687
+ --spectrum-static-magenta-1000: rgb(var(--spectrum-static-magenta-1000-rgb));
688
+ --spectrum-static-red-400-rgb: 255 188 180;
689
+ --spectrum-static-red-400: rgb(var(--spectrum-static-red-400-rgb));
690
+ --spectrum-static-red-600-rgb: 255 118 101;
691
+ --spectrum-static-red-600: rgb(var(--spectrum-static-red-600-rgb));
692
+ --spectrum-static-red-800-rgb: 240 56 35;
693
+ --spectrum-static-red-800: rgb(var(--spectrum-static-red-800-rgb));
694
+ --spectrum-static-red-900-rgb: 215 50 32;
695
+ --spectrum-static-red-900: rgb(var(--spectrum-static-red-900-rgb));
696
+ --spectrum-static-red-1000-rgb: 183 40 24;
697
+ --spectrum-static-red-1000: rgb(var(--spectrum-static-red-1000-rgb));
698
+ --spectrum-static-cyan-400-rgb: 138 213 255;
699
+ --spectrum-static-cyan-400: rgb(var(--spectrum-static-cyan-400-rgb));
700
+ --spectrum-static-cyan-600-rgb: 48 167 254;
701
+ --spectrum-static-cyan-600: rgb(var(--spectrum-static-cyan-600-rgb));
702
+ --spectrum-static-cyan-800-rgb: 18 134 205;
703
+ --spectrum-static-cyan-800: rgb(var(--spectrum-static-cyan-800-rgb));
704
+ --spectrum-static-chartreuse-400-rgb: 182 219 0;
705
+ --spectrum-static-chartreuse-400: rgb(var(--spectrum-static-chartreuse-400-rgb));
706
+ --spectrum-static-chartreuse-600-rgb: 143 172 0;
707
+ --spectrum-static-chartreuse-600: rgb(var(--spectrum-static-chartreuse-600-rgb));
708
+ --spectrum-static-chartreuse-800-rgb: 114 137 0;
709
+ --spectrum-static-chartreuse-800: rgb(var(--spectrum-static-chartreuse-800-rgb));
710
+ --spectrum-static-green-400-rgb: 107 227 162;
711
+ --spectrum-static-green-400: rgb(var(--spectrum-static-green-400-rgb));
712
+ --spectrum-static-green-600-rgb: 18 184 103;
713
+ --spectrum-static-green-600: rgb(var(--spectrum-static-green-600-rgb));
714
+ --spectrum-static-green-800-rgb: 7 147 85;
715
+ --spectrum-static-green-800: rgb(var(--spectrum-static-green-800-rgb));
716
+ --spectrum-static-orange-400-rgb: 255 193 94;
717
+ --spectrum-static-orange-400: rgb(var(--spectrum-static-orange-400-rgb));
718
+ --spectrum-static-orange-600-rgb: 252 125 0;
719
+ --spectrum-static-orange-600: rgb(var(--spectrum-static-orange-600-rgb));
720
+ --spectrum-static-orange-800-rgb: 212 91 0;
721
+ --spectrum-static-orange-800: rgb(var(--spectrum-static-orange-800-rgb));
722
+ --spectrum-static-purple-400-rgb: 221 193 246;
723
+ --spectrum-static-purple-400: rgb(var(--spectrum-static-purple-400-rgb));
724
+ --spectrum-static-purple-600-rgb: 191 138 238;
725
+ --spectrum-static-purple-600: rgb(var(--spectrum-static-purple-600-rgb));
726
+ --spectrum-static-purple-800-rgb: 166 92 231;
727
+ --spectrum-static-purple-800: rgb(var(--spectrum-static-purple-800-rgb));
728
+ --spectrum-static-turquoise-400-rgb: 111 221 228;
729
+ --spectrum-static-turquoise-400: rgb(var(--spectrum-static-turquoise-400-rgb));
730
+ --spectrum-static-turquoise-600-rgb: 15 177 192;
731
+ --spectrum-static-turquoise-600: rgb(var(--spectrum-static-turquoise-600-rgb));
732
+ --spectrum-static-turquoise-800-rgb: 10 141 153;
733
+ --spectrum-static-turquoise-800: rgb(var(--spectrum-static-turquoise-800-rgb));
654
734
  }