@slyxup/ui 0.2.15 → 0.3.1

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,10 +1,13 @@
1
1
  {
2
2
  "name": "@slyxup/ui",
3
- "version": "0.2.15",
3
+ "version": "0.3.1",
4
4
  "description": "SlyxUp UI components — auth, billing, Paddle checkout",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
8
11
  "repository": {
9
12
  "type": "git",
10
13
  "url": "git+https://github.com/slyxup/stack.git",
@@ -23,8 +26,8 @@
23
26
  "react": "^18 || ^19"
24
27
  },
25
28
  "dependencies": {
26
- "@slyxup/core": "1.0.2",
27
- "@slyxup/react": "1.0.5"
29
+ "@slyxup/core": "^1.2.0",
30
+ "@slyxup/react": "^1.1.0"
28
31
  },
29
32
  "devDependencies": {
30
33
  "@types/node": "^26.2.0",
@@ -1,4 +0,0 @@
1
-
2
- > @slyxup/ui@0.3.0 build /home/runner/work/stack/stack/packages/ui
3
- > tsc -p tsconfig.json
4
-
package/CHANGELOG.md DELETED
@@ -1,70 +0,0 @@
1
- # @slyxup/ui
2
-
3
- ## 0.2.7
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies []:
8
- - @slyxup/react@0.2.6
9
-
10
- ## 0.2.6
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies []:
15
- - @slyxup/react@0.2.5
16
-
17
- ## 0.2.5
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies []:
22
- - @slyxup/react@0.2.4
23
-
24
- ## 0.2.4
25
-
26
- ### Patch Changes
27
-
28
- - Updated dependencies []:
29
- - @slyxup/react@0.2.3
30
-
31
- ## 0.2.3
32
-
33
- ### Patch Changes
34
-
35
- - [`e110c4a`](https://github.com/slyxup/stack/commit/e110c4a1f4e136167d1efaaee41387159a78a04d) - Clerk-grade design overhaul + the big one: design tokens are now applied to `<html>` automatically, so inputs/buttons/cards always render with borders, radius and fonts in any host app (previously required a manual `.slyxup-root` wrapper). Adds `<SignIn onForgotPasswordClick>` and a refined dark mode.
36
-
37
- - Updated dependencies []:
38
- - @slyxup/react@0.2.2
39
-
40
- ## 0.2.2
41
-
42
- ### Patch Changes
43
-
44
- - [`9a14a5f`](https://github.com/slyxup/stack/commit/9a14a5f1357cd3e6bafc0957b1144d5e51d552e2) - Components now self-inject styles and fonts (no more missing borders/radius/fonts if `<SlyxUpStyles />` was forgotten). OAuth buttons redirect to the correct API origin instead of a relative path that broke on deployed apps.
45
-
46
- ## 0.2.1
47
-
48
- ### Patch Changes
49
-
50
- - [`2011599`](https://github.com/slyxup/stack/commit/2011599a9c989560e34bcea3147c18923e15962d) - UI polish: black buttons in light mode, better card vs page contrast, inline missing-key banner in SignIn/SignUp, provider warns on missing publishableKey.
51
-
52
- - Updated dependencies [[`2011599`](https://github.com/slyxup/stack/commit/2011599a9c989560e34bcea3147c18923e15962d), [`2011599`](https://github.com/slyxup/stack/commit/2011599a9c989560e34bcea3147c18923e15962d)]:
53
- - @slyxup/core@0.2.1
54
- - @slyxup/react@0.2.1
55
-
56
- ## 0.2.0
57
-
58
- ### Minor Changes
59
-
60
- - [`7cf24ff`](https://github.com/slyxup/stack/commit/7cf24ffe37fe6f2bca41fdc0281618c2db02b3ae) - Full V1 SDKs: SlyxupClient with cookie jar, React provider + hooks, Next.js server helpers/middleware, themed UI components, slyxup CLI
61
-
62
- ### Patch Changes
63
-
64
- - [`44da26b`](https://github.com/slyxup/stack/commit/44da26bd8f952b6fce4b67f75ddb0ef041a984ac) - ci: verify all packages CI/CD — little change in every package + auth/stack/billing
65
-
66
- - [`fe4f8bb`](https://github.com/slyxup/stack/commit/fe4f8bb4ab412a58303f59921548d3625b0675c9) - ci: second verify all — 14:55
67
-
68
- - Updated dependencies [[`44da26b`](https://github.com/slyxup/stack/commit/44da26bd8f952b6fce4b67f75ddb0ef041a984ac), [`fe4f8bb`](https://github.com/slyxup/stack/commit/fe4f8bb4ab412a58303f59921548d3625b0675c9), [`7cf24ff`](https://github.com/slyxup/stack/commit/7cf24ffe37fe6f2bca41fdc0281618c2db02b3ae)]:
69
- - @slyxup/core@0.2.0
70
- - @slyxup/react@0.2.0