@proveanything/smartlinks-utils-ui 1.13.1 → 1.13.2

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.
@@ -47,12 +47,6 @@
47
47
  .bottom-0 {
48
48
  bottom: 0px;
49
49
  }
50
- .bottom-1\.5 {
51
- bottom: 0.375rem;
52
- }
53
- .bottom-full {
54
- bottom: 100%;
55
- }
56
50
  .left-0 {
57
51
  left: 0px;
58
52
  }
@@ -366,8 +360,8 @@
366
360
  .min-w-\[12rem\] {
367
361
  min-width: 12rem;
368
362
  }
369
- .min-w-\[140px\] {
370
- min-width: 140px;
363
+ .min-w-\[160px\] {
364
+ min-width: 160px;
371
365
  }
372
366
  .min-w-\[200px\] {
373
367
  min-width: 200px;
@@ -1154,14 +1148,6 @@
1154
1148
  var(--tw-ring-shadow, 0 0 #0000),
1155
1149
  var(--tw-shadow);
1156
1150
  }
1157
- .shadow-md {
1158
- --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1159
- --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1160
- box-shadow:
1161
- var(--tw-ring-offset-shadow, 0 0 #0000),
1162
- var(--tw-ring-shadow, 0 0 #0000),
1163
- var(--tw-shadow);
1164
- }
1165
1151
  .shadow-sm {
1166
1152
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1167
1153
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);