ui-thing 0.1.17 → 0.1.18
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/CHANGELOG.md +17 -0
- package/dist/{chunk-QMEJXGGM.js → chunk-S2R3PAZ7.js} +2 -2
- package/dist/index.js +149 -55
- package/dist/index.js.map +1 -1
- package/dist/{prompt-OSUEGF7N.js → prompt-LMSPBHGY.js} +2 -2
- package/package.json +3 -3
- package/src/commands/init.ts +0 -1
- package/src/comps.ts +22 -7
- package/src/templates/tailwind.ts +2 -2
- package/src/utils/constants.ts +1 -0
- /package/dist/{chunk-QMEJXGGM.js.map → chunk-S2R3PAZ7.js.map} +0 -0
- /package/dist/{prompt-OSUEGF7N.js.map → prompt-LMSPBHGY.js.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.18
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.17...v0.1.18)
|
|
6
|
+
|
|
7
|
+
### 🏡 Chore
|
|
8
|
+
|
|
9
|
+
- Bump deps ([e453f74](https://github.com/BayBreezy/ui-thing-cli/commit/e453f74))
|
|
10
|
+
- **components:** Add new chip component and update other existing components ([7f4c4ef](https://github.com/BayBreezy/ui-thing-cli/commit/7f4c4ef))
|
|
11
|
+
- **init deps:** Add tailwindcss/forms to the list of initial dependencies ([a28f7da](https://github.com/BayBreezy/ui-thing-cli/commit/a28f7da))
|
|
12
|
+
- **tailwind config:** Add tailwindforms plugin to config ([7e3b706](https://github.com/BayBreezy/ui-thing-cli/commit/7e3b706))
|
|
13
|
+
- **nuxt config:** Remove shim = false from nuxt config ([2423a4e](https://github.com/BayBreezy/ui-thing-cli/commit/2423a4e))
|
|
14
|
+
- Bump deps ([56a4b29](https://github.com/BayBreezy/ui-thing-cli/commit/56a4b29))
|
|
15
|
+
|
|
16
|
+
### ❤️ Contributors
|
|
17
|
+
|
|
18
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
19
|
+
|
|
3
20
|
## v0.1.17
|
|
4
21
|
|
|
5
22
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.16...v0.1.17)
|
|
@@ -20,5 +20,5 @@ var DD=Object.create;var $=Object.defineProperty;var uD=Object.getOwnPropertyDes
|
|
|
20
20
|
`+e.join(`
|
|
21
21
|
`):""),u.type==="trace"){let g=new Error("Trace: "+u.message);c+=this.formatStack(g.stack||"")}return s?`
|
|
22
22
|
`+c+`
|
|
23
|
-
`:c}};function v(t){return t.replace(/`([^`]+)`/gm,(u,F)=>a.cyan(F)).replace(/\s+_([^_]+)_\s+/gm,(u,F)=>` ${a.underline(F)} `)}function YD(t="white"){return a[t]||a.white}function VD(t="bgWhite"){return a[`bg${t[0].toUpperCase()}${t.slice(1)}`]||a.bgWhite}function zD(t={}){let u=ZD();return process.env.CONSOLA_LEVEL&&(u=Number.parseInt(process.env.CONSOLA_LEVEL)??u),U({level:u,defaults:{level:u},stdout:process.stdout,stderr:process.stderr,prompt:(...r)=>import("./prompt-
|
|
24
|
-
//# sourceMappingURL=chunk-
|
|
23
|
+
`:c}};function v(t){return t.replace(/`([^`]+)`/gm,(u,F)=>a.cyan(F)).replace(/\s+_([^_]+)_\s+/gm,(u,F)=>` ${a.underline(F)} `)}function YD(t="white"){return a[t]||a.white}function VD(t="bgWhite"){return a[`bg${t[0].toUpperCase()}${t.slice(1)}`]||a.bgWhite}function zD(t={}){let u=ZD();return process.env.CONSOLA_LEVEL&&(u=Number.parseInt(process.env.CONSOLA_LEVEL)??u),U({level:u,defaults:{level:u},stdout:process.stdout,stderr:process.stderr,prompt:(...r)=>import("./prompt-LMSPBHGY.js").then(e=>e.prompt(...r)),reporters:t.reporters||[t.fancy??!(j||M)?new O:new m],...t})}function ZD(){return SD?C.debug:M?C.warn:C.info}var ru=zD();export{HD as a,KD as b,a as c,ND as d,kD as e,ru as f};
|
|
24
|
+
//# sourceMappingURL=chunk-S2R3PAZ7.js.map
|