oolib 2.5.1 → 2.5.2

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.
@@ -70,6 +70,7 @@ export namespace phosphorIcons {
70
70
  export { LanguageIcon };
71
71
  export { ArrowRight };
72
72
  export { Sliders };
73
+ export { Faders };
73
74
  }
74
75
  import { PencilSimple } from "phosphor-react";
75
76
  import { PencilLine } from "phosphor-react";
@@ -142,3 +143,4 @@ import IndexIcon from "./IndexIcon";
142
143
  import LanguageIcon from "./LangIcon";
143
144
  import { ArrowRight } from "phosphor-react";
144
145
  import { Sliders } from "phosphor-react";
146
+ import { Faders } from "phosphor-react";
@@ -81,5 +81,6 @@ exports.phosphorIcons = {
81
81
  IndexIcon: IndexIcon_1.default,
82
82
  LanguageIcon: LangIcon_1.default,
83
83
  ArrowRight: phosphor_react_1.ArrowRight,
84
- Sliders: phosphor_react_1.Sliders
84
+ Sliders: phosphor_react_1.Sliders,
85
+ Faders: phosphor_react_1.Faders
85
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",