@gbmtech/aurora-ui 0.0.2 → 0.0.3

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.
@@ -4,8 +4,8 @@
4
4
  ::before,
5
5
  ::backdrop,
6
6
  ::file-selector-button {
7
- border-color: var(--color-border);
8
- outline-color: color-mix(in oklab, var(--ring) 20%, transparent);
7
+ border-color: var(--color-stroke);
8
+ outline-color: color-mix(in oklab, var(--color-gbm-sky) 20%, transparent);
9
9
  }
10
10
 
11
11
  html,
@@ -40,7 +40,7 @@
40
40
  * (e.g., background, border, highlights).
41
41
  */
42
42
  @theme inline {
43
- --color-gbm: #1154FF;
43
+ --color-gbm-sky: #1154FF;
44
44
  --color-gbm-ocean: #0A3EC2;
45
45
  --color-gbm-blue: #033278;
46
46
 
@@ -4,8 +4,8 @@
4
4
  ::before,
5
5
  ::backdrop,
6
6
  ::file-selector-button {
7
- border-color: var(--color-border);
8
- outline-color: color-mix(in oklab, var(--ring) 20%, transparent);
7
+ border-color: var(--color-stroke);
8
+ outline-color: color-mix(in oklab, var(--color-gbm-sky) 20%, transparent);
9
9
  }
10
10
 
11
11
  html,
@@ -40,7 +40,7 @@
40
40
  * (e.g., background, border, highlights).
41
41
  */
42
42
  @theme inline {
43
- --color-gbm: #1154FF;
43
+ --color-gbm-sky: #1154FF;
44
44
  --color-gbm-ocean: #0A3EC2;
45
45
  --color-gbm-blue: #033278;
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gbmtech/aurora-ui",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "./dist/cjs/index.cjs",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -67,6 +67,24 @@
67
67
  "tailwindcss-animate": "^1.0.6",
68
68
  "zod": "^3.24.1"
69
69
  },
70
+ "peerDependencies": {
71
+ "@types/react": "^19",
72
+ "@types/react-dom": "^19",
73
+ "react": "^19",
74
+ "react-dom": "^19",
75
+ "react-hook-form": "^7"
76
+ },
77
+ "peerDependenciesMeta": {
78
+ "@types/react": {
79
+ "optional": true
80
+ },
81
+ "@types/react-dom": {
82
+ "optional": true
83
+ },
84
+ "react-hook-form": {
85
+ "optional": true
86
+ }
87
+ },
70
88
  "scripts": {
71
89
  "build": "rslib build",
72
90
  "dev": "rslib build --watch",