oolib 2.147.0 → 2.148.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.
@@ -117,6 +117,7 @@ export namespace icons {
117
117
  export { PaperPlaneRight };
118
118
  export { Warning };
119
119
  export { Star };
120
+ export { ArrowsVertical };
120
121
  export { OkeGoogleIcon };
121
122
  export { LetterH };
122
123
  export { IndexIcon };
@@ -297,6 +298,7 @@ import { CopySimple } from 'phosphor-react';
297
298
  import { PaperPlaneRight } from 'phosphor-react';
298
299
  import { Warning } from 'phosphor-react';
299
300
  import { Star } from 'phosphor-react';
301
+ import { ArrowsVertical } from 'phosphor-react';
300
302
  import { OkeGoogleIcon } from "./custom";
301
303
  import { LetterH } from "./custom";
302
304
  import { IndexIcon } from "./custom";
@@ -122,7 +122,8 @@ exports.icons = {
122
122
  PaperPlaneRight: phosphor_react_1.PaperPlaneRight,
123
123
  Warning: phosphor_react_1.Warning,
124
124
  Star: phosphor_react_1.Star,
125
- //custom
125
+ ArrowsVertical: phosphor_react_1.ArrowsVertical,
126
+ //custom icons
126
127
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
127
128
  LetterH: custom_1.LetterH,
128
129
  IndexIcon: custom_1.IndexIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.147.0",
3
+ "version": "2.148.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",