@spectrum-web-components/styles 0.23.1 → 0.23.2

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright 2022 Adobe. All rights reserved.
2
+ Copyright 2023 Adobe. All rights reserved.
3
3
  This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License. You may obtain a copy
5
5
  of the License at http://www.apache.org/licenses/LICENSE-2.0
@@ -19,9 +19,8 @@ governing permissions and limitations under the License.
19
19
  margin-top: var(
20
20
  --spectrum-heading-xxxl-margin-top,
21
21
  var(--spectrum-alias-heading-xxxl-margin-top)
22
- ); /* .spectrum-Typography .spectrum-Heading--sizeXXXL */
22
+ );
23
23
  }
24
-
25
24
  .spectrum-Typography .spectrum-Heading--sizeXXL {
26
25
  margin-bottom: var(
27
26
  --spectrum-heading-xxl-margin-bottom,
@@ -30,9 +29,8 @@ governing permissions and limitations under the License.
30
29
  margin-top: var(
31
30
  --spectrum-heading-xxl-margin-top,
32
31
  var(--spectrum-alias-heading-xxl-margin-top)
33
- ); /* .spectrum-Typography .spectrum-Heading--sizeXXL */
32
+ );
34
33
  }
35
-
36
34
  .spectrum-Typography .spectrum-Heading--sizeXL {
37
35
  margin-bottom: var(
38
36
  --spectrum-heading-xl-margin-bottom,
@@ -41,9 +39,8 @@ governing permissions and limitations under the License.
41
39
  margin-top: var(
42
40
  --spectrum-heading-xl-margin-top,
43
41
  var(--spectrum-alias-heading-xl-margin-top)
44
- ); /* .spectrum-Typography .spectrum-Heading--sizeXL */
42
+ );
45
43
  }
46
-
47
44
  .spectrum-Typography .spectrum-Heading--sizeL {
48
45
  margin-bottom: var(
49
46
  --spectrum-heading-l-margin-bottom,
@@ -52,9 +49,8 @@ governing permissions and limitations under the License.
52
49
  margin-top: var(
53
50
  --spectrum-heading-l-margin-top,
54
51
  var(--spectrum-alias-heading-l-margin-top)
55
- ); /* .spectrum-Typography .spectrum-Heading--sizeL */
52
+ );
56
53
  }
57
-
58
54
  .spectrum-Typography .spectrum-Heading--sizeM {
59
55
  margin-bottom: var(
60
56
  --spectrum-heading-m-margin-bottom,
@@ -63,9 +59,8 @@ governing permissions and limitations under the License.
63
59
  margin-top: var(
64
60
  --spectrum-heading-m-margin-top,
65
61
  var(--spectrum-alias-heading-m-margin-top)
66
- ); /* .spectrum-Typography .spectrum-Heading--sizeM */
62
+ );
67
63
  }
68
-
69
64
  .spectrum-Typography .spectrum-Heading--sizeS {
70
65
  margin-bottom: var(
71
66
  --spectrum-heading-s-margin-bottom,
@@ -74,9 +69,8 @@ governing permissions and limitations under the License.
74
69
  margin-top: var(
75
70
  --spectrum-heading-s-margin-top,
76
71
  var(--spectrum-alias-heading-s-margin-top)
77
- ); /* .spectrum-Typography .spectrum-Heading--sizeS */
72
+ );
78
73
  }
79
-
80
74
  .spectrum-Typography .spectrum-Heading--sizeXS {
81
75
  margin-bottom: var(
82
76
  --spectrum-heading-xs-margin-bottom,
@@ -85,9 +79,8 @@ governing permissions and limitations under the License.
85
79
  margin-top: var(
86
80
  --spectrum-heading-xs-margin-top,
87
81
  var(--spectrum-alias-heading-xs-margin-top)
88
- ); /* .spectrum-Typography .spectrum-Heading--sizeXS */
82
+ );
89
83
  }
90
-
91
84
  .spectrum-Typography .spectrum-Heading--sizeXXS {
92
85
  margin-bottom: var(
93
86
  --spectrum-heading-xxs-margin-bottom,
@@ -96,82 +89,54 @@ governing permissions and limitations under the License.
96
89
  margin-top: var(
97
90
  --spectrum-heading-xxs-margin-top,
98
91
  var(--spectrum-alias-heading-xxs-margin-top)
99
- ); /* .spectrum-Typography .spectrum-Heading--sizeXXS */
92
+ );
100
93
  }
