@deframe-sdk/components 0.1.51 → 0.1.53
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/index.d.mts +18 -3
- package/dist/index.d.ts +18 -3
- package/dist/index.js +77 -114
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +77 -114
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +20 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1569,6 +1569,12 @@
|
|
|
1569
1569
|
border-color: color-mix(in srgb,var(--deframe-widget-color-state-error) 32%,transparent);
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
+
.border-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-state-error\)_42\%\,transparent\)\] {
|
|
1573
|
+
border-color: var(--deframe-widget-color-state-error);
|
|
1574
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1575
|
+
border-color: color-mix(in srgb,var(--deframe-widget-color-state-error) 42%,transparent);
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1572
1578
|
.border-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-state-info\)_28\%\,transparent\)\] {
|
|
1573
1579
|
border-color: var(--deframe-widget-color-state-info);
|
|
1574
1580
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1605,6 +1611,12 @@
|
|
|
1605
1611
|
border-color: color-mix(in srgb,var(--deframe-widget-color-state-warning) 32%,transparent);
|
|
1606
1612
|
}
|
|
1607
1613
|
}
|
|
1614
|
+
.border-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-state-warning\)_42\%\,transparent\)\] {
|
|
1615
|
+
border-color: var(--deframe-widget-color-state-warning);
|
|
1616
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1617
|
+
border-color: color-mix(in srgb,var(--deframe-widget-color-state-warning) 42%,transparent);
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1608
1620
|
.border-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-text-tertiary\)_22\%\,transparent\)\] {
|
|
1609
1621
|
border-color: var(--deframe-widget-color-text-tertiary);
|
|
1610
1622
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2658,6 +2670,14 @@
|
|
|
2658
2670
|
--tw-leading: 1.25;
|
|
2659
2671
|
line-height: 1.25;
|
|
2660
2672
|
}
|
|
2673
|
+
.leading-\[1\.35\] {
|
|
2674
|
+
--tw-leading: 1.35;
|
|
2675
|
+
line-height: 1.35;
|
|
2676
|
+
}
|
|
2677
|
+
.leading-\[1\.45\] {
|
|
2678
|
+
--tw-leading: 1.45;
|
|
2679
|
+
line-height: 1.45;
|
|
2680
|
+
}
|
|
2661
2681
|
.leading-\[1\] {
|
|
2662
2682
|
--tw-leading: 1;
|
|
2663
2683
|
line-height: 1;
|