@eqtylab/equality 1.1.8 → 1.2.0
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/dialog.module.module.css.module.css +7 -2
- package/dist/index.cjs +17 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.js +17 -5
- package/dist/index.js.map +1 -1
- package/dist/sheet.module.module.css.module.css +0 -10
- package/package.json +1 -1
|
@@ -151,11 +151,6 @@
|
|
|
151
151
|
min-width: calc(0.25rem * 0);
|
|
152
152
|
flex: 1;
|
|
153
153
|
flex-direction: column;
|
|
154
|
-
:where(& > :not(:last-child)) {
|
|
155
|
-
--tw-space-y-reverse: 0;
|
|
156
|
-
margin-block-start: calc(calc(0.25rem * 2) * var(--tw-space-y-reverse));
|
|
157
|
-
margin-block-end: calc(calc(0.25rem * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
158
|
-
}
|
|
159
154
|
}
|
|
160
155
|
.sheet-body {
|
|
161
156
|
min-height: calc(0.25rem * 0);
|
|
@@ -349,11 +344,6 @@
|
|
|
349
344
|
inherits: false;
|
|
350
345
|
initial-value: 100%;
|
|
351
346
|
}
|
|
352
|
-
@property --tw-space-y-reverse {
|
|
353
|
-
syntax: "*";
|
|
354
|
-
inherits: false;
|
|
355
|
-
initial-value: 0;
|
|
356
|
-
}
|
|
357
347
|
@property --tw-font-weight {
|
|
358
348
|
syntax: "*";
|
|
359
349
|
inherits: false;
|
package/package.json
CHANGED