oolib 2.234.0 → 2.235.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.
@@ -40,6 +40,7 @@ export namespace icons {
40
40
  export { Envelope };
41
41
  export { Checks };
42
42
  export { Check };
43
+ export { Clock };
43
44
  export { ArrowClockwise };
44
45
  export { ArrowsClockwise };
45
46
  export { ArrowsIn };
@@ -277,6 +278,7 @@ import { PhoneIcon as Phone } from "@phosphor-icons/react";
277
278
  import { EnvelopeIcon as Envelope } from "@phosphor-icons/react";
278
279
  import { ChecksIcon as Checks } from "@phosphor-icons/react";
279
280
  import { CheckIcon as Check } from "@phosphor-icons/react";
281
+ import { ClockIcon as Clock } from "@phosphor-icons/react";
280
282
  import { ArrowClockwiseIcon as ArrowClockwise } from "@phosphor-icons/react";
281
283
  import { ArrowsClockwiseIcon as ArrowsClockwise } from "@phosphor-icons/react";
282
284
  import { ArrowsInIcon as ArrowsIn } from "@phosphor-icons/react";
@@ -45,6 +45,7 @@ exports.icons = {
45
45
  Envelope: react_1.EnvelopeIcon,
46
46
  Checks: react_1.ChecksIcon,
47
47
  Check: react_1.CheckIcon,
48
+ Clock: react_1.ClockIcon,
48
49
  ArrowClockwise: react_1.ArrowClockwiseIcon,
49
50
  ArrowsClockwise: react_1.ArrowsClockwiseIcon,
50
51
  ArrowsIn: react_1.ArrowsInIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.234.0",
3
+ "version": "2.235.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",