@spectrum-web-components/styles 0.13.2 → 0.15.1-devmode.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.
Files changed (77) hide show
  1. package/body.dev.js +5 -0
  2. package/body.dev.js.map +7 -0
  3. package/body.js +4 -15
  4. package/body.js.map +7 -1
  5. package/code.dev.js +5 -0
  6. package/code.dev.js.map +7 -0
  7. package/code.js +4 -15
  8. package/code.js.map +7 -1
  9. package/core-global.css +0 -114
  10. package/detail.dev.js +5 -0
  11. package/detail.dev.js.map +7 -0
  12. package/detail.js +4 -15
  13. package/detail.js.map +7 -1
  14. package/express/core-global.css +0 -74
  15. package/express/spectrum-scale-large.css +36 -6059
  16. package/express/spectrum-scale-medium.css +44 -6115
  17. package/heading.dev.js +5 -0
  18. package/heading.dev.js.map +7 -0
  19. package/heading.js +4 -15
  20. package/heading.js.map +7 -1
  21. package/package.json +57 -17
  22. package/spectrum-scale-large.css +36 -6059
  23. package/spectrum-scale-medium.css +44 -6115
  24. package/src/spectrum-base.css.dev.js +10 -0
  25. package/src/spectrum-base.css.dev.js.map +7 -0
  26. package/src/spectrum-base.css.js +3 -14
  27. package/src/spectrum-base.css.js.map +7 -1
  28. package/src/spectrum-body.css.dev.js +100 -0
  29. package/src/spectrum-body.css.dev.js.map +7 -0
  30. package/src/spectrum-body.css.js +3 -14
  31. package/src/spectrum-body.css.js.map +7 -1
  32. package/src/spectrum-code.css.dev.js +84 -0
  33. package/src/spectrum-code.css.dev.js.map +7 -0
  34. package/src/spectrum-code.css.js +3 -14
  35. package/src/spectrum-code.css.js.map +7 -1
  36. package/src/spectrum-detail.css.dev.js +154 -0
  37. package/src/spectrum-detail.css.dev.js.map +7 -0
  38. package/src/spectrum-detail.css.js +3 -14
  39. package/src/spectrum-detail.css.js.map +7 -1
  40. package/src/spectrum-heading.css.dev.js +148 -0
  41. package/src/spectrum-heading.css.dev.js.map +7 -0
  42. package/src/spectrum-heading.css.js +3 -14
  43. package/src/spectrum-heading.css.js.map +7 -1
  44. package/src/spectrum-lang.css.dev.js +468 -0
  45. package/src/spectrum-lang.css.dev.js.map +7 -0
  46. package/src/spectrum-lang.css.js +3 -14
  47. package/src/spectrum-lang.css.js.map +7 -1
  48. package/src/spectrum-typography.css.dev.js +66 -0
  49. package/src/spectrum-typography.css.dev.js.map +7 -0
  50. package/src/spectrum-typography.css.js +3 -14
  51. package/src/spectrum-typography.css.js.map +7 -1
  52. package/stories/styles.stories.js +4 -15
  53. package/stories/styles.stories.js.map +7 -1
  54. package/test/styles.test-vrt.js +4 -15
  55. package/test/styles.test-vrt.js.map +7 -1
  56. package/tokens/dark-vars.css +267 -0
  57. package/tokens/darkest-vars.css +267 -0
  58. package/tokens/express/custom-large-vars.css +17 -0
  59. package/tokens/express/custom-medium-vars.css +17 -0
  60. package/tokens/express/custom-vars.css +17 -0
  61. package/tokens/express/global-vars.css +268 -0
  62. package/tokens/express/large-vars.css +48 -0
  63. package/tokens/express/medium-vars.css +48 -0
  64. package/tokens/global-vars.css +161 -0
  65. package/tokens/large-vars.css +140 -0
  66. package/tokens/light-vars.css +267 -0
  67. package/tokens/medium-vars.css +140 -0
  68. package/tokens/spectrum/custom-large-vars.css +21 -0
  69. package/tokens/spectrum/custom-medium-vars.css +21 -0
  70. package/tokens/spectrum/custom-vars.css +31 -0
  71. package/tokens/spectrum/global-vars.css +296 -0
  72. package/tokens/spectrum/large-vars.css +41 -0
  73. package/tokens/spectrum/medium-vars.css +41 -0
  74. package/typography.dev.js +3 -0
  75. package/typography.dev.js.map +7 -0
  76. package/typography.js +2 -13
  77. package/typography.js.map +7 -1
