@dialpad/dialtone-css 8.80.0-next.9 → 8.81.0-next.1
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/js/dialtone_migrate/index.mjs +86 -7
- package/lib/build/js/dialtone_migration_helper/configs/vue3-to-vue-imports.mjs +5 -2
- package/lib/build/less/components/box.less +1 -1
- package/lib/build/less/components/rich-text-editor.less +8 -0
- package/lib/dist/dialtone-default-theme.css +6 -0
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone-docs.json +1 -1
- package/lib/dist/dialtone-fonts.css +53 -0
- package/lib/dist/dialtone.css +6 -0
- package/lib/dist/dialtone.min.css +1 -1
- package/lib/dist/fonts.js +1 -0
- package/lib/dist/js/dialtone_migrate/index.mjs +86 -7
- package/lib/dist/js/dialtone_migrate_border_radius/index.mjs +0 -0
- package/lib/dist/js/dialtone_migrate_chip_interactive/index.mjs +0 -0
- package/lib/dist/js/dialtone_migrate_link_rendering/index.mjs +0 -0
- package/lib/dist/js/dialtone_migrate_props/index.mjs +0 -0
- package/lib/dist/js/dialtone_migrate_scrollbar_always/index.mjs +0 -0
- package/lib/dist/js/dialtone_migrate_tshirt_to_numeric/index.mjs +0 -0
- package/lib/dist/js/dialtone_migrate_typography/index.mjs +0 -0
- package/lib/dist/js/dialtone_migration_helper/configs/vue3-to-vue-imports.mjs +5 -2
- package/package.json +3 -10
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-weight: 400;
|
|
3
|
+
font-family: "Season Mix";
|
|
4
|
+
font-style: normal;
|
|
5
|
+
src: url('./fonts/SeasonMix-Regular.woff2') format('woff2');
|
|
6
|
+
}
|
|
7
|
+
@font-face {
|
|
8
|
+
font-weight: 600;
|
|
9
|
+
font-family: "Season Mix";
|
|
10
|
+
font-style: normal;
|
|
11
|
+
src: url('./fonts/SeasonMix-SemiBold.woff2') format('woff2');
|
|
12
|
+
}
|
|
13
|
+
@font-face {
|
|
14
|
+
font-weight: 700;
|
|
15
|
+
font-family: "Season Mix";
|
|
16
|
+
font-style: normal;
|
|
17
|
+
src: url('./fonts/SeasonMix-Bold.woff2') format('woff2');
|
|
18
|
+
}
|
|
19
|
+
@font-face {
|
|
20
|
+
font-weight: 300;
|
|
21
|
+
font-family: "Season Sans";
|
|
22
|
+
font-style: normal;
|
|
23
|
+
src: url('./fonts/SeasonSans-Light.woff2') format('woff2');
|
|
24
|
+
}
|
|
25
|
+
@font-face {
|
|
26
|
+
font-weight: 400;
|
|
27
|
+
font-family: "Season Sans";
|
|
28
|
+
font-style: normal;
|
|
29
|
+
src: url('./fonts/SeasonSans-Regular.woff2') format('woff2');
|
|
30
|
+
}
|
|
31
|
+
@font-face {
|
|
32
|
+
font-weight: 500;
|
|
33
|
+
font-family: "Season Sans";
|
|
34
|
+
font-style: normal;
|
|
35
|
+
src: url('./fonts/SeasonSans-Medium.woff2') format('woff2');
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-weight: 600;
|
|
39
|
+
font-family: "Season Sans";
|
|
40
|
+
font-style: normal;
|
|
41
|
+
src: url('./fonts/SeasonSans-SemiBold.woff2') format('woff2');
|
|
42
|
+
}
|
|
43
|
+
@font-face {
|
|
44
|
+
font-weight: 700;
|
|
45
|
+
font-family: "Season Sans";
|
|
46
|
+
font-style: normal;
|
|
47
|
+
src: url('./fonts/SeasonSans-Bold.woff2') format('woff2');
|
|
48
|
+
}
|
|
49
|
+
@font-face {
|
|
50
|
+
font-family: "Segoe UI Adjusted";
|
|
51
|
+
src: local(Segoe UI);
|
|
52
|
+
ascent-override: 95%;
|
|
53
|
+
}
|
package/lib/dist/dialtone.css
CHANGED
|
@@ -1255,6 +1255,9 @@
|
|
|
1255
1255
|
.d-box--surface-backdrop {
|
|
1256
1256
|
--box-surface: var(--dt-color-surface-backdrop);
|
|
1257
1257
|
}
|
|
1258
|
+
.d-box--surface-overlay {
|
|
1259
|
+
--box-surface: var(--dt-color-surface-overlay);
|
|
1260
|
+
}
|
|
1258
1261
|
.d-box--surface-brand {
|
|
1259
1262
|
--box-surface: var(--dt-color-surface-brand);
|
|
1260
1263
|
}
|
|
@@ -8449,6 +8452,9 @@
|
|
|
8449
8452
|
.d-rich-text-editor > .ProseMirror :where(a) {
|
|
8450
8453
|
display: inline;
|
|
8451
8454
|
}
|
|
8455
|
+
.d-rich-text-editor > .ProseMirror [data-node-view-wrapper] .d-link {
|
|
8456
|
+
display: inline-flex;
|
|
8457
|
+
}
|
|
8452
8458
|
.d-rich-text-editor > .ProseMirror p.is-editor-empty:first-child::before {
|
|
8453
8459
|
float: inline-start;
|
|
8454
8460
|
block-size: 0;
|