@dialpad/dialtone 7.22.0 → 7.22.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/README.md
CHANGED
|
@@ -21,7 +21,7 @@ If you only need access to Dialtone's variables and customizations to build a fi
|
|
|
21
21
|
|
|
22
22
|
## Building Dialtone locally
|
|
23
23
|
|
|
24
|
-
To build Dialtone locally, visit our [installation instructions](https://dialpad.design/getting-started
|
|
24
|
+
To build Dialtone locally, visit our [installation instructions](https://dialpad.design/guides/getting-started/#build-dialtone-locally).
|
|
25
25
|
|
|
26
26
|
## Contributing
|
|
27
27
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
// --------------------------------------------------------------------------
|
|
23
23
|
--badge-color-text: var(--fc-primary);
|
|
24
24
|
--badge-color-background: var(--bgc-moderate-opaque);
|
|
25
|
-
--badge-color-background-ai: linear-gradient(to bottom right, var(--
|
|
25
|
+
--badge-color-background-ai: linear-gradient(to bottom right, var(--magenta-300) 0%, var(--purple-400) 100%);
|
|
26
26
|
--badge-radius: var(--size-300);
|
|
27
27
|
--badge-line-height: calc(var(--size-500) + var(--size-200));
|
|
28
28
|
--badge-font-size: var(--fs-100);
|
|
@@ -114,7 +114,8 @@ fieldset {
|
|
|
114
114
|
// Icon Slot
|
|
115
115
|
&::before {
|
|
116
116
|
display: block;
|
|
117
|
-
width:
|
|
117
|
+
width: var(--size-500); // 16
|
|
118
|
+
min-width: var(--size-500); // 16
|
|
118
119
|
height: var(--size-500); // 16
|
|
119
120
|
content: '';
|
|
120
121
|
}
|
|
@@ -482,7 +482,7 @@ body {
|
|
|
482
482
|
--avatar-presence-position-bottom: calc(var(--space-200) * -1);
|
|
483
483
|
--avatar-count-color-shadow: var(--theme-sidebar-color-background);
|
|
484
484
|
position: relative;
|
|
485
|
-
display:
|
|
485
|
+
display: flex;
|
|
486
486
|
color: var(--avatar-color-text);
|
|
487
487
|
}
|
|
488
488
|
.d-avatar__canvas {
|
|
@@ -580,7 +580,7 @@ body {
|
|
|
580
580
|
.d-badge {
|
|
581
581
|
--badge-color-text: var(--fc-primary);
|
|
582
582
|
--badge-color-background: var(--bgc-moderate-opaque);
|
|
583
|
-
--badge-color-background-ai: linear-gradient(to bottom right, var(--
|
|
583
|
+
--badge-color-background-ai: linear-gradient(to bottom right, var(--magenta-300) 0%, var(--purple-400) 100%);
|
|
584
584
|
--badge-radius: var(--size-300);
|
|
585
585
|
--badge-line-height: calc(var(--size-500) + var(--size-200));
|
|
586
586
|
--badge-font-size: var(--fs-100);
|
|
@@ -1654,7 +1654,8 @@ legend .d-label {
|
|
|
1654
1654
|
}
|
|
1655
1655
|
.d-validation-message::before {
|
|
1656
1656
|
display: block;
|
|
1657
|
-
width:
|
|
1657
|
+
width: var(--size-500);
|
|
1658
|
+
min-width: var(--size-500);
|
|
1658
1659
|
height: var(--size-500);
|
|
1659
1660
|
content: '';
|
|
1660
1661
|
}
|