@dialpad/dialtone-css 8.54.0 → 8.55.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/fonts/SeasonMix-Bold.woff2 +0 -0
- package/lib/build/fonts/SeasonMix-Regular.woff2 +0 -0
- package/lib/build/fonts/SeasonMix-SemiBold.woff2 +0 -0
- package/lib/build/less/components/badge.less +3 -2
- package/lib/build/less/components/banner.less +1 -1
- package/lib/build/less/components/breadcrumbs.less +2 -2
- package/lib/build/less/components/button.less +61 -0
- package/lib/build/less/components/chip.less +7 -7
- package/lib/build/less/components/datepicker.less +2 -2
- package/lib/build/less/components/empty-state.less +1 -1
- package/lib/build/less/components/input.less +7 -0
- package/lib/build/less/components/link.less +9 -4
- package/lib/build/less/components/list-group.less +2 -2
- package/lib/build/less/components/notice.less +5 -5
- package/lib/build/less/components/presence.less +1 -1
- package/lib/build/less/components/radio-checkbox.less +29 -17
- package/lib/build/less/components/selects.less +7 -8
- package/lib/build/less/components/toast.less +2 -2
- package/lib/build/less/components/toggle.less +13 -6
- package/lib/build/less/components/tooltip.less +3 -3
- package/lib/build/less/dialtone-globals.less +8 -8
- package/lib/build/less/recipes/leftbar_row.less +1 -1
- package/lib/build/less/utilities/backgrounds.less +8 -0
- package/lib/build/less/utilities/borders.less +16 -0
- package/lib/build/less/utilities/colors.less +3 -0
- package/lib/dist/dialtone-default-theme.css +12085 -3150
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone-docs.json +1 -1
- package/lib/dist/dialtone.css +3498 -313
- package/lib/dist/dialtone.min.css +1 -1
- package/lib/dist/fonts/SeasonMix-Bold.woff2 +0 -0
- package/lib/dist/fonts/SeasonMix-Regular.woff2 +0 -0
- package/lib/dist/fonts/SeasonMix-SemiBold.woff2 +0 -0
- package/lib/dist/tokens/tokens-base-dark.css +946 -161
- package/lib/dist/tokens/tokens-base-deca-dark.css +526 -56
- package/lib/dist/tokens/tokens-base-deca-light.css +522 -52
- package/lib/dist/tokens/tokens-base-light.css +913 -128
- package/lib/dist/tokens/tokens-debug-base.css +788 -3
- package/lib/dist/tokens/tokens-debug-dp.css +1034 -669
- package/lib/dist/tokens/tokens-deca-dark.css +804 -768
- package/lib/dist/tokens/tokens-deca-light.css +743 -707
- package/lib/dist/tokens/tokens-dp-dark.css +1289 -924
- package/lib/dist/tokens/tokens-dp-light.css +1338 -973
- package/lib/dist/tokens/tokens-expressive-dark.css +1289 -924
- package/lib/dist/tokens/tokens-expressive-light.css +1335 -970
- package/lib/dist/tokens/tokens-expressive-sm-dark.css +1289 -924
- package/lib/dist/tokens/tokens-expressive-sm-light.css +1335 -970
- package/lib/dist/tokens/tokens-tmo-dark.css +1445 -1080
- package/lib/dist/tokens/tokens-tmo-light.css +1480 -1115
- package/lib/dist/tokens-docs.json +1 -1
- package/package.json +3 -3
- package/lib/build/fonts/Archivo-Bold.woff2 +0 -0
- package/lib/build/fonts/Archivo-Regular.woff2 +0 -0
- package/lib/build/fonts/Archivo-SemiBold.woff2 +0 -0
- package/lib/build/fonts/ArchivoExpanded-SemiBold.woff2 +0 -0
- package/lib/build/fonts/ArchivoSemiExpanded-Medium.woff2 +0 -0
- package/lib/build/fonts/ArchivoSemiExpanded-SemiBold.woff2 +0 -0
- package/lib/dist/fonts/Archivo-Bold.woff2 +0 -0
- package/lib/dist/fonts/Archivo-Regular.woff2 +0 -0
- package/lib/dist/fonts/Archivo-SemiBold.woff2 +0 -0
- package/lib/dist/fonts/ArchivoExpanded-SemiBold.woff2 +0 -0
- package/lib/dist/fonts/ArchivoSemiExpanded-Medium.woff2 +0 -0
- package/lib/dist/fonts/ArchivoSemiExpanded-SemiBold.woff2 +0 -0
|
@@ -137,3 +137,11 @@
|
|
|
137
137
|
.d-bgg-pattern-slanted-stripes-light { --bgg-pattern: var(--bgg-pattern-slanted-stripes-light) !important; }
|
|
138
138
|
.d-bgg-pattern-steps-light { --bgg-pattern: var(--bgg-pattern-steps-light) !important; }
|
|
139
139
|
.d-bgg-pattern-stripe-light { --bgg-pattern: var(--bgg-pattern-stripe-light) !important; }
|
|
140
|
+
|
|
141
|
+
// ============================================================================
|
|
142
|
+
// $ Background linear gradient
|
|
143
|
+
// ----------------------------------------------------------------------------
|
|
144
|
+
|
|
145
|
+
.d-bgc-ai {
|
|
146
|
+
background-image: var(--dt-color-surface-ai) !important;
|
|
147
|
+
}
|
|
@@ -224,3 +224,19 @@
|
|
|
224
224
|
border-left: calc(~'4px * (1 - var(--divide-x-reverse))') solid !important;
|
|
225
225
|
}
|
|
226
226
|
.d-divide-x-reverse > * + * { --divide-x-reverse: 1; }
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
// $$ Border linear gradient
|
|
230
|
+
// ----------------------------------------------------------------------------
|
|
231
|
+
|
|
232
|
+
/*
|
|
233
|
+
* Note: border-image is not compatible with border-radius, but it's the easiest way to get a linear gradient border.
|
|
234
|
+
* https://dev.to/afif/border-with-gradient-and-radius-387f
|
|
235
|
+
*/
|
|
236
|
+
.d-bc-ai {
|
|
237
|
+
border-image: var(--dt-color-border-ai) 1 !important;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.d-divide-ai > * + * {
|
|
241
|
+
border-image: var(--dt-color-border-ai) 1 !important;
|
|
242
|
+
}
|
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
// • BACKGROUND/SURFACE COLORS
|
|
12
12
|
// • BORDER COLORS
|
|
13
13
|
//
|
|
14
|
+
// TODO: Remove `*-transparent` classes in favor of `*-neutral-transparent` classes.
|
|
15
|
+
// Both are existing and that's not ok, a migration will be needed on product.
|
|
16
|
+
//
|
|
14
17
|
// $$ TEXT COLORS
|
|
15
18
|
// ----------------------------------------------------------------------------
|
|
16
19
|
.d-fc-current { color: currentColor !important; }
|