@k8slens/lds-tips 0.47.2 → 0.48.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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -168,7 +168,7 @@ Browse examples at [lens-design-system.k8slens.dev](https://lens-design-system.k
|
|
|
168
168
|
|
|
169
169
|
## AI Assistance
|
|
170
170
|
|
|
171
|
-
This package includes an `llms.txt` file with API documentation optimized for LLMs. Add to your project's AI configuration (e.g., `CLAUDE.md`):
|
|
171
|
+
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`):
|
|
172
172
|
|
|
173
173
|
```markdown
|
|
174
174
|
Read node_modules/@k8slens/lds-tips/llms.txt for tips/tours API reference.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k8slens/lds-tips",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.1",
|
|
4
4
|
"description": "Lens Design System – React Tips component",
|
|
5
5
|
"author": "Mirantis Inc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"format": "oxlint --fix . && prettier --write ."
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@k8slens/lds": "^0.
|
|
32
|
+
"@k8slens/lds": "^0.58.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@k8slens/lds-icons": "^0.
|
|
36
|
-
"@k8slens/lds-tokens": "^0.
|
|
35
|
+
"@k8slens/lds-icons": "^0.56.1",
|
|
36
|
+
"@k8slens/lds-tokens": "^0.59.1",
|
|
37
37
|
"@rollup/plugin-node-resolve": "15.0.2",
|
|
38
38
|
"@storybook/react": "6.5.16",
|
|
39
39
|
"@testing-library/react": "14.0.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"\\.svg": "<rootDir>/../../__mocks__/SVGStub.js"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "5eda1efad729aad60ce149aeca5e9dbd7f92ec3a"
|
|
64
64
|
}
|