@k8slens/lds-icons 0.55.2 → 0.56.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 +3 -3
package/README.md CHANGED
@@ -45,7 +45,7 @@ Browse all icons at [lens-design-system.k8slens.dev](https://lens-design-system.
45
45
 
46
46
  ## AI Assistance
47
47
 
48
- This package includes an `llms.txt` file with API documentation optimized for LLMs. Add to your project's AI configuration (e.g., `CLAUDE.md`):
48
+ 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`):
49
49
 
50
50
  ```markdown
51
51
  Read node_modules/@k8slens/lds-icons/llms.txt for icon reference.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8slens/lds-icons",
3
- "version": "0.55.2",
3
+ "version": "0.56.0",
4
4
  "description": "Lens Design System – React Icon Components",
5
5
  "author": "Mirantis Inc",
6
6
  "license": "MIT",
@@ -35,12 +35,12 @@
35
35
  "react-dom": "^18.2.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@k8slens/lds-tokens": "^0.58.2",
38
+ "@k8slens/lds-tokens": "^0.59.0",
39
39
  "@rollup/plugin-node-resolve": "15.0.2",
40
40
  "@storybook/react": "6.5.16",
41
41
  "@testing-library/react": "14.0.0",
42
42
  "autoprefixer": "10.4.14",
43
43
  "typescript": "4.8.4"
44
44
  },
45
- "gitHead": "1edf9b6761a700920be41adb01f3de528320f639"
45
+ "gitHead": "e41693e45edd36a94e34ab286d4ededba24f5daf"
46
46
  }