101
-
102
94
  .spectrum-Typography .spectrum-Body--sizeXXXL {
103
95
  margin-bottom: var(
104
96
  --spectrum-body-xxxl-margin-bottom,
105
97
  var(--spectrum-global-dimension-size-400)
106
98
  );
107
- margin-top: var(
108
- --spectrum-body-xxxl-margin-top,
109
- 0
110
- ); /* .spectrum-Typography .spectrum-Body--sizeXXXL */
99
+ margin-top: var(--spectrum-body-xxxl-margin-top, 0);
111
100
  }
112
-
113
101
  .spectrum-Typography .spectrum-Body--sizeXXL {
114
102
  margin-bottom: var(
115
103
  --spectrum-body-xxl-margin-bottom,
116
104
  var(--spectrum-global-dimension-size-300)
117
105
  );
118
- margin-top: var(
119
- --spectrum-body-xxl-margin-top,
120
- 0
121
- ); /* .spectrum-Typography .spectrum-Body--sizeXXL */
106
+ margin-top: var(--spectrum-body-xxl-margin-top, 0);
122
107
  }
123
-
124
108
  .spectrum-Typography .spectrum-Body--sizeXL {
125
109
  margin-bottom: var(
126
110
  --spectrum-body-xl-margin-bottom,
127
111
  var(--spectrum-global-dimension-size-200)
128
112
  );
129
- margin-top: var(
130
- --spectrum-body-xl-margin-top,
131
- 0
132
- ); /* .spectrum-Typography .spectrum-Body--sizeXL */
113
+ margin-top: var(--spectrum-body-xl-margin-top, 0);
133
114
  }
134
-
135
115
  .spectrum-Typography .spectrum-Body--sizeL {
136
116
  margin-bottom: var(
137
117
  --spectrum-body-l-margin-bottom,
138
118
  var(--spectrum-global-dimension-size-160)
139
119
  );
140
- margin-top: var(
141
- --spectrum-body-l-margin-top,
142
- 0
143
- ); /* .spectrum-Typography .spectrum-Body--sizeL */
120
+ margin-top: var(--spectrum-body-l-margin-top, 0);
144
121
  }
145
-
146
122
  .spectrum-Typography .spectrum-Body--sizeM {
147
123
  margin-bottom: var(
148
124
  --spectrum-body-m-margin-bottom,
149
125
  var(--spectrum-global-dimension-size-150)
150
126
  );
151
- margin-top: var(
152
- --spectrum-body-m-margin-top,
153
- 0
154
- ); /* .spectrum-Typography .spectrum-Body--sizeM */
127
+ margin-top: var(--spectrum-body-m-margin-top, 0);
155
128
  }
156
-
157
129
  .spectrum-Typography .spectrum-Body--sizeS {
158
130
  margin-bottom: var(
159
131
  --spectrum-body-s-margin-bottom,
160
132
  var(--spectrum-global-dimension-size-125)
161
133
  );
162
- margin-top: var(
163
- --spectrum-body-s-margin-top,
164
- 0
165
- ); /* .spectrum-Typography .spectrum-Body--sizeS */
134
+ margin-top: var(--spectrum-body-s-margin-top, 0);
166
135
  }
167
-
168
136
  .spectrum-Typography .spectrum-Body--sizeXS {
169
137
  margin-bottom: var(
170
138
  --spectrum-body-xs-margin-bottom,
171
139
  var(--spectrum-global-dimension-size-115)
172
140
  );
173
- margin-top: var(
174
- --spectrum-body-xs-margin-top,
175
- 0
176
- ); /* .spectrum-Typography .spectrum-Body--sizeXS */
141
+ margin-top: var(--spectrum-body-xs-margin-top, 0);
177
142
  }
