dlzn-ui 1.34.0 → 1.35.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.
@@ -110,7 +110,7 @@ var vite_config_default = (_env, options) => {
110
110
  },
111
111
  minify: true,
112
112
  template: "node_modules/dlzn-ui/build/index.html"
113
- }), tailwindAutoReference("node_modules/dlzn-ui/assets/css/tailwindcss-entry.css")],
113
+ }), tailwindAutoReference("dlzn-ui/assets/css/tailwindcss-entry.css")],
114
114
  resolve: {
115
115
  alias: [
116
116
  {
package/package.json CHANGED
@@ -11,6 +11,7 @@
11
11
  "types": "./index.d.ts"
12
12
  },
13
13
  "./assets/css/index.css": "./assets/css/index.css",
14
+ "./assets/css/tailwindcss-entry.css": "./assets/css/tailwindcss-entry.css",
14
15
  "./const": {
15
16
  "import": "./const/index.mjs",
16
17
  "types": "./const/index.d.ts"
@@ -78,6 +79,6 @@
78
79
  "**/*.css"
79
80
  ],
80
81
  "type": "module",
81
- "version": "1.34.0",
82
+ "version": "1.35.0",
82
83
  "scripts": {}
83
84
  }