@djangocfg/ui-core 2.1.447 → 2.1.449

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 (1) hide show
  1. package/package.json +7 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/ui-core",
3
- "version": "2.1.447",
3
+ "version": "2.1.449",
4
4
  "description": "Pure React UI component library without Next.js dependencies - for Electron, Vite, CRA apps",
5
5
  "keywords": [
6
6
  "ui-components",
@@ -24,6 +24,9 @@
24
24
  "directory": "packages/ui-core"
25
25
  },
26
26
  "license": "MIT",
27
+ "sideEffects": [
28
+ "**/*.css"
29
+ ],
27
30
  "main": "./src/index.ts",
28
31
  "module": "./src/index.ts",
29
32
  "types": "./src/index.ts",
@@ -116,7 +119,7 @@
116
119
  "check": "tsc --noEmit"
117
120
  },
118
121
  "peerDependencies": {
119
- "@djangocfg/i18n": "^2.1.447",
122
+ "@djangocfg/i18n": "^2.1.449",
120
123
  "consola": "^3.4.2",
121
124
  "lucide-react": "^0.545.0",
122
125
  "moment": "^2.30.1",
@@ -194,8 +197,8 @@
194
197
  "@chenglou/pretext": "*"
195
198
  },
196
199
  "devDependencies": {
197
- "@djangocfg/i18n": "^2.1.447",
198
- "@djangocfg/typescript-config": "^2.1.447",
200
+ "@djangocfg/i18n": "^2.1.449",
201
+ "@djangocfg/typescript-config": "^2.1.449",
199
202
  "@types/node": "^25.2.3",
200
203
  "@types/react": "^19.2.15",
201
204
  "@types/react-dom": "^19.2.3",