@deframe-sdk/components 0.1.29 → 0.1.30
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 +38 -1
- package/dist/index.d.ts +38 -1
- package/dist/index.js +1018 -57
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1013 -58
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +15 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -529,6 +529,9 @@
|
|
|
529
529
|
.inline-flex {
|
|
530
530
|
display: inline-flex;
|
|
531
531
|
}
|
|
532
|
+
.table {
|
|
533
|
+
display: table;
|
|
534
|
+
}
|
|
532
535
|
.h-0\.5 {
|
|
533
536
|
height: calc(var(--spacing) * 0.5);
|
|
534
537
|
}
|
|
@@ -1394,6 +1397,9 @@
|
|
|
1394
1397
|
.border-\[\#2A2A2A\] {
|
|
1395
1398
|
border-color: #2A2A2A;
|
|
1396
1399
|
}
|
|
1400
|
+
.border-\[\#2C2C2C\] {
|
|
1401
|
+
border-color: #2C2C2C;
|
|
1402
|
+
}
|
|
1397
1403
|
.border-\[\#3A3A3A\] {
|
|
1398
1404
|
border-color: #3A3A3A;
|
|
1399
1405
|
}
|
|
@@ -1962,6 +1968,9 @@
|
|
|
1962
1968
|
.p-\[var\(--deframe-widget-size-padding-x-md\)\] {
|
|
1963
1969
|
padding: var(--deframe-widget-size-padding-x-md);
|
|
1964
1970
|
}
|
|
1971
|
+
.p-\[var\(--deframe-widget-size-padding-y-md\)\] {
|
|
1972
|
+
padding: var(--deframe-widget-size-padding-y-md);
|
|
1973
|
+
}
|
|
1965
1974
|
.p-\[var\(--deframe-widget-size-padding-y-sm\)\] {
|
|
1966
1975
|
padding: var(--deframe-widget-size-padding-y-sm);
|
|
1967
1976
|
}
|
|
@@ -2685,6 +2694,9 @@
|
|
|
2685
2694
|
.opacity-25 {
|
|
2686
2695
|
opacity: 25%;
|
|
2687
2696
|
}
|
|
2697
|
+
.opacity-40 {
|
|
2698
|
+
opacity: 40%;
|
|
2699
|
+
}
|
|
2688
2700
|
.opacity-50 {
|
|
2689
2701
|
opacity: 50%;
|
|
2690
2702
|
}
|
|
@@ -2944,6 +2956,9 @@
|
|
|
2944
2956
|
.\[-webkit-backdrop-filter\:blur\(12px\)\] {
|
|
2945
2957
|
-webkit-backdrop-filter: blur(12px);
|
|
2946
2958
|
}
|
|
2959
|
+
.\[font-feature-settings\:\"tnum\"\] {
|
|
2960
|
+
font-feature-settings: "tnum";
|
|
2961
|
+
}
|
|
2947
2962
|
.\[scrollbar-width\:none\] {
|
|
2948
2963
|
scrollbar-width: none;
|
|
2949
2964
|
}
|