oolib 2.142.0 → 2.143.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.
@@ -22,6 +22,7 @@ export namespace icons {
22
22
  export { CalendarBlank };
23
23
  export { Trash };
24
24
  export { DotsThreeVertical };
25
+ export { DotsThreeCircle };
25
26
  export { DotsThree };
26
27
  export { CaretUp };
27
28
  export { CaretDown };
@@ -200,6 +201,7 @@ import { ArrowLeft } from 'phosphor-react';
200
201
  import { CalendarBlank } from 'phosphor-react';
201
202
  import { Trash } from 'phosphor-react';
202
203
  import { DotsThreeVertical } from 'phosphor-react';
204
+ import { DotsThreeCircle } from 'phosphor-react';
203
205
  import { DotsThree } from 'phosphor-react';
204
206
  import { CaretUp } from 'phosphor-react';
205
207
  import { CaretDown } from 'phosphor-react';
@@ -27,6 +27,7 @@ exports.icons = {
27
27
  CalendarBlank: phosphor_react_1.CalendarBlank,
28
28
  Trash: phosphor_react_1.Trash,
29
29
  DotsThreeVertical: phosphor_react_1.DotsThreeVertical,
30
+ DotsThreeCircle: phosphor_react_1.DotsThreeCircle,
30
31
  DotsThree: phosphor_react_1.DotsThree,
31
32
  CaretUp: phosphor_react_1.CaretUp,
32
33
  CaretDown: phosphor_react_1.CaretDown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.142.0",
3
+ "version": "2.143.0",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",