@delightui/components 0.1.106 → 0.1.108
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/cjs/library.css +6 -6
- package/dist/cjs/library.js +1 -1
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/library.css +6 -6
- package/dist/esm/library.js +1 -1
- package/dist/esm/library.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/library.css
CHANGED
|
@@ -4614,20 +4614,20 @@ span.flatpickr-weekday {
|
|
|
4614
4614
|
}
|
|
4615
4615
|
[data-theme='dark'] [component-variant="text-bodysmall-regular"], [data-theme='light'] [component-variant="text-bodysmall-regular"] {
|
|
4616
4616
|
--text-font-family: var(--font-family-body);
|
|
4617
|
-
--text-font-size:
|
|
4618
|
-
--text-font-weight:
|
|
4619
|
-
--text-line-height:
|
|
4617
|
+
--text-font-size: var(--font-size-body-small);
|
|
4618
|
+
--text-font-weight: var(--font-weight-regular);
|
|
4619
|
+
--text-line-height: var(--line-height-body-small)
|
|
4620
4620
|
}
|
|
4621
4621
|
[data-theme='dark'] [component-variant="text-bodymedium-regular"], [data-theme='light'] [component-variant="text-bodymedium-regular"] {
|
|
4622
4622
|
--text-font-family: var(--font-family-body);
|
|
4623
4623
|
--text-font-size: var(--font-size-body-medium);
|
|
4624
|
-
--text-font-weight:
|
|
4625
|
-
--text-line-height: var(--
|
|
4624
|
+
--text-font-weight: var(--font-weight-regular);
|
|
4625
|
+
--text-line-height: var(--line-height-body-medium)
|
|
4626
4626
|
}
|
|
4627
4627
|
[data-theme='dark'] [component-variant="text-bodylarge-regular"], [data-theme='light'] [component-variant="text-bodylarge-regular"] {
|
|
4628
4628
|
--text-font-family: var(--font-family-body);
|
|
4629
4629
|
--text-font-size: var(--font-size-body-large);
|
|
4630
|
-
--text-font-weight:
|
|
4630
|
+
--text-font-weight: var(--font-weight-regular);
|
|
4631
4631
|
--text-line-height: var(--line-height-body-large)
|
|
4632
4632
|
}
|
|
4633
4633
|
[data-theme='dark'] [component-variant="text-bodysmall-medium"], [data-theme='light'] [component-variant="text-bodysmall-medium"] {
|