oolib 2.221.0 → 2.222.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.
@@ -150,6 +150,7 @@ export namespace icons {
150
150
  export { Power };
151
151
  export { ListChecks };
152
152
  export { ArrowElbowDownLeft };
153
+ export { CaretUpDown };
153
154
  export { OkeGoogleIcon };
154
155
  export { LetterH };
155
156
  export { IndexIcon };
@@ -370,6 +371,7 @@ import { UsersIcon as Users } from '@phosphor-icons/react';
370
371
  import { PowerIcon as Power } from '@phosphor-icons/react';
371
372
  import { ListChecksIcon as ListChecks } from '@phosphor-icons/react';
372
373
  import { ArrowElbowDownLeftIcon as ArrowElbowDownLeft } from '@phosphor-icons/react';
374
+ import { CaretUpDownIcon as CaretUpDown } from '@phosphor-icons/react';
373
375
  import { OkeGoogleIcon } from "./custom";
374
376
  import { LetterH } from "./custom";
375
377
  import { IndexIcon } from "./custom";
@@ -155,6 +155,7 @@ exports.icons = {
155
155
  Power: react_1.PowerIcon,
156
156
  ListChecks: react_1.ListChecksIcon,
157
157
  ArrowElbowDownLeft: react_1.ArrowElbowDownLeftIcon,
158
+ CaretUpDown: react_1.CaretUpDownIcon,
158
159
  //custom icons
159
160
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
160
161
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.221.0",
3
+ "version": "2.222.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",