@codarmais/ui 0.1.15 → 0.1.16

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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { default as theme } from "./theme/theme";
1
+ export { theme } from "./theme/theme";
2
2
  export { colors, gradients } from "./theme/colors";
3
3
  export { Icons } from "./theme/icons";
4
4
  export type { ThemeType as Theme } from "./theme/theme";
@@ -1,4 +1,4 @@
1
- declare const theme: {
1
+ export declare const theme: {
2
2
  colors: {
3
3
  neutral: {
4
4
  light: string;
@@ -36,5 +36,4 @@ declare const theme: {
36
36
  monospace: string;
37
37
  };
38
38
  };
39
- export default theme;
40
39
  export type ThemeType = typeof theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codarmais/ui",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Codar Mais UI - Biblioteca de componentes React corporativos",
5
5
  "private": false,
6
6
  "main": "./dist/index.cjs.js",
@@ -56,8 +56,10 @@
56
56
  "@types/react": "^19.2.5",
57
57
  "@types/react-dom": "^19.2.3",
58
58
  "@types/styled-components": "^5.1.36",
59
+ "@vitejs/plugin-react": "^5.1.2",
60
+ "@vitejs/plugin-react-swc": "^4.2.2",
59
61
  "@vitest/coverage-v8": "^4.0.16",
60
- "eslint": "^9.39.1",
62
+ "eslint": "^8.57.1",
61
63
  "eslint-plugin-react-hooks": "^7.0.1",
62
64
  "eslint-plugin-react-refresh": "^0.4.24",
63
65
  "eslint-plugin-storybook": "^0.8.0",
@@ -68,8 +70,7 @@
68
70
  "storybook": "^8.6.14",
69
71
  "typescript": "~5.9.3",
70
72
  "vite": "^5.4.21",
71
- "vitest": "^4.0.15",
72
- "@vitejs/plugin-react": "^5.1.2"
73
+ "vitest": "^4.0.15"
73
74
  },
74
75
  "license": "MIT",
75
76
  "dependencies": {