@geneui/icons 1.4.1 → 1.4.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.
- package/icons/CheckMarkCircleFilled.js +23 -0
- package/icons/CheckMarkCircleFilled.svg +1 -0
- package/icons/Eye.js +23 -0
- package/icons/Eye.svg +1 -0
- package/icons/EyeOff.js +23 -0
- package/icons/EyeOff.svg +1 -0
- package/icons/OpenInNew.js +26 -0
- package/icons/OpenInNew.svg +1 -0
- package/index.d.ts +4 -0
- package/index.js +4 -0
- package/metadata.js +134 -0
- package/package.json +1 -1
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgCheckMarkCircleFilled = function SvgCheckMarkCircleFilled(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.139 8.192-5.18 6.083a.737.737 0 0 1-.555.258h-.005a.73.73 0 0 1-.551-.25l-2.55-2.896a.733.733 0 1 1 1.101-.97l1.99 2.259 4.63-5.437a.735.735 0 1 1 1.12.953Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgCheckMarkCircleFilled as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm4.139 8.192-5.18 6.083a.737.737 0 0 1-.555.258h-.005a.73.73 0 0 1-.551-.25l-2.55-2.896a.733.733 0 1 1 1.101-.97l1.99 2.259 4.63-5.437a.735.735 0 1 1 1.12.953Z" fill="#18714C"/></svg>
|
package/icons/Eye.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgEye = function SvgEye(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M12 8.656c2.272 0 4.114 1.867 4.114 4.172 0 2.304-1.842 4.172-4.113 4.172-2.272 0-4.114-1.868-4.114-4.172 0-2.304 1.842-4.172 4.114-4.172Zm0 1.564c-1.42 0-2.57 1.168-2.57 2.608 0 1.44 1.15 2.607 2.57 2.607s2.572-1.167 2.572-2.607c0-1.44-1.151-2.608-2.571-2.608Zm0-5.22c4.745 0 8.84 3.286 9.977 7.89a.783.783 0 0 1-.561.949.77.77 0 0 1-.936-.569c-.965-3.912-4.447-6.705-8.48-6.705-4.034 0-7.516 2.795-8.48 6.71a.77.77 0 0 1-.935.57.783.783 0 0 1-.562-.95c1.135-4.607 5.231-7.895 9.978-7.895Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgEye as S };
|
package/icons/Eye.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 8.656c2.272 0 4.114 1.867 4.114 4.172 0 2.304-1.842 4.172-4.113 4.172-2.272 0-4.114-1.868-4.114-4.172 0-2.304 1.842-4.172 4.114-4.172Zm0 1.564c-1.42 0-2.57 1.168-2.57 2.608 0 1.44 1.15 2.607 2.57 2.607s2.572-1.167 2.572-2.607c0-1.44-1.151-2.608-2.571-2.608Zm0-5.22c4.745 0 8.84 3.286 9.977 7.89a.783.783 0 0 1-.561.949.77.77 0 0 1-.936-.569c-.965-3.912-4.447-6.705-8.48-6.705-4.034 0-7.516 2.795-8.48 6.71a.77.77 0 0 1-.935.57.783.783 0 0 1-.562-.95c1.135-4.607 5.231-7.895 9.978-7.895Z" fill="#262627"/></svg>
|
package/icons/EyeOff.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgEyeOff = function SvgEyeOff(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M2.22 2.22a.75.75 0 0 0-.073.976l.073.084 4.034 4.035a9.986 9.986 0 0 0-3.955 5.75.75.75 0 0 0 1.455.364 8.49 8.49 0 0 1 3.58-5.034l1.81 1.81a4 4 0 0 0 5.657 5.656l5.919 5.92a.75.75 0 0 0 1.133-.977l-.073-.084-6.113-6.114.001-.002-1.2-1.198-2.87-2.87h.002l-2.881-2.878.001-.002-1.133-1.13-4.307-4.306a.75.75 0 0 0-1.06 0Zm7.984 9.045 3.535 3.536a2.5 2.5 0 0 1-3.535-3.535Zm1.796-5.765c-1 0-1.97.148-2.889.425l1.237 1.236a8.503 8.503 0 0 1 9.899 6.272.75.75 0 0 0 1.455-.363 10.003 10.003 0 0 0-9.702-7.57Zm.195 3.51 3.801 3.8a4.003 4.003 0 0 0-3.801-3.8Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { SvgEyeOff as S };
|
package/icons/EyeOff.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.22 2.22a.75.75 0 0 0-.073.976l.073.084 4.034 4.035a9.986 9.986 0 0 0-3.955 5.75.75.75 0 0 0 1.455.364 8.49 8.49 0 0 1 3.58-5.034l1.81 1.81a4 4 0 0 0 5.657 5.656l5.919 5.92a.75.75 0 0 0 1.133-.977l-.073-.084-6.113-6.114.001-.002-1.2-1.198-2.87-2.87h.002l-2.881-2.878.001-.002-1.133-1.13-4.307-4.306a.75.75 0 0 0-1.06 0Zm7.984 9.045 3.535 3.536a2.5 2.5 0 0 1-3.535-3.535Zm1.796-5.765c-1 0-1.97.148-2.889.425l1.237 1.236a8.503 8.503 0 0 1 9.899 6.272.75.75 0 0 0 1.455-.363 10.003 10.003 0 0 0-9.702-7.57Zm.195 3.51 3.801 3.8a4.003 4.003 0 0 0-3.801-3.8Z" fill="#262627"/></svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
4
|
+
var _excluded = ["size", "color"];
|
|
5
|
+
var SvgOpenInNew = function SvgOpenInNew(_ref) {
|
|
6
|
+
var _ref$size = _ref.size,
|
|
7
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8
|
+
_ref$color = _ref.color,
|
|
9
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
12
|
+
width: size,
|
|
13
|
+
height: size,
|
|
14
|
+
viewBox: "0 0 20 20",
|
|
15
|
+
fill: color,
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M16.898 10.23a.577.577 0 0 0-.577.577v4.551a.963.963 0 0 1-.967.959h-10.767a.959.959 0 0 1-.958-.959v-10.772a.96.96 0 0 1 .958-.96h4.55a.577.577 0 0 0 0-1.154h-4.55a2.116 2.116 0 0 0-2.112 2.114v10.772a2.116 2.116 0 0 0 2.112 2.114h10.767a2.12 2.12 0 0 0 2.12-2.114v-4.551a.577.577 0 0 0-.576-.578Z",
|
|
19
|
+
fill: color
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
d: "M11.496 9.03c.154 0 .3-.06.409-.168l4.407-4.409v3.381a.576.576 0 1 0 1.152 0v-4.729a.563.563 0 0 0-.572-.632l-.004-.001h-4.85a.577.577 0 0 0 0 1.154h3.466l-4.416 4.42a.577.577 0 0 0 .409.985Z",
|
|
22
|
+
fill: color
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export { SvgOpenInNew as S };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.898 10.23a.577.577 0 0 0-.577.577v4.551a.963.963 0 0 1-.967.959h-10.767a.959.959 0 0 1-.958-.959v-10.772a.96.96 0 0 1 .958-.96h4.55a.577.577 0 0 0 0-1.154h-4.55a2.116 2.116 0 0 0-2.112 2.114v10.772a2.116 2.116 0 0 0 2.112 2.114h10.767a2.12 2.12 0 0 0 2.12-2.114v-4.551a.577.577 0 0 0-.576-.578Z" fill="#262627"/><path d="M11.496 9.03c.154 0 .3-.06.409-.168l4.407-4.409v3.381a.576.576 0 1 0 1.152 0v-4.729a.563.563 0 0 0-.572-.632l-.004-.001h-4.85a.577.577 0 0 0 0 1.154h3.466l-4.416 4.42a.577.577 0 0 0 .409.985Z" fill="#262627"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare const CaretRightFilled: React.FC<IconProps>;
|
|
|
51
51
|
export declare const CaretUp: React.FC<IconProps>;
|
|
52
52
|
export declare const CaretUpFilled: React.FC<IconProps>;
|
|
53
53
|
export declare const CheckMark: React.FC<IconProps>;
|
|
54
|
+
export declare const CheckMarkCircleFilled: React.FC<IconProps>;
|
|
54
55
|
export declare const ChevronDoubleLeft: React.FC<IconProps>;
|
|
55
56
|
export declare const ChevronDoubleRight: React.FC<IconProps>;
|
|
56
57
|
export declare const ChevronDown: React.FC<IconProps>;
|
|
@@ -101,6 +102,8 @@ export declare const Eraser: React.FC<IconProps>;
|
|
|
101
102
|
export declare const Error: React.FC<IconProps>;
|
|
102
103
|
export declare const ErrorFilled: React.FC<IconProps>;
|
|
103
104
|
export declare const Expand: React.FC<IconProps>;
|
|
105
|
+
export declare const Eye: React.FC<IconProps>;
|
|
106
|
+
export declare const EyeOff: React.FC<IconProps>;
|
|
104
107
|
export declare const Fingerprint: React.FC<IconProps>;
|
|
105
108
|
export declare const Flag: React.FC<IconProps>;
|
|
106
109
|
export declare const Flask: React.FC<IconProps>;
|
|
@@ -155,6 +158,7 @@ export declare const Note: React.FC<IconProps>;
|
|
|
155
158
|
export declare const NoteMusical: React.FC<IconProps>;
|
|
156
159
|
export declare const OnePage: React.FC<IconProps>;
|
|
157
160
|
export declare const OnePageFilled: React.FC<IconProps>;
|
|
161
|
+
export declare const OpenInNew: React.FC<IconProps>;
|
|
158
162
|
export declare const Options: React.FC<IconProps>;
|
|
159
163
|
export declare const PeopleFilled: React.FC<IconProps>;
|
|
160
164
|
export declare const PersonBlocked: React.FC<IconProps>;
|
package/index.js
CHANGED
|
@@ -45,6 +45,7 @@ export { S as CaretRightFilled } from './icons/CaretRightFilled.js';
|
|
|
45
45
|
export { S as CaretUp } from './icons/CaretUp.js';
|
|
46
46
|
export { S as CaretUpFilled } from './icons/CaretUpFilled.js';
|
|
47
47
|
export { S as CheckMark } from './icons/CheckMark.js';
|
|
48
|
+
export { S as CheckMarkCircleFilled } from './icons/CheckMarkCircleFilled.js';
|
|
48
49
|
export { S as ChevronDoubleLeft } from './icons/ChevronDoubleLeft.js';
|
|
49
50
|
export { S as ChevronDoubleRight } from './icons/ChevronDoubleRight.js';
|
|
50
51
|
export { S as ChevronDown } from './icons/ChevronDown.js';
|
|
@@ -95,6 +96,8 @@ export { S as Eraser } from './icons/Eraser.js';
|
|
|
95
96
|
export { S as Error } from './icons/Error.js';
|
|
96
97
|
export { S as ErrorFilled } from './icons/ErrorFilled.js';
|
|
97
98
|
export { S as Expand } from './icons/Expand.js';
|
|
99
|
+
export { S as Eye } from './icons/Eye.js';
|
|
100
|
+
export { S as EyeOff } from './icons/EyeOff.js';
|
|
98
101
|
export { S as Fingerprint } from './icons/Fingerprint.js';
|
|
99
102
|
export { S as Flag } from './icons/Flag.js';
|
|
100
103
|
export { S as Flask } from './icons/Flask.js';
|
|
@@ -149,6 +152,7 @@ export { S as Note } from './icons/Note.js';
|
|
|
149
152
|
export { S as NoteMusical } from './icons/NoteMusical.js';
|
|
150
153
|
export { S as OnePage } from './icons/OnePage.js';
|
|
151
154
|
export { S as OnePageFilled } from './icons/OnePageFilled.js';
|
|
155
|
+
export { S as OpenInNew } from './icons/OpenInNew.js';
|
|
152
156
|
export { S as Options } from './icons/Options.js';
|
|
153
157
|
export { S as PeopleFilled } from './icons/PeopleFilled.js';
|
|
154
158
|
export { S as PersonBlocked } from './icons/PersonBlocked.js';
|
package/metadata.js
CHANGED
|
@@ -1309,6 +1309,39 @@ const metadata = {
|
|
|
1309
1309
|
],
|
|
1310
1310
|
"creation_date": "7/31/2024, 2:10:56 PM"
|
|
1311
1311
|
},
|
|
1312
|
+
"CheckMarkCircleFilled": {
|
|
1313
|
+
"id": "CheckMarkCircleFilledMajor",
|
|
1314
|
+
"name": "CheckMarkCircleFilled",
|
|
1315
|
+
"set": "major",
|
|
1316
|
+
"type": "filled",
|
|
1317
|
+
"keywords": [
|
|
1318
|
+
"Check",
|
|
1319
|
+
"Checkmark",
|
|
1320
|
+
"Circle Check",
|
|
1321
|
+
"Success",
|
|
1322
|
+
"Complete",
|
|
1323
|
+
"Done",
|
|
1324
|
+
"Approved",
|
|
1325
|
+
"Confirmed",
|
|
1326
|
+
"Verified",
|
|
1327
|
+
"yes",
|
|
1328
|
+
"correct",
|
|
1329
|
+
"saved"
|
|
1330
|
+
],
|
|
1331
|
+
"aliases": [
|
|
1332
|
+
""
|
|
1333
|
+
],
|
|
1334
|
+
"description": "A checkmark inside a circle, used to indicate success, completion, or a positive status.",
|
|
1335
|
+
"sizes": [
|
|
1336
|
+
16,
|
|
1337
|
+
20,
|
|
1338
|
+
24,
|
|
1339
|
+
28,
|
|
1340
|
+
32,
|
|
1341
|
+
48
|
|
1342
|
+
],
|
|
1343
|
+
"creation_date": "7/28/2025, 6:34:48 PM"
|
|
1344
|
+
},
|
|
1312
1345
|
"ChevronDoubleLeft": {
|
|
1313
1346
|
"id": "ChevronDoubleLeftMajor",
|
|
1314
1347
|
"name": "ChevronDoubleLeft",
|
|
@@ -2808,6 +2841,80 @@ const metadata = {
|
|
|
2808
2841
|
],
|
|
2809
2842
|
"creation_date": "1/14/2025, 3:35:21 PM"
|
|
2810
2843
|
},
|
|
2844
|
+
"Eye": {
|
|
2845
|
+
"id": "EyeMajor",
|
|
2846
|
+
"name": "Eye",
|
|
2847
|
+
"set": "major",
|
|
2848
|
+
"type": "outline",
|
|
2849
|
+
"keywords": [
|
|
2850
|
+
"eye",
|
|
2851
|
+
"visible",
|
|
2852
|
+
"show",
|
|
2853
|
+
"view",
|
|
2854
|
+
"visibility",
|
|
2855
|
+
"reveal",
|
|
2856
|
+
"display",
|
|
2857
|
+
"watch",
|
|
2858
|
+
"look",
|
|
2859
|
+
"open",
|
|
2860
|
+
"visible icon",
|
|
2861
|
+
"UI eye icon",
|
|
2862
|
+
"preview",
|
|
2863
|
+
"see",
|
|
2864
|
+
"unhide"
|
|
2865
|
+
],
|
|
2866
|
+
"aliases": [
|
|
2867
|
+
""
|
|
2868
|
+
],
|
|
2869
|
+
"description": "Icon representing visibility, view, or show. It is commonly used in UI elements like password reveal toggles, visibility settings, and preview features.",
|
|
2870
|
+
"sizes": [
|
|
2871
|
+
16,
|
|
2872
|
+
20,
|
|
2873
|
+
24,
|
|
2874
|
+
28,
|
|
2875
|
+
32,
|
|
2876
|
+
48
|
|
2877
|
+
],
|
|
2878
|
+
"creation_date": "6/26/2025, 5:01:27 PM"
|
|
2879
|
+
},
|
|
2880
|
+
"EyeOff": {
|
|
2881
|
+
"id": "EyeOffMajor",
|
|
2882
|
+
"name": "EyeOff",
|
|
2883
|
+
"set": "major",
|
|
2884
|
+
"type": "outline",
|
|
2885
|
+
"keywords": [
|
|
2886
|
+
"eye off",
|
|
2887
|
+
"hidden",
|
|
2888
|
+
"hide",
|
|
2889
|
+
"invisible",
|
|
2890
|
+
"view off",
|
|
2891
|
+
"conceal",
|
|
2892
|
+
"password hide",
|
|
2893
|
+
"visibility off",
|
|
2894
|
+
"not visible",
|
|
2895
|
+
"close eye",
|
|
2896
|
+
"mask",
|
|
2897
|
+
"private",
|
|
2898
|
+
"privacy",
|
|
2899
|
+
"no view",
|
|
2900
|
+
"unsee",
|
|
2901
|
+
"disable view",
|
|
2902
|
+
"UI eye-off icon"
|
|
2903
|
+
],
|
|
2904
|
+
"aliases": [
|
|
2905
|
+
""
|
|
2906
|
+
],
|
|
2907
|
+
"description": "Icon representing hidden content, invisibility, or a view that is turned off. It’s typically used for toggling hidden passwords, disabling visibility, or concealing elements in user interfaces.",
|
|
2908
|
+
"sizes": [
|
|
2909
|
+
16,
|
|
2910
|
+
20,
|
|
2911
|
+
24,
|
|
2912
|
+
28,
|
|
2913
|
+
32,
|
|
2914
|
+
48
|
|
2915
|
+
],
|
|
2916
|
+
"creation_date": "6/26/2025, 5:19:38 PM"
|
|
2917
|
+
},
|
|
2811
2918
|
"Fingerprint": {
|
|
2812
2919
|
"id": "FingerprintMajor",
|
|
2813
2920
|
"name": "Fingerprint",
|
|
@@ -4399,6 +4506,33 @@ const metadata = {
|
|
|
4399
4506
|
],
|
|
4400
4507
|
"creation_date": "11/26/2024, 4:38:38 PM"
|
|
4401
4508
|
},
|
|
4509
|
+
"OpenInNew": {
|
|
4510
|
+
"id": "OpenInNewMajor",
|
|
4511
|
+
"name": "OpenInNew",
|
|
4512
|
+
"set": "major",
|
|
4513
|
+
"type": "outline",
|
|
4514
|
+
"keywords": [
|
|
4515
|
+
"open",
|
|
4516
|
+
"new",
|
|
4517
|
+
"tab",
|
|
4518
|
+
"new tab",
|
|
4519
|
+
"link",
|
|
4520
|
+
"arrow"
|
|
4521
|
+
],
|
|
4522
|
+
"aliases": [
|
|
4523
|
+
""
|
|
4524
|
+
],
|
|
4525
|
+
"description": "This icon represents an external link or open in new window action, typically used to indicate navigation to a resource outside the current context.",
|
|
4526
|
+
"sizes": [
|
|
4527
|
+
16,
|
|
4528
|
+
20,
|
|
4529
|
+
24,
|
|
4530
|
+
28,
|
|
4531
|
+
32,
|
|
4532
|
+
48
|
|
4533
|
+
],
|
|
4534
|
+
"creation_date": "6/26/2025, 3:55:29 PM"
|
|
4535
|
+
},
|
|
4402
4536
|
"Options": {
|
|
4403
4537
|
"id": "OptionsMajor",
|
|
4404
4538
|
"name": "Options",
|
package/package.json
CHANGED