@@ -0,0 +1,296 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ :host {
14
+ --spectrum-accent-color-100: var(--spectrum-blue-100);
15
+ --spectrum-accent-color-200: var(--spectrum-blue-200);
16
+ --spectrum-accent-color-300: var(--spectrum-blue-300);
17
+ --spectrum-accent-color-400: var(--spectrum-blue-400);
18
+ --spectrum-accent-color-500: var(--spectrum-blue-500);
19
+ --spectrum-accent-color-600: var(--spectrum-blue-600);
20
+ --spectrum-accent-color-700: var(--spectrum-blue-700);
21
+ --spectrum-accent-color-800: var(--spectrum-blue-800);
22
+ --spectrum-accent-color-900: var(--spectrum-blue-900);
23
+ --spectrum-accent-color-1000: var(--spectrum-blue-1000);
24
+ --spectrum-accent-color-1100: var(--spectrum-blue-1100);
25
+ --spectrum-accent-color-1200: var(--spectrum-blue-1200);
26
+ --spectrum-accent-color-1300: var(--spectrum-blue-1300);
27
+ --spectrum-accent-color-1400: var(--spectrum-blue-1400);
28
+ --spectrum-radio-button-control-size-medium-desktop: 14px;
29
+ --spectrum-radio-button-control-size-medium-mobile: 18px;
30
+ --spectrum-radio-button-control-size-large-desktop: 16px;
31
+ --spectrum-radio-button-control-size-large-mobile: 20px;
32
+ --spectrum-radio-button-control-size-extra-large-desktop: 18px;
33
+ --spectrum-radio-button-control-size-extra-large-mobile: 22px;
34
+ --spectrum-radio-button-top-to-control-small-desktop: 6px;
35
+ --spectrum-radio-button-top-to-control-small-mobile: 7px;
36
+ --spectrum-radio-button-top-to-control-medium-desktop: 9px;
37
+ --spectrum-radio-button-top-to-control-medium-mobile: 11px;
38
+ --spectrum-radio-button-top-to-control-large-desktop: 12px;
39
+ --spectrum-radio-button-top-to-control-large-mobile: 15px;
40
+ --spectrum-radio-button-top-to-control-extra-large-desktop: 15px;
41
+ --spectrum-radio-button-top-to-control-extra-large-mobile: 19px;
42
+ --spectrum-border-width-100: 1px;
43
+ }
44
+ :host {
45
+ --system-spectrum-actionbutton-background-color-default: var(
46
+ --spectrum-gray-75
47
+ );
48
+ --system-spectrum-actionbutton-background-color-hover: var(
49
+ --spectrum-gray-200
50
+ );
51
+ --system-spectrum-actionbutton-background-color-down: var(
52
+ --spectrum-gray-300
53
+ );
54
+ --system-spectrum-actionbutton-background-color-focus: var(
55
+ --spectrum-gray-200
56
+ );
57
+ --system-spectrum-actionbutton-border-color-default: var(
58
+ --spectrum-gray-400
59
+ );
60
+ --system-spectrum-actionbutton-border-color-hover: var(--spectrum-gray-500);
61
+ --system-spectrum-actionbutton-border-color-down: var(--spectrum-gray-600);
62
+ --system-spectrum-actionbutton-border-color-focus: var(--spectrum-gray-500);
63
+ --system-spectrum-actionbutton-content-color-default: var(
64
+ --spectrum-neutral-content-color-default
65
+ );
66
+ --system-spectrum-actionbutton-content-color-hover: var(
67
+ --spectrum-neutral-content-color-hover
68
+ );
69
+ --system-spectrum-actionbutton-content-color-down: var(
70
+ --spectrum-neutral-content-color-down
71
+ );
72
+ --system-spectrum-actionbutton-content-color-focus: var(
73
+ --spectrum-neutral-content-color-key-focus
74
+ );
75
+ --system-spectrum-actionbutton-background-color-disabled: transparent;
76
+ --system-spectrum-actionbutton-border-color-disabled: var(
77
+ --spectrum-disabled-border-color
78
+ );
79
+ --system-spectrum-actionbutton-content-color-disabled: var(
80
+ --spectrum-disabled-content-color
81
+ );
82
+ --system-spectrum-actionbutton-quiet-background-color-default: transparent;
83
+ --system-spectrum-actionbutton-quiet-background-color-hover: var(
84
+ --spectrum-gray-200
85
+ );
86
+ --system-spectrum-actionbutton-quiet-background-color-down: var(
87
+ --spectrum-gray-300
88
+ );
89
+ --system-spectrum-actionbutton-quiet-background-color-focus: var(
90
+ --spectrum-gray-200
91
+ );
92
+ --system-spectrum-actionbutton-quiet-border-color-default: transparent;
93
+ --system-spectrum-actionbutton-quiet-border-color-hover: transparent;
94
+ --system-spectrum-actionbutton-quiet-border-color-down: transparent;
95
+ --system-spectrum-actionbutton-quiet-border-color-focus: transparent;
96
+ --system-spectrum-actionbutton-quiet-background-color-disabled: transparent;
97
+ --system-spectrum-actionbutton-quiet-border-color-disabled: transparent;
98
+ --system-spectrum-actionbutton-selected-background-color-default: var(
99
+ --spectrum-neutral-subdued-background-color-default
100
+ );
101
+ --system-spectrum-actionbutton-selected-background-color-hover: var(
102
+ --spectrum-neutral-subdued-background-color-hover
103
+ );
104
+ --system-spectrum-actionbutton-selected-background-color-down: var(
105
+ --spectrum-neutral-subdued-background-color-down
106
+ );
107
+ --system-spectrum-actionbutton-selected-background-color-focus: var(
108
+ --spectrum-neutral-subdued-background-color-key-focus
109
+ );
110
+ --system-spectrum-actionbutton-selected-border-color-default: transparent;
111
+ --system-spectrum-actionbutton-selected-border-color-hover: transparent;
112
+ --system-spectrum-actionbutton-selected-border-color-down: transparent;
113
+ --system-spectrum-actionbutton-selected-border-color-focus: transparent;
114
+ --system-spectrum-actionbutton-selected-content-color-default: var(
115
+ --spectrum-white
116
+ );
117
+ --system-spectrum-actionbutton-selected-content-color-hover: var(
118
+ --spectrum-white
119
+ );
120
+ --system-spectrum-actionbutton-selected-content-color-down: var(
121
+ --spectrum-white
122
+ );
123
+ --system-spectrum-actionbutton-selected-content-color-focus: var(
124
+ --spectrum-white
125
+ );
126
+ --system-spectrum-actionbutton-selected-background-color-disabled: var(
127
+ --spectrum-disabled-background-color
128
+ );
129
+ --system-spectrum-actionbutton-selected-border-color-disabled: transparent;
130
+ --system-spectrum-actionbutton-selected-emphasized-background-color-default: var(
131
+ --spectrum-accent-background-color-default
132
+ );
133
+ --system-spectrum-actionbutton-selected-emphasized-background-color-hover: var(
134
+ --spectrum-accent-background-color-hover
135
+ );
136
+ --system-spectrum-actionbutton-selected-emphasized-background-color-down: var(
137
+ --spectrum-accent-background-color-down
138
+ );
139
+ --system-spectrum-actionbutton-selected-emphasized-background-color-focus: var(
140
+ --spectrum-accent-background-color-key-focus
141
+ );
142
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-default: transparent;
143
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-default: transparent;
144
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-hover: transparent;
145
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-hover: transparent;
146
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-down: transparent;
147
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-down: transparent;
148
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-focus: transparent;
149
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-focus: transparent;
150
+ --system-spectrum-actionbutton-staticblack-quiet-border-color-disabled: transparent;
151
+ --system-spectrum-actionbutton-staticwhite-quiet-border-color-disabled: transparent;
152
+ --system-spectrum-actionbutton-staticblack-background-color-default: transparent;
153
+ --system-spectrum-actionbutton-staticblack-background-color-hover: var(
154
+ --spectrum-transparent-black-300
155
+ );
156
+ --system-spectrum-actionbutton-staticblack-background-color-down: var(
157
+ --spectrum-transparent-black-400
158
+ );
159
+ --system-spectrum-actionbutton-staticblack-background-color-focus: var(
160
+ --spectrum-transparent-black-300
161
+ );
162
+ --system-spectrum-actionbutton-staticblack-border-color-default: var(
163
+ --spectrum-transparent-black-400
164
+ );
165
+ --system-spectrum-actionbutton-staticblack-border-color-hover: var(
166
+ --spectrum-transparent-black-500
167
+ );
168
+ --system-spectrum-actionbutton-staticblack-border-color-down: var(
169
+ --spectrum-transparent-black-600
170
+ );
171
+ --system-spectrum-actionbutton-staticblack-border-color-focus: var(
172
+ --spectrum-transparent-black-500
173
+ );
174
+ --system-spectrum-actionbutton-staticblack-content-color-default: var(
175
+ --spectrum-black
176
+ );
177
+ --system-spectrum-actionbutton-staticblack-content-color-hover: var(
178
+ --spectrum-black
179
+ );
180
+ --system-spectrum-actionbutton-staticblack-content-color-down: var(
181
+ --spectrum-black
182
+ );
183
+ --system-spectrum-actionbutton-staticblack-content-color-focus: var(
184
+ --spectrum-black
185
+ );
186
+ --system-spectrum-actionbutton-staticblack-focus-ring-color: var(
187
+ --spectrum-static-black-focus-ring-color
188
+ );
189
+ --system-spectrum-actionbutton-staticblack-background-color-disabled: transparent;
190
+ --system-spectrum-actionbutton-staticblack-border-color-disabled: var(
191
+ --spectrum-disabled-static-black-border-color
192
+ );
193
+ --system-spectrum-actionbutton-staticblack-content-color-disabled: var(
194
+ --spectrum-disabled-static-black-content-color
195
+ );
196
+ --system-spectrum-actionbutton-staticblack-selected-background-color-default: var(
197
+ --spectrum-transparent-black-800
198
+ );
199
+ --system-spectrum-actionbutton-staticblack-selected-background-color-hover: var(
200
+ --spectrum-transparent-black-900
201
+ );
202
+ --system-spectrum-actionbutton-staticblack-selected-background-color-down: var(
203
+ --spectrum-transparent-black-900
204
+ );
205
+ --system-spectrum-actionbutton-staticblack-selected-background-color-focus: var(
206
+ --spectrum-transparent-black-900
207
+ );
208
+ --system-spectrum-actionbutton-staticblack-selected-border-color-disabled: transparent;
209
+ --system-spectrum-actionbutton-staticblack-selected-content-color-default: var(
210
+ --spectrum-white
211
+ );
212
+ --system-spectrum-actionbutton-staticblack-selected-content-color-hover: var(
213
+ --spectrum-white
214
+ );
215
+ --system-spectrum-actionbutton-staticblack-selected-content-color-down: var(
216
+ --spectrum-white
217
+ );
218
+ --system-spectrum-actionbutton-staticblack-selected-content-color-focus: var(
219
+ --spectrum-white
220
+ );
221
+ --system-spectrum-actionbutton-staticblack-selected-background-color-disabled: var(
222
+ --spectrum-disabled-static-black-background-color
223
+ );
224
+ --system-spectrum-actionbutton-staticwhite-background-color-default: transparent;
225
+ --system-spectrum-actionbutton-staticwhite-background-color-hover: var(
226
+ --spectrum-transparent-white-300
227
+ );
228
+ --system-spectrum-actionbutton-staticwhite-background-color-down: var(
229
+ --spectrum-transparent-white-400
230
+ );
231
+ --system-spectrum-actionbutton-staticwhite-background-color-focus: var(
232
+ --spectrum-transparent-white-300
233
+ );
234
+ --system-spectrum-actionbutton-staticwhite-border-color-default: var(
235
+ --spectrum-transparent-white-400
236
+ );
237
+ --system-spectrum-actionbutton-staticwhite-border-color-hover: var(
238
+ --spectrum-transparent-white-500
239
+ );
240
+ --system-spectrum-actionbutton-staticwhite-border-color-down: var(
241
+ --spectrum-transparent-white-600
242
+ );
243
+ --system-spectrum-actionbutton-staticwhite-border-color-focus: var(
244
+ --spectrum-transparent-white-500
245
+ );
246
+ --system-spectrum-actionbutton-staticwhite-content-color-default: var(
247
+ --spectrum-white
248
+ );
249
+ --system-spectrum-actionbutton-staticwhite-content-color-hover: var(
250
+ --spectrum-white
251
+ );
252
+ --system-spectrum-actionbutton-staticwhite-content-color-down: var(
253
+ --spectrum-white
254
+ );
255
+ --system-spectrum-actionbutton-staticwhite-content-color-focus: var(
256
+ --spectrum-white
257
+ );
258
+ --system-spectrum-actionbutton-staticwhite-focus-ring-color: var(
259
+ --spectrum-static-white-focus-ring-color
260
+ );
261
+ --system-spectrum-actionbutton-staticwhite-background-color-disabled: transparent;
262
+ --system-spectrum-actionbutton-staticwhite-border-color-disabled: var(
263
+ --spectrum-disabled-static-white-border-color
264
+ );
265
+ --system-spectrum-actionbutton-staticwhite-content-color-disabled: var(
266
+ --spectrum-disabled-static-white-content-color
267
+ );
268
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-default: var(
269
+ --spectrum-transparent-white-800
270
+ );
271
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-hover: var(
272
+ --spectrum-transparent-white-900
273
+ );
274
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-down: var(
275
+ --spectrum-transparent-white-900
276
+ );
277
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-focus: var(
278
+ --spectrum-transparent-white-900
279
+ );
280
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-default: var(
281
+ --spectrum-black
282
+ );
283
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-hover: var(
284
+ --spectrum-black
285
+ );
286
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-down: var(
287
+ --spectrum-black
288
+ );
289
+ --system-spectrum-actionbutton-staticwhite-selected-content-color-focus: var(
290
+ --spectrum-black
291
+ );
292
+ --system-spectrum-actionbutton-staticwhite-selected-background-color-disabled: var(
293
+ --spectrum-disabled-static-white-background-color
294
+ );
295
+ --system-spectrum-actionbutton-staticwhite-selected-border-color-disabled: transparent;
296
+ }
@@ -0,0 +1,41 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ :host {
14
+ --spectrum-checkbox-control-size-small: 16px;
15
+ --spectrum-checkbox-control-size-medium: 18px;
16
+ --spectrum-checkbox-control-size-large: 20px;
17
+ --spectrum-checkbox-control-size-extra-large: 22px;
18
+ --spectrum-checkbox-top-to-control-small: 7px;
19
+ --spectrum-checkbox-top-to-control-medium: 11px;
20
+ --spectrum-checkbox-top-to-control-large: 15px;
21
+ --spectrum-checkbox-top-to-control-extra-large: 19px;
22
+ --spectrum-radio-button-control-size-small: 16px;
23
+ --spectrum-switch-control-width-small: 32px;
24
+ --spectrum-switch-control-width-medium: 36px;
25
+ --spectrum-switch-control-width-large: 41px;
26
+ --spectrum-switch-control-width-extra-large: 46px;
27
+ --spectrum-switch-control-height-small: 16px;
28
+ --spectrum-switch-control-height-medium: 18px;
29
+ --spectrum-switch-control-height-large: 20px;
30
+ --spectrum-switch-control-height-extra-large: 22px;
31
+ --spectrum-switch-top-to-control-small: 7px;
32
+ --spectrum-switch-top-to-control-medium: 11px;
33
+ --spectrum-switch-top-to-control-large: 15px;
34
+ --spectrum-switch-top-to-control-extra-large: 19px;
35
+ --spectrum-corner-radius-75: 2px;
36
+ --spectrum-corner-radius-100: 5px;
37
+ --spectrum-corner-radius-200: 10px;
38
+ --spectrum-drop-shadow-x: 0px;
39
+ --spectrum-drop-shadow-y: 2px;
40
+ --spectrum-drop-shadow-blur: 6px;
41
+ }
@@ -0,0 +1,41 @@
1
+ /*
2
+ Copyright 2022 Adobe. All rights reserved.
3
+ This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License. You may obtain a copy
5
+ of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+
7
+ Unless required by applicable law or agreed to in writing, software distributed under
8
+ the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ OF ANY KIND, either express or implied. See the License for the specific language
10
+ governing permissions and limitations under the License.
11
+ */
12
+
13
+ :host {
14
+ --spectrum-checkbox-control-size-small: 12px;
15
+ --spectrum-checkbox-control-size-medium: 14px;
16
+ --spectrum-checkbox-control-size-large: 16px;
17
+ --spectrum-checkbox-control-size-extra-large: 18px;
18
+ --spectrum-checkbox-top-to-control-small: 6px;
19
+ --spectrum-checkbox-top-to-control-medium: 9px;
20
+ --spectrum-checkbox-top-to-control-large: 12px;
21
+ --spectrum-checkbox-top-to-control-extra-large: 15px;
22
+ --spectrum-radio-button-control-size-small: 12px;
23
+ --spectrum-switch-control-width-small: 23px;
24
+ --spectrum-switch-control-width-medium: 26px;
25
+ --spectrum-switch-control-width-large: 29px;
26
+ --spectrum-switch-control-width-extra-large: 33px;
27
+ --spectrum-switch-control-height-small: 12px;
28
+ --spectrum-switch-control-height-medium: 14px;
29
+ --spectrum-switch-control-height-large: 16px;
30
+ --spectrum-switch-control-height-extra-large: 18px;
31
+ --spectrum-switch-top-to-control-small: 6px;
32
+ --spectrum-switch-top-to-control-medium: 9px;
33
+ --spectrum-switch-top-to-control-large: 12px;
34
+ --spectrum-switch-top-to-control-extra-large: 15px;
35
+ --spectrum-corner-radius-75: 2px;
36
+ --spectrum-corner-radius-100: 4px;
37
+ --spectrum-corner-radius-200: 8px;
38
+ --spectrum-drop-shadow-x: 0px;
39
+ --spectrum-drop-shadow-y: 1px;
40
+ --spectrum-drop-shadow-blur: 4px;
41
+ }
@@ -0,0 +1,3 @@
1
+ import typographyStyles from "./src/spectrum-typography.css.js";
2
+ export default [typographyStyles];
3
+ //# sourceMappingURL=typography.dev.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["typography.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport typographyStyles from './src/spectrum-typography.css.js';\n\nexport default [typographyStyles];\n"],
5
+ "mappings": "AAYA;AAEA,eAAe,CAAC,gBAAgB;",
6
+ "names": []
7
+ }
package/typography.js CHANGED
@@ -1,14 +1,3 @@
1
- /*
2
- Copyright 2020 Adobe. All rights reserved.
3
- This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License. You may obtain a copy
5
- of the License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- Unless required by applicable law or agreed to in writing, software distributed under
8
- the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
- OF ANY KIND, either express or implied. See the License for the specific language
10
- governing permissions and limitations under the License.
11
- */
12
- import typographyStyles from './src/spectrum-typography.css.js';
1
+ import typographyStyles from "./src/spectrum-typography.css.js";
13
2
  export default [typographyStyles];
14
- //# sourceMappingURL=typography.js.map
3
+ //# sourceMappingURL=typography.js.map
package/typography.js.map CHANGED
@@ -1 +1,7 @@
1
- {"version":3,"file":"typography.js","sourceRoot":"","sources":["typography.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AAEF,OAAO,gBAAgB,MAAM,kCAAkC,CAAC;AAEhE,eAAe,CAAC,gBAAgB,CAAC,CAAC","sourcesContent":["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport typographyStyles from './src/spectrum-typography.css.js';\n\nexport default [typographyStyles];\n"]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["typography.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2020 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport typographyStyles from './src/spectrum-typography.css.js';\n\nexport default [typographyStyles];\n"],
5
+ "mappings": "AAYA;AAEA,eAAe,CAAC,gBAAgB;",
6
+ "names": []
7
+ }