flowcore-fn 2.4.0 → 2.7.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 +1 -19
  2. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- /* src/app/globals.css */
1
+ /* src/styles/index.css */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -2051,24 +2051,6 @@
2051
2051
  }
2052
2052
  }
2053
2053
  }
2054
- :root {
2055
- --background: #ffffff;
2056
- --foreground: #171717;
2057
- }
2058
- @media (prefers-color-scheme: dark) {
2059
- :root {
2060
- --background: #0a0a0a;
2061
- --foreground: #ededed;
2062
- }
2063
- }
2064
- body {
2065
- background: var(--background);
2066
- color: var(--foreground);
2067
- font-family:
2068
- Arial,
2069
- Helvetica,
2070
- sans-serif;
2071
- }
2072
2054
  @property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
2073
2055
  @property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
2074
2056
  @property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "flowcore-fn",
3
- "version": "2.4.0",
4
-
3
+ "version": "2.7.0",
5
4
  "main": "dist/pkg-index.js",
6
5
  "module": "dist/pkg-index.mjs",
7
6
  "files": [
@@ -22,6 +21,7 @@
22
21
  "@types/node": "^20",
23
22
  "@types/react": "^19",
24
23
  "@types/react-dom": "^19",
24
+ "esbuild-plugin-postcss2": "^0.1.2",
25
25
  "eslint": "^9",
26
26
  "eslint-config-next": "16.2.10",
27
27
  "next": "^16.2.10",