@opensaas/stack-ui 0.19.1 → 0.20.0

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,11 +1,11 @@
1
1
 
2
- > @opensaas/stack-ui@0.19.1 build /home/runner/work/stack/stack/packages/ui
2
+ > @opensaas/stack-ui@0.20.0 build /home/runner/work/stack/stack/packages/ui
3
3
  > tsc && npm run build:css
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
6
  npm warn Unknown env config "npm-globalconfig". This will stop working in the next major version of npm.
7
7
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
8
8
 
9
- > @opensaas/stack-ui@0.19.1 build:css
9
+ > @opensaas/stack-ui@0.20.0 build:css
10
10
  > mkdir -p dist/styles && postcss ./src/styles/globals.css -o ./dist/styles/globals.css
11
11
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @opensaas/stack-ui
2
2
 
3
+ ## 0.20.0
4
+
3
5
  ## 0.19.1
4
6
 
5
7
  ## 0.19.0
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -273,11 +273,14 @@
273
273
  .inset-0 {
274
274
  inset: calc(var(--spacing) * 0);
275
275
  }
276
+ .start {
277
+ inset-inline-start: var(--spacing);
278
+ }
276
279
  .top-0 {
277
280
  top: calc(var(--spacing) * 0);
278
281
  }
279
282
  .top-1\/2 {
280
- top: calc(1/2 * 100%);
283
+ top: calc(1 / 2 * 100%);
281
284
  }
282
285
  .top-2 {
283
286
  top: calc(var(--spacing) * 2);
@@ -445,7 +448,7 @@
445
448
  min-height: 100vh;
446
449
  }
447
450
  .w-2\/3 {
448
- width: calc(2/3 * 100%);
451
+ width: calc(2 / 3 * 100%);
449
452
  }
450
453
  .w-3 {
451
454
  width: calc(var(--spacing) * 3);
@@ -530,7 +533,7 @@
530
533
  translate: var(--tw-translate-x) var(--tw-translate-y);
531
534
  }
532
535
  .-translate-y-1\/2 {
533
- --tw-translate-y: calc(calc(1/2 * 100%) * -1);
536
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
534
537
  translate: var(--tw-translate-x) var(--tw-translate-y);
535
538
  }
536
539
  .translate-y-\[-50\%\] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-ui",
3
- "version": "0.19.1",
3
+ "version": "0.20.0",
4
4
  "description": "Composable React UI components for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -69,32 +69,32 @@
69
69
  "clsx": "^2.1.1",
70
70
  "date-fns": "^4.1.0",
71
71
  "lucide-react": "^0.562.0",
72
- "react-hook-form": "^7.68.0",
73
- "tailwind-merge": "^3.4.0"
72
+ "react-hook-form": "^7.71.2",
73
+ "tailwind-merge": "^3.5.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@tailwindcss/postcss": "^4.1.17",
76
+ "@tailwindcss/postcss": "^4.2.1",
77
77
  "@testing-library/jest-dom": "^6.9.1",
78
- "@testing-library/react": "^16.3.0",
78
+ "@testing-library/react": "^16.3.2",
79
79
  "@testing-library/user-event": "^14.6.1",
80
- "@types/node": "^24.11.0",
81
- "@types/react": "^19.2.7",
80
+ "@types/node": "^24.12.0",
81
+ "@types/react": "^19.2.14",
82
82
  "@types/react-dom": "^19.2.3",
83
- "@vitejs/plugin-react": "^5.1.1",
84
- "@vitest/browser": "^4.0.15",
85
- "@vitest/browser-playwright": "^4.0.15",
86
- "@vitest/coverage-v8": "^4.0.15",
87
- "happy-dom": "^20.0.11",
88
- "next": "^16.0.7",
89
- "playwright": "^1.57.0",
90
- "postcss": "^8.5.6",
83
+ "@vitejs/plugin-react": "^5.1.4",
84
+ "@vitest/browser": "^4.0.18",
85
+ "@vitest/browser-playwright": "^4.0.18",
86
+ "@vitest/coverage-v8": "^4.0.18",
87
+ "happy-dom": "^20.8.3",
88
+ "next": "^16.1.6",
89
+ "playwright": "^1.58.2",
90
+ "postcss": "^8.5.8",
91
91
  "postcss-cli": "^11.0.1",
92
- "react": "^19.2.1",
93
- "react-dom": "^19.2.1",
94
- "tailwindcss": "^4.1.17",
92
+ "react": "^19.2.4",
93
+ "react-dom": "^19.2.4",
94
+ "tailwindcss": "^4.2.1",
95
95
  "typescript": "^5.9.3",
96
- "vitest": "^4.0.15",
97
- "@opensaas/stack-core": "0.19.1"
96
+ "vitest": "^4.0.18",
97
+ "@opensaas/stack-core": "0.20.0"
98
98
  },
99
99
  "scripts": {
100
100
  "build": "tsc && npm run build:css",