flowcore-fn 5.2.0 → 5.3.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/pkg-index.css +18 -11
- package/package.json +1 -1
package/dist/pkg-index.css
CHANGED
|
@@ -2312,24 +2312,31 @@
|
|
|
2312
2312
|
}
|
|
2313
2313
|
}
|
|
2314
2314
|
@layer flowcore-isolate {
|
|
2315
|
-
.flowcore-root
|
|
2316
|
-
|
|
2317
|
-
|
|
2315
|
+
.flowcore-root,
|
|
2316
|
+
.flowcore-root * {
|
|
2317
|
+
font-family: inherit;
|
|
2318
|
+
line-height: normal;
|
|
2318
2319
|
}
|
|
2319
|
-
.flowcore-root
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2320
|
+
.flowcore-root table {
|
|
2321
|
+
border-collapse: collapse;
|
|
2322
|
+
width: 100%;
|
|
2323
|
+
}
|
|
2324
|
+
.flowcore-root th,
|
|
2325
|
+
.flowcore-root td {
|
|
2326
|
+
padding: initial;
|
|
2327
|
+
text-align: initial;
|
|
2328
|
+
}
|
|
2329
|
+
.flowcore-root input,
|
|
2330
|
+
.flowcore-root button,
|
|
2331
|
+
.flowcore-root select {
|
|
2323
2332
|
margin: 0;
|
|
2324
|
-
|
|
2333
|
+
font-family: inherit;
|
|
2334
|
+
font-size: 100%;
|
|
2325
2335
|
}
|
|
2326
2336
|
}
|
|
2327
2337
|
.flowcore-ui {
|
|
2328
2338
|
isolation: isolate;
|
|
2329
2339
|
}
|
|
2330
|
-
.flowcore-ui :where(*, *::before, *::after) {
|
|
2331
|
-
box-sizing: border-box;
|
|
2332
|
-
}
|
|
2333
2340
|
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
|
|
2334
2341
|
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
|
|
2335
2342
|
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
|