konsolpro-custom-ui 0.0.352 → 0.0.354

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.
@@ -0,0 +1,17 @@
1
+ var i = Object.defineProperty;
2
+ var o = Object.getOwnPropertySymbols;
3
+ var l = Object.prototype.hasOwnProperty, m = Object.prototype.propertyIsEnumerable;
4
+ var r = (e, C, t) => C in e ? i(e, C, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[C] = t, n = (e, C) => {
5
+ for (var t in C || (C = {}))
6
+ l.call(C, t) && r(e, t, C[t]);
7
+ if (o)
8
+ for (var t of o(C))
9
+ m.call(C, t) && r(e, t, C[t]);
10
+ return e;
11
+ };
12
+ import * as a from "react";
13
+ import { forwardRef as c } from "react";
14
+ const f = (e, C) => /* @__PURE__ */ a.createElement("svg", n({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: C }, e), /* @__PURE__ */ a.createElement("path", { d: "M6.66406 10.8327H13.3307C13.5668 10.8327 13.7648 10.7528 13.9245 10.5931C14.0842 10.4334 14.1641 10.2355 14.1641 9.99935C14.1641 9.76324 14.0842 9.56532 13.9245 9.4056C13.7648 9.24588 13.5668 9.16602 13.3307 9.16602H6.66406C6.42795 9.16602 6.23003 9.24588 6.07031 9.4056C5.91059 9.56532 5.83073 9.76324 5.83073 9.99935C5.83073 10.2355 5.91059 10.4334 6.07031 10.5931C6.23003 10.7528 6.42795 10.8327 6.66406 10.8327ZM9.9974 18.3327C8.84462 18.3327 7.76128 18.1139 6.7474 17.6764C5.73351 17.2389 4.85156 16.6452 4.10156 15.8952C3.35156 15.1452 2.75781 14.2632 2.32031 13.2493C1.88281 12.2355 1.66406 11.1521 1.66406 9.99935C1.66406 8.84657 1.88281 7.76324 2.32031 6.74935C2.75781 5.73546 3.35156 4.85352 4.10156 4.10352C4.85156 3.35352 5.73351 2.75977 6.7474 2.32227C7.76128 1.88477 8.84462 1.66602 9.9974 1.66602C11.1502 1.66602 12.2335 1.88477 13.2474 2.32227C14.2613 2.75977 15.1432 3.35352 15.8932 4.10352C16.6432 4.85352 17.237 5.73546 17.6745 6.74935C18.112 7.76324 18.3307 8.84657 18.3307 9.99935C18.3307 11.1521 18.112 12.2355 17.6745 13.2493C17.237 14.2632 16.6432 15.1452 15.8932 15.8952C15.1432 16.6452 14.2613 17.2389 13.2474 17.6764C12.2335 18.1139 11.1502 18.3327 9.9974 18.3327ZM9.9974 16.666C11.8585 16.666 13.4349 16.0202 14.7266 14.7285C16.0182 13.4368 16.6641 11.8605 16.6641 9.99935C16.6641 8.13824 16.0182 6.56185 14.7266 5.27018C13.4349 3.97852 11.8585 3.33268 9.9974 3.33268C8.13628 3.33268 6.5599 3.97852 5.26823 5.27018C3.97656 6.56185 3.33073 8.13824 3.33073 9.99935C3.33073 11.8605 3.97656 13.4368 5.26823 14.7285C6.5599 16.0202 8.13628 16.666 9.9974 16.666Z", fill: "currentColor", fillOpacity: 0.45 })), p = c(f);
15
+ export {
16
+ p as ReactComponent
17
+ };
@@ -349,6 +349,9 @@ const u = {
349
349
  })),
350
350
  StatisticIcon: n(() => o(null, null, function* () {
351
351
  return import("../../chunks/statistic-icon-mhqUxTDv.js");
352
+ })),
353
+ DontDisturbIcon: n(() => o(null, null, function* () {
354
+ return import("../../chunks/dont-disturb-C1YJ54Z7.js");
352
355
  }))
353
356
  };
354
357
  export {
@@ -18,7 +18,7 @@ const M = {
18
18
  AZ: ["+\\9\\94-##-###-##-##"],
19
19
  BA: ["+387-##-#####", "+387-##-####"],
20
20
  BB: ["+1 (###) ###-####"],
21
- BD: ["+880-##-###-###"],
21
+ BD: ["+880-##-####-####"],
22
22
  BE: ["+32 (###) ###-###"],
23
23
  BF: ["+226-##-##-####"],
24
24
  BG: ["+35\\9 (###) ###-###"],
@@ -102,5 +102,6 @@ export declare const icons: {
102
102
  FileErrorIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
103
103
  ShieldIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
104
104
  StatisticIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
105
+ DontDisturbIcon: import('react').LazyExoticComponent<import('react').ComponentType<import('react').SVGProps<SVGSVGElement>>>;
105
106
  };
106
107
  export type IconName = keyof typeof icons;
@@ -18,7 +18,7 @@ export declare const PHONE_MASKS: {
18
18
  readonly AZ: readonly ["+\\9\\94-##-###-##-##"];
19
19
  readonly BA: readonly ["+387-##-#####", "+387-##-####"];
20
20
  readonly BB: readonly ["+1 (###) ###-####"];
21
- readonly BD: readonly ["+880-##-###-###"];
21
+ readonly BD: readonly ["+880-##-####-####"];
22
22
  readonly BE: readonly ["+32 (###) ###-###"];
23
23
  readonly BF: readonly ["+226-##-##-####"];
24
24
  readonly BG: readonly ["+35\\9 (###) ###-###"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "konsolpro-custom-ui",
3
3
  "type": "module",
4
- "version": "0.0.352",
4
+ "version": "0.0.354",
5
5
  "packageManager": "yarn@3.4.1",
6
6
  "license": "MIT",
7
7
  "sideEffects": [