@soubiran/ui 0.7.0 → 0.7.1

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.
package/dist/ui.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ //#region src/ui.d.ts
2
+ declare const _default: any;
3
+ //#endregion
4
+ export { _default as default };
package/dist/ui.js ADDED
@@ -0,0 +1,10 @@
1
+ //#region src/ui.ts
2
+ var ui_default = {
3
+ pageHeader: { slots: {
4
+ root: "py-0 border-b-0",
5
+ title: "sm:text-xl text-xl font-bold text-highlighted"
6
+ } },
7
+ pageBody: { base: "mt-6" }
8
+ };
9
+ //#endregion
10
+ export { ui_default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@soubiran/ui",
3
3
  "type": "module",
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
5
  "author": "Estéban Soubiran <esteban@soubiran.dev>",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/Barbapapazes",
@@ -30,9 +30,9 @@
30
30
  "types": "./dist/resolver.d.mts",
31
31
  "import": "./dist/resolver.mjs"
32
32
  },
33
- "./alerts": {
34
- "types": "./dist/alerts.d.ts",
35
- "import": "./dist/alerts.js"
33
+ "./ui": {
34
+ "types": "./dist/ui.d.ts",
35
+ "import": "./dist/ui.js"
36
36
  },
37
37
  "./umami": {
38
38
  "types": "./umami.d.ts"