@k8slens/lds-icons 0.7.2 → 0.8.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 15 Nov 2022 13:49:33 GMT
3
+ * Generated on Thu, 22 Dec 2022 11:33:45 GMT
4
4
  */
5
5
  export { default as LogoIcon } from "./Logo";
6
6
  export { default as SpinnerIcon } from "./Spinner";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 15 Nov 2022 13:49:33 GMT
3
+ * Generated on Thu, 22 Dec 2022 11:33:45 GMT
4
4
  */
5
5
  export { default as LogoIcon } from "./Logo";
6
6
  export { default as SpinnerIcon } from "./Spinner";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8slens/lds-icons",
3
- "version": "0.7.2",
3
+ "version": "0.8.0",
4
4
  "description": "Lens Design System – React Icon Components",
5
5
  "author": "Mirantis Inc",
6
6
  "license": "MIT",
@@ -30,11 +30,11 @@
30
30
  "react-dom": "^18.2.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@k8slens/lds-tokens": "^0.10.2",
33
+ "@k8slens/lds-tokens": "^0.11.0",
34
34
  "@rollup/plugin-node-resolve": "15.0.1",
35
35
  "@storybook/react": "6.5.13",
36
36
  "@testing-library/react": "13.4.0",
37
37
  "autoprefixer": "10.4.8"
38
38
  },
39
- "gitHead": "ea2a48bf269662facf46115703e9ce2f4b3ec682"
39
+ "gitHead": "e5c29ae8b2ed189e838eeb23b4363ad3d0564dbb"
40
40
  }