@@ -35,33 +35,19 @@ const styles = css`
35
35
  --spectrum-heading-xxs-margin-top,var(--spectrum-alias-heading-xxs-margin-top)
36
36
  )}.spectrum-Typography .spectrum-Body--sizeXXXL{margin-bottom:var(
37
37
  --spectrum-body-xxxl-margin-bottom,var(--spectrum-global-dimension-size-400)
38
- );margin-top:var(
39
- --spectrum-body-xxxl-margin-top,0
40
- )}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(
38
+ );margin-top:var(--spectrum-body-xxxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(
41
39
  --spectrum-body-xxl-margin-bottom,var(--spectrum-global-dimension-size-300)
42
- );margin-top:var(
43
- --spectrum-body-xxl-margin-top,0
44
- )}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(
40
+ );margin-top:var(--spectrum-body-xxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(
45
41
  --spectrum-body-xl-margin-bottom,var(--spectrum-global-dimension-size-200)
46
- );margin-top:var(
47
- --spectrum-body-xl-margin-top,0
48
- )}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(
42
+ );margin-top:var(--spectrum-body-xl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(
49
43
  --spectrum-body-l-margin-bottom,var(--spectrum-global-dimension-size-160)
50
- );margin-top:var(
51
- --spectrum-body-l-margin-top,0
52
- )}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(
44
+ );margin-top:var(--spectrum-body-l-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(
53
45
  --spectrum-body-m-margin-bottom,var(--spectrum-global-dimension-size-150)
54
- );margin-top:var(
55
- --spectrum-body-m-margin-top,0
56
- )}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(
46
+ );margin-top:var(--spectrum-body-m-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(
57
47
  --spectrum-body-s-margin-bottom,var(--spectrum-global-dimension-size-125)
58
- );margin-top:var(
59
- --spectrum-body-s-margin-top,0
60
- )}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(
48
+ );margin-top:var(--spectrum-body-s-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(
61
49
  --spectrum-body-xs-margin-bottom,var(--spectrum-global-dimension-size-115)
62
- );margin-top:var(
63
- --spectrum-body-xs-margin-top,0
64
- )}
50
+ );margin-top:var(--spectrum-body-xs-margin-top,0)}
65
51
  `;
66
52
  export default styles;
67
53
  //# sourceMappingURL=spectrum-typography.css.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-typography.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 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*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Typography .spectrum-Heading--sizeXXXL{margin-bottom:var(\n--spectrum-heading-xxxl-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(\n--spectrum-heading-xxxl-margin-top,var(--spectrum-alias-heading-xxxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXL{margin-bottom:var(\n--spectrum-heading-xxl-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(\n--spectrum-heading-xxl-margin-top,var(--spectrum-alias-heading-xxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXL{margin-bottom:var(\n--spectrum-heading-xl-margin-bottom,var(--spectrum-global-dimension-size-100)\n);margin-top:var(\n--spectrum-heading-xl-margin-top,var(--spectrum-alias-heading-xl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeL{margin-bottom:var(\n--spectrum-heading-l-margin-bottom,var(--spectrum-global-dimension-size-85)\n);margin-top:var(\n--spectrum-heading-l-margin-top,var(--spectrum-alias-heading-l-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeM{margin-bottom:var(\n--spectrum-heading-m-margin-bottom,var(--spectrum-global-dimension-size-75)\n);margin-top:var(\n--spectrum-heading-m-margin-top,var(--spectrum-alias-heading-m-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeS{margin-bottom:var(\n--spectrum-heading-s-margin-bottom,var(--spectrum-global-dimension-size-65)\n);margin-top:var(\n--spectrum-heading-s-margin-top,var(--spectrum-alias-heading-s-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXS{margin-bottom:var(\n--spectrum-heading-xs-margin-bottom,var(--spectrum-global-dimension-size-50)\n);margin-top:var(\n--spectrum-heading-xs-margin-top,var(--spectrum-alias-heading-xs-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXS{margin-bottom:var(\n--spectrum-heading-xxs-margin-bottom,var(--spectrum-global-dimension-size-40)\n);margin-top:var(\n--spectrum-heading-xxs-margin-top,var(--spectrum-alias-heading-xxs-margin-top)\n)}.spectrum-Typography .spectrum-Body--sizeXXXL{margin-bottom:var(\n--spectrum-body-xxxl-margin-bottom,var(--spectrum-global-dimension-size-400)\n);margin-top:var(\n--spectrum-body-xxxl-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(\n--spectrum-body-xxl-margin-bottom,var(--spectrum-global-dimension-size-300)\n);margin-top:var(\n--spectrum-body-xxl-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(\n--spectrum-body-xl-margin-bottom,var(--spectrum-global-dimension-size-200)\n);margin-top:var(\n--spectrum-body-xl-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(\n--spectrum-body-l-margin-bottom,var(--spectrum-global-dimension-size-160)\n);margin-top:var(\n--spectrum-body-l-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(\n--spectrum-body-m-margin-bottom,var(--spectrum-global-dimension-size-150)\n);margin-top:var(\n--spectrum-body-m-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(\n--spectrum-body-s-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(\n--spectrum-body-s-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(\n--spectrum-body-xs-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(\n--spectrum-body-xs-margin-top,0\n)}\n`;\nexport default styles;"],
