@proveanything/smartlinks-utils-ui 1.13.1 → 1.13.3

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
  }
@@ -119,6 +113,12 @@
119
113
  .z-\[100\] {
120
114
  z-index: 100;
121
115
  }
116
+ .z-\[2147483600\] {
117
+ z-index: 2147483600;
118
+ }
119
+ .z-\[2147483647\] {
120
+ z-index: 2147483647;
121
+ }
122
122
  .col-span-2 {
123
123
  grid-column: span 2 / span 2;
124
124
  }
@@ -366,8 +366,8 @@
366
366
  .min-w-\[12rem\] {
367
367
  min-width: 12rem;
368
368
  }
369
- .min-w-\[140px\] {
370
- min-width: 140px;
369
+ .min-w-\[160px\] {
370
+ min-width: 160px;
371
371
  }
372
372
  .min-w-\[200px\] {
373
373
  min-width: 200px;
@@ -1154,14 +1154,6 @@
1154
1154
  var(--tw-ring-shadow, 0 0 #0000),
1155
1155
  var(--tw-shadow);
1156
1156
  }
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
1157
  .shadow-sm {
1166
1158
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1167
1159
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);