oolib 2.237.1 → 2.237.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.
@@ -162,6 +162,7 @@ export namespace icons {
162
162
  export { Textbox };
163
163
  export { Cursor };
164
164
  export { LockSimple };
165
+ export { LockSimpleOpen };
165
166
  export { FlowArrow };
166
167
  export { PresentationChart };
167
168
  export { ArrowCounterClockwise };
@@ -401,6 +402,7 @@ import { RobotIcon as Robot } from "@phosphor-icons/react";
401
402
  import { TextboxIcon as Textbox } from "@phosphor-icons/react";
402
403
  import { CursorIcon as Cursor } from "@phosphor-icons/react";
403
404
  import { LockSimpleIcon as LockSimple } from "@phosphor-icons/react";
405
+ import { LockSimpleOpenIcon as LockSimpleOpen } from "@phosphor-icons/react";
404
406
  import { FlowArrowIcon as FlowArrow } from "@phosphor-icons/react";
405
407
  import { PresentationChartIcon as PresentationChart } from "@phosphor-icons/react";
406
408
  import { ArrowCounterClockwiseIcon as ArrowCounterClockwise } from "@phosphor-icons/react";
@@ -167,6 +167,7 @@ exports.icons = {
167
167
  Textbox: react_1.TextboxIcon,
168
168
  Cursor: react_1.CursorIcon,
169
169
  LockSimple: react_1.LockSimpleIcon,
170
+ LockSimpleOpen: react_1.LockSimpleOpenIcon,
170
171
  FlowArrow: react_1.FlowArrowIcon,
171
172
  PresentationChart: react_1.PresentationChartIcon,
172
173
  ArrowCounterClockwise: react_1.ArrowCounterClockwiseIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.237.1",
3
+ "version": "2.237.2",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",