@k8slens/lds-carousel 0.23.2 → 0.24.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.23.2",
3
+ "version": "0.24.1",
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.57.2",
31
+ "@k8slens/lds": "^0.58.1",
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.58.2",
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",
@@ -56,5 +56,5 @@
56
56
  "\\.svg": "<rootDir>/../../__mocks__/SVGStub.js"
57
57
  }
58
58
  },
59
- "gitHead": "1edf9b6761a700920be41adb01f3de528320f639"
59
+ "gitHead": "5eda1efad729aad60ce149aeca5e9dbd7f92ec3a"
60
60
  }