@dialpad/dialtone-css 8.37.2 → 8.38.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.
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.scrollbar {
|
|
2
|
+
.os-theme-dark {
|
|
3
|
+
// main color for the scrollbars handle
|
|
4
|
+
--os-handle-color: var(--dt-color-surface-contrast);
|
|
5
|
+
--os-handle-bg: var(--os-handle-color);
|
|
6
|
+
--os-handle-bg-hover: var(--os-handle-color);
|
|
7
|
+
--os-handle-bg-active: var(--os-handle-color);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.os-scrollbar {
|
|
11
|
+
.os-scrollbar-handle {
|
|
12
|
+
cursor: auto;
|
|
13
|
+
opacity: var(--dt-opacity-700);
|
|
14
|
+
|
|
15
|
+
&:hover {
|
|
16
|
+
width: calc(var(--os-handle-perpendicular-size) + var(--dt-size-200));
|
|
17
|
+
opacity: var(--dt-opacity-800);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:active {
|
|
21
|
+
opacity: var(--dt-opacity-900);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
package/lib/dist/dialtone.css
CHANGED
|
@@ -4275,6 +4275,23 @@ legend .d-label {
|
|
|
4275
4275
|
align-items: center;
|
|
4276
4276
|
justify-content: center;
|
|
4277
4277
|
}
|
|
4278
|
+
.scrollbar .os-theme-dark {
|
|
4279
|
+
--os-handle-color: var(--dt-color-surface-contrast);
|
|
4280
|
+
--os-handle-bg: var(--os-handle-color);
|
|
4281
|
+
--os-handle-bg-hover: var(--os-handle-color);
|
|
4282
|
+
--os-handle-bg-active: var(--os-handle-color);
|
|
4283
|
+
}
|
|
4284
|
+
.scrollbar .os-scrollbar .os-scrollbar-handle {
|
|
4285
|
+
cursor: auto;
|
|
4286
|
+
opacity: var(--dt-opacity-700);
|
|
4287
|
+
}
|
|
4288
|
+
.scrollbar .os-scrollbar .os-scrollbar-handle:hover {
|
|
4289
|
+
width: calc(var(--os-handle-perpendicular-size) + var(--dt-size-200));
|
|
4290
|
+
opacity: var(--dt-opacity-800);
|
|
4291
|
+
}
|
|
4292
|
+
.scrollbar .os-scrollbar .os-scrollbar-handle:active {
|
|
4293
|
+
opacity: var(--dt-opacity-900);
|
|
4294
|
+
}
|
|
4278
4295
|
.d-bga-scroll {
|
|
4279
4296
|
background-attachment: scroll !important;
|
|
4280
4297
|
}
|
|
@@ -7579,7 +7596,7 @@ body {
|
|
|
7579
7596
|
}
|
|
7580
7597
|
/**
|
|
7581
7598
|
* Do not edit directly
|
|
7582
|
-
* Generated on
|
|
7599
|
+
* Generated on Fri, 12 Jul 2024 19:36:11 GMT
|
|
7583
7600
|
*/
|
|
7584
7601
|
|
|
7585
7602
|
.dialtone-theme-light {
|
|
@@ -7876,6 +7893,7 @@ body {
|
|
|
7876
7893
|
--dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%); /* Gradient for Ai-oriented treatments. */
|
|
7877
7894
|
--dt-color-brand-purple: #7C52FF; /* Primary brand color. */
|
|
7878
7895
|
--dt-color-brand-magenta: #F9008E; /* Secondary brand color, typically used as an accent color. */
|
|
7896
|
+
--dt-color-brand-gold: #F6AB3C; /* Secondary brand color, typically used as an accent color. */
|
|
7879
7897
|
--dt-color-foreground-primary: #000000; /* Default text color throughout the UI. */
|
|
7880
7898
|
--dt-color-foreground-secondary: #3A3A3A; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
|
|
7881
7899
|
--dt-color-foreground-tertiary: #555555; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
|
|
@@ -8400,7 +8418,7 @@ body {
|
|
|
8400
8418
|
|
|
8401
8419
|
/**
|
|
8402
8420
|
* Do not edit directly
|
|
8403
|
-
* Generated on
|
|
8421
|
+
* Generated on Fri, 12 Jul 2024 19:36:12 GMT
|
|
8404
8422
|
*/
|
|
8405
8423
|
|
|
8406
8424
|
.dialtone-theme-dark {
|
|
@@ -8697,6 +8715,7 @@ body {
|
|
|
8697
8715
|
--dt-color-gradient-magenta-purple: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%); /* Gradient for Ai-oriented treatments. */
|
|
8698
8716
|
--dt-color-brand-purple: #7C52FF; /* Primary brand color. */
|
|
8699
8717
|
--dt-color-brand-magenta: #F9008E; /* Secondary brand color, typically used as an accent color. */
|
|
8718
|
+
--dt-color-brand-gold: #F6AB3C; /* Secondary brand color, typically used as an accent color. */
|
|
8700
8719
|
--dt-color-foreground-primary: #E6E6E6; /* Default text color throughout the UI. */
|
|
8701
8720
|
--dt-color-foreground-secondary: #C2C2C2; /* Example uses include introduction paragraphs, labels, and descriptions paired with form elements. */
|
|
8702
8721
|
--dt-color-foreground-tertiary: #AAAAAA; /* Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels. */
|