@spectrum-web-components/styles 0.11.2 → 0.11.3-express.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.
package/core-global.css CHANGED
@@ -127,6 +127,57 @@ governing permissions and limitations under the License.
127
127
  --spectrum-global-color-static-seafoam-600: #16878c;
128
128
  --spectrum-global-color-static-seafoam-700: #0f797d;
129
129
  --spectrum-global-color-static-seafoam-800: #096c6f;
130
+ --spectrum-global-color-static-transparent-white-200: hsla(
131
+ 0,
132
+ 0%,
133
+ 100%,
134
+ 0.1
135
+ );
136
+ --spectrum-global-color-static-transparent-white-300: hsla(
137
+ 0,
138
+ 0%,
139
+ 100%,
140
+ 0.25
141
+ );
142
+ --spectrum-global-color-static-transparent-white-400: hsla(
143
+ 0,
144
+ 0%,
145
+ 100%,
146
+ 0.4
147
+ );
148
+ --spectrum-global-color-static-transparent-white-500: hsla(
149
+ 0,
150
+ 0%,
151
+ 100%,
152
+ 0.55
153
+ );
154
+ --spectrum-global-color-static-transparent-white-600: hsla(
155
+ 0,
156
+ 0%,
157
+ 100%,
158
+ 0.7
159
+ );
160
+ --spectrum-global-color-static-transparent-white-700: hsla(
161
+ 0,
162
+ 0%,
163
+ 100%,
164
+ 0.8
165
+ );
166
+ --spectrum-global-color-static-transparent-white-800: hsla(
167
+ 0,
168
+ 0%,
169
+ 100%,
170
+ 0.9
171
+ );
172
+ --spectrum-global-color-static-transparent-white-900: #fff;
173
+ --spectrum-global-color-static-transparent-black-200: rgba(0, 0, 0, 0.1);
174
+ --spectrum-global-color-static-transparent-black-300: rgba(0, 0, 0, 0.25);
175
+ --spectrum-global-color-static-transparent-black-400: rgba(0, 0, 0, 0.4);
176
+ --spectrum-global-color-static-transparent-black-500: rgba(0, 0, 0, 0.55);
177
+ --spectrum-global-color-static-transparent-black-600: rgba(0, 0, 0, 0.7);
178
+ --spectrum-global-color-static-transparent-black-700: rgba(0, 0, 0, 0.8);
179
+ --spectrum-global-color-static-transparent-black-800: rgba(0, 0, 0, 0.9);
180
+ --spectrum-global-color-static-transparent-black-900: #000;
130
181
  --spectrum-global-color-sequential-cerulean: #e9fff1, #c8f1e4, #a5e3d7,
131
182
  #82d5ca, #68c5c1, #54b4ba, #3fa2b2, #2991ac, #2280a2, #1f6d98, #1d5c8d,
132
183
  #1a4b83, #1a3979, #1a266f, #191264, #180057;
@@ -1520,6 +1571,48 @@ governing permissions and limitations under the License.
1520
1571
  :root {
1521
1572
  /* spectrum-colorAliases.css */
1522
1573
  --spectrum-alias-colorhandle-outer-border-color: rgba(0, 0, 0, 0.42);
1574
+ --spectrum-alias-transparent-blue-background-color-hover: rgba(
1575
+ 13,
1576
+ 102,
1577
+ 208,
1578
+ 0.15
1579
+ );
1580
+ --spectrum-alias-transparent-blue-background-color-down: rgba(
1581
+ 9,
1582
+ 90,
1583
+ 186,
1584
+ 0.15
1585
+ );
1586
+ --spectrum-alias-transparent-blue-background-color-key-focus: var(
1587
+ --spectrum-alias-transparent-blue-background-color-hover
1588
+ );
1589
+ --spectrum-alias-transparent-blue-background-color-mouse-focus: var(
1590
+ --spectrum-alias-transparent-blue-background-color-hover
1591
+ );
1592
+ --spectrum-alias-transparent-blue-background-color: var(
1593
+ --spectrum-alias-component-text-color-default
1594
+ );
1595
+ --spectrum-alias-transparent-red-background-color-hover: rgba(
1596
+ 201,
1597
+ 37,
1598
+ 45,
1599
+ 0.15
1600
+ );
1601
+ --spectrum-alias-transparent-red-background-color-down: rgba(
1602
+ 187,
1603
+ 18,
1604
+ 26,
1605
+ 0.15
1606
+ );
1607
+ --spectrum-alias-transparent-red-background-color-key-focus: var(
1608
+ --spectrum-alias-transparent-red-background-color-hover
1609
+ );
1610
+ --spectrum-alias-transparent-red-background-color-mouse-focus: var(
1611
+ --spectrum-alias-transparent-red-background-color-hover
1612
+ );
1613
+ --spectrum-alias-transparent-red-background-color: var(
1614
+ --spectrum-alias-component-text-color-default
1615
+ );
1523
1616
  --spectrum-alias-component-text-color-disabled: var(
1524
1617
  --spectrum-global-color-gray-500
1525
1618
  );
@@ -2364,6 +2457,36 @@ governing permissions and limitations under the License.
2364
2457
  0.2
2365
2458
  );
2366
2459
  --spectrum-alias-heading-text-color: var(--spectrum-global-color-gray-900);
2460
+ --spectrum-alias-link-primary-text-color-default: var(
2461
+ --spectrum-global-color-blue-600
2462
+ );
2463
+ --spectrum-alias-link-primary-text-color-hover: var(
2464
+ --spectrum-global-color-blue-600
2465
+ );
2466
+ --spectrum-alias-link-primary-text-color-down: var(
2467
+ --spectrum-global-color-blue-700
2468
+ );
2469
+ --spectrum-alias-link-primary-text-color-key-focus: var(
2470
+ --spectrum-alias-text-color-key-focus
2471
+ );
2472
+ --spectrum-alias-link-primary-text-color: var(
2473
+ --spectrum-alias-link-primary-text-color-default
2474
+ );
2475
+ --spectrum-alias-link-secondary-text-color-default: var(
2476
+ --spectrum-alias-link-primary-text-color-default
2477
+ );
2478
+ --spectrum-alias-link-secondary-text-color-hover: var(
2479
+ --spectrum-alias-link-primary-text-color-hover
2480
+ );
2481
+ --spectrum-alias-link-secondary-text-color-down: var(
2482
+ --spectrum-alias-link-primary-text-color-down
2483
+ );
2484
+ --spectrum-alias-link-secondary-text-color-key-focus: var(
2485
+ --spectrum-alias-link-primary-text-color-key-focus
2486
+ );
2487
+ --spectrum-alias-link-secondary-text-color: var(
2488
+ --spectrum-alias-link-secondary-text-color-default
2489
+ );
2367
2490
  --spectrum-alias-border-color: var(--spectrum-global-color-gray-400);
2368
2491
  --spectrum-alias-border-color-hover: var(--spectrum-global-color-gray-500);
2369
2492
  --spectrum-alias-border-color-down: var(--spectrum-global-color-gray-500);