@dialpad/dialtone 9.65.0 → 9.65.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/dist/chunks/tokens-base-dark--ozK7f0P.js +4 -0
- package/dist/chunks/tokens-base-dark-V8E4WaJI.js +1 -0
- package/dist/chunks/tokens-base-light-LYlvM3eZ.js +1 -0
- package/dist/chunks/tokens-base-light-ljPrpLe2.js +4 -0
- package/dist/css/dialtone-default-theme.css +57 -55
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +8 -6
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-dark.css +5 -5
- package/dist/css/tokens/tokens-base-light.css +5 -5
- package/dist/css/tokens/tokens-dp-dark.css +44 -44
- package/dist/css/tokens/tokens-dp-light.css +44 -44
- package/dist/css/tokens/tokens-expressive-dark.css +50 -50
- package/dist/css/tokens/tokens-expressive-light.css +50 -50
- package/dist/css/tokens/tokens-expressive-sm-dark.css +50 -50
- package/dist/css/tokens/tokens-expressive-sm-light.css +50 -50
- package/dist/css/tokens/tokens-tmo-dark.css +44 -44
- package/dist/css/tokens/tokens-tmo-light.css +44 -44
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +2 -2
- package/dist/themes/dp-light.cjs +1 -1
- package/dist/themes/dp-light.js +2 -2
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +2 -2
- package/dist/themes/expressive-light.cjs +1 -1
- package/dist/themes/expressive-light.js +2 -2
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +2 -2
- package/dist/themes/expressive-sm-light.cjs +1 -1
- package/dist/themes/expressive-sm-light.js +2 -2
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +2 -2
- package/dist/themes/tmo-light.cjs +1 -1
- package/dist/themes/tmo-light.js +2 -2
- package/dist/tokens/css/tokens-base-dark.css +5 -5
- package/dist/tokens/css/tokens-base-light.css +5 -5
- package/dist/tokens/css/tokens-dp-dark.css +44 -44
- package/dist/tokens/css/tokens-dp-light.css +44 -44
- package/dist/tokens/css/tokens-expressive-dark.css +50 -50
- package/dist/tokens/css/tokens-expressive-light.css +50 -50
- package/dist/tokens/css/tokens-expressive-sm-dark.css +50 -50
- package/dist/tokens/css/tokens-expressive-sm-light.css +50 -50
- package/dist/tokens/css/tokens-tmo-dark.css +44 -44
- package/dist/tokens/css/tokens-tmo-light.css +44 -44
- package/dist/tokens/doc.json +11456 -11456
- package/dist/tokens/less/tokens-base-dark.less +5 -5
- package/dist/tokens/less/tokens-base-light.less +5 -5
- package/dist/tokens/less/tokens-dp-dark.less +44 -44
- package/dist/tokens/less/tokens-dp-light.less +44 -44
- package/dist/tokens/less/tokens-expressive-dark.less +50 -50
- package/dist/tokens/less/tokens-expressive-light.less +50 -50
- package/dist/tokens/less/tokens-expressive-sm-dark.less +50 -50
- package/dist/tokens/less/tokens-expressive-sm-light.less +50 -50
- package/dist/tokens/less/tokens-tmo-dark.less +44 -44
- package/dist/tokens/less/tokens-tmo-light.less +44 -44
- package/dist/tokens/tokens-base-dark.json +5 -5
- package/dist/tokens/tokens-base-light.json +5 -5
- package/dist/tokens/tokens-dp-dark.json +44 -44
- package/dist/tokens/tokens-dp-light.json +44 -44
- package/dist/tokens/tokens-expressive-dark.json +50 -50
- package/dist/tokens/tokens-expressive-light.json +50 -50
- package/dist/tokens/tokens-expressive-sm-dark.json +50 -50
- package/dist/tokens/tokens-expressive-sm-light.json +50 -50
- package/dist/tokens/tokens-tmo-dark.json +44 -44
- package/dist/tokens/tokens-tmo-light.json +44 -44
- package/dist/vue2/lib/message-input.cjs +13 -6
- package/dist/vue2/lib/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input.js +13 -6
- package/dist/vue2/lib/message-input.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +8 -14
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +8 -14
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/style.css +5 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/custom_link/custom_link.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +4 -2
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +1 -1
- package/dist/vue3/lib/message-input.cjs +13 -14
- package/dist/vue3/lib/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input.js +14 -15
- package/dist/vue3/lib/message-input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +11 -16
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +11 -16
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/style.css +5 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/custom_link/custom_link.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +4 -2
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +1 -1
- package/package.json +2 -2
- package/dist/chunks/tokens-base-dark-BC3U5KoN.js +0 -4
- package/dist/chunks/tokens-base-dark-zbBpWlfP.js +0 -1
- package/dist/chunks/tokens-base-light-PCrr7t8W.js +0 -4
- package/dist/chunks/tokens-base-light-dvWvBHbM.js +0 -1
|
@@ -1867,20 +1867,22 @@ template {
|
|
|
1867
1867
|
background-color: var(--dt-color-neutral-transparent);
|
|
1868
1868
|
}
|
|
1869
1869
|
.d-emoji {
|
|
1870
|
+
position: relative;
|
|
1870
1871
|
display: inline-block;
|
|
1871
1872
|
vertical-align: middle;
|
|
1872
1873
|
}
|
|
1874
|
+
.d-emoji .d-icon {
|
|
1875
|
+
position: absolute;
|
|
1876
|
+
top: 50%;
|
|
1877
|
+
display: block;
|
|
1878
|
+
-webkit-transform: translateY(-50%);
|
|
1879
|
+
transform: translateY(-50%);
|
|
1880
|
+
}
|
|
1873
1881
|
.d-emoji-text-wrapper .d-emoji {
|
|
1874
|
-
position: relative;
|
|
1875
1882
|
height: 1em;
|
|
1876
|
-
vertical-align: middle;
|
|
1877
1883
|
}
|
|
1878
1884
|
.d-emoji-text-wrapper .d-emoji .d-icon {
|
|
1879
|
-
position: absolute;
|
|
1880
1885
|
top: calc(50% - 1px);
|
|
1881
|
-
display: block;
|
|
1882
|
-
-webkit-transform: translateY(-50%);
|
|
1883
|
-
transform: translateY(-50%);
|
|
1884
1886
|
}
|
|
1885
1887
|
.d-emoji-picker {
|
|
1886
1888
|
flex-direction: column;
|
|
@@ -7795,11 +7797,11 @@ body {
|
|
|
7795
7797
|
|
|
7796
7798
|
:root {
|
|
7797
7799
|
color-scheme: light;
|
|
7798
|
-
--dt-font-size-100:
|
|
7799
|
-
--dt-font-size-200:
|
|
7800
|
-
--dt-font-size-300:
|
|
7801
|
-
--dt-font-size-400:
|
|
7802
|
-
--dt-font-size-500:
|
|
7800
|
+
--dt-font-size-100: 1.2rem; /* small */
|
|
7801
|
+
--dt-font-size-200: 1.5rem; /* medium / base */
|
|
7802
|
+
--dt-font-size-300: 1.9rem; /* large */
|
|
7803
|
+
--dt-font-size-400: 2.7rem; /* extra large / xl */
|
|
7804
|
+
--dt-font-size-500: 3.8rem; /* extra large / xxl */
|
|
7803
7805
|
--dt-font-family-body: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
7804
7806
|
--dt-font-family-expressive: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
7805
7807
|
--dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
|
@@ -20599,157 +20601,157 @@ body {
|
|
|
20599
20601
|
--dt-typography-body-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium text style for main content. */
|
|
20600
20602
|
--dt-typography-body-md-font-weight: 400; /* Base default medium text style for main content. */
|
|
20601
20603
|
--dt-typography-body-md-line-height: 1.6; /* Base default medium text style for main content. */
|
|
20602
|
-
--dt-typography-body-md-font-size:
|
|
20604
|
+
--dt-typography-body-md-font-size: 1.5rem; /* Base default medium text style for main content. */
|
|
20603
20605
|
--dt-typography-body-md-text-case: none; /* Base default medium text style for main content. */
|
|
20604
20606
|
--dt-typography-body-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium body style. */
|
|
20605
20607
|
--dt-typography-body-md-compact-font-weight: 400; /* A tighter-spaced version of medium body style. */
|
|
20606
20608
|
--dt-typography-body-md-compact-line-height: 1.4; /* A tighter-spaced version of medium body style. */
|
|
20607
|
-
--dt-typography-body-md-compact-font-size:
|
|
20609
|
+
--dt-typography-body-md-compact-font-size: 1.5rem; /* A tighter-spaced version of medium body style. */
|
|
20608
20610
|
--dt-typography-body-md-compact-text-case: none; /* A tighter-spaced version of medium body style. */
|
|
20609
20611
|
--dt-typography-body-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Reduced small text style for less prominent or adjacent content. */
|
|
20610
20612
|
--dt-typography-body-sm-font-weight: 400; /* Reduced small text style for less prominent or adjacent content. */
|
|
20611
20613
|
--dt-typography-body-sm-line-height: 1.4; /* Reduced small text style for less prominent or adjacent content. */
|
|
20612
|
-
--dt-typography-body-sm-font-size:
|
|
20614
|
+
--dt-typography-body-sm-font-size: 1.2rem; /* Reduced small text style for less prominent or adjacent content. */
|
|
20613
20615
|
--dt-typography-body-sm-text-case: none; /* Reduced small text style for less prominent or adjacent content. */
|
|
20614
20616
|
--dt-typography-body-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small body style. */
|
|
20615
20617
|
--dt-typography-body-sm-compact-font-weight: 400; /* A tighter-spaced version of small body style. */
|
|
20616
20618
|
--dt-typography-body-sm-compact-line-height: 1.2; /* A tighter-spaced version of small body style. */
|
|
20617
|
-
--dt-typography-body-sm-compact-font-size:
|
|
20619
|
+
--dt-typography-body-sm-compact-font-size: 1.2rem; /* A tighter-spaced version of small body style. */
|
|
20618
20620
|
--dt-typography-body-sm-compact-text-case: none; /* A tighter-spaced version of small body style. */
|
|
20619
20621
|
--dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
20620
20622
|
--dt-typography-headline-eyebrow-font-weight: 400; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
20621
20623
|
--dt-typography-headline-eyebrow-line-height: 1.4; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
20622
|
-
--dt-typography-headline-eyebrow-font-size:
|
|
20624
|
+
--dt-typography-headline-eyebrow-font-size: 1.2rem; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
20623
20625
|
--dt-typography-headline-eyebrow-text-case: uppercase; /* Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline. */
|
|
20624
20626
|
--dt-typography-headline-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text size for secondary information or subheadings. */
|
|
20625
20627
|
--dt-typography-headline-sm-font-weight: 700; /* Smaller text size for secondary information or subheadings. */
|
|
20626
20628
|
--dt-typography-headline-sm-line-height: 1.4; /* Smaller text size for secondary information or subheadings. */
|
|
20627
|
-
--dt-typography-headline-sm-font-size:
|
|
20629
|
+
--dt-typography-headline-sm-font-size: 1.2rem; /* Smaller text size for secondary information or subheadings. */
|
|
20628
20630
|
--dt-typography-headline-sm-text-case: none; /* Smaller text size for secondary information or subheadings. */
|
|
20629
20631
|
--dt-typography-headline-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small headline style. */
|
|
20630
20632
|
--dt-typography-headline-sm-compact-font-weight: 700; /* A tighter-spaced version of small headline style. */
|
|
20631
20633
|
--dt-typography-headline-sm-compact-line-height: 1.2; /* A tighter-spaced version of small headline style. */
|
|
20632
|
-
--dt-typography-headline-sm-compact-font-size:
|
|
20634
|
+
--dt-typography-headline-sm-compact-font-size: 1.2rem; /* A tighter-spaced version of small headline style. */
|
|
20633
20635
|
--dt-typography-headline-sm-compact-text-case: none; /* A tighter-spaced version of small headline style. */
|
|
20634
20636
|
--dt-typography-headline-sm-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight version of small headline style. */
|
|
20635
20637
|
--dt-typography-headline-sm-soft-font-weight: 500; /* A softer font weight version of small headline style. */
|
|
20636
20638
|
--dt-typography-headline-sm-soft-line-height: 1.4; /* A softer font weight version of small headline style. */
|
|
20637
|
-
--dt-typography-headline-sm-soft-font-size:
|
|
20639
|
+
--dt-typography-headline-sm-soft-font-size: 1.2rem; /* A softer font weight version of small headline style. */
|
|
20638
20640
|
--dt-typography-headline-sm-soft-text-case: none; /* A softer font weight version of small headline style. */
|
|
20639
20641
|
--dt-typography-headline-sm-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
20640
20642
|
--dt-typography-headline-sm-soft-compact-font-weight: 500; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
20641
20643
|
--dt-typography-headline-sm-soft-compact-line-height: 1.2; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
20642
|
-
--dt-typography-headline-sm-soft-compact-font-size:
|
|
20644
|
+
--dt-typography-headline-sm-soft-compact-font-size: 1.2rem; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
20643
20645
|
--dt-typography-headline-sm-soft-compact-text-case: none; /* A softer font weight, tighter-spaced version of small headline style. */
|
|
20644
20646
|
--dt-typography-headline-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Medium-sized base text style for headlines. */
|
|
20645
20647
|
--dt-typography-headline-md-font-weight: 700; /* Medium-sized base text style for headlines. */
|
|
20646
20648
|
--dt-typography-headline-md-line-height: 1.6; /* Medium-sized base text style for headlines. */
|
|
20647
|
-
--dt-typography-headline-md-font-size:
|
|
20649
|
+
--dt-typography-headline-md-font-size: 1.5rem; /* Medium-sized base text style for headlines. */
|
|
20648
20650
|
--dt-typography-headline-md-text-case: none; /* Medium-sized base text style for headlines. */
|
|
20649
20651
|
--dt-typography-headline-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium headline style. */
|
|
20650
20652
|
--dt-typography-headline-md-compact-font-weight: 700; /* A tighter-spaced version of medium headline style. */
|
|
20651
20653
|
--dt-typography-headline-md-compact-line-height: 1.4; /* A tighter-spaced version of medium headline style. */
|
|
20652
|
-
--dt-typography-headline-md-compact-font-size:
|
|
20654
|
+
--dt-typography-headline-md-compact-font-size: 1.5rem; /* A tighter-spaced version of medium headline style. */
|
|
20653
20655
|
--dt-typography-headline-md-compact-text-case: none; /* A tighter-spaced version of medium headline style. */
|
|
20654
20656
|
--dt-typography-headline-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Large text style for headlines to attract attention. */
|
|
20655
20657
|
--dt-typography-headline-lg-font-weight: 700; /* Large text style for headlines to attract attention. */
|
|
20656
20658
|
--dt-typography-headline-lg-line-height: 1.6; /* Large text style for headlines to attract attention. */
|
|
20657
|
-
--dt-typography-headline-lg-font-size:
|
|
20659
|
+
--dt-typography-headline-lg-font-size: 1.9rem; /* Large text style for headlines to attract attention. */
|
|
20658
20660
|
--dt-typography-headline-lg-text-case: none; /* Large text style for headlines to attract attention. */
|
|
20659
20661
|
--dt-typography-headline-lg-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight version of large headline style. */
|
|
20660
20662
|
--dt-typography-headline-lg-soft-font-weight: 500; /* A softer font weight version of large headline style. */
|
|
20661
20663
|
--dt-typography-headline-lg-soft-line-height: 1.6; /* A softer font weight version of large headline style. */
|
|
20662
|
-
--dt-typography-headline-lg-soft-font-size:
|
|
20664
|
+
--dt-typography-headline-lg-soft-font-size: 1.9rem; /* A softer font weight version of large headline style. */
|
|
20663
20665
|
--dt-typography-headline-lg-soft-text-case: none; /* A softer font weight version of large headline style. */
|
|
20664
20666
|
--dt-typography-headline-lg-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of large body style. */
|
|
20665
20667
|
--dt-typography-headline-lg-compact-font-weight: 700; /* A tighter-spaced version of large body style. */
|
|
20666
20668
|
--dt-typography-headline-lg-compact-line-height: 1.2; /* A tighter-spaced version of large body style. */
|
|
20667
|
-
--dt-typography-headline-lg-compact-font-size:
|
|
20669
|
+
--dt-typography-headline-lg-compact-font-size: 1.9rem; /* A tighter-spaced version of large body style. */
|
|
20668
20670
|
--dt-typography-headline-lg-compact-text-case: none; /* A tighter-spaced version of large body style. */
|
|
20669
20671
|
--dt-typography-headline-lg-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A softer font weight, tighter spaced version of large headline style. */
|
|
20670
20672
|
--dt-typography-headline-lg-soft-compact-font-weight: 500; /* A softer font weight, tighter spaced version of large headline style. */
|
|
20671
20673
|
--dt-typography-headline-lg-soft-compact-line-height: 1.2; /* A softer font weight, tighter spaced version of large headline style. */
|
|
20672
|
-
--dt-typography-headline-lg-soft-compact-font-size:
|
|
20674
|
+
--dt-typography-headline-lg-soft-compact-font-size: 1.9rem; /* A softer font weight, tighter spaced version of large headline style. */
|
|
20673
20675
|
--dt-typography-headline-lg-soft-compact-text-case: none; /* A softer font weight, tighter spaced version of large headline style. */
|
|
20674
20676
|
--dt-typography-headline-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Extra large text style for high importance headlines. */
|
|
20675
20677
|
--dt-typography-headline-xl-font-weight: 500; /* Extra large text style for high importance headlines. */
|
|
20676
20678
|
--dt-typography-headline-xl-line-height: 1.2; /* Extra large text style for high importance headlines. */
|
|
20677
|
-
--dt-typography-headline-xl-font-size:
|
|
20679
|
+
--dt-typography-headline-xl-font-size: 2.7rem; /* Extra large text style for high importance headlines. */
|
|
20678
20680
|
--dt-typography-headline-xl-text-case: none; /* Extra large text style for high importance headlines. */
|
|
20679
20681
|
--dt-typography-headline-xl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of extra large headline style. */
|
|
20680
20682
|
--dt-typography-headline-xl-compact-font-weight: 500; /* A tighter-spaced version of extra large headline style. */
|
|
20681
20683
|
--dt-typography-headline-xl-compact-line-height: 1; /* A tighter-spaced version of extra large headline style. */
|
|
20682
|
-
--dt-typography-headline-xl-compact-font-size:
|
|
20684
|
+
--dt-typography-headline-xl-compact-font-size: 2.7rem; /* A tighter-spaced version of extra large headline style. */
|
|
20683
20685
|
--dt-typography-headline-xl-compact-text-case: none; /* A tighter-spaced version of extra large headline style. */
|
|
20684
20686
|
--dt-typography-headline-xxl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Largest text style for extra extra large content. */
|
|
20685
20687
|
--dt-typography-headline-xxl-font-weight: 500; /* Largest text style for extra extra large content. */
|
|
20686
20688
|
--dt-typography-headline-xxl-line-height: 1.2; /* Largest text style for extra extra large content. */
|
|
20687
|
-
--dt-typography-headline-xxl-font-size:
|
|
20689
|
+
--dt-typography-headline-xxl-font-size: 3.8rem; /* Largest text style for extra extra large content. */
|
|
20688
20690
|
--dt-typography-headline-xxl-text-case: none; /* Largest text style for extra extra large content. */
|
|
20689
20691
|
--dt-typography-headline-xxl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of extra extra large headline style. */
|
|
20690
20692
|
--dt-typography-headline-xxl-compact-font-weight: 500; /* A tighter-spaced version of extra extra large headline style. */
|
|
20691
20693
|
--dt-typography-headline-xxl-compact-line-height: 1; /* A tighter-spaced version of extra extra large headline style. */
|
|
20692
|
-
--dt-typography-headline-xxl-compact-font-size:
|
|
20694
|
+
--dt-typography-headline-xxl-compact-font-size: 3.8rem; /* A tighter-spaced version of extra extra large headline style. */
|
|
20693
20695
|
--dt-typography-headline-xxl-compact-text-case: none; /* A tighter-spaced version of extra extra large headline style. */
|
|
20694
20696
|
--dt-typography-label-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
20695
20697
|
--dt-typography-label-md-font-weight: 600; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
20696
20698
|
--dt-typography-label-md-line-height: 1.6; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
20697
|
-
--dt-typography-label-md-font-size:
|
|
20699
|
+
--dt-typography-label-md-font-size: 1.5rem; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
20698
20700
|
--dt-typography-label-md-text-case: none; /* Base default medium-sized text style for labels, providing clear identification and categorization. */
|
|
20699
20701
|
--dt-typography-label-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of medium label style. */
|
|
20700
20702
|
--dt-typography-label-md-compact-font-weight: 600; /* A tighter-spaced version of medium label style. */
|
|
20701
20703
|
--dt-typography-label-md-compact-line-height: 1.4; /* A tighter-spaced version of medium label style. */
|
|
20702
|
-
--dt-typography-label-md-compact-font-size:
|
|
20704
|
+
--dt-typography-label-md-compact-font-size: 1.5rem; /* A tighter-spaced version of medium label style. */
|
|
20703
20705
|
--dt-typography-label-md-compact-text-case: none; /* A tighter-spaced version of medium label style. */
|
|
20704
20706
|
--dt-typography-label-md-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bold version of medium label style. */
|
|
20705
20707
|
--dt-typography-label-md-plain-font-weight: 400; /* A non-bold version of medium label style. */
|
|
20706
20708
|
--dt-typography-label-md-plain-line-height: 1.6; /* A non-bold version of medium label style. */
|
|
20707
|
-
--dt-typography-label-md-plain-font-size:
|
|
20709
|
+
--dt-typography-label-md-plain-font-size: 1.5rem; /* A non-bold version of medium label style. */
|
|
20708
20710
|
--dt-typography-label-md-plain-text-case: none; /* A non-bold version of medium label style. */
|
|
20709
20711
|
--dt-typography-label-md-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
20710
20712
|
--dt-typography-label-md-plain-compact-font-weight: 400; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
20711
20713
|
--dt-typography-label-md-plain-compact-line-height: 1.4; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
20712
|
-
--dt-typography-label-md-plain-compact-font-size:
|
|
20714
|
+
--dt-typography-label-md-plain-compact-font-size: 1.5rem; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
20713
20715
|
--dt-typography-label-md-plain-compact-text-case: none; /* A non-bolded, tighter-spaced version of medium label style. */
|
|
20714
20716
|
--dt-typography-label-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
20715
20717
|
--dt-typography-label-sm-font-weight: 600; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
20716
20718
|
--dt-typography-label-sm-line-height: 1.4; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
20717
|
-
--dt-typography-label-sm-font-size:
|
|
20719
|
+
--dt-typography-label-sm-font-size: 1.2rem; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
20718
20720
|
--dt-typography-label-sm-text-case: none; /* Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy. */
|
|
20719
20721
|
--dt-typography-label-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A tighter-spaced version of small label style. */
|
|
20720
20722
|
--dt-typography-label-sm-compact-font-weight: 600; /* A tighter-spaced version of small label style. */
|
|
20721
20723
|
--dt-typography-label-sm-compact-line-height: 1.2; /* A tighter-spaced version of small label style. */
|
|
20722
|
-
--dt-typography-label-sm-compact-font-size:
|
|
20724
|
+
--dt-typography-label-sm-compact-font-size: 1.2rem; /* A tighter-spaced version of small label style. */
|
|
20723
20725
|
--dt-typography-label-sm-compact-text-case: none; /* A tighter-spaced version of small label style. */
|
|
20724
20726
|
--dt-typography-label-sm-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bold version of small label style. */
|
|
20725
20727
|
--dt-typography-label-sm-plain-font-weight: 400; /* A non-bold version of small label style. */
|
|
20726
20728
|
--dt-typography-label-sm-plain-line-height: 1.4; /* A non-bold version of small label style. */
|
|
20727
|
-
--dt-typography-label-sm-plain-font-size:
|
|
20729
|
+
--dt-typography-label-sm-plain-font-size: 1.2rem; /* A non-bold version of small label style. */
|
|
20728
20730
|
--dt-typography-label-sm-plain-text-case: none; /* A non-bold version of small label style. */
|
|
20729
20731
|
--dt-typography-label-sm-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* A non-bolded, tighter-spaced version of small label style. */
|
|
20730
20732
|
--dt-typography-label-sm-plain-compact-font-weight: 400; /* A non-bolded, tighter-spaced version of small label style. */
|
|
20731
20733
|
--dt-typography-label-sm-plain-compact-line-height: 1.2; /* A non-bolded, tighter-spaced version of small label style. */
|
|
20732
|
-
--dt-typography-label-sm-plain-compact-font-size:
|
|
20734
|
+
--dt-typography-label-sm-plain-compact-font-size: 1.2rem; /* A non-bolded, tighter-spaced version of small label style. */
|
|
20733
20735
|
--dt-typography-label-sm-plain-compact-text-case: none; /* A non-bolded, tighter-spaced version of small label style. */
|
|
20734
20736
|
--dt-typography-helper-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Base default medium-sized text style for supplementary contextual information. */
|
|
20735
20737
|
--dt-typography-helper-md-font-weight: 400; /* Base default medium-sized text style for supplementary contextual information. */
|
|
20736
20738
|
--dt-typography-helper-md-line-height: 1.4; /* Base default medium-sized text style for supplementary contextual information. */
|
|
20737
|
-
--dt-typography-helper-md-font-size:
|
|
20739
|
+
--dt-typography-helper-md-font-size: 1.5rem; /* Base default medium-sized text style for supplementary contextual information. */
|
|
20738
20740
|
--dt-typography-helper-md-text-case: none; /* Base default medium-sized text style for supplementary contextual information. */
|
|
20739
20741
|
--dt-typography-helper-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
20740
20742
|
--dt-typography-helper-sm-font-weight: 400; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
20741
20743
|
--dt-typography-helper-sm-line-height: 1.2; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
20742
|
-
--dt-typography-helper-sm-font-size:
|
|
20744
|
+
--dt-typography-helper-sm-font-size: 1.2rem; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
20743
20745
|
--dt-typography-helper-sm-text-case: none; /* Smaller text size for subtle guidance or additional context, minimizing visual disruption. */
|
|
20744
20746
|
--dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
20745
20747
|
--dt-typography-code-md-font-weight: 400; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
20746
20748
|
--dt-typography-code-md-line-height: 1.2; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
20747
|
-
--dt-typography-code-md-font-size:
|
|
20749
|
+
--dt-typography-code-md-font-size: 1.5rem; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
20748
20750
|
--dt-typography-code-md-text-case: none; /* Base default medium-sized text style for monospace code snippets of technical content. */
|
|
20749
20751
|
--dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
20750
20752
|
--dt-typography-code-sm-font-weight: 400; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
20751
20753
|
--dt-typography-code-sm-line-height: 1.2; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
20752
|
-
--dt-typography-code-sm-font-size:
|
|
20754
|
+
--dt-typography-code-sm-font-size: 1.2rem; /* Smaller text size for monospace code, suitable for inline references or less prominent code examples. */
|
|
20753
20755
|
--dt-typography-code-sm-text-case: none;
|
|
20754
20756
|
--dt-typography-code-sm: var(--dt-typography-code-sm-font-weight) var(--dt-typography-code-sm-font-size)/var(--dt-typography-code-sm-line-height) var(--dt-typography-code-sm-font-family);
|
|
20755
20757
|
--dt-typography-code-md: var(--dt-typography-code-md-font-weight) var(--dt-typography-code-md-font-size)/var(--dt-typography-code-md-line-height) var(--dt-typography-code-md-font-family);
|
|
@@ -20790,11 +20792,11 @@ body {
|
|
|
20790
20792
|
--dt-inputs-size-radius-lg: 1.2rem;
|
|
20791
20793
|
--dt-inputs-size-radius-xl: 1.6rem;
|
|
20792
20794
|
--dt-inputs-line-height-default: 1.2;
|
|
20793
|
-
--dt-inputs-font-size-xs:
|
|
20794
|
-
--dt-inputs-font-size-sm:
|
|
20795
|
-
--dt-inputs-font-size-md:
|
|
20796
|
-
--dt-inputs-font-size-lg:
|
|
20797
|
-
--dt-inputs-font-size-xl:
|
|
20795
|
+
--dt-inputs-font-size-xs: 1.2rem;
|
|
20796
|
+
--dt-inputs-font-size-sm: 1.2rem;
|
|
20797
|
+
--dt-inputs-font-size-md: 1.5rem;
|
|
20798
|
+
--dt-inputs-font-size-lg: 1.9rem;
|
|
20799
|
+
--dt-inputs-font-size-xl: 2.7rem;
|
|
20798
20800
|
--dt-inputs-color-foreground-default-h: 0;
|
|
20799
20801
|
--dt-inputs-color-foreground-default-s: 0%;
|
|
20800
20802
|
--dt-inputs-color-foreground-default-l: 22.745098039215687%;
|
|
@@ -21650,14 +21652,14 @@ body {
|
|
|
21650
21652
|
--dt-checkbox-color-background-checked-hsl: var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l);
|
|
21651
21653
|
--dt-checkbox-color-background-checked-hsla: hsla(var(--dt-checkbox-color-background-checked-h) var(--dt-checkbox-color-background-checked-s) var(--dt-checkbox-color-background-checked-l) / var(--alpha, 100%));
|
|
21652
21654
|
--dt-checkbox-color-background-checked: #7C52FF;
|
|
21653
|
-
--dt-icon-size-100:
|
|
21654
|
-
--dt-icon-size-200:
|
|
21655
|
-
--dt-icon-size-300:
|
|
21656
|
-
--dt-icon-size-400:
|
|
21657
|
-
--dt-icon-size-500:
|
|
21658
|
-
--dt-icon-size-600:
|
|
21659
|
-
--dt-icon-size-700:
|
|
21660
|
-
--dt-icon-size-800:
|
|
21655
|
+
--dt-icon-size-100: 1.2rem;
|
|
21656
|
+
--dt-icon-size-200: 1.4rem;
|
|
21657
|
+
--dt-icon-size-300: 1.8rem;
|
|
21658
|
+
--dt-icon-size-400: 2rem;
|
|
21659
|
+
--dt-icon-size-500: 2.4rem;
|
|
21660
|
+
--dt-icon-size-600: 3.2rem;
|
|
21661
|
+
--dt-icon-size-700: 3.8rem;
|
|
21662
|
+
--dt-icon-size-800: 4.8rem;
|
|
21661
21663
|
--dt-icon-size-border-100: 0.1rem;
|
|
21662
21664
|
--dt-icon-size-border-200: 0.125rem;
|
|
21663
21665
|
--dt-icon-size-border-300: 0.15rem;
|