5
- "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA+Df,eAAe;",
4
+ "sourcesContent": ["/*\nCopyright 2023 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*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Typography .spectrum-Heading--sizeXXXL{margin-bottom:var(\n--spectrum-heading-xxxl-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(\n--spectrum-heading-xxxl-margin-top,var(--spectrum-alias-heading-xxxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXL{margin-bottom:var(\n--spectrum-heading-xxl-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(\n--spectrum-heading-xxl-margin-top,var(--spectrum-alias-heading-xxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXL{margin-bottom:var(\n--spectrum-heading-xl-margin-bottom,var(--spectrum-global-dimension-size-100)\n);margin-top:var(\n--spectrum-heading-xl-margin-top,var(--spectrum-alias-heading-xl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeL{margin-bottom:var(\n--spectrum-heading-l-margin-bottom,var(--spectrum-global-dimension-size-85)\n);margin-top:var(\n--spectrum-heading-l-margin-top,var(--spectrum-alias-heading-l-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeM{margin-bottom:var(\n--spectrum-heading-m-margin-bottom,var(--spectrum-global-dimension-size-75)\n);margin-top:var(\n--spectrum-heading-m-margin-top,var(--spectrum-alias-heading-m-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeS{margin-bottom:var(\n--spectrum-heading-s-margin-bottom,var(--spectrum-global-dimension-size-65)\n);margin-top:var(\n--spectrum-heading-s-margin-top,var(--spectrum-alias-heading-s-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXS{margin-bottom:var(\n--spectrum-heading-xs-margin-bottom,var(--spectrum-global-dimension-size-50)\n);margin-top:var(\n--spectrum-heading-xs-margin-top,var(--spectrum-alias-heading-xs-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXS{margin-bottom:var(\n--spectrum-heading-xxs-margin-bottom,var(--spectrum-global-dimension-size-40)\n);margin-top:var(\n--spectrum-heading-xxs-margin-top,var(--spectrum-alias-heading-xxs-margin-top)\n)}.spectrum-Typography .spectrum-Body--sizeXXXL{margin-bottom:var(\n--spectrum-body-xxxl-margin-bottom,var(--spectrum-global-dimension-size-400)\n);margin-top:var(--spectrum-body-xxxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(\n--spectrum-body-xxl-margin-bottom,var(--spectrum-global-dimension-size-300)\n);margin-top:var(--spectrum-body-xxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(\n--spectrum-body-xl-margin-bottom,var(--spectrum-global-dimension-size-200)\n);margin-top:var(--spectrum-body-xl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(\n--spectrum-body-l-margin-bottom,var(--spectrum-global-dimension-size-160)\n);margin-top:var(--spectrum-body-l-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(\n--spectrum-body-m-margin-bottom,var(--spectrum-global-dimension-size-150)\n);margin-top:var(--spectrum-body-m-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(\n--spectrum-body-s-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(--spectrum-body-s-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(\n--spectrum-body-xs-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(--spectrum-body-xs-margin-top,0)}\n`;\nexport default styles;"],
5
+ "mappings": ";AAWA,SAAS,WAAW;AACpB,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAiDf,eAAe;",
6
6
  "names": []
7
7
  }
@@ -33,32 +33,18 @@
33
33
  --spectrum-heading-xxs-margin-top,var(--spectrum-alias-heading-xxs-margin-top)
34
34
  )}.spectrum-Typography .spectrum-Body--sizeXXXL{margin-bottom:var(
35
35
  --spectrum-body-xxxl-margin-bottom,var(--spectrum-global-dimension-size-400)
36
- );margin-top:var(
37
- --spectrum-body-xxxl-margin-top,0
38
- )}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(
36
+ );margin-top:var(--spectrum-body-xxxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(
39
37
  --spectrum-body-xxl-margin-bottom,var(--spectrum-global-dimension-size-300)
40
- );margin-top:var(
41
- --spectrum-body-xxl-margin-top,0
42
- )}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(
38
+ );margin-top:var(--spectrum-body-xxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(
43
39
  --spectrum-body-xl-margin-bottom,var(--spectrum-global-dimension-size-200)
44
- );margin-top:var(
45
- --spectrum-body-xl-margin-top,0
46
- )}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(
40
+ );margin-top:var(--spectrum-body-xl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(
47
41
  --spectrum-body-l-margin-bottom,var(--spectrum-global-dimension-size-160)
48
- );margin-top:var(
49
- --spectrum-body-l-margin-top,0
50
- )}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(
42
+ );margin-top:var(--spectrum-body-l-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(
51
43
  --spectrum-body-m-margin-bottom,var(--spectrum-global-dimension-size-150)
52
- );margin-top:var(
53
- --spectrum-body-m-margin-top,0
54
- )}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(
44
+ );margin-top:var(--spectrum-body-m-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(
55
45
  --spectrum-body-s-margin-bottom,var(--spectrum-global-dimension-size-125)
56
- );margin-top:var(
57
- --spectrum-body-s-margin-top,0
58
- )}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(
46
+ );margin-top:var(--spectrum-body-s-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(
59
47
  --spectrum-body-xs-margin-bottom,var(--spectrum-global-dimension-size-115)
60
- );margin-top:var(
61
- --spectrum-body-xs-margin-top,0
62
- )}
48
+ );margin-top:var(--spectrum-body-xs-margin-top,0)}
63
49
  `;export default m;
64
50
  //# sourceMappingURL=spectrum-typography.css.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["spectrum-typography.css.ts"],
4
- "sourcesContent": ["/*\nCopyright 2023 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*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Typography .spectrum-Heading--sizeXXXL{margin-bottom:var(\n--spectrum-heading-xxxl-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(\n--spectrum-heading-xxxl-margin-top,var(--spectrum-alias-heading-xxxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXL{margin-bottom:var(\n--spectrum-heading-xxl-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(\n--spectrum-heading-xxl-margin-top,var(--spectrum-alias-heading-xxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXL{margin-bottom:var(\n--spectrum-heading-xl-margin-bottom,var(--spectrum-global-dimension-size-100)\n);margin-top:var(\n--spectrum-heading-xl-margin-top,var(--spectrum-alias-heading-xl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeL{margin-bottom:var(\n--spectrum-heading-l-margin-bottom,var(--spectrum-global-dimension-size-85)\n);margin-top:var(\n--spectrum-heading-l-margin-top,var(--spectrum-alias-heading-l-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeM{margin-bottom:var(\n--spectrum-heading-m-margin-bottom,var(--spectrum-global-dimension-size-75)\n);margin-top:var(\n--spectrum-heading-m-margin-top,var(--spectrum-alias-heading-m-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeS{margin-bottom:var(\n--spectrum-heading-s-margin-bottom,var(--spectrum-global-dimension-size-65)\n);margin-top:var(\n--spectrum-heading-s-margin-top,var(--spectrum-alias-heading-s-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXS{margin-bottom:var(\n--spectrum-heading-xs-margin-bottom,var(--spectrum-global-dimension-size-50)\n);margin-top:var(\n--spectrum-heading-xs-margin-top,var(--spectrum-alias-heading-xs-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXS{margin-bottom:var(\n--spectrum-heading-xxs-margin-bottom,var(--spectrum-global-dimension-size-40)\n);margin-top:var(\n--spectrum-heading-xxs-margin-top,var(--spectrum-alias-heading-xxs-margin-top)\n)}.spectrum-Typography .spectrum-Body--sizeXXXL{margin-bottom:var(\n--spectrum-body-xxxl-margin-bottom,var(--spectrum-global-dimension-size-400)\n);margin-top:var(\n--spectrum-body-xxxl-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(\n--spectrum-body-xxl-margin-bottom,var(--spectrum-global-dimension-size-300)\n);margin-top:var(\n--spectrum-body-xxl-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(\n--spectrum-body-xl-margin-bottom,var(--spectrum-global-dimension-size-200)\n);margin-top:var(\n--spectrum-body-xl-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(\n--spectrum-body-l-margin-bottom,var(--spectrum-global-dimension-size-160)\n);margin-top:var(\n--spectrum-body-l-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(\n--spectrum-body-m-margin-bottom,var(--spectrum-global-dimension-size-150)\n);margin-top:var(\n--spectrum-body-m-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(\n--spectrum-body-s-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(\n--spectrum-body-s-margin-top,0\n)}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(\n--spectrum-body-xs-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(\n--spectrum-body-xs-margin-top,0\n)}\n`;\nexport default styles;"],
5
- "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EA+Df,eAAeC",
4
+ "sourcesContent": ["/*\nCopyright 2023 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*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n.spectrum-Typography .spectrum-Heading--sizeXXXL{margin-bottom:var(\n--spectrum-heading-xxxl-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(\n--spectrum-heading-xxxl-margin-top,var(--spectrum-alias-heading-xxxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXL{margin-bottom:var(\n--spectrum-heading-xxl-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(\n--spectrum-heading-xxl-margin-top,var(--spectrum-alias-heading-xxl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXL{margin-bottom:var(\n--spectrum-heading-xl-margin-bottom,var(--spectrum-global-dimension-size-100)\n);margin-top:var(\n--spectrum-heading-xl-margin-top,var(--spectrum-alias-heading-xl-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeL{margin-bottom:var(\n--spectrum-heading-l-margin-bottom,var(--spectrum-global-dimension-size-85)\n);margin-top:var(\n--spectrum-heading-l-margin-top,var(--spectrum-alias-heading-l-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeM{margin-bottom:var(\n--spectrum-heading-m-margin-bottom,var(--spectrum-global-dimension-size-75)\n);margin-top:var(\n--spectrum-heading-m-margin-top,var(--spectrum-alias-heading-m-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeS{margin-bottom:var(\n--spectrum-heading-s-margin-bottom,var(--spectrum-global-dimension-size-65)\n);margin-top:var(\n--spectrum-heading-s-margin-top,var(--spectrum-alias-heading-s-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXS{margin-bottom:var(\n--spectrum-heading-xs-margin-bottom,var(--spectrum-global-dimension-size-50)\n);margin-top:var(\n--spectrum-heading-xs-margin-top,var(--spectrum-alias-heading-xs-margin-top)\n)}.spectrum-Typography .spectrum-Heading--sizeXXS{margin-bottom:var(\n--spectrum-heading-xxs-margin-bottom,var(--spectrum-global-dimension-size-40)\n);margin-top:var(\n--spectrum-heading-xxs-margin-top,var(--spectrum-alias-heading-xxs-margin-top)\n)}.spectrum-Typography .spectrum-Body--sizeXXXL{margin-bottom:var(\n--spectrum-body-xxxl-margin-bottom,var(--spectrum-global-dimension-size-400)\n);margin-top:var(--spectrum-body-xxxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXXL{margin-bottom:var(\n--spectrum-body-xxl-margin-bottom,var(--spectrum-global-dimension-size-300)\n);margin-top:var(--spectrum-body-xxl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXL{margin-bottom:var(\n--spectrum-body-xl-margin-bottom,var(--spectrum-global-dimension-size-200)\n);margin-top:var(--spectrum-body-xl-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeL{margin-bottom:var(\n--spectrum-body-l-margin-bottom,var(--spectrum-global-dimension-size-160)\n);margin-top:var(--spectrum-body-l-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeM{margin-bottom:var(\n--spectrum-body-m-margin-bottom,var(--spectrum-global-dimension-size-150)\n);margin-top:var(--spectrum-body-m-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeS{margin-bottom:var(\n--spectrum-body-s-margin-bottom,var(--spectrum-global-dimension-size-125)\n);margin-top:var(--spectrum-body-s-margin-top,0)}.spectrum-Typography .spectrum-Body--sizeXS{margin-bottom:var(\n--spectrum-body-xs-margin-bottom,var(--spectrum-global-dimension-size-115)\n);margin-top:var(--spectrum-body-xs-margin-top,0)}\n`;\nexport default styles;"],
5
+ "mappings": "aAWA,OAAS,OAAAA,MAAW,gCACpB,MAAMC,EAASD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAiDf,eAAeC",
6
6
  "names": ["css", "styles"]
7
7
  }