@authdog/react-elements 0.0.14 → 0.0.15

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @authdog/react-elements@0.0.14 build /home/runner/work/web-sdk/web-sdk/packages/react-elements
2
+ > @authdog/react-elements@0.0.15 build /home/runner/work/web-sdk/web-sdk/packages/react-elements
3
3
  > pnpm tsup && pnpm build:styles
4
4
 
5
5
  CLI Building entry: src/index.ts, src/lib/utils.ts, src/components/ui/alert.tsx, src/components/ui/avatar.tsx, src/components/ui/badge.tsx, src/components/ui/button.tsx, src/components/ui/card.tsx, src/components/ui/dropdown-menu.tsx, src/components/ui/input.tsx, src/components/ui/label.tsx, src/components/ui/separator.tsx, src/components/ui/sheet.tsx
@@ -27,14 +27,14 @@
27
27
  ESM dist/components/ui/alert.mjs.map 2.82 KB
28
28
  ESM dist/components/ui/avatar.mjs.map 2.13 KB
29
29
  ESM dist/components/ui/badge.mjs.map 2.63 KB
30
- ESM dist/components/ui/button.mjs.map 3.01 KB
31
30
  ESM dist/components/ui/card.mjs.map 3.54 KB
31
+ ESM dist/components/ui/button.mjs.map 3.01 KB
32
32
  ESM dist/components/ui/dropdown-menu.mjs.map 12.05 KB
33
33
  ESM dist/components/ui/input.mjs.map 1.67 KB
34
34
  ESM dist/components/ui/label.mjs.map 1.32 KB
35
35
  ESM dist/components/ui/separator.mjs.map 1.51 KB
36
36
  ESM dist/components/ui/sheet.mjs.map 6.49 KB
37
- ESM ⚡️ Build success in 254ms
37
+ ESM ⚡️ Build success in 246ms
38
38
  CJS dist/index.js 17.24 KB
39
39
  CJS dist/lib/utils.js 620.00 B
40
40
  CJS dist/components/ui/alert.js 1.65 KB
@@ -54,17 +54,17 @@
54
54
  CJS dist/components/ui/badge.js.map 2.79 KB
55
55
  CJS dist/components/ui/button.js.map 3.17 KB
56
56
  CJS dist/components/ui/card.js.map 3.81 KB
57
- CJS dist/components/ui/dropdown-menu.js.map 12.51 KB
58
57
  CJS dist/components/ui/input.js.map 1.79 KB
59
58
  CJS dist/components/ui/label.js.map 1.45 KB
59
+ CJS dist/components/ui/dropdown-menu.js.map 12.51 KB
60
60
  CJS dist/components/ui/separator.js.map 1.64 KB
61
61
  CJS dist/components/ui/sheet.js.map 6.75 KB
62
- CJS ⚡️ Build success in 257ms
62
+ CJS ⚡️ Build success in 261ms
63
63
  DTS Build start
64
- DTS ⚡️ Build success in 9059ms
64
+ DTS ⚡️ Build success in 10207ms
65
65
  DTS dist/index.d.mts 1.66 KB
66
66
  DTS dist/index.d.ts 1.66 KB
67
67
 
68
- > @authdog/react-elements@0.0.14 build:styles /home/runner/work/web-sdk/web-sdk/packages/react-elements
68
+ > @authdog/react-elements@0.0.15 build:styles /home/runner/work/web-sdk/web-sdk/packages/react-elements
69
69
  > postcss src/global.css -o dist/styles.css
70
70
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @authdog/react-elements
2
2
 
3
+ ## 0.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - 056c6b4: rollback dependencies react
8
+
3
9
  ## 0.0.14
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@authdog/react-elements",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
7
7
  "peerDependencies": {
8
- "react": "^19.1.0",
9
- "react-dom": "^19.1.0"
8
+ "react": "^18.3.1",
9
+ "react-dom": "^18.3.1"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@ladle/react": "^2.0.0",
13
13
  "@types/node": "^20",
14
- "@types/react": "^19.1.0",
14
+ "@types/react": "^18.3.11",
15
15
  "@vitejs/plugin-react": "^4.4.1",
16
16
  "autoprefixer": "^10",
17
17
  "css-loader": "^6.8.1",