oolib 2.3.0 → 2.3.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.
@@ -67,6 +67,8 @@ export namespace phosphorIcons {
67
67
  export { LetterH };
68
68
  export { LetterP };
69
69
  export { IndexIcon };
70
+ export { ArrowRight };
71
+ export { Sliders };
70
72
  }
71
73
  import { PencilSimple } from "phosphor-react";
72
74
  import { PencilLine } from "phosphor-react";
@@ -136,3 +138,5 @@ import OkeGoogleIcon from "./OkeGoogleIcon";
136
138
  import LetterH from "./LetterH";
137
139
  import LetterP from "./LetterP";
138
140
  import IndexIcon from "./IndexIcon";
141
+ import { ArrowRight } from "phosphor-react";
142
+ import { Sliders } from "phosphor-react";
@@ -77,5 +77,7 @@ exports.phosphorIcons = {
77
77
  OkeGoogleIcon: OkeGoogleIcon_1.default,
78
78
  LetterH: LetterH_1.default,
79
79
  LetterP: LetterP_1.default,
80
- IndexIcon: IndexIcon_1.default
80
+ IndexIcon: IndexIcon_1.default,
81
+ ArrowRight: phosphor_react_1.ArrowRight,
82
+ Sliders: phosphor_react_1.Sliders
81
83
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",