@dialpad/dialtone-css 8.46.5 → 8.48.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/lib/build/less/components/radio-checkbox.less +6 -6
- package/lib/build/less/utilities/sizing.less +9 -0
- package/lib/build/less/variables/visual-styles.less +1 -0
- package/lib/dist/dialtone-default-theme.css +433 -393
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone-docs.json +1 -0
- package/lib/dist/dialtone.css +243 -203
- package/lib/dist/dialtone.min.css +1 -1
- package/lib/dist/tokens-docs.json +1 -0
- package/package.json +4 -14
|
@@ -187,13 +187,13 @@
|
|
|
187
187
|
&:checked {
|
|
188
188
|
--check-radio-color-background: var(--check-radio-color-background-checked);
|
|
189
189
|
|
|
190
|
-
background-image: url("data:image/svg+xml
|
|
190
|
+
background-image: url("data:image/svg+xml,<svg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='%23fff'/></svg>");
|
|
191
191
|
|
|
192
192
|
// Disabled
|
|
193
193
|
&[disabled] {
|
|
194
194
|
--check-radio-color-background: var(--check-radio-color-background-disabled);
|
|
195
195
|
|
|
196
|
-
background-image: url("data:image/svg+xml
|
|
196
|
+
background-image: url("data:image/svg+xml,<svg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='hsl(240, 10%, 51%)'/></svg>");
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
199
|
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
--check-radio-color-background: var(--check-radio-color-background-disabled);
|
|
202
202
|
--check-radio-color-border: var(--check-radio-color-border-disabled);
|
|
203
203
|
|
|
204
|
-
background-image: url("data:image/svg+xml
|
|
204
|
+
background-image: url("data:image/svg+xml,<svg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z' fill='hsl(240, 10%, 51%)'/></svg>");
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
&--indeterminate,
|
|
@@ -209,13 +209,13 @@
|
|
|
209
209
|
--check-radio-color-background: var(--check-radio-color-background-checked);
|
|
210
210
|
--check-radio-color-border: var(--check-radio-color-border-checked);
|
|
211
211
|
|
|
212
|
-
background-image: url("data:image/svg+xml
|
|
212
|
+
background-image: url("data:image/svg+xml,<svg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M19 13H5v-2h14v2z' fill='%23fff'/></svg>");
|
|
213
213
|
|
|
214
214
|
&[disabled] {
|
|
215
215
|
--check-radio-color-background: var(--check-radio-color-background-disabled);
|
|
216
216
|
--check-radio-color-border: var(--check-radio-color-border-disabled);
|
|
217
217
|
|
|
218
|
-
background-image: url("data:image/svg+xml
|
|
218
|
+
background-image: url("data:image/svg+xml,<svg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M19 13H5v-2h14v2z' fill='hsl(240, 10%, 51%)'/></svg>");
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
--check-radio-color-background: var(--check-radio-color-background-disabled);
|
|
225
225
|
--check-radio-color-border: var(--check-radio-color-border-disabled);
|
|
226
226
|
|
|
227
|
-
background-image: url("data:image/svg+xml
|
|
227
|
+
background-image: url("data:image/svg+xml,<svg width='12' height='12' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M19 13H5v-2h14v2z' fill='hsl(240, 10%, 51%)'/></svg>");
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
// Disabled
|
|
@@ -136,10 +136,16 @@
|
|
|
136
136
|
.d-w100vw { width: 100vw !important; }
|
|
137
137
|
.d-w-auto { width: auto !important; }
|
|
138
138
|
.d-w-unset { width: unset !important; }
|
|
139
|
+
.d-w-fit-content { width: fit-content !important; }
|
|
140
|
+
.d-w-max-content { width: max-content !important; }
|
|
141
|
+
.d-w-min-content { width: min-content !important; }
|
|
139
142
|
|
|
140
143
|
.d-wmn60ch { min-width: 60ch !important; }
|
|
141
144
|
.d-wmn75ch { min-width: 75ch !important; }
|
|
142
145
|
.d-wmn90ch { min-width: 90ch !important; }
|
|
146
|
+
.d-wmn-fit-content { min-width: fit-content !important; }
|
|
147
|
+
.d-wmn-max-content { min-width: max-content !important; }
|
|
148
|
+
.d-wmn-min-content { min-width: min-content !important; }
|
|
143
149
|
|
|
144
150
|
.d-wmn-auto { min-width: auto !important; }
|
|
145
151
|
.d-wmn-unset { min-width: unset !important; }
|
|
@@ -150,3 +156,6 @@
|
|
|
150
156
|
|
|
151
157
|
.d-wmx-auto { max-width: auto !important; }
|
|
152
158
|
.d-wmx-unset { max-width: unset !important; }
|
|
159
|
+
.d-wmx-fit-content { max-width: fit-content !important; }
|
|
160
|
+
.d-wmx-max-content { max-width: max-content !important; }
|
|
161
|
+
.d-wmx-min-content { max-width: min-content !important; }
|