@cnc-ti/layout-basic 5.0.0 → 6.0.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.
- package/.turbo/turbo-build.log +22 -0
- package/CHANGELOG.md +6 -0
- package/dist/index.css +1 -998
- package/dist/index.d.mts +139 -24
- package/dist/index.d.ts +139 -24
- package/dist/index.js +322 -37040
- package/dist/index.mjs +322 -37030
- package/package.json +1 -1
- package/postcss.config.js +6 -6
- package/src/components/Button/index.tsx +100 -100
- package/src/components/Command/index.tsx +156 -156
- package/src/components/Dialog/index.tsx +114 -114
- package/src/components/DropDownMenu/index.tsx +190 -190
- package/src/components/Header/index.tsx +88 -88
- package/src/components/Modal/ModalMudancaEntidade/index.tsx +42 -42
- package/src/components/Modal/index.tsx +44 -44
- package/src/components/Popover/index.tsx +32 -32
- package/src/components/Sidebar/index.tsx +195 -195
- package/src/components/assets/logotipo-default.tsx +26 -26
- package/src/components/utils.ts +6 -6
- package/src/index.ts +8 -9
- package/src/tailwindcss/tailwind.css +13 -13
- package/tailwind.config.js +65 -65
- package/tsconfig.json +3 -3
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @cnc-ti/layout-basic@5.0.0 build
|
|
4
|
+
> tsup src/index.ts --format esm,cjs --dts --external react --minify
|
|
5
|
+
|
|
6
|
+
[1G[0K[34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
[34mCLI[39m tsup v8.3.0
|
|
9
|
+
[34mCLI[39m Target: es6
|
|
10
|
+
[34mESM[39m Build start
|
|
11
|
+
[34mCJS[39m Build start
|
|
12
|
+
DTS Build start
|
|
13
|
+
[32mESM[39m [1mdist/index.css [22m[32m19.17 KB[39m
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m552.94 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 1006ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.css [22m[32m19.17 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/index.js [22m[32m554.76 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 1007ms
|
|
19
|
+
DTS ⚡️ Build success in 1583ms
|
|
20
|
+
DTS dist/index.d.mts 7.92 KB
|
|
21
|
+
DTS dist/index.d.ts 7.92 KB
|
|
22
|
+
[1G[0K⠙[1G[0K
|