oolib 2.229.4 → 2.230.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.
@@ -162,6 +162,10 @@ export namespace icons {
162
162
  export { Cursor };
163
163
  export { LockSimple };
164
164
  export { FlowArrow };
165
+ export { PresentationChart };
166
+ export { ArrowCounterClockwise };
167
+ export { Selection };
168
+ export { Flask };
165
169
  export { OkeGoogleIcon };
166
170
  export { LetterH };
167
171
  export { IndexIcon };
@@ -394,6 +398,10 @@ import { TextboxIcon as Textbox } from "@phosphor-icons/react";
394
398
  import { CursorIcon as Cursor } from "@phosphor-icons/react";
395
399
  import { LockSimpleIcon as LockSimple } from "@phosphor-icons/react";
396
400
  import { FlowArrowIcon as FlowArrow } from "@phosphor-icons/react";
401
+ import { PresentationChartIcon as PresentationChart } from "@phosphor-icons/react";
402
+ import { ArrowCounterClockwiseIcon as ArrowCounterClockwise } from "@phosphor-icons/react";
403
+ import { SelectionIcon as Selection } from "@phosphor-icons/react";
404
+ import { FlaskIcon as Flask } from "@phosphor-icons/react";
397
405
  import { OkeGoogleIcon } from "./custom";
398
406
  import { LetterH } from "./custom";
399
407
  import { IndexIcon } from "./custom";
@@ -167,6 +167,10 @@ exports.icons = {
167
167
  Cursor: react_1.CursorIcon,
168
168
  LockSimple: react_1.LockSimpleIcon,
169
169
  FlowArrow: react_1.FlowArrowIcon,
170
+ PresentationChart: react_1.PresentationChartIcon,
171
+ ArrowCounterClockwise: react_1.ArrowCounterClockwiseIcon,
172
+ Selection: react_1.SelectionIcon,
173
+ Flask: react_1.FlaskIcon,
170
174
  //custom icons
171
175
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
172
176
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.229.4",
3
+ "version": "2.230.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",