@k8slens/lds-carousel 0.23.2 → 0.24.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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ Browse examples at [lens-design-system.k8slens.dev](https://lens-design-system.k
|
|
|
75
75
|
|
|
76
76
|
## AI Assistance
|
|
77
77
|
|
|
78
|
-
This package includes an `llms.txt` file with API documentation optimized for LLMs. Add to your project's AI configuration (e.g., `CLAUDE.md`):
|
|
78
|
+
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`):
|
|
79
79
|
|
|
80
80
|
```markdown
|
|
81
81
|
Read node_modules/@k8slens/lds-carousel/llms.txt for carousel API reference.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k8slens/lds-carousel",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"description": "Lens Design System – React Carousel component",
|
|
5
5
|
"author": "Mirantis Inc",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"format": "oxlint --fix . && prettier --write ."
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@k8slens/lds": "^0.
|
|
31
|
+
"@k8slens/lds": "^0.58.0",
|
|
32
32
|
"embla-carousel-autoplay": "8.0.0-rc11",
|
|
33
33
|
"embla-carousel-react": "8.0.0-rc11"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@k8slens/lds-tokens": "^0.
|
|
36
|
+
"@k8slens/lds-tokens": "^0.59.0",
|
|
37
37
|
"@rollup/plugin-node-resolve": "15.0.2",
|
|
38
38
|
"@storybook/react": "6.5.16",
|
|
39
39
|
"@testing-library/react": "14.0.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"\\.svg": "<rootDir>/../../__mocks__/SVGStub.js"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "e41693e45edd36a94e34ab286d4ededba24f5daf"
|
|
60
60
|
}
|