@lssm/lib.design-system 0.0.0-canary-20251221165922 → 0.0.0-canary-20251221185840

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -110,6 +110,11 @@ export function SignupForm() {
110
110
 
111
111
 
112
112
 
113
+
114
+
115
+
116
+
117
+
113
118
 
114
119
 
115
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.design-system",
3
- "version": "0.0.0-canary-20251221165922",
3
+ "version": "0.0.0-canary-20251221185840",
4
4
  "scripts": {
5
5
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
6
  "publish:pkg:canary": "bun publish:pkg --tag canary",
@@ -21,10 +21,10 @@
21
21
  "tree-shake": true,
22
22
  "dependencies": {
23
23
  "@hookform/resolvers": "5.2.2",
24
- "@lssm/lib.ai-agent": "0.0.0-canary-20251221165922",
25
- "@lssm/lib.contracts": "0.0.0-canary-20251221165922",
26
- "@lssm/lib.ui-kit": "0.0.0-canary-20251221165922",
27
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251221165922",
24
+ "@lssm/lib.ai-agent": "0.0.0-canary-20251221185840",
25
+ "@lssm/lib.contracts": "0.0.0-canary-20251221185840",
26
+ "@lssm/lib.ui-kit": "0.0.0-canary-20251221185840",
27
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251221185840",
28
28
  "class-variance-authority": "^0.7.1",
29
29
  "clsx": "^2.1.1",
30
30
  "lucide-react": "^0.535.0",
@@ -36,8 +36,8 @@
36
36
  "next": "16.1.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.typescript": "0.0.0-canary-20251221165922",
40
- "@lssm/tool.tsdown": "0.0.0-canary-20251221165922",
39
+ "@lssm/tool.typescript": "0.0.0-canary-20251221185840",
40
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221185840",
41
41
  "@types/node": "^24.9.0",
42
42
  "@types/react-dom": "^19.0.14",
43
43
  "postcss": "^8.5",