@deframe-sdk/components 0.1.29 → 0.1.31

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/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
  }
@@ -622,12 +625,18 @@
622
625
  .h-\[32px\] {
623
626
  height: 32px;
624
627
  }
628
+ .h-\[36px\] {
629
+ height: 36px;
630
+ }
625
631
  .h-\[38px\] {
626
632
  height: 38px;
627
633
  }
628
634
  .h-\[42px\] {
629
635
  height: 42px;
630
636
  }
637
+ .h-\[48px\] {
638
+ height: 48px;
639
+ }
631
640
  .h-\[50vh\] {
632
641
  height: 50vh;
633
642
  }
@@ -841,6 +850,9 @@
841
850
  .w-\[40\%\] {
842
851
  width: 40%;
843
852
  }
853
+ .w-\[48px\] {
854
+ width: 48px;
855
+ }
844
856
  .w-\[50px\] {
845
857
  width: 50px;
846
858
  }
@@ -934,6 +946,9 @@
934
946
  .max-w-\[200px\] {
935
947
  max-width: 200px;
936
948
  }
949
+ .max-w-\[240px\] {
950
+ max-width: 240px;
951
+ }
937
952
  .max-w-\[260px\] {
938
953
  max-width: 260px;
939
954
  }
@@ -946,6 +961,9 @@
946
961
  .max-w-\[620px\] {
947
962
  max-width: 620px;
948
963
  }
964
+ .max-w-\[900px\] {
965
+ max-width: 900px;
966
+ }
949
967
  .max-w-\[1400px\] {
950
968
  max-width: 1400px;
951
969
  }
@@ -1072,12 +1090,15 @@
1072
1090
  .grid-cols-3 {
1073
1091
  grid-template-columns: repeat(3, minmax(0, 1fr));
1074
1092
  }
1093
+ .grid-cols-\[1fr_100px_130px\] {
1094
+ grid-template-columns: 1fr 100px 130px;
1095
+ }
1096
+ .grid-cols-\[1fr_160px_130px\] {
1097
+ grid-template-columns: 1fr 160px 130px;
1098
+ }
1075
1099
  .grid-cols-\[1fr_auto\] {
1076
1100
  grid-template-columns: 1fr auto;
1077
1101
  }
1078
- .grid-cols-\[1fr_auto_auto\] {
1079
- grid-template-columns: 1fr auto auto;
1080
- }
1081
1102
  .grid-cols-\[40px_1fr_auto\] {
1082
1103
  grid-template-columns: 40px 1fr auto;
1083
1104
  }
@@ -1367,6 +1388,10 @@
1367
1388
  border-style: var(--tw-border-style);
1368
1389
  border-width: var(--deframe-widget-size-border-xs);
1369
1390
  }
1391
+ .border-x-0 {
1392
+ border-inline-style: var(--tw-border-style);
1393
+ border-inline-width: 0px;
1394
+ }
1370
1395
  .border-t {
1371
1396
  border-top-style: var(--tw-border-style);
1372
1397
  border-top-width: 1px;
@@ -1383,6 +1408,10 @@
1383
1408
  border-bottom-style: var(--tw-border-style);
1384
1409
  border-bottom-width: 0px;
1385
1410
  }
1411
+ .border-dashed {
1412
+ --tw-border-style: dashed;
1413
+ border-style: dashed;
1414
+ }
1386
1415
  .border-none {
1387
1416
  --tw-border-style: none;
1388
1417
  border-style: none;
@@ -1394,6 +1423,9 @@
1394
1423
  .border-\[\#2A2A2A\] {
1395
1424
  border-color: #2A2A2A;
1396
1425
  }
1426
+ .border-\[\#2C2C2C\] {
1427
+ border-color: #2C2C2C;
1428
+ }
1397
1429
  .border-\[\#3A3A3A\] {
1398
1430
  border-color: #3A3A3A;
1399
1431
  }
@@ -1679,6 +1711,9 @@
1679
1711
  background-color: color-mix(in srgb,var(--deframe-widget-color-text-secondary) 12%,transparent);
1680
1712
  }
1681
1713
  }
1714
+ .bg-\[color\:var\(--deframe-widget-color-bg-secondary\)\] {
1715
+ background-color: var(--deframe-widget-color-bg-secondary);
1716
+ }
1682
1717
  .bg-\[var\(--deframe-widget-color-bg-muted\)\] {
1683
1718
  background-color: var(--deframe-widget-color-bg-muted);
1684
1719
  }
@@ -1914,9 +1949,15 @@
1914
1949
  --tw-gradient-to: transparent;
1915
1950
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1916
1951
  }
1952
+ .object-contain {
1953
+ object-fit: contain;
1954
+ }
1917
1955
  .object-cover {
1918
1956
  object-fit: cover;
1919
1957
  }
1958
+ .object-center {
1959
+ object-position: center;
1960
+ }
1920
1961
  .\!p-\[22px\] {
1921
1962
  padding: 22px !important;
1922
1963
  }
