@aristobyte-ui/utils 2.16.2 → 2.16.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/es/.tsbuildinfo +1 -1
- package/es/icons/AristoBadges.d.ts +3 -0
- package/es/icons/AristoBadges.js +34 -0
- package/es/icons/index.d.ts +1 -0
- package/es/icons/index.js +2 -0
- package/lib/.tsbuildinfo +1 -1
- package/lib/icons/AristoBadges.d.ts +3 -0
- package/lib/icons/AristoBadges.js +71 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/icons/index.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.AristoBadges = void 0;
|
|
37
|
+
var React = __importStar(require("react"));
|
|
38
|
+
var AristoBadges = function (_a) {
|
|
39
|
+
var _b = _a.size, size = _b === void 0 ? 24 : _b;
|
|
40
|
+
return (React.createElement("svg", { width: size, height: size, xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", id: "uuid-25b8aaa7-f33d-490d-b053-ec28f3448de7", viewBox: "0 0 400 460" },
|
|
41
|
+
React.createElement("defs", null,
|
|
42
|
+
React.createElement("linearGradient", { id: "uuid-2d965f72-06af-49f8-bd2d-8886d0de7fae", x1: "197.19", y1: "307.66", x2: "201.32", y2: "14.72", gradientUnits: "userSpaceOnUse" },
|
|
43
|
+
React.createElement("stop", { offset: "0", "stop-color": "#f0513c" }),
|
|
44
|
+
React.createElement("stop", { offset: ".28", "stop-color": "#f47732" }),
|
|
45
|
+
React.createElement("stop", { offset: ".7", "stop-color": "#f7912c" }),
|
|
46
|
+
React.createElement("stop", { offset: "1", "stop-color": "#fcb31b" })),
|
|
47
|
+
React.createElement("filter", { id: "uuid-050331cf-6f99-4e53-ac63-13763f75edbd", x: "38.98", y: "39.03", width: "330", height: "390", filterUnits: "userSpaceOnUse" },
|
|
48
|
+
React.createElement("feOffset", { dx: "3.96", dy: "3.96" }),
|
|
49
|
+
React.createElement("feGaussianBlur", { result: "uuid-aede8ff6-4d4a-4b25-b089-2d278d09947e", stdDeviation: "4.95" }),
|
|
50
|
+
React.createElement("feFlood", { "flood-color": "#231f20", "flood-opacity": ".32" }),
|
|
51
|
+
React.createElement("feComposite", { in2: "uuid-aede8ff6-4d4a-4b25-b089-2d278d09947e", operator: "in" }),
|
|
52
|
+
React.createElement("feComposite", { in: "SourceGraphic" })),
|
|
53
|
+
React.createElement("linearGradient", { id: "uuid-9e0e008f-536a-4fd8-a941-cfe539fa3cae", x1: "251.05", y1: "411.14", x2: "247.1", y2: "209.26", gradientUnits: "userSpaceOnUse" },
|
|
54
|
+
React.createElement("stop", { offset: "0", "stop-color": "#fdef28" }),
|
|
55
|
+
React.createElement("stop", { offset: "0", "stop-color": "#fde819" }),
|
|
56
|
+
React.createElement("stop", { offset: "0", "stop-color": "#f0503d" }),
|
|
57
|
+
React.createElement("stop", { offset: ".3", "stop-color": "#f37433" }),
|
|
58
|
+
React.createElement("stop", { offset: ".7", "stop-color": "#f68830" }),
|
|
59
|
+
React.createElement("stop", { offset: "1", "stop-color": "#fbaa20" })),
|
|
60
|
+
React.createElement("filter", { id: "uuid-d72f3e7f-715f-4b5e-aa1c-b1254b052aae", x: "136.5", y: "118.79", width: "126.96", height: "126.96", filterUnits: "userSpaceOnUse" },
|
|
61
|
+
React.createElement("feOffset", { dx: "0", dy: "0" }),
|
|
62
|
+
React.createElement("feGaussianBlur", { result: "uuid-b04c353c-c25d-4722-8920-1fbe3f6fadad", stdDeviation: "5" }),
|
|
63
|
+
React.createElement("feFlood", { "flood-color": "#231f20", "flood-opacity": ".34" }),
|
|
64
|
+
React.createElement("feComposite", { in2: "uuid-b04c353c-c25d-4722-8920-1fbe3f6fadad", operator: "in" }),
|
|
65
|
+
React.createElement("feComposite", { in: "SourceGraphic" }))),
|
|
66
|
+
React.createElement("g", { id: "uuid-c5dd55a1-3aca-414e-842b-6a0b754486ef" },
|
|
67
|
+
React.createElement("path", { id: "uuid-0b680c89-739a-4da3-8f02-f3b22264deea", d: "M340.56,90.51l-131.49-39.2c-2.96-.88-6.02-1.32-9.07-1.31-3.06,0-6.12.43-9.07,1.31L59.44,90.51c-5.64,1.68-9.48,6.78-9.44,12.53.25,35.43,1.5,140.68,3.99,153.26,12.22,61.57,45.04,79.33,76.03,103.25,22.36,16.92,41.54,35.36,60.26,47.59,2.94,1.92,6.33,2.87,9.72,2.85,3.39.01,6.78-.94,9.72-2.85,18.72-12.24,37.9-30.67,60.26-47.59,30.98-23.92,63.81-41.68,76.03-103.25,2.5-12.58,3.75-117.83,3.99-153.26.04-5.76-3.8-10.85-9.44-12.53Z", fill: "url(#uuid-2d965f72-06af-49f8-bd2d-8886d0de7fae)", filter: "url(#uuid-050331cf-6f99-4e53-ac63-13763f75edbd)" }),
|
|
68
|
+
React.createElement("path", { id: "uuid-bfef042f-a99e-4f5e-9127-5dfd118e62b2", d: "M155.52,380.16c7.87,5.96,22.63,19.06,34.75,26.99,2.94,1.92,6.33,2.87,9.72,2.85,3.39.01,6.78-.94,9.72-2.85,18.72-12.24,37.9-30.67,60.26-47.59,30.98-23.92,63.81-41.68,76.03-103.25,1.63-8.22,2.94-84.56,3.03-96.85.02-2.85-23.23,82.57-101.64,98.36-113.51,22.86-107.53,110.25-91.87,122.34Z", fill: "url(#uuid-9e0e008f-536a-4fd8-a941-cfe539fa3cae)" }),
|
|
69
|
+
React.createElement("ellipse", { id: "uuid-d6b8eb2a-65c8-4bf3-bee3-aeeae1e7edc6", cx: "200", cy: "182.22", rx: "48.37", ry: "48.29", fill: "#fff", filter: "url(#uuid-d72f3e7f-715f-4b5e-aa1c-b1254b052aae)" }))));
|
|
70
|
+
};
|
|
71
|
+
exports.AristoBadges = AristoBadges;
|
package/lib/icons/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const Icons: {
|
|
2
|
+
AristoBadges: ({ size: size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
2
3
|
AristoByte: ({ size: size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
3
4
|
AristoByteUI: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
|
4
5
|
AristoByteUICLI: ({ size }: import("./type").IconPropsType) => import("react").JSX.Element;
|
package/lib/icons/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Icons = void 0;
|
|
4
|
+
var AristoBadges_1 = require("./AristoBadges");
|
|
4
5
|
var AristoByte_1 = require("./AristoByte");
|
|
5
6
|
var AristoByteUICLI_1 = require("./AristoByteUICLI");
|
|
6
7
|
var AristoByteUI_1 = require("./AristoByteUI");
|
|
@@ -46,6 +47,7 @@ var UserGroup_1 = require("./UserGroup");
|
|
|
46
47
|
var Warning_1 = require("./Warning");
|
|
47
48
|
var Yarn_1 = require("./Yarn");
|
|
48
49
|
exports.Icons = {
|
|
50
|
+
AristoBadges: AristoBadges_1.AristoBadges,
|
|
49
51
|
AristoByte: AristoByte_1.AristoByte,
|
|
50
52
|
AristoByteUI: AristoByteUI_1.AristoByteUI,
|
|
51
53
|
AristoByteUICLI: AristoByteUICLI_1.AristoByteUICLI,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aristobyte-ui/utils",
|
|
3
3
|
"description": "A collection of shared utility functions for AristoByte projects, designed to provide reusable helpers, streamline common operations, and ensure consistency across applications and packages.",
|
|
4
|
-
"version": "2.16.
|
|
4
|
+
"version": "2.16.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "AristoByte <info@aristobyte.com>",
|