oolib 2.228.0 → 2.228.1
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.
- package/dist/icons/index.d.ts +4 -0
- package/dist/icons/index.js +2 -0
- package/package.json +2 -2
package/dist/icons/index.d.ts
CHANGED
|
@@ -160,6 +160,8 @@ export namespace icons {
|
|
|
160
160
|
export { Robot };
|
|
161
161
|
export { Textbox };
|
|
162
162
|
export { Cursor };
|
|
163
|
+
export { LockSimple };
|
|
164
|
+
export { FlowArrow };
|
|
163
165
|
export { OkeGoogleIcon };
|
|
164
166
|
export { LetterH };
|
|
165
167
|
export { IndexIcon };
|
|
@@ -390,6 +392,8 @@ import { ClipboardIcon as Clipboard } from "@phosphor-icons/react";
|
|
|
390
392
|
import { RobotIcon as Robot } from "@phosphor-icons/react";
|
|
391
393
|
import { TextboxIcon as Textbox } from "@phosphor-icons/react";
|
|
392
394
|
import { CursorIcon as Cursor } from "@phosphor-icons/react";
|
|
395
|
+
import { LockSimpleIcon as LockSimple } from "@phosphor-icons/react";
|
|
396
|
+
import { FlowArrowIcon as FlowArrow } from "@phosphor-icons/react";
|
|
393
397
|
import { OkeGoogleIcon } from "./custom";
|
|
394
398
|
import { LetterH } from "./custom";
|
|
395
399
|
import { IndexIcon } from "./custom";
|
package/dist/icons/index.js
CHANGED
|
@@ -165,6 +165,8 @@ exports.icons = {
|
|
|
165
165
|
Robot: react_1.RobotIcon,
|
|
166
166
|
Textbox: react_1.TextboxIcon,
|
|
167
167
|
Cursor: react_1.CursorIcon,
|
|
168
|
+
LockSimple: react_1.LockSimpleIcon,
|
|
169
|
+
FlowArrow: react_1.FlowArrowIcon,
|
|
168
170
|
//custom icons
|
|
169
171
|
OkeGoogleIcon: custom_1.OkeGoogleIcon,
|
|
170
172
|
LetterH: custom_1.LetterH,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oolib",
|
|
3
|
-
"version": "2.228.
|
|
3
|
+
"version": "2.228.1",
|
|
4
4
|
"description": " OKE Component Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@lexical/react": "^0.13.1",
|
|
96
96
|
"@lexical/table": "^0.13.1",
|
|
97
97
|
"@material/material-color-utilities": "^0.3.0",
|
|
98
|
-
"@okf/ootils": "^1.
|
|
98
|
+
"@okf/ootils": "^1.23.0",
|
|
99
99
|
"@phosphor-icons/react": "^2.1.10",
|
|
100
100
|
"@react-hook/resize-observer": "^1.2.6",
|
|
101
101
|
"babel-polyfill": "^6.26.0",
|