@k8slens/lds-form 0.52.2 → 0.53.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -79,7 +79,7 @@ Browse components at [lens-design-system.k8slens.dev](https://lens-design-system
79
79
 
80
80
  ## AI Assistance
81
81
 
82
- This package includes an `llms.txt` file with API documentation optimized for LLMs. Add to your project's AI configuration (e.g., `CLAUDE.md`):
82
+ This package includes an `llms.txt` file with API documentation optimized for LLMs. Add to your project's AI configuration (e.g., `AGENTS.md` or `CLAUDE.md`):
83
83
 
84
84
  ```markdown
85
85
  Read node_modules/@k8slens/lds-form/llms.txt for form components reference.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8slens/lds-form",
3
- "version": "0.52.2",
3
+ "version": "0.53.0",
4
4
  "description": "Lens Design System – React Form components",
5
5
  "author": "Mirantis Inc",
6
6
  "license": "MIT",
@@ -29,10 +29,10 @@
29
29
  "format": "oxlint --fix . && prettier --write ."
30
30
  },
31
31
  "dependencies": {
32
- "@k8slens/lds": "^0.57.2"
32
+ "@k8slens/lds": "^0.58.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@k8slens/lds-tokens": "^0.58.2",
35
+ "@k8slens/lds-tokens": "^0.59.0",
36
36
  "@rollup/plugin-node-resolve": "15.0.2",
37
37
  "@storybook/react": "6.5.16",
38
38
  "@testing-library/react": "14.0.0",
@@ -56,5 +56,5 @@
56
56
  "\\.svg": "<rootDir>/../../__mocks__/SVGStub.js"
57
57
  }
58
58
  },
59
- "gitHead": "1edf9b6761a700920be41adb01f3de528320f639"
59
+ "gitHead": "e41693e45edd36a94e34ab286d4ededba24f5daf"
60
60
  }