@@ -1962,6 +2003,9 @@
1962
2003
  .p-\[var\(--deframe-widget-size-padding-x-md\)\] {
1963
2004
  padding: var(--deframe-widget-size-padding-x-md);
1964
2005
  }
2006
+ .p-\[var\(--deframe-widget-size-padding-y-md\)\] {
2007
+ padding: var(--deframe-widget-size-padding-y-md);
2008
+ }
1965
2009
  .p-\[var\(--deframe-widget-size-padding-y-sm\)\] {
1966
2010
  padding: var(--deframe-widget-size-padding-y-sm);
1967
2011
  }
@@ -1989,9 +2033,6 @@
1989
2033
  .px-\[6px\] {
1990
2034
  padding-inline: 6px;
1991
2035
  }
1992
- .px-\[7px\] {
1993
- padding-inline: 7px;
1994
- }
1995
2036
  .px-\[10px\] {
1996
2037
  padding-inline: 10px;
1997
2038
  }
@@ -2070,6 +2111,9 @@
2070
2111
  .py-\[11px\] {
2071
2112
  padding-block: 11px;
2072
2113
  }
2114
+ .py-\[13px\] {
2115
+ padding-block: 13px;
2116
+ }
2073
2117
  .py-\[14px\] {
2074
2118
  padding-block: 14px;
2075
2119
  }
@@ -2302,6 +2346,9 @@
2302
2346
  .text-\[38px\] {
2303
2347
  font-size: 38px;
2304
2348
  }
2349
+ .text-\[length\:var\(--deframe-widget-font-size-lg\)\] {
2350
+ font-size: var(--deframe-widget-font-size-lg);
2351
+ }
2305
2352
  .text-\[length\:var\(--deframe-widget-font-size-md\)\] {
2306
2353
  font-size: var(--deframe-widget-font-size-md);
2307
2354
  }
@@ -2472,6 +2519,10 @@
2472
2519
  .\[font-weight\:var\(--deframe-widget-font-weight-semibold\)\] {
2473
2520
  font-weight: var(--deframe-widget-font-weight-semibold);
2474
2521
  }
2522
+ .tracking-\[0\.1em\] {
2523
+ --tw-tracking: 0.1em;
2524
+ letter-spacing: 0.1em;
2525
+ }
2475
2526
  .tracking-\[0\.04em\] {
2476
2527
  --tw-tracking: 0.04em;
2477
2528
  letter-spacing: 0.04em;
@@ -2685,6 +2736,9 @@
2685
2736
  .opacity-25 {
2686
2737
  opacity: 25%;
2687
2738
  }
2739
+ .opacity-40 {
2740
+ opacity: 40%;
2741
+ }
2688
2742
  .opacity-50 {
2689
2743
  opacity: 50%;
2690
2744
  }
@@ -2892,6 +2946,11 @@
2892
2946
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2893
2947
  transition-duration: var(--tw-duration, var(--default-transition-duration));
2894
2948
  }
2949
+ .transition-\[transform\,opacity\] {
2950
+ transition-property: transform,opacity;
2951
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
2952
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
2953
+ }
2895
2954
  .transition-all {
2896
2955
  transition-property: all;
2897
2956
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -2944,6 +3003,9 @@
2944
3003
  .\[-webkit-backdrop-filter\:blur\(12px\)\] {
2945
3004
  -webkit-backdrop-filter: blur(12px);
2946
3005
  }
3006
+ .\[font-feature-settings\:\"tnum\"\] {
3007
+ font-feature-settings: "tnum";
3008
+ }
2947
3009
  .\[scrollbar-width\:none\] {
2948
3010
  scrollbar-width: none;
2949
3011
  }
@@ -3056,6 +3118,16 @@
3056
3118
  }
3057
3119
  }
3058
3120
  }
3121
+ .hover\:bg-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-bg-tertiary\)_40\%\,transparent\)\] {
3122
+ &:hover {
3123
+ @media (hover: hover) {
3124
+ background-color: var(--deframe-widget-color-bg-tertiary);
3125
+ @supports (color: color-mix(in lab, red, red)) {
3126
+ background-color: color-mix(in srgb,var(--deframe-widget-color-bg-tertiary) 40%,transparent);
3127
+ }
3128
+ }
3129
+ }
3130
+ }
3059
3131
  .hover\:bg-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-bg-tertiary\)_60\%\,transparent\)\] {
3060
3132
  &:hover {
3061
3133
  @media (hover: hover) {
@@ -3287,6 +3359,11 @@
3287
3359
  outline-style: none;
3288
3360
  }
3289
3361
  }
3362
+ .active\:scale-\[0\.98\] {
3363
+ &:active {
3364
+ scale: 0.98;
3365
+ }
3366
+ }
3290
3367
  .active\:scale-\[0\.99\] {
3291
3368
  &:active {
3292
3369
  scale: 0.99;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {