@k8slens/lds-icons 0.44.2 → 0.44.3

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
@@ -1,7 +1,7 @@
1
1
  # Lens Design System – React Icon Components
2
2
 
3
3
  ## Documentation
4
- See the documentation at [lensapp.github.io/lens-design-system](http://lensapp.github.io/lens-design-system/?path=/docs/icon).
4
+ See the documentation at [lens-design-system.k8slens.dev](https://lens-design-system.k8slens.dev/?path=/docs/icon).
5
5
 
6
6
  ## What is included?
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8slens/lds-icons",
3
- "version": "0.44.2",
3
+ "version": "0.44.3",
4
4
  "description": "Lens Design System – React Icon Components",
5
5
  "author": "Mirantis Inc",
6
6
  "license": "MIT",
@@ -35,11 +35,11 @@
35
35
  "react-dom": "^18.2.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@k8slens/lds-tokens": "^0.47.2",
38
+ "@k8slens/lds-tokens": "^0.47.3",
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
  },
44
- "gitHead": "5d4172888249196b842ec580a3eed8ca960f626f"
44
+ "gitHead": "8a93acb89e437df6de24e1fea2b10046c704fc11"
45
45
  }