@unterberg/nivel 0.2.4 → 0.2.5

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.
@@ -1,5 +1,5 @@
1
1
  // src/tailwind/daisyuiTheme.ts
2
- import daisyuiTheme from "daisyui/theme";
2
+ import daisyuiTheme from "daisyui/theme/index.js";
3
3
  var daisyuiThemePlugin = daisyuiTheme;
4
4
  var daisyuiTheme_default = daisyuiThemePlugin;
5
5
  export {
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/tailwind/daisyuiTheme.ts"],"sourcesContent":["// daisyUI doesn't publish a declaration for this helper subpath.\n// @ts-expect-error Missing upstream module declaration for daisyui/theme.\nimport daisyuiTheme from 'daisyui/theme'\n\nconst daisyuiThemePlugin = daisyuiTheme as unknown\n\nexport default daisyuiThemePlugin\n"],"mappings":";AAEA,OAAO,kBAAkB;AAEzB,IAAM,qBAAqB;AAE3B,IAAO,uBAAQ;","names":[]}
1
+ {"version":3,"sources":["../src/tailwind/daisyuiTheme.ts"],"sourcesContent":["// daisyUI doesn't publish a declaration for this helper subpath.\n// @ts-expect-error Missing upstream module declaration for daisyui/theme.\nimport daisyuiTheme from 'daisyui/theme/index.js'\n\nconst daisyuiThemePlugin = daisyuiTheme as unknown\n\nexport default daisyuiThemePlugin\n"],"mappings":";AAEA,OAAO,kBAAkB;AAEzB,IAAM,qBAAqB;AAE3B,IAAO,uBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unterberg/nivel",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "repository": {