@cnc-ti/layout-basic 8.1.3 → 8.1.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.
package/package.json CHANGED
@@ -1,13 +1,17 @@
1
1
  {
2
2
  "name": "@cnc-ti/layout-basic",
3
- "version": "8.1.3",
3
+ "version": "8.1.5",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
8
+ "style": "dist/index.css",
9
+ "files": [
10
+ "dist/*"
11
+ ],
8
12
  "scripts": {
9
13
  "build": "tsup src/index.ts --config tsup.config.ts",
10
- "dev": "tsup src/index.ts --format esm,cjs --dts --external reacreact-dom --watch"
14
+ "dev": "tsup src/index.ts --config tsup.config.ts --watch"
11
15
  },
12
16
  "keywords": [],
13
17
  "author": "",
@@ -1,28 +0,0 @@
1
-
2
- 
3
- > @cnc-ti/layout-basic@8.1.3 build
4
- > tsup src/index.ts --config tsup.config.ts
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.3.0
9
- CLI Using tsup config: /Users/gustavomendes/Documents/CNC/lib/layout-basic/packages/react/tsup.config.ts
10
- CLI Target: esnext
11
- CLI Cleaning output folder
12
- ESM Build start
13
- CJS Build start
14
- DTS Build start
15
- CJS dist/index.js 134.39 KB
16
- CJS dist/index.css 19.21 KB
17
- CJS dist/index.css.map 42.31 KB
18
- CJS dist/index.js.map 681.49 KB
19
- CJS ⚡️ Build success in 1021ms
20
- ESM dist/index.mjs 131.87 KB
21
- ESM dist/index.css 19.21 KB
22
- ESM dist/index.css.map 42.41 KB
23
- ESM dist/index.mjs.map 681.20 KB
24
- ESM ⚡️ Build success in 1021ms
25
- DTS ⚡️ Build success in 1797ms
26
- DTS dist/index.d.mts 7.92 KB
27
- DTS dist/index.d.ts 7.92 KB
28
- ⠙
package/CHANGELOG.md DELETED
@@ -1,55 +0,0 @@
1
- # @cnc-ti/layout-basic
2
-
3
- ## 8.1.3
4
-
5
- ### Patch Changes
6
-
7
- - update do update
8
-
9
- ## 8.1.2
10
-
11
- ### Patch Changes
12
-
13
- - update
14
-
15
- ## 8.1.1
16
-
17
- ### Patch Changes
18
-
19
- - update do update
20
-
21
- ## 8.1.0
22
-
23
- ### Minor Changes
24
-
25
- - update do update do update do update
26
-
27
- ## 8.1.0
28
-
29
- ### Minor Changes
30
-
31
- - Udpate do update do update
32
-
33
- ## 8.0.0
34
-
35
- ### Major Changes
36
-
37
- - Update npm run build
38
-
39
- ## 7.0.0
40
-
41
- ### Major Changes
42
-
43
- - ignore path src
44
-
45
- ## 6.0.0
46
-
47
- ### Major Changes
48
-
49
- - Update package config
50
-
51
- ## 1.0.0
52
-
53
- ### Minor Changes
54
-
55
- - Implementando a primeira versão da lib CNC-Layout.
package/postcss.config.js DELETED
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- plugins: {
3
- tailwindcss: {},
4
- autoprefixer: {},
5
- },
6
- }
@@ -1,65 +0,0 @@
1
- /** @type {import('tailwindcss').Config} */
2
- module.exports = {
3
- content: ["./src/**/*.{jsx,js,ts,tsx}"],
4
- theme: {
5
- extend: {
6
- colors: {
7
- primary: "#0130A4",
8
- "primary-100": "#004C99",
9
- "primary-500": "#032884",
10
- brand: {
11
- "gray-10": "#F5F5F5",
12
- "gray-20": "#E3E3E3",
13
- "gray-50": "#E2E8F0",
14
- "gray-100": "#D2D2D2",
15
- "gray-200": "#64748B",
16
- "gray-400": "#0130A4",
17
- "gray-500": "#032884",
18
- "gray-600": "#666666",
19
- "gray-700": "#8391B3",
20
- "blue-50": "#F7FAFF",
21
- "blue-60": "#e5edff",
22
- "blue-100": "#004C99",
23
- "blue-400": "#0130A4",
24
- "blue-500": "#032884",
25
- "blue-600": "#1f2c4d",
26
- "blue-900": "#191C49",
27
- "green-100": "#25CF60",
28
- "green-200": "#1BB952",
29
- "green-300": "#0F9E41",
30
- "gold-100": "#AD841F",
31
- "gold-400": "#977115",
32
- "gold-500": "#79590D",
33
- "gold-600": "#4E3906",
34
- "red-500": "#EF4444",
35
- "red-600": "#CF4242",
36
- },
37
- },
38
- boxShadow: {
39
- custom: "0px 2px 8px 0px rgba(99, 99, 99, 0.2)",
40
- },
41
- height: {
42
- "screen-minus-70": "calc(100vh - 70px)",
43
- },
44
- display: ["group-data-is-open"],
45
- },
46
- fontFamily: {
47
- sans: ["Montserrat", "sans-serif"],
48
- },
49
- keyframes: {
50
- slideDown: {
51
- from: { height: "0px" },
52
- to: { height: "var(--radix-accordion-content-height)" },
53
- },
54
- slideUp: {
55
- from: { height: "var(--radix-accordion-content-height)" },
56
- to: { height: "0px" },
57
- },
58
- },
59
- animation: {
60
- slideDown: "slideDown 300ms cubic-bezier(0.87, 0, 0.13, 1)",
61
- slideUp: "slideUp 300ms cubic-bezier(0.87, 0, 0.13, 1)",
62
- },
63
- },
64
- plugins: [],
65
- };
package/tsconfig.json DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "composite": false,
4
- "declaration": true,
5
- "declarationMap": true,
6
- "esModuleInterop": true,
7
- "forceConsistentCasingInFileNames": true,
8
- "inlineSources": false,
9
- "isolatedModules": true,
10
- "moduleResolution": "node",
11
- "noUnusedLocals": false,
12
- "noUnusedParameters": false,
13
- "preserveWatchOutput": true,
14
- "skipLibCheck": true,
15
- "strict": true,
16
- "jsx": "react-jsx",
17
- "jsxImportSource": "react",
18
- "lib": ["dom", "ES2015"],
19
- "module": "ESNext",
20
- "target": "ESNext"
21
- }
22
- }
package/tsup.config.ts DELETED
@@ -1,22 +0,0 @@
1
- import { defineConfig } from "tsup";
2
-
3
- export default defineConfig({
4
- entry: ["src/index.ts"], // Caminho para o seu arquivo de entrada
5
- external: ["react", "react-dom"], // Marcar React como externo
6
- format: ["esm", "cjs"], // Formatos de output (ESM e CommonJS)
7
- dts: true, // Gerar arquivos de tipagem .d.ts
8
- splitting: false, // Desativar divisão de código
9
- sourcemap: true, // Gerar sourcemap
10
- clean: true, // Limpar o diretório de build antes de reconstruir
11
- minify: true,
12
- banner: {
13
- js: `import * as React from 'react';
14
- import * as ReactDOM from 'react-dom';
15
-
16
- const require = (moduleName) => {
17
- if (moduleName === 'react') return React;
18
- if (moduleName === 'react-dom') return ReactDOM;
19
- throw new Error(\`Módulo desconhecido: \${moduleName}\`);
20
- };`,
21
- },
22
- });