oolib 2.214.5 → 2.214.6

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.
@@ -134,6 +134,7 @@ export namespace icons {
134
134
  export { Translate };
135
135
  export { SlidersHorizontal };
136
136
  export { Stack };
137
+ export { Sparkle };
137
138
  export { OkeGoogleIcon };
138
139
  export { LetterH };
139
140
  export { IndexIcon };
@@ -335,6 +336,7 @@ import { ChartDonutIcon as ChartDonut } from '@phosphor-icons/react';
335
336
  import { TranslateIcon as Translate } from '@phosphor-icons/react';
336
337
  import { SlidersHorizontalIcon as SlidersHorizontal } from '@phosphor-icons/react';
337
338
  import { StackIcon as Stack } from '@phosphor-icons/react';
339
+ import { SparkleIcon as Sparkle } from '@phosphor-icons/react';
338
340
  import { OkeGoogleIcon } from "./custom";
339
341
  import { LetterH } from "./custom";
340
342
  import { IndexIcon } from "./custom";
@@ -139,6 +139,7 @@ exports.icons = {
139
139
  Translate: react_1.TranslateIcon,
140
140
  SlidersHorizontal: react_1.SlidersHorizontalIcon,
141
141
  Stack: react_1.StackIcon,
142
+ Sparkle: react_1.SparkleIcon,
142
143
  //custom icons
143
144
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
144
145
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.214.5",
3
+ "version": "2.214.6",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",