@k8slens/lds-tips 0.36.2 → 0.36.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 +5 -5
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Lens Design System – React Tips component
2
2
 
3
3
  ## Documentation
4
- Browse the documentation at [lensapp.github.io/lens-design-system](http://lensapp.github.io/lens-design-system/?path=/docs/tips).
4
+ Browse the documentation at [lens-design-system.k8slens.dev](https://lens-design-system.k8slens.dev/?path=/docs/tips).
5
5
 
6
6
  ## Usage in React apps
7
7
  - run `npm i -s @k8slens/lds @k8slens/lds-tokens @k8slens/lds-tips`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8slens/lds-tips",
3
- "version": "0.36.2",
3
+ "version": "0.36.3",
4
4
  "description": "Lens Design System – React Tips component",
5
5
  "author": "Mirantis Inc",
6
6
  "license": "MIT",
@@ -28,11 +28,11 @@
28
28
  "format": "eslint --fix ."
29
29
  },
30
30
  "dependencies": {
31
- "@k8slens/lds": "^0.46.2"
31
+ "@k8slens/lds": "^0.46.3"
32
32
  },
33
33
  "devDependencies": {
34
- "@k8slens/lds-icons": "^0.44.2",
35
- "@k8slens/lds-tokens": "^0.47.2",
34
+ "@k8slens/lds-icons": "^0.44.3",
35
+ "@k8slens/lds-tokens": "^0.47.3",
36
36
  "@rollup/plugin-node-resolve": "15.0.2",
37
37
  "@storybook/react": "6.5.16",
38
38
  "@testing-library/react": "14.0.0"
@@ -58,5 +58,5 @@
58
58
  "\\.svg": "<rootDir>/../../__mocks__/SVGStub.js"
59
59
  }
60
60
  },
61
- "gitHead": "5d4172888249196b842ec580a3eed8ca960f626f"
61
+ "gitHead": "8a93acb89e437df6de24e1fea2b10046c704fc11"
62
62
  }