flowcore-fn 4.0.0 → 4.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.
Files changed (2) hide show
  1. package/dist/pkg-index.css +10 -2
  2. package/package.json +1 -1
@@ -2311,11 +2311,19 @@
2311
2311
  }
2312
2312
  }
2313
2313
  }
2314
- @layer flowcore {
2314
+ @layer flowcore-isolate {
2315
2315
  .flowcore-root {
2316
- all: unset;
2316
+ all: initial;
2317
2317
  display: block;
2318
2318
  box-sizing: border-box;
2319
+ font-family: inherit;
2320
+ }
2321
+ .flowcore-root *,
2322
+ .flowcore-root *::before,
2323
+ .flowcore-root *::after {
2324
+ all: unset;
2325
+ display: revert;
2326
+ box-sizing: border-box;
2319
2327
  }
2320
2328
  }
2321
2329
  @property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowcore-fn",
3
- "version": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "main": "dist/pkg-index.js",
5
5
  "module": "dist/pkg-index.mjs",
6
6
  "files": [