@dialpad/dialtone-css 8.45.3 → 8.46.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/lib/build/less/components/avatar.less +61 -3
- package/lib/build/less/components/collapsible.less +6 -0
- package/lib/build/less/components/combobox.less +9 -0
- package/lib/build/less/components/datepicker.less +3 -8
- package/lib/build/less/components/description-list.less +30 -0
- package/lib/build/less/components/dropdown.less +14 -0
- package/lib/build/less/components/emoji-picker.less +4 -0
- package/lib/build/less/components/empty-state.less +0 -4
- package/lib/build/less/components/input.less +9 -0
- package/lib/build/less/components/item-layout.less +20 -20
- package/lib/build/less/components/list-item.less +38 -0
- package/lib/build/less/components/rich-text-editor.less +57 -0
- package/lib/build/less/components/scroller.less +49 -0
- package/lib/build/less/components/skeleton.less +11 -7
- package/lib/build/less/components/tooltip.less +20 -0
- package/lib/build/less/dialtone-reset.less +7 -6
- package/lib/build/less/dialtone.less +5 -0
- package/lib/build/less/utilities/borders.less +38 -8
- package/lib/build/less/utilities/colors.less +10 -3
- package/lib/build/less/utilities/effects.less +3 -4
- package/lib/build/less/utilities/interactivity.less +14 -3
- package/lib/build/less/utilities/layout.less +4 -4
- package/lib/build/less/utilities/spacing.less +27 -7
- package/lib/build/less/utilities/typography.less +3 -2
- package/lib/dist/dialtone-default-theme.css +344 -66
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone.css +336 -58
- package/lib/dist/dialtone.min.css +1 -1
- package/lib/dist/tokens/tokens-base-dark.css +1 -1
- package/lib/dist/tokens/tokens-base-light.css +8 -8
- package/lib/dist/tokens/tokens-debug-base.css +777 -0
- package/lib/dist/tokens/tokens-debug-dp.css +2131 -0
- package/lib/dist/tokens/tokens-dp-dark.css +7 -7
- package/lib/dist/tokens/tokens-expressive-dark.css +7 -7
- package/lib/dist/tokens/tokens-expressive-sm-dark.css +7 -7
- package/lib/dist/tokens/tokens-tmo-dark.css +7 -7
- package/package.json +3 -5
- package/lib/build/less/utilities/lint-staged.config.cjs +0 -5
|
@@ -240,13 +240,13 @@
|
|
|
240
240
|
--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
|
|
241
241
|
--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
|
|
242
242
|
--dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
|
|
243
|
-
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-
|
|
244
|
-
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-
|
|
245
|
-
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-
|
|
246
|
-
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-
|
|
247
|
-
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-
|
|
248
|
-
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-
|
|
249
|
-
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-
|
|
243
|
+
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
|
|
244
|
+
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
|
|
245
|
+
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
|
|
246
|
+
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
|
|
247
|
+
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
|
|
248
|
+
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
|
|
249
|
+
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
|
|
250
250
|
--dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
|
|
251
251
|
--dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
|
|
252
252
|
--dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);
|
|
@@ -232,13 +232,13 @@
|
|
|
232
232
|
--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
|
|
233
233
|
--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
|
|
234
234
|
--dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
|
|
235
|
-
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-
|
|
236
|
-
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-
|
|
237
|
-
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-
|
|
238
|
-
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-
|
|
239
|
-
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-
|
|
240
|
-
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-
|
|
241
|
-
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-
|
|
235
|
+
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
|
|
236
|
+
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
|
|
237
|
+
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
|
|
238
|
+
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
|
|
239
|
+
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
|
|
240
|
+
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
|
|
241
|
+
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
|
|
242
242
|
--dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
|
|
243
243
|
--dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
|
|
244
244
|
--dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);
|
|
@@ -232,13 +232,13 @@
|
|
|
232
232
|
--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
|
|
233
233
|
--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
|
|
234
234
|
--dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
|
|
235
|
-
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-
|
|
236
|
-
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-
|
|
237
|
-
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-
|
|
238
|
-
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-
|
|
239
|
-
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-
|
|
240
|
-
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-
|
|
241
|
-
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-
|
|
235
|
+
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
|
|
236
|
+
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
|
|
237
|
+
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
|
|
238
|
+
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
|
|
239
|
+
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
|
|
240
|
+
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
|
|
241
|
+
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
|
|
242
242
|
--dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
|
|
243
243
|
--dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
|
|
244
244
|
--dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);
|
|
@@ -239,13 +239,13 @@
|
|
|
239
239
|
--dt-theme-presence-color-background-busy-hsl: var(--dt-color-gold-300-hsl);
|
|
240
240
|
--dt-theme-presence-color-background-busy-hsla: var(--dt-color-gold-300-hsla);
|
|
241
241
|
--dt-theme-presence-color-background-busy: var(--dt-color-gold-300);
|
|
242
|
-
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-
|
|
243
|
-
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-
|
|
244
|
-
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-
|
|
245
|
-
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-
|
|
246
|
-
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-
|
|
247
|
-
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-
|
|
248
|
-
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-
|
|
242
|
+
--dt-theme-presence-color-background-busy-unavailable-h: var(--dt-color-red-400-h);
|
|
243
|
+
--dt-theme-presence-color-background-busy-unavailable-s: var(--dt-color-red-400-s);
|
|
244
|
+
--dt-theme-presence-color-background-busy-unavailable-l: var(--dt-color-red-400-l);
|
|
245
|
+
--dt-theme-presence-color-background-busy-unavailable-a: var(--dt-color-red-400-a);
|
|
246
|
+
--dt-theme-presence-color-background-busy-unavailable-hsl: var(--dt-color-red-400-hsl);
|
|
247
|
+
--dt-theme-presence-color-background-busy-unavailable-hsla: var(--dt-color-red-400-hsla);
|
|
248
|
+
--dt-theme-presence-color-background-busy-unavailable: var(--dt-color-red-400);
|
|
249
249
|
--dt-theme-presence-color-background-available-h: var(--dt-color-green-400-h);
|
|
250
250
|
--dt-theme-presence-color-background-available-s: var(--dt-color-green-400-s);
|
|
251
251
|
--dt-theme-presence-color-background-available-l: var(--dt-color-green-400-l);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-css",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.46.2",
|
|
4
4
|
"description": "Dialpad's design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Dialpad",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"semantic-release": "^21.0.6",
|
|
89
89
|
"through2": "^4.0.2",
|
|
90
90
|
"yargs": "^17.7.2",
|
|
91
|
-
"@dialpad/dialtone-tokens": "1.
|
|
91
|
+
"@dialpad/dialtone-tokens": "1.37.1",
|
|
92
92
|
"@dialpad/postcss-responsive-variations": "1.1.5"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
@@ -104,8 +104,6 @@
|
|
|
104
104
|
"scripts": {
|
|
105
105
|
"lint": "run-s lint:code lint:library",
|
|
106
106
|
"lint:code": "eslint '**/*.{js,cjs,vue}'",
|
|
107
|
-
"lint:library": "
|
|
108
|
-
"lesshint": "pnpm exec lesshint 'lib/build/less/utilities'",
|
|
109
|
-
"stylelint": "pnpm exec stylelint 'lib/build/less/**/*.less'"
|
|
107
|
+
"lint:library": "pnpm exec stylelint 'lib/build/less/**/*.less'"
|
|
110
108
|
}
|
|
111
109
|
}
|