@deframe-sdk/components 0.1.78 → 0.1.79

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
@@ -454,6 +454,9 @@
454
454
  .mt-\[10px\] {
455
455
  margin-top: 10px;
456
456
  }
457
+ .mt-\[40px\] {
458
+ margin-top: 40px;
459
+ }
457
460
  .mt-\[75px\] {
458
461
  margin-top: 75px;
459
462
  }
@@ -727,6 +730,9 @@
727
730
  .h-\[90vh\] {
728
731
  height: 90vh;
729
732
  }
733
+ .h-\[132px\] {
734
+ height: 132px;
735
+ }
730
736
  .h-\[136px\] {
731
737
  height: 136px;
732
738
  }
@@ -748,6 +754,9 @@
748
754
  .h-\[700px\] {
749
755
  height: 700px;
750
756
  }
757
+ .h-\[720px\] {
758
+ height: 720px;
759
+ }
751
760
  .h-\[844px\] {
752
761
  height: 844px;
753
762
  }
@@ -802,6 +811,9 @@
802
811
  .min-h-\[16px\] {
803
812
  min-height: 16px;
804
813
  }
814
+ .min-h-\[34px\] {
815
+ min-height: 34px;
816
+ }
805
817
  .min-h-\[72px\] {
806
818
  min-height: 72px;
807
819
  }
@@ -817,6 +829,9 @@
817
829
  .min-h-\[136px\] {
818
830
  min-height: 136px;
819
831
  }
832
+ .min-h-\[180px\] {
833
+ min-height: 180px;
834
+ }
820
835
  .min-h-\[320px\] {
821
836
  min-height: 320px;
822
837
  }
@@ -985,6 +1000,9 @@
985
1000
  .w-\[120px\] {
986
1001
  width: 120px;
987
1002
  }
1003
+ .w-\[132px\] {
1004
+ width: 132px;
1005
+ }
988
1006
  .w-\[174px\] {
989
1007
  width: 174px;
990
1008
  }
@@ -1027,6 +1045,9 @@
1027
1045
  .w-\[600px\] {
1028
1046
  width: 600px;
1029
1047
  }
1048
+ .w-\[620px\] {
1049
+ width: 620px;
1050
+ }
1030
1051
  .w-\[clamp\(18rem\,40vw\,30rem\)\] {
1031
1052
  width: clamp(18rem, 40vw, 30rem);
1032
1053
  }
@@ -1072,6 +1093,9 @@
1072
1093
  .max-w-\[260px\] {
1073
1094
  max-width: 260px;
1074
1095
  }
1096
+ .max-w-\[280px\] {
1097
+ max-width: 280px;
1098
+ }
1075
1099
  .max-w-\[300px\] {
1076
1100
  max-width: 300px;
1077
1101
  }
@@ -1096,6 +1120,9 @@
1096
1120
  .max-w-\[calc\(100\%-32px\)\] {
1097
1121
  max-width: calc(100% - 32px);
1098
1122
  }
1123
+ .max-w-\[calc\(100vw-32px\)\] {
1124
+ max-width: calc(100vw - 32px);
1125
+ }
1099
1126
  .max-w-fit {
1100
1127
  max-width: fit-content;
1101
1128
  }
@@ -1252,6 +1279,9 @@
1252
1279
  .flex-wrap {
1253
1280
  flex-wrap: wrap;
1254
1281
  }
1282
+ .place-items-center {
1283
+ place-items: center;
1284
+ }
1255
1285
  .items-baseline {
1256
1286
  align-items: baseline;
1257
1287
  }
@@ -1529,6 +1559,10 @@
1529
1559
  border-style: var(--tw-border-style);
1530
1560
  border-width: 1px;
1531
1561
  }
1562
+ .border-0 {
1563
+ border-style: var(--tw-border-style);
1564
+ border-width: 0px;
1565
+ }
1532
1566
  .border-2 {
1533
1567
  border-style: var(--tw-border-style);
1534
1568
  border-width: 2px;
@@ -2446,6 +2480,9 @@
2446
2480
  .pt-3 {
2447
2481
  padding-top: calc(var(--spacing) * 3);
2448
2482
  }
2483
+ .pt-\[var\(--deframe-widget-size-gap-sm\)\] {
2484
+ padding-top: var(--deframe-widget-size-gap-sm);
2485
+ }
2449
2486
  .pt-\[var\(--deframe-widget-size-padding-y-lg\)\] {
2450
2487
  padding-top: var(--deframe-widget-size-padding-y-lg);
2451
2488
  }
@@ -3346,6 +3383,11 @@
3346
3383
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3347
3384
  transition-duration: var(--tw-duration, var(--default-transition-duration));
3348
3385
  }
3386
+ .transition-\[color\] {
3387
+ transition-property: color;
3388
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3389
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
3390
+ }
3349
3391
  .transition-\[opacity\,transform\] {
3350
3392
  transition-property: opacity,transform;
3351
3393
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
@@ -3506,6 +3548,11 @@
3506
3548
  color: var(--deframe-widget-color-text-primary-disabled);
3507
3549
  }
3508
3550
  }
3551
+ .placeholder\:text-\[color\:var\(--deframe-widget-color-text-secondary\)\] {
3552
+ &::placeholder {
3553
+ color: var(--deframe-widget-color-text-secondary);
3554
+ }
3555
+ }
3509
3556
  .placeholder\:text-\[color\:var\(--deframe-widget-color-text-tertiary\)\] {
3510
3557
  &::placeholder {
3511
3558
  color: var(--deframe-widget-color-text-tertiary);
@@ -3516,6 +3563,11 @@
3516
3563
  background-color: var(--deframe-widget-color-bg-tertiary);
3517
3564
  }
3518
3565
  }
3566
+ .focus-within\:text-\[color\:var\(--deframe-widget-color-text-primary\)\] {
3567
+ &:focus-within {
3568
+ color: var(--deframe-widget-color-text-primary);
3569
+ }
3570
+ }
3519
3571
  .hover\:border-\[color\:var\(--deframe-widget-color-border-primary\)\] {
3520
3572
  &:hover {
3521
3573
  @media (hover: hover) {
@@ -3565,6 +3617,16 @@
3565
3617
  }
3566
3618
  }
3567
3619
  }
3620
+ .hover\:bg-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-bg-raised\)_92\%\,transparent\)\] {
3621
+ &:hover {
3622
+ @media (hover: hover) {
3623
+ background-color: var(--deframe-widget-color-bg-raised);
3624
+ @supports (color: color-mix(in lab, red, red)) {
3625
+ background-color: color-mix(in srgb,var(--deframe-widget-color-bg-raised) 92%,transparent);
3626
+ }
3627
+ }
3628
+ }
3629
+ }
3568
3630
  .hover\:bg-\[color\:color-mix\(in_srgb\,var\(--deframe-widget-color-bg-secondary\)_72\%\,transparent\)\] {
3569
3631
  &:hover {
3570
3632
  @media (hover: hover) {
@@ -3753,6 +3815,13 @@
3753
3815
  }
3754
3816
  }
3755
3817
  }
3818
+ .hover\:opacity-80 {
3819
+ &:hover {
3820
+ @media (hover: hover) {
3821
+ opacity: 80%;
3822
+ }
3823
+ }
3824
+ }
3756
3825
  .hover\:opacity-90 {
3757
3826
  &:hover {
3758
3827
  @media (hover: hover) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deframe-sdk/components",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "packageManager": "pnpm@9.0.0",
5
5
  "description": "Deframe SDK React component library",
6
6
  "engines": {