@compsych-ui-components/shared 7.0.0 → 7.0.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.
- package/package.json +1 -1
- package/src/tokens/ref-tokens.js.map +1 -1
- package/src/tokens/refs.css +56 -56
- package/src/tokens/sys-tokens.js.map +1 -1
- package/src/tokens/sys.css +86 -86
- package/src/tokens/themes/absence-resources.css +84 -84
- package/src/tokens/themes/brand-b.css +56 -56
- package/src/tokens/themes/brand-c.css +56 -56
- package/src/tokens/themes/compsych.css +56 -56
- package/src/tokens/themes/crc.css +84 -84
- package/src/tokens/themes/gro.css +86 -86
|
@@ -77,145 +77,145 @@
|
|
|
77
77
|
--transparent-secondary-pd-secondary-20: rgba(7, 92, 186, 0.08);
|
|
78
78
|
--display-large-pd-font-family: 'google sans', sans-serif;
|
|
79
79
|
--display-large-pd-font-weight: normal;
|
|
80
|
-
--display-large-pd-font-size:
|
|
81
|
-
--display-large-pd-line-height:
|
|
82
|
-
--display-large-pd-tracking: -
|
|
80
|
+
--display-large-pd-font-size: 80px;
|
|
81
|
+
--display-large-pd-line-height: 80px;
|
|
82
|
+
--display-large-pd-tracking: -2px;
|
|
83
83
|
--display-large-pd-font-weight-emphasized: 500;
|
|
84
84
|
--display-medium-pd-font-family: 'google sans', sans-serif;
|
|
85
85
|
--display-medium-pd-font-weight: normal;
|
|
86
|
-
--display-medium-pd-font-size:
|
|
87
|
-
--display-medium-pd-line-height:
|
|
88
|
-
--display-medium-pd-tracking: -
|
|
86
|
+
--display-medium-pd-font-size: 72px;
|
|
87
|
+
--display-medium-pd-line-height: 80px;
|
|
88
|
+
--display-medium-pd-tracking: -1px;
|
|
89
89
|
--display-medium-pd-font-weight-emphasized: 500;
|
|
90
90
|
--display-small-pd-font-family: 'google sans', sans-serif;
|
|
91
91
|
--display-small-pd-font-weight: normal;
|
|
92
|
-
--display-small-pd-font-size:
|
|
93
|
-
--display-small-pd-line-height:
|
|
94
|
-
--display-small-pd-tracking: -
|
|
92
|
+
--display-small-pd-font-size: 64px;
|
|
93
|
+
--display-small-pd-line-height: 72px;
|
|
94
|
+
--display-small-pd-tracking: -1px;
|
|
95
95
|
--display-small-pd-font-weight-emphasized: 500;
|
|
96
96
|
--headline-large-pd-font-family: 'google sans', sans-serif;
|
|
97
97
|
--headline-large-pd-font-weight: normal;
|
|
98
|
-
--headline-large-pd-font-size:
|
|
99
|
-
--headline-large-pd-line-height:
|
|
100
|
-
--headline-large-pd-tracking:
|
|
98
|
+
--headline-large-pd-font-size: 48px;
|
|
99
|
+
--headline-large-pd-line-height: 56px;
|
|
100
|
+
--headline-large-pd-tracking: 0px;
|
|
101
101
|
--headline-large-pd-font-weight-emphasized: 500;
|
|
102
102
|
--headline-medium-pd-font-family: 'google sans', sans-serif;
|
|
103
103
|
--headline-medium-pd-font-weight: normal;
|
|
104
|
-
--headline-medium-pd-font-size:
|
|
105
|
-
--headline-medium-pd-line-height:
|
|
104
|
+
--headline-medium-pd-font-size: 40px;
|
|
105
|
+
--headline-medium-pd-line-height: 48px;
|
|
106
106
|
--headline-medium-pd-tracking: 0;
|
|
107
107
|
--headline-medium-pd-font-weight-emphasized: 500;
|
|
108
108
|
--headline-small-pd-font-family: 'google sans', sans-serif;
|
|
109
109
|
--headline-small-pd-font-weight: normal;
|
|
110
|
-
--headline-small-pd-font-size:
|
|
111
|
-
--headline-small-pd-line-height:
|
|
110
|
+
--headline-small-pd-font-size: 32px;
|
|
111
|
+
--headline-small-pd-line-height: 40px;
|
|
112
112
|
--headline-small-pd-tracking: 0;
|
|
113
113
|
--headline-small-pd-font-weight-emphasized: 500;
|
|
114
114
|
--title-large-pd-font-family: 'google sans', sans-serif;
|
|
115
115
|
--title-large-pd-font-weight: normal;
|
|
116
|
-
--title-large-pd-font-size:
|
|
117
|
-
--title-large-pd-line-height:
|
|
116
|
+
--title-large-pd-font-size: 28px;
|
|
117
|
+
--title-large-pd-line-height: 36px;
|
|
118
118
|
--title-large-pd-tracking: 0;
|
|
119
119
|
--title-large-pd-font-weight-emphasized: 500;
|
|
120
120
|
--title-medium-pd-font-family: 'google sans', sans-serif;
|
|
121
121
|
--title-medium-pd-font-weight: normal;
|
|
122
|
-
--title-medium-pd-font-size:
|
|
123
|
-
--title-medium-pd-line-height:
|
|
122
|
+
--title-medium-pd-font-size: 24px;
|
|
123
|
+
--title-medium-pd-line-height: 32px;
|
|
124
124
|
--title-medium-pd-tracking: 0;
|
|
125
125
|
--title-medium-pd-font-weight-emphasized: 500;
|
|
126
126
|
--title-small-pd-font-family: 'google sans', sans-serif;
|
|
127
127
|
--title-small-pd-font-weight: normal;
|
|
128
|
-
--title-small-pd-font-size:
|
|
129
|
-
--title-small-pd-line-height:
|
|
128
|
+
--title-small-pd-font-size: 20px;
|
|
129
|
+
--title-small-pd-line-height: 30px;
|
|
130
130
|
--title-small-pd-tracking: 0;
|
|
131
131
|
--title-small-pd-font-weight-emphasized: 500;
|
|
132
132
|
--body-large-pd-font-family: 'google sans', sans-serif;
|
|
133
133
|
--body-large-pd-font-weight: normal;
|
|
134
|
-
--body-large-pd-font-size:
|
|
135
|
-
--body-large-pd-line-height:
|
|
134
|
+
--body-large-pd-font-size: 20px;
|
|
135
|
+
--body-large-pd-line-height: 30px;
|
|
136
136
|
--body-large-pd-tracking: 0;
|
|
137
137
|
--body-large-pd-font-weight-emphasized: 500;
|
|
138
138
|
--body-medium-pd-font-family: 'google sans', sans-serif;
|
|
139
139
|
--body-medium-pd-font-weight: normal;
|
|
140
|
-
--body-medium-pd-font-size:
|
|
141
|
-
--body-medium-pd-line-height:
|
|
140
|
+
--body-medium-pd-font-size: 16px;
|
|
141
|
+
--body-medium-pd-line-height: 24px;
|
|
142
142
|
--body-medium-pd-tracking: 0;
|
|
143
143
|
--body-medium-pd-font-weight-emphasized: 500;
|
|
144
144
|
--body-small-pd-font-family: 'google sans', sans-serif;
|
|
145
145
|
--body-small-pd-font-weight: normal;
|
|
146
|
-
--body-small-pd-font-size:
|
|
147
|
-
--body-small-pd-line-height:
|
|
146
|
+
--body-small-pd-font-size: 14px;
|
|
147
|
+
--body-small-pd-line-height: 20px;
|
|
148
148
|
--body-small-pd-tracking: 0;
|
|
149
149
|
--body-small-pd-font-weight-emphasized: 500;
|
|
150
150
|
--label-large-pd-font-family: 'google sans', sans-serif;
|
|
151
151
|
--label-large-pd-font-weight: normal;
|
|
152
|
-
--label-large-pd-font-size:
|
|
153
|
-
--label-large-pd-line-height:
|
|
152
|
+
--label-large-pd-font-size: 16px;
|
|
153
|
+
--label-large-pd-line-height: 24px;
|
|
154
154
|
--label-large-pd-tracking: 0;
|
|
155
155
|
--label-large-pd-font-weight-emphasized: 500;
|
|
156
156
|
--label-medium-pd-font-family: 'google sans', sans-serif;
|
|
157
157
|
--label-medium-pd-font-weight: normal;
|
|
158
|
-
--label-medium-pd-font-size:
|
|
159
|
-
--label-medium-pd-line-height:
|
|
158
|
+
--label-medium-pd-font-size: 14px;
|
|
159
|
+
--label-medium-pd-line-height: 20px;
|
|
160
160
|
--label-medium-pd-tracking: 0;
|
|
161
161
|
--label-medium-pd-font-weight-emphasized: 500;
|
|
162
162
|
--label-small-pd-font-family: 'google sans', sans-serif;
|
|
163
163
|
--label-small-pd-font-weight: normal;
|
|
164
|
-
--label-small-pd-font-size:
|
|
165
|
-
--label-small-pd-line-height:
|
|
164
|
+
--label-small-pd-font-size: 12px;
|
|
165
|
+
--label-small-pd-line-height: 18px;
|
|
166
166
|
--label-small-pd-tracking: 0;
|
|
167
167
|
--label-small-pd-font-weight-emphasized: 500;
|
|
168
168
|
--spacing-margin-pd-margin-none: 0;
|
|
169
|
-
--spacing-margin-pd-margin-sm:
|
|
170
|
-
--spacing-margin-pd-margin-md:
|
|
171
|
-
--spacing-margin-pd-margin-lg:
|
|
172
|
-
--spacing-margin-pd-margin-xl:
|
|
173
|
-
--spacing-margin-pd-margin-2xl:
|
|
174
|
-
--spacing-spacer-pd-spacer-xs:
|
|
175
|
-
--spacing-spacer-pd-spacer-sm:
|
|
176
|
-
--spacing-spacer-pd-spacer-md:
|
|
177
|
-
--spacing-spacer-pd-spacer-lg:
|
|
178
|
-
--spacing-padding-pd-neg-padding-24: -
|
|
179
|
-
--spacing-padding-pd-neg-padding-16: -
|
|
169
|
+
--spacing-margin-pd-margin-sm: 16px;
|
|
170
|
+
--spacing-margin-pd-margin-md: 24px;
|
|
171
|
+
--spacing-margin-pd-margin-lg: 32px;
|
|
172
|
+
--spacing-margin-pd-margin-xl: 40px;
|
|
173
|
+
--spacing-margin-pd-margin-2xl: 80px;
|
|
174
|
+
--spacing-spacer-pd-spacer-xs: 8px;
|
|
175
|
+
--spacing-spacer-pd-spacer-sm: 16px;
|
|
176
|
+
--spacing-spacer-pd-spacer-md: 24px;
|
|
177
|
+
--spacing-spacer-pd-spacer-lg: 32px;
|
|
178
|
+
--spacing-padding-pd-neg-padding-24: -24px;
|
|
179
|
+
--spacing-padding-pd-neg-padding-16: -16px;
|
|
180
180
|
--spacing-padding-pd-padding-0: 0;
|
|
181
|
-
--spacing-padding-pd-padding-2:
|
|
182
|
-
--spacing-padding-pd-padding-4:
|
|
183
|
-
--spacing-padding-pd-padding-6:
|
|
184
|
-
--spacing-padding-pd-padding-8:
|
|
185
|
-
--spacing-padding-pd-padding-12:
|
|
186
|
-
--spacing-padding-pd-padding-16:
|
|
187
|
-
--spacing-padding-pd-padding-20:
|
|
188
|
-
--spacing-padding-pd-padding-24:
|
|
189
|
-
--spacing-padding-pd-padding-32:
|
|
190
|
-
--spacing-padding-pd-padding-40:
|
|
191
|
-
--spacing-padding-pd-padding-48:
|
|
192
|
-
--spacing-padding-pd-padding-64:
|
|
193
|
-
--spacing-padding-pd-padding-72:
|
|
194
|
-
--spacing-padding-pd-padding-80:
|
|
181
|
+
--spacing-padding-pd-padding-2: 2px;
|
|
182
|
+
--spacing-padding-pd-padding-4: 4px;
|
|
183
|
+
--spacing-padding-pd-padding-6: 6px;
|
|
184
|
+
--spacing-padding-pd-padding-8: 8px;
|
|
185
|
+
--spacing-padding-pd-padding-12: 12px;
|
|
186
|
+
--spacing-padding-pd-padding-16: 16px;
|
|
187
|
+
--spacing-padding-pd-padding-20: 20px;
|
|
188
|
+
--spacing-padding-pd-padding-24: 24px;
|
|
189
|
+
--spacing-padding-pd-padding-32: 32px;
|
|
190
|
+
--spacing-padding-pd-padding-40: 40px;
|
|
191
|
+
--spacing-padding-pd-padding-48: 48px;
|
|
192
|
+
--spacing-padding-pd-padding-64: 64px;
|
|
193
|
+
--spacing-padding-pd-padding-72: 72px;
|
|
194
|
+
--spacing-padding-pd-padding-80: 80px;
|
|
195
195
|
--border-radius-pd-radius-none: 0;
|
|
196
|
-
--border-radius-pd-radius-xs:
|
|
197
|
-
--border-radius-pd-radius-sm:
|
|
198
|
-
--border-radius-pd-radius-md:
|
|
199
|
-
--border-radius-pd-radius-lg:
|
|
200
|
-
--border-radius-pd-radius-lg-increased:
|
|
201
|
-
--border-radius-pd-radius-xl:
|
|
202
|
-
--border-radius-pd-radius-xl-increased:
|
|
203
|
-
--border-radius-pd-radius-full:
|
|
204
|
-
--border-width-pd-stroke-thin:
|
|
205
|
-
--border-width-pd-stroke-medium:
|
|
206
|
-
--border-width-pd-stroke-thick:
|
|
207
|
-
--border-width-pd-stroke-heavier:
|
|
208
|
-
--border-width-pd-stroke-bold:
|
|
209
|
-
--pd-size-xxs:
|
|
210
|
-
--pd-size-xs:
|
|
211
|
-
--pd-size-sm:
|
|
212
|
-
--pd-size-md:
|
|
213
|
-
--pd-size-lg:
|
|
214
|
-
--pd-size-xl:
|
|
215
|
-
--pd-hover:
|
|
216
|
-
--pd-focused:
|
|
217
|
-
--pd-pressed:
|
|
218
|
-
--pd-disabled-container:
|
|
219
|
-
--pd-disabled-content:
|
|
220
|
-
--pd-scrim:
|
|
196
|
+
--border-radius-pd-radius-xs: 4px;
|
|
197
|
+
--border-radius-pd-radius-sm: 8px;
|
|
198
|
+
--border-radius-pd-radius-md: 12px;
|
|
199
|
+
--border-radius-pd-radius-lg: 16px;
|
|
200
|
+
--border-radius-pd-radius-lg-increased: 20px;
|
|
201
|
+
--border-radius-pd-radius-xl: 24px;
|
|
202
|
+
--border-radius-pd-radius-xl-increased: 32px;
|
|
203
|
+
--border-radius-pd-radius-full: 999px;
|
|
204
|
+
--border-width-pd-stroke-thin: 1px;
|
|
205
|
+
--border-width-pd-stroke-medium: 2px;
|
|
206
|
+
--border-width-pd-stroke-thick: 2px;
|
|
207
|
+
--border-width-pd-stroke-heavier: 3px;
|
|
208
|
+
--border-width-pd-stroke-bold: 4px;
|
|
209
|
+
--pd-size-xxs: 12px;
|
|
210
|
+
--pd-size-xs: 16px;
|
|
211
|
+
--pd-size-sm: 20px;
|
|
212
|
+
--pd-size-md: 24px;
|
|
213
|
+
--pd-size-lg: 32px;
|
|
214
|
+
--pd-size-xl: 48px;
|
|
215
|
+
--pd-hover: 8px;
|
|
216
|
+
--pd-focused: 12px;
|
|
217
|
+
--pd-pressed: 10px;
|
|
218
|
+
--pd-disabled-container: 48px;
|
|
219
|
+
--pd-disabled-content: 64px;
|
|
220
|
+
--pd-scrim: 10px;
|
|
221
221
|
}
|
|
@@ -77,145 +77,145 @@
|
|
|
77
77
|
--transparent-secondary-pd-secondary-20: rgba(214, 125, 0, 0.2);
|
|
78
78
|
--display-large-pd-font-family: 'google sans', sans-serif;
|
|
79
79
|
--display-large-pd-font-weight: normal;
|
|
80
|
-
--display-large-pd-font-size:
|
|
81
|
-
--display-large-pd-line-height:
|
|
82
|
-
--display-large-pd-tracking: -
|
|
80
|
+
--display-large-pd-font-size: 80px;
|
|
81
|
+
--display-large-pd-line-height: 80px;
|
|
82
|
+
--display-large-pd-tracking: -2px;
|
|
83
83
|
--display-large-pd-font-weight-emphasized: 500;
|
|
84
84
|
--display-medium-pd-font-family: 'google sans', sans-serif;
|
|
85
85
|
--display-medium-pd-font-weight: normal;
|
|
86
|
-
--display-medium-pd-font-size:
|
|
87
|
-
--display-medium-pd-line-height:
|
|
88
|
-
--display-medium-pd-tracking: -
|
|
86
|
+
--display-medium-pd-font-size: 72px;
|
|
87
|
+
--display-medium-pd-line-height: 79px;
|
|
88
|
+
--display-medium-pd-tracking: -1px;
|
|
89
89
|
--display-medium-pd-font-weight-emphasized: 500;
|
|
90
90
|
--display-small-pd-font-family: 'google sans', sans-serif;
|
|
91
91
|
--display-small-pd-font-weight: normal;
|
|
92
|
-
--display-small-pd-font-size:
|
|
93
|
-
--display-small-pd-line-height:
|
|
94
|
-
--display-small-pd-tracking: -
|
|
92
|
+
--display-small-pd-font-size: 64px;
|
|
93
|
+
--display-small-pd-line-height: 77px;
|
|
94
|
+
--display-small-pd-tracking: -1px;
|
|
95
95
|
--display-small-pd-font-weight-emphasized: 500;
|
|
96
96
|
--headline-large-pd-font-family: 'google sans', sans-serif;
|
|
97
97
|
--headline-large-pd-font-weight: normal;
|
|
98
|
-
--headline-large-pd-font-size:
|
|
99
|
-
--headline-large-pd-line-height:
|
|
100
|
-
--headline-large-pd-tracking:
|
|
98
|
+
--headline-large-pd-font-size: 48px;
|
|
99
|
+
--headline-large-pd-line-height: 58px;
|
|
100
|
+
--headline-large-pd-tracking: 0px;
|
|
101
101
|
--headline-large-pd-font-weight-emphasized: 500;
|
|
102
102
|
--headline-medium-pd-font-family: 'google sans', sans-serif;
|
|
103
103
|
--headline-medium-pd-font-weight: normal;
|
|
104
|
-
--headline-medium-pd-font-size:
|
|
105
|
-
--headline-medium-pd-line-height:
|
|
104
|
+
--headline-medium-pd-font-size: 40px;
|
|
105
|
+
--headline-medium-pd-line-height: 48px;
|
|
106
106
|
--headline-medium-pd-tracking: 0;
|
|
107
107
|
--headline-medium-pd-font-weight-emphasized: 500;
|
|
108
108
|
--headline-small-pd-font-family: 'google sans', sans-serif;
|
|
109
109
|
--headline-small-pd-font-weight: normal;
|
|
110
|
-
--headline-small-pd-font-size:
|
|
111
|
-
--headline-small-pd-line-height:
|
|
110
|
+
--headline-small-pd-font-size: 32px;
|
|
111
|
+
--headline-small-pd-line-height: 38px;
|
|
112
112
|
--headline-small-pd-tracking: 0;
|
|
113
113
|
--headline-small-pd-font-weight-emphasized: 500;
|
|
114
114
|
--title-large-pd-font-family: 'google sans', sans-serif;
|
|
115
115
|
--title-large-pd-font-weight: normal;
|
|
116
|
-
--title-large-pd-font-size:
|
|
117
|
-
--title-large-pd-line-height:
|
|
116
|
+
--title-large-pd-font-size: 28px;
|
|
117
|
+
--title-large-pd-line-height: 36px;
|
|
118
118
|
--title-large-pd-tracking: 0;
|
|
119
119
|
--title-large-pd-font-weight-emphasized: 500;
|
|
120
120
|
--title-medium-pd-font-family: 'google sans', sans-serif;
|
|
121
121
|
--title-medium-pd-font-weight: normal;
|
|
122
|
-
--title-medium-pd-font-size:
|
|
123
|
-
--title-medium-pd-line-height:
|
|
122
|
+
--title-medium-pd-font-size: 24px;
|
|
123
|
+
--title-medium-pd-line-height: 31px;
|
|
124
124
|
--title-medium-pd-tracking: 0;
|
|
125
125
|
--title-medium-pd-font-weight-emphasized: 500;
|
|
126
126
|
--title-small-pd-font-family: 'google sans', sans-serif;
|
|
127
127
|
--title-small-pd-font-weight: normal;
|
|
128
|
-
--title-small-pd-font-size:
|
|
129
|
-
--title-small-pd-line-height:
|
|
128
|
+
--title-small-pd-font-size: 20px;
|
|
129
|
+
--title-small-pd-line-height: 28px;
|
|
130
130
|
--title-small-pd-tracking: 0;
|
|
131
131
|
--title-small-pd-font-weight-emphasized: 500;
|
|
132
132
|
--body-large-pd-font-family: 'google sans', sans-serif;
|
|
133
133
|
--body-large-pd-font-weight: normal;
|
|
134
|
-
--body-large-pd-font-size:
|
|
135
|
-
--body-large-pd-line-height:
|
|
134
|
+
--body-large-pd-font-size: 20px;
|
|
135
|
+
--body-large-pd-line-height: 30px;
|
|
136
136
|
--body-large-pd-tracking: 0;
|
|
137
137
|
--body-large-pd-font-weight-emphasized: 500;
|
|
138
138
|
--body-medium-pd-font-family: 'google sans', sans-serif;
|
|
139
139
|
--body-medium-pd-font-weight: normal;
|
|
140
|
-
--body-medium-pd-font-size:
|
|
141
|
-
--body-medium-pd-line-height:
|
|
140
|
+
--body-medium-pd-font-size: 16px;
|
|
141
|
+
--body-medium-pd-line-height: 24px;
|
|
142
142
|
--body-medium-pd-tracking: 0;
|
|
143
143
|
--body-medium-pd-font-weight-emphasized: 500;
|
|
144
144
|
--body-small-pd-font-family: 'google sans', sans-serif;
|
|
145
145
|
--body-small-pd-font-weight: normal;
|
|
146
|
-
--body-small-pd-font-size:
|
|
147
|
-
--body-small-pd-line-height:
|
|
146
|
+
--body-small-pd-font-size: 14px;
|
|
147
|
+
--body-small-pd-line-height: 20px;
|
|
148
148
|
--body-small-pd-tracking: 0;
|
|
149
149
|
--body-small-pd-font-weight-emphasized: 500;
|
|
150
150
|
--label-large-pd-font-family: 'google sans', sans-serif;
|
|
151
151
|
--label-large-pd-font-weight: normal;
|
|
152
|
-
--label-large-pd-font-size:
|
|
153
|
-
--label-large-pd-line-height:
|
|
152
|
+
--label-large-pd-font-size: 16px;
|
|
153
|
+
--label-large-pd-line-height: 22px;
|
|
154
154
|
--label-large-pd-tracking: 0;
|
|
155
155
|
--label-large-pd-font-weight-emphasized: 500;
|
|
156
156
|
--label-medium-pd-font-family: 'google sans', sans-serif;
|
|
157
157
|
--label-medium-pd-font-weight: normal;
|
|
158
|
-
--label-medium-pd-font-size:
|
|
159
|
-
--label-medium-pd-line-height:
|
|
160
|
-
--label-medium-pd-tracking:
|
|
158
|
+
--label-medium-pd-font-size: 14px;
|
|
159
|
+
--label-medium-pd-line-height: 20px;
|
|
160
|
+
--label-medium-pd-tracking: 0px;
|
|
161
161
|
--label-medium-pd-font-weight-emphasized: 500;
|
|
162
162
|
--label-small-pd-font-family: 'google sans', sans-serif;
|
|
163
163
|
--label-small-pd-font-weight: normal;
|
|
164
|
-
--label-small-pd-font-size:
|
|
165
|
-
--label-small-pd-line-height:
|
|
166
|
-
--label-small-pd-tracking:
|
|
164
|
+
--label-small-pd-font-size: 12px;
|
|
165
|
+
--label-small-pd-line-height: 18px;
|
|
166
|
+
--label-small-pd-tracking: 0px;
|
|
167
167
|
--label-small-pd-font-weight-emphasized: 500;
|
|
168
168
|
--spacing-margin-pd-margin-none: 0;
|
|
169
|
-
--spacing-margin-pd-margin-sm:
|
|
170
|
-
--spacing-margin-pd-margin-md:
|
|
171
|
-
--spacing-margin-pd-margin-lg:
|
|
172
|
-
--spacing-margin-pd-margin-xl:
|
|
173
|
-
--spacing-margin-pd-margin-2xl:
|
|
174
|
-
--spacing-spacer-pd-spacer-xs:
|
|
175
|
-
--spacing-spacer-pd-spacer-sm:
|
|
176
|
-
--spacing-spacer-pd-spacer-md:
|
|
177
|
-
--spacing-spacer-pd-spacer-lg:
|
|
178
|
-
--spacing-padding-pd-neg-padding-24: -
|
|
179
|
-
--spacing-padding-pd-neg-padding-16: -
|
|
169
|
+
--spacing-margin-pd-margin-sm: 16px;
|
|
170
|
+
--spacing-margin-pd-margin-md: 24px;
|
|
171
|
+
--spacing-margin-pd-margin-lg: 32px;
|
|
172
|
+
--spacing-margin-pd-margin-xl: 40px;
|
|
173
|
+
--spacing-margin-pd-margin-2xl: 80px;
|
|
174
|
+
--spacing-spacer-pd-spacer-xs: 8px;
|
|
175
|
+
--spacing-spacer-pd-spacer-sm: 16px;
|
|
176
|
+
--spacing-spacer-pd-spacer-md: 24px;
|
|
177
|
+
--spacing-spacer-pd-spacer-lg: 32px;
|
|
178
|
+
--spacing-padding-pd-neg-padding-24: -24px;
|
|
179
|
+
--spacing-padding-pd-neg-padding-16: -16px;
|
|
180
180
|
--spacing-padding-pd-padding-0: 0;
|
|
181
|
-
--spacing-padding-pd-padding-2:
|
|
182
|
-
--spacing-padding-pd-padding-4:
|
|
183
|
-
--spacing-padding-pd-padding-6:
|
|
184
|
-
--spacing-padding-pd-padding-8:
|
|
185
|
-
--spacing-padding-pd-padding-12:
|
|
186
|
-
--spacing-padding-pd-padding-16:
|
|
187
|
-
--spacing-padding-pd-padding-20:
|
|
188
|
-
--spacing-padding-pd-padding-24:
|
|
189
|
-
--spacing-padding-pd-padding-32:
|
|
190
|
-
--spacing-padding-pd-padding-40:
|
|
191
|
-
--spacing-padding-pd-padding-48:
|
|
192
|
-
--spacing-padding-pd-padding-64:
|
|
193
|
-
--spacing-padding-pd-padding-72:
|
|
194
|
-
--spacing-padding-pd-padding-80:
|
|
181
|
+
--spacing-padding-pd-padding-2: 2px;
|
|
182
|
+
--spacing-padding-pd-padding-4: 4px;
|
|
183
|
+
--spacing-padding-pd-padding-6: 6px;
|
|
184
|
+
--spacing-padding-pd-padding-8: 8px;
|
|
185
|
+
--spacing-padding-pd-padding-12: 12px;
|
|
186
|
+
--spacing-padding-pd-padding-16: 16px;
|
|
187
|
+
--spacing-padding-pd-padding-20: 20px;
|
|
188
|
+
--spacing-padding-pd-padding-24: 24px;
|
|
189
|
+
--spacing-padding-pd-padding-32: 32px;
|
|
190
|
+
--spacing-padding-pd-padding-40: 40px;
|
|
191
|
+
--spacing-padding-pd-padding-48: 48px;
|
|
192
|
+
--spacing-padding-pd-padding-64: 64px;
|
|
193
|
+
--spacing-padding-pd-padding-72: 72px;
|
|
194
|
+
--spacing-padding-pd-padding-80: 80px;
|
|
195
195
|
--border-radius-pd-radius-none: 0;
|
|
196
|
-
--border-radius-pd-radius-xs:
|
|
197
|
-
--border-radius-pd-radius-sm:
|
|
198
|
-
--border-radius-pd-radius-md:
|
|
199
|
-
--border-radius-pd-radius-lg:
|
|
200
|
-
--border-radius-pd-radius-lg-increased:
|
|
201
|
-
--border-radius-pd-radius-xl:
|
|
202
|
-
--border-radius-pd-radius-xl-increased:
|
|
203
|
-
--border-radius-pd-radius-full:
|
|
204
|
-
--border-width-pd-stroke-thin:
|
|
205
|
-
--border-width-pd-stroke-medium:
|
|
206
|
-
--border-width-pd-stroke-thick:
|
|
207
|
-
--border-width-pd-stroke-heavier:
|
|
208
|
-
--border-width-pd-stroke-bold:
|
|
209
|
-
--pd-size-xxs:
|
|
210
|
-
--pd-size-xs:
|
|
211
|
-
--pd-size-sm:
|
|
212
|
-
--pd-size-md:
|
|
213
|
-
--pd-size-lg:
|
|
214
|
-
--pd-size-xl:
|
|
215
|
-
--pd-hover:
|
|
216
|
-
--pd-focused:
|
|
217
|
-
--pd-pressed:
|
|
218
|
-
--pd-disabled-container:
|
|
219
|
-
--pd-disabled-content:
|
|
220
|
-
--pd-scrim:
|
|
196
|
+
--border-radius-pd-radius-xs: 4px;
|
|
197
|
+
--border-radius-pd-radius-sm: 8px;
|
|
198
|
+
--border-radius-pd-radius-md: 12px;
|
|
199
|
+
--border-radius-pd-radius-lg: 16px;
|
|
200
|
+
--border-radius-pd-radius-lg-increased: 20px;
|
|
201
|
+
--border-radius-pd-radius-xl: 24px;
|
|
202
|
+
--border-radius-pd-radius-xl-increased: 32px;
|
|
203
|
+
--border-radius-pd-radius-full: 999px;
|
|
204
|
+
--border-width-pd-stroke-thin: 1px;
|
|
205
|
+
--border-width-pd-stroke-medium: 2px;
|
|
206
|
+
--border-width-pd-stroke-thick: 2px;
|
|
207
|
+
--border-width-pd-stroke-heavier: 3px;
|
|
208
|
+
--border-width-pd-stroke-bold: 4px;
|
|
209
|
+
--pd-size-xxs: 12px;
|
|
210
|
+
--pd-size-xs: 16px;
|
|
211
|
+
--pd-size-sm: 20px;
|
|
212
|
+
--pd-size-md: 24px;
|
|
213
|
+
--pd-size-lg: 32px;
|
|
214
|
+
--pd-size-xl: 48px;
|
|
215
|
+
--pd-hover: 8px;
|
|
216
|
+
--pd-focused: 12px;
|
|
217
|
+
--pd-pressed: 10px;
|
|
218
|
+
--pd-disabled-container: 48px;
|
|
219
|
+
--pd-disabled-content: 64px;
|
|
220
|
+
--pd-scrim: 10px;
|
|
221
221
|
}
|