thailife-react 0.0.20 → 0.0.21

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.
@@ -238,6 +238,7 @@
238
238
 
239
239
  .input-helper-text--error {
240
240
  color: var(--color-error);
241
+ font-size: var(--font-size-xs);
241
242
  }
242
243
 
243
244
  /* Checkbox Component */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thailife-react",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "A modern UI library built with React and CSS",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -11,6 +11,7 @@
11
11
  "dist"
12
12
  ],
13
13
  "scripts": {
14
+ "dev": "vite",
14
15
  "build": "rollup -c rollup.config.mjs && tsc --emitDeclarationOnly",
15
16
  "build:watch": "rollup -c rollup.config.mjs -w",
16
17
  "storybook": "storybook dev -p 6006",
@@ -78,8 +79,8 @@
78
79
  "identity-obj-proxy": "^3.0.0",
79
80
  "jest": "^29.7.0",
80
81
  "jest-environment-jsdom": "^29.7.0",
81
- "react": "^18.3.1",
82
- "react-dom": "^18.3.1",
82
+ "react": "18.3.1",
83
+ "react-dom": "18.3.1",
83
84
  "rollup": "^4.1.0",
84
85
  "rollup-plugin-copy": "3.5.0",
85
86
  "storybook": "^7.5.0",