@spectrum-web-components/styles 0.11.3-express.0 → 0.11.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/core-global.css CHANGED
@@ -127,57 +127,6 @@ 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;
181
130
  --spectrum-global-color-sequential-cerulean: #e9fff1, #c8f1e4, #a5e3d7,
182
131
  #82d5ca, #68c5c1, #54b4ba, #3fa2b2, #2991ac, #2280a2, #1f6d98, #1d5c8d,
183
132
  #1a4b83, #1a3979, #1a266f, #191264, #180057;
@@ -1571,48 +1520,6 @@ governing permissions and limitations under the License.
1571
1520
  :root {
1572
1521
  /* spectrum-colorAliases.css */
1573
1522
  --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
- );
1616
1523
  --spectrum-alias-component-text-color-disabled: var(
1617
1524
  --spectrum-global-color-gray-500
1618
1525
  );
@@ -2457,36 +2364,6 @@ governing permissions and limitations under the License.
2457
2364
  0.2
2458
2365
  );
2459
2366
  --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
- );
2490
2367
  --spectrum-alias-border-color: var(--spectrum-global-color-gray-400);
2491
2368
  --spectrum-alias-border-color-hover: var(--spectrum-global-color-gray-500);
2492
2369
  --spectrum-alias-border-color-down: var(--spectrum-global-color-gray-500);
package/fonts.css CHANGED
@@ -28,25 +28,32 @@ governing permissions and limitations under the License.
28
28
  font-family: var(--spectrum-alias-body-text-font-family);
29
29
  font-size: var(--spectrum-alias-font-size-default);
30
30
  }
31
- :is(:root, :host):lang(ar) {
31
+ :host:lang(ar),
32
+ :root:lang(ar) {
32
33
  font-family: var(--spectrum-alias-font-family-ar);
33
34
  }
34
- :is(:root, :host):lang(he) {
35
+ :host:lang(he),
36
+ :root:lang(he) {
35
37
  font-family: var(--spectrum-alias-font-family-he);
36
38
  }
37
- :is(:root, :host):lang(zh-Hans) {
39
+ :host:lang(zh-Hans),
40
+ :root:lang(zh-Hans) {
38
41
  font-family: var(--spectrum-alias-font-family-zhhans);
39
42
  }
40
- :is(:root, :host):lang(zh-Hant) {
43
+ :host:lang(zh-Hant),
44
+ :root:lang(zh-Hant) {
41
45
  font-family: var(--spectrum-alias-font-family-zh);
42
46
  }
43
- :is(:root, :host):lang(zh) {
47
+ :host:lang(zh),
48
+ :root:lang(zh) {
44
49
  font-family: var(--spectrum-alias-font-family-zh);
45
50
  }
46
- :is(:root, :host):lang(ko) {
51
+ :host:lang(ko),
52
+ :root:lang(ko) {
47
53
  font-family: var(--spectrum-alias-font-family-ko);
48
54
  }
49
- :is(:root, :host):lang(ja) {
55
+ :host:lang(ja),
56
+ :root:lang(ja) {
50
57
  font-family: var(--spectrum-alias-font-family-ja);
51
58
  }
52
59
  /* stylelint-enable */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/styles",
3
- "version": "0.11.3-express.0+5d9e2a2ca",
3
+ "version": "0.11.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -69,18 +69,17 @@
69
69
  "lit-html"
70
70
  ],
71
71
  "dependencies": {
72
- "@spectrum-web-components/base": "^0.5.2-express.41+5d9e2a2ca"
72
+ "@spectrum-web-components/base": "^0.5.1"
73
73
  },
74
74
  "devDependencies": {
75
- "@spectrum-css/commons": "latest",
76
- "@spectrum-css/expressvars": "latest",
77
- "@spectrum-css/typography": "latest",
78
- "@spectrum-css/vars": "latest"
75
+ "@spectrum-css/commons": "^3.0.5",
76
+ "@spectrum-css/typography": "^4.0.9",
77
+ "@spectrum-css/vars": "^4.3.1"
79
78
  },
80
79
  "customElements": "custom-elements.json",
81
80
  "sideEffects": [
82
81
  "./*.css"
83
82
  ],
84
83
  "style": "all-medium-lightest.css",
85
- "gitHead": "5d9e2a2ca93deff51e4b2c7b8354f1127009a4e3"
84
+ "gitHead": "279380c6d72c0819fe224b405844af9ddcb87f8a"
86
85
  }