oolib 2.13.2 → 2.13.3

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.
@@ -77,6 +77,8 @@ export namespace icons {
77
77
  export { Sliders };
78
78
  export { Faders };
79
79
  export { Code };
80
+ export { SortDescending };
81
+ export { SortAscending };
80
82
  }
81
83
  import { PencilSimple } from "phosphor-react";
82
84
  import { PencilLine } from "phosphor-react";
@@ -156,3 +158,5 @@ import { ArrowRight } from "phosphor-react";
156
158
  import { Sliders } from "phosphor-react";
157
159
  import { Faders } from "phosphor-react";
158
160
  import { Code } from "phosphor-react";
161
+ import { SortDescending } from "phosphor-react";
162
+ import { SortAscending } from "phosphor-react";
@@ -81,5 +81,7 @@ exports.icons = {
81
81
  ArrowRight: phosphor_react_1.ArrowRight,
82
82
  Sliders: phosphor_react_1.Sliders,
83
83
  Faders: phosphor_react_1.Faders,
84
- Code: phosphor_react_1.Code
84
+ Code: phosphor_react_1.Code,
85
+ SortDescending: phosphor_react_1.SortDescending,
86
+ SortAscending: phosphor_react_1.SortAscending
85
87
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.13.2",
3
+ "version": "2.13.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",