oolib 2.214.6 → 2.215.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.
@@ -120,6 +120,8 @@ export namespace icons {
120
120
  export { ArrowsVertical };
121
121
  export { CirclesFour };
122
122
  export { ArrowLineDown };
123
+ export { ArrowLineLeft };
124
+ export { ArrowLineRight };
123
125
  export { PaperPlaneTilt };
124
126
  export { NotePencil };
125
127
  export { CircleNotch };
@@ -135,6 +137,7 @@ export namespace icons {
135
137
  export { SlidersHorizontal };
136
138
  export { Stack };
137
139
  export { Sparkle };
140
+ export { Chat };
138
141
  export { OkeGoogleIcon };
139
142
  export { LetterH };
140
143
  export { IndexIcon };
@@ -322,6 +325,8 @@ import { StarIcon as Star } from '@phosphor-icons/react';
322
325
  import { ArrowsVerticalIcon as ArrowsVertical } from '@phosphor-icons/react';
323
326
  import { CirclesFourIcon as CirclesFour } from '@phosphor-icons/react';
324
327
  import { ArrowLineDownIcon as ArrowLineDown } from '@phosphor-icons/react';
328
+ import { ArrowLineLeftIcon as ArrowLineLeft } from '@phosphor-icons/react';
329
+ import { ArrowLineRightIcon as ArrowLineRight } from '@phosphor-icons/react';
325
330
  import { PaperPlaneTiltIcon as PaperPlaneTilt } from '@phosphor-icons/react';
326
331
  import { NotePencilIcon as NotePencil } from '@phosphor-icons/react';
327
332
  import { CircleNotchIcon as CircleNotch } from '@phosphor-icons/react';
@@ -337,6 +342,7 @@ import { TranslateIcon as Translate } from '@phosphor-icons/react';
337
342
  import { SlidersHorizontalIcon as SlidersHorizontal } from '@phosphor-icons/react';
338
343
  import { StackIcon as Stack } from '@phosphor-icons/react';
339
344
  import { SparkleIcon as Sparkle } from '@phosphor-icons/react';
345
+ import { ChatIcon as Chat } from '@phosphor-icons/react';
340
346
  import { OkeGoogleIcon } from "./custom";
341
347
  import { LetterH } from "./custom";
342
348
  import { IndexIcon } from "./custom";
@@ -125,6 +125,8 @@ exports.icons = {
125
125
  ArrowsVertical: react_1.ArrowsVerticalIcon,
126
126
  CirclesFour: react_1.CirclesFourIcon,
127
127
  ArrowLineDown: react_1.ArrowLineDownIcon,
128
+ ArrowLineLeft: react_1.ArrowLineLeftIcon,
129
+ ArrowLineRight: react_1.ArrowLineRightIcon,
128
130
  PaperPlaneTilt: react_1.PaperPlaneTiltIcon,
129
131
  NotePencil: react_1.NotePencilIcon,
130
132
  CircleNotch: react_1.CircleNotchIcon,
@@ -140,6 +142,7 @@ exports.icons = {
140
142
  SlidersHorizontal: react_1.SlidersHorizontalIcon,
141
143
  Stack: react_1.StackIcon,
142
144
  Sparkle: react_1.SparkleIcon,
145
+ Chat: react_1.ChatIcon,
143
146
  //custom icons
144
147
  OkeGoogleIcon: custom_1.OkeGoogleIcon,
145
148
  LetterH: custom_1.LetterH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.214.6",
3
+ "version": "2.215.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",