@tipp/ui 1.6.10 → 1.6.11
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/app/index.js +11 -11
- package/dist/app/platform/edit-coaching-time.js +1 -1
- package/dist/app/platform/edit-service-type.js +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +1 -1
- package/dist/app/platform/on-offline-radio-card.js +1 -1
- package/dist/app/platform/reservation-card.js +1 -1
- package/dist/app/platform/session-card.js +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +1 -1
- package/dist/icons/mic.cjs +109 -0
- package/dist/icons/mic.cjs.map +1 -0
- package/dist/icons/mic.d.cts +6 -0
- package/dist/icons/mic.d.ts +6 -0
- package/dist/icons/mic.js +51 -0
- package/dist/icons/mic.js.map +1 -0
- package/dist/index.js +13 -13
- package/dist/molecules/index.js +3 -3
- package/package.json +1 -1
- package/src/icons/mic.tsx +33 -0
package/dist/app/index.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import "../chunk-5W7DB4L2.js";
|
|
2
|
+
import {
|
|
3
|
+
SessionUserInfoDetail
|
|
4
|
+
} from "../chunk-BJ2HH4TJ.js";
|
|
2
5
|
import {
|
|
3
6
|
CoachingCustomerInfo
|
|
4
7
|
} from "../chunk-VWVFUMDN.js";
|
|
@@ -8,16 +11,10 @@ import {
|
|
|
8
11
|
import {
|
|
9
12
|
CoachingCustomerInfoMedium
|
|
10
13
|
} from "../chunk-7NXD7PLX.js";
|
|
14
|
+
import "../chunk-NHFRCEK6.js";
|
|
11
15
|
import {
|
|
12
16
|
CoachingCustomerInfoSmall
|
|
13
17
|
} from "../chunk-S3F7WBI2.js";
|
|
14
|
-
import {
|
|
15
|
-
SessionUserInfoDetail
|
|
16
|
-
} from "../chunk-BJ2HH4TJ.js";
|
|
17
|
-
import "../chunk-NHFRCEK6.js";
|
|
18
|
-
import {
|
|
19
|
-
ReservationCard
|
|
20
|
-
} from "../chunk-XOKQWEXD.js";
|
|
21
18
|
import {
|
|
22
19
|
SessionCard
|
|
23
20
|
} from "../chunk-BXWZU5SL.js";
|
|
@@ -39,17 +36,21 @@ import {
|
|
|
39
36
|
import {
|
|
40
37
|
GoalManageCardRead
|
|
41
38
|
} from "../chunk-GB4V4YRC.js";
|
|
42
|
-
import {
|
|
43
|
-
OnOfflineRadioCard
|
|
44
|
-
} from "../chunk-4UV3GA6V.js";
|
|
45
39
|
import {
|
|
46
40
|
ReportCard
|
|
47
41
|
} from "../chunk-MSR2KBC3.js";
|
|
42
|
+
import {
|
|
43
|
+
ReservationCard
|
|
44
|
+
} from "../chunk-XOKQWEXD.js";
|
|
45
|
+
import {
|
|
46
|
+
OnOfflineRadioCard
|
|
47
|
+
} from "../chunk-4UV3GA6V.js";
|
|
48
48
|
import "../chunk-FLMSBAPO.js";
|
|
49
49
|
import "../chunk-AKFBMQXZ.js";
|
|
50
50
|
import "../chunk-JVJCM2Q5.js";
|
|
51
51
|
import "../chunk-4EEH2YHX.js";
|
|
52
52
|
import "../chunk-PCWEW2UL.js";
|
|
53
|
+
import "../chunk-LEA3N4OQ.js";
|
|
53
54
|
import "../chunk-ROBHXJLL.js";
|
|
54
55
|
import "../chunk-MG3R4W5N.js";
|
|
55
56
|
import "../chunk-EVCB4ZZJ.js";
|
|
@@ -64,7 +65,6 @@ import "../chunk-CFMW7GOI.js";
|
|
|
64
65
|
import "../chunk-SKXXJTNB.js";
|
|
65
66
|
import "../chunk-BVNXAZ4W.js";
|
|
66
67
|
import "../chunk-OCINOC2X.js";
|
|
67
|
-
import "../chunk-LEA3N4OQ.js";
|
|
68
68
|
import "../chunk-A6W2ZWYA.js";
|
|
69
69
|
import "../chunk-PYR4SVP5.js";
|
|
70
70
|
import "../chunk-YJ7ZFOYL.js";
|
|
@@ -6,6 +6,7 @@ import "../../chunk-AKFBMQXZ.js";
|
|
|
6
6
|
import "../../chunk-JVJCM2Q5.js";
|
|
7
7
|
import "../../chunk-4EEH2YHX.js";
|
|
8
8
|
import "../../chunk-PCWEW2UL.js";
|
|
9
|
+
import "../../chunk-LEA3N4OQ.js";
|
|
9
10
|
import "../../chunk-ROBHXJLL.js";
|
|
10
11
|
import "../../chunk-MG3R4W5N.js";
|
|
11
12
|
import "../../chunk-EVCB4ZZJ.js";
|
|
@@ -20,7 +21,6 @@ import "../../chunk-CFMW7GOI.js";
|
|
|
20
21
|
import "../../chunk-SKXXJTNB.js";
|
|
21
22
|
import "../../chunk-BVNXAZ4W.js";
|
|
22
23
|
import "../../chunk-OCINOC2X.js";
|
|
23
|
-
import "../../chunk-LEA3N4OQ.js";
|
|
24
24
|
import "../../chunk-A6W2ZWYA.js";
|
|
25
25
|
import "../../chunk-PYR4SVP5.js";
|
|
26
26
|
import "../../chunk-YJ7ZFOYL.js";
|
|
@@ -7,6 +7,7 @@ import "../../chunk-AKFBMQXZ.js";
|
|
|
7
7
|
import "../../chunk-JVJCM2Q5.js";
|
|
8
8
|
import "../../chunk-4EEH2YHX.js";
|
|
9
9
|
import "../../chunk-PCWEW2UL.js";
|
|
10
|
+
import "../../chunk-LEA3N4OQ.js";
|
|
10
11
|
import "../../chunk-ROBHXJLL.js";
|
|
11
12
|
import "../../chunk-MG3R4W5N.js";
|
|
12
13
|
import "../../chunk-EVCB4ZZJ.js";
|
|
@@ -21,7 +22,6 @@ import "../../chunk-CFMW7GOI.js";
|
|
|
21
22
|
import "../../chunk-SKXXJTNB.js";
|
|
22
23
|
import "../../chunk-BVNXAZ4W.js";
|
|
23
24
|
import "../../chunk-OCINOC2X.js";
|
|
24
|
-
import "../../chunk-LEA3N4OQ.js";
|
|
25
25
|
import "../../chunk-A6W2ZWYA.js";
|
|
26
26
|
import "../../chunk-PYR4SVP5.js";
|
|
27
27
|
import "../../chunk-YJ7ZFOYL.js";
|
|
@@ -6,6 +6,7 @@ import "../../chunk-AKFBMQXZ.js";
|
|
|
6
6
|
import "../../chunk-JVJCM2Q5.js";
|
|
7
7
|
import "../../chunk-4EEH2YHX.js";
|
|
8
8
|
import "../../chunk-PCWEW2UL.js";
|
|
9
|
+
import "../../chunk-LEA3N4OQ.js";
|
|
9
10
|
import "../../chunk-ROBHXJLL.js";
|
|
10
11
|
import "../../chunk-MG3R4W5N.js";
|
|
11
12
|
import "../../chunk-EVCB4ZZJ.js";
|
|
@@ -20,7 +21,6 @@ import "../../chunk-CFMW7GOI.js";
|
|
|
20
21
|
import "../../chunk-SKXXJTNB.js";
|
|
21
22
|
import "../../chunk-BVNXAZ4W.js";
|
|
22
23
|
import "../../chunk-OCINOC2X.js";
|
|
23
|
-
import "../../chunk-LEA3N4OQ.js";
|
|
24
24
|
import "../../chunk-A6W2ZWYA.js";
|
|
25
25
|
import "../../chunk-PYR4SVP5.js";
|
|
26
26
|
import "../../chunk-YJ7ZFOYL.js";
|
|
@@ -6,6 +6,7 @@ import "../../chunk-AKFBMQXZ.js";
|
|
|
6
6
|
import "../../chunk-JVJCM2Q5.js";
|
|
7
7
|
import "../../chunk-4EEH2YHX.js";
|
|
8
8
|
import "../../chunk-PCWEW2UL.js";
|
|
9
|
+
import "../../chunk-LEA3N4OQ.js";
|
|
9
10
|
import "../../chunk-ROBHXJLL.js";
|
|
10
11
|
import "../../chunk-MG3R4W5N.js";
|
|
11
12
|
import "../../chunk-EVCB4ZZJ.js";
|
|
@@ -20,7 +21,6 @@ import "../../chunk-CFMW7GOI.js";
|
|
|
20
21
|
import "../../chunk-SKXXJTNB.js";
|
|
21
22
|
import "../../chunk-BVNXAZ4W.js";
|
|
22
23
|
import "../../chunk-OCINOC2X.js";
|
|
23
|
-
import "../../chunk-LEA3N4OQ.js";
|
|
24
24
|
import "../../chunk-A6W2ZWYA.js";
|
|
25
25
|
import "../../chunk-PYR4SVP5.js";
|
|
26
26
|
import "../../chunk-YJ7ZFOYL.js";
|
|
@@ -7,6 +7,7 @@ import "../../chunk-AKFBMQXZ.js";
|
|
|
7
7
|
import "../../chunk-JVJCM2Q5.js";
|
|
8
8
|
import "../../chunk-4EEH2YHX.js";
|
|
9
9
|
import "../../chunk-PCWEW2UL.js";
|
|
10
|
+
import "../../chunk-LEA3N4OQ.js";
|
|
10
11
|
import "../../chunk-ROBHXJLL.js";
|
|
11
12
|
import "../../chunk-MG3R4W5N.js";
|
|
12
13
|
import "../../chunk-EVCB4ZZJ.js";
|
|
@@ -21,7 +22,6 @@ import "../../chunk-CFMW7GOI.js";
|
|
|
21
22
|
import "../../chunk-SKXXJTNB.js";
|
|
22
23
|
import "../../chunk-BVNXAZ4W.js";
|
|
23
24
|
import "../../chunk-OCINOC2X.js";
|
|
24
|
-
import "../../chunk-LEA3N4OQ.js";
|
|
25
25
|
import "../../chunk-A6W2ZWYA.js";
|
|
26
26
|
import "../../chunk-PYR4SVP5.js";
|
|
27
27
|
import "../../chunk-YJ7ZFOYL.js";
|
|
@@ -9,6 +9,7 @@ import "../../chunk-AKFBMQXZ.js";
|
|
|
9
9
|
import "../../chunk-JVJCM2Q5.js";
|
|
10
10
|
import "../../chunk-4EEH2YHX.js";
|
|
11
11
|
import "../../chunk-PCWEW2UL.js";
|
|
12
|
+
import "../../chunk-LEA3N4OQ.js";
|
|
12
13
|
import "../../chunk-ROBHXJLL.js";
|
|
13
14
|
import "../../chunk-MG3R4W5N.js";
|
|
14
15
|
import "../../chunk-EVCB4ZZJ.js";
|
|
@@ -23,7 +24,6 @@ import "../../chunk-CFMW7GOI.js";
|
|
|
23
24
|
import "../../chunk-SKXXJTNB.js";
|
|
24
25
|
import "../../chunk-BVNXAZ4W.js";
|
|
25
26
|
import "../../chunk-OCINOC2X.js";
|
|
26
|
-
import "../../chunk-LEA3N4OQ.js";
|
|
27
27
|
import "../../chunk-A6W2ZWYA.js";
|
|
28
28
|
import "../../chunk-PYR4SVP5.js";
|
|
29
29
|
import "../../chunk-YJ7ZFOYL.js";
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
import {
|
|
8
8
|
CoachingCustomerInfoMedium
|
|
9
9
|
} from "../../../../chunk-7NXD7PLX.js";
|
|
10
|
+
import "../../../../chunk-NHFRCEK6.js";
|
|
10
11
|
import {
|
|
11
12
|
CoachingCustomerInfoSmall
|
|
12
13
|
} from "../../../../chunk-S3F7WBI2.js";
|
|
13
|
-
import "../../../../chunk-NHFRCEK6.js";
|
|
14
14
|
import "../../../../chunk-A6W2ZWYA.js";
|
|
15
15
|
import "../../../../chunk-PYR4SVP5.js";
|
|
16
16
|
import "../../../../chunk-YJ7ZFOYL.js";
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __defProps = Object.defineProperties;
|
|
5
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
|
+
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
7
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
8
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
9
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
10
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
11
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
12
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
13
|
+
var __spreadValues = (a, b) => {
|
|
14
|
+
for (var prop in b || (b = {}))
|
|
15
|
+
if (__hasOwnProp.call(b, prop))
|
|
16
|
+
__defNormalProp(a, prop, b[prop]);
|
|
17
|
+
if (__getOwnPropSymbols)
|
|
18
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
19
|
+
if (__propIsEnum.call(b, prop))
|
|
20
|
+
__defNormalProp(a, prop, b[prop]);
|
|
21
|
+
}
|
|
22
|
+
return a;
|
|
23
|
+
};
|
|
24
|
+
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
25
|
+
var __objRest = (source, exclude) => {
|
|
26
|
+
var target = {};
|
|
27
|
+
for (var prop in source)
|
|
28
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
29
|
+
target[prop] = source[prop];
|
|
30
|
+
if (source != null && __getOwnPropSymbols)
|
|
31
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
32
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
33
|
+
target[prop] = source[prop];
|
|
34
|
+
}
|
|
35
|
+
return target;
|
|
36
|
+
};
|
|
37
|
+
var __export = (target, all) => {
|
|
38
|
+
for (var name in all)
|
|
39
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
40
|
+
};
|
|
41
|
+
var __copyProps = (to, from, except, desc) => {
|
|
42
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
43
|
+
for (let key of __getOwnPropNames(from))
|
|
44
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
45
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
46
|
+
}
|
|
47
|
+
return to;
|
|
48
|
+
};
|
|
49
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
50
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
51
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
52
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
53
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
54
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
55
|
+
mod
|
|
56
|
+
));
|
|
57
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
58
|
+
|
|
59
|
+
// src/icons/mic.tsx
|
|
60
|
+
var mic_exports = {};
|
|
61
|
+
__export(mic_exports, {
|
|
62
|
+
MicIcon: () => MicIcon
|
|
63
|
+
});
|
|
64
|
+
module.exports = __toCommonJS(mic_exports);
|
|
65
|
+
var React = __toESM(require("react"), 1);
|
|
66
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
67
|
+
var MicIcon = React.forwardRef(
|
|
68
|
+
(_a, forwardedRef) => {
|
|
69
|
+
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
70
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
71
|
+
"svg",
|
|
72
|
+
__spreadProps(__spreadValues({
|
|
73
|
+
fill: "none",
|
|
74
|
+
height: "16",
|
|
75
|
+
viewBox: "0 0 12 16",
|
|
76
|
+
width: "12",
|
|
77
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
78
|
+
}, props), {
|
|
79
|
+
ref: forwardedRef,
|
|
80
|
+
children: [
|
|
81
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
clipRule: "evenodd",
|
|
85
|
+
d: "M9.15383 8.15726H9.17422V7.79011V3.71671H9.17378C9.14572 1.93538 7.69297 0.5 5.90497 0.5C4.11696 0.5 2.66421 1.93538 2.63616 3.71671H2.63577V3.75606C2.63575 3.76044 2.63574 3.76483 2.63574 3.76923C2.63574 3.77362 2.63575 3.77801 2.63577 3.78239V7.79011V8.15726H2.65615C2.83862 9.78997 4.22357 11.0593 5.90499 11.0593C7.58642 11.0593 8.97136 9.78997 9.15383 8.15726Z",
|
|
86
|
+
fill: color,
|
|
87
|
+
fillRule: "evenodd"
|
|
88
|
+
}
|
|
89
|
+
),
|
|
90
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
91
|
+
"path",
|
|
92
|
+
{
|
|
93
|
+
d: "M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056",
|
|
94
|
+
stroke: color,
|
|
95
|
+
strokeLinecap: "round",
|
|
96
|
+
strokeWidth: "1.2"
|
|
97
|
+
}
|
|
98
|
+
)
|
|
99
|
+
]
|
|
100
|
+
})
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
);
|
|
104
|
+
MicIcon.displayName = "MicIcon";
|
|
105
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
106
|
+
0 && (module.exports = {
|
|
107
|
+
MicIcon
|
|
108
|
+
});
|
|
109
|
+
//# sourceMappingURL=mic.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/mic.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const MicIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n viewBox=\"0 0 12 16\"\n width=\"12\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n clipRule=\"evenodd\"\n d=\"M9.15383 8.15726H9.17422V7.79011V3.71671H9.17378C9.14572 1.93538 7.69297 0.5 5.90497 0.5C4.11696 0.5 2.66421 1.93538 2.63616 3.71671H2.63577V3.75606C2.63575 3.76044 2.63574 3.76483 2.63574 3.76923C2.63574 3.77362 2.63575 3.77801 2.63577 3.78239V7.79011V8.15726H2.65615C2.83862 9.78997 4.22357 11.0593 5.90499 11.0593C7.58642 11.0593 8.97136 9.78997 9.15383 8.15726Z\"\n fill={color}\n fillRule=\"evenodd\"\n />\n <path\n d=\"M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056\"\n stroke={color}\n strokeLinecap=\"round\"\n strokeWidth=\"1.2\"\n />\n </svg>\n );\n }\n);\n\nMicIcon.displayName = 'MicIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAMjB;AAHC,IAAM,UAAgB;AAAA,EAC3B,CAAC,IAAsC,iBAAiB;AAAvD,iBAAE,UAAQ,eAJb,IAIG,IAA6B,kBAA7B,IAA6B,CAA3B;AACD,WACE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,QAAO;AAAA,QACP,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QANL;AAAA,QAOC,KAAK;AAAA,QAEL;AAAA;AAAA,YAAC;AAAA;AAAA,cACC,UAAS;AAAA,cACT,GAAE;AAAA,cACF,MAAM;AAAA,cACN,UAAS;AAAA;AAAA,UACX;AAAA,UACA;AAAA,YAAC;AAAA;AAAA,cACC,GAAE;AAAA,cACF,QAAQ;AAAA,cACR,eAAc;AAAA,cACd,aAAY;AAAA;AAAA,UACd;AAAA;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,QAAQ,cAAc;","names":[]}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__objRest,
|
|
3
|
+
__spreadProps,
|
|
4
|
+
__spreadValues
|
|
5
|
+
} from "../chunk-N552FDTV.js";
|
|
6
|
+
|
|
7
|
+
// src/icons/mic.tsx
|
|
8
|
+
import * as React from "react";
|
|
9
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
var MicIcon = React.forwardRef(
|
|
11
|
+
(_a, forwardedRef) => {
|
|
12
|
+
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
13
|
+
return /* @__PURE__ */ jsxs(
|
|
14
|
+
"svg",
|
|
15
|
+
__spreadProps(__spreadValues({
|
|
16
|
+
fill: "none",
|
|
17
|
+
height: "16",
|
|
18
|
+
viewBox: "0 0 12 16",
|
|
19
|
+
width: "12",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {
|
|
22
|
+
ref: forwardedRef,
|
|
23
|
+
children: [
|
|
24
|
+
/* @__PURE__ */ jsx(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M9.15383 8.15726H9.17422V7.79011V3.71671H9.17378C9.14572 1.93538 7.69297 0.5 5.90497 0.5C4.11696 0.5 2.66421 1.93538 2.63616 3.71671H2.63577V3.75606C2.63575 3.76044 2.63574 3.76483 2.63574 3.76923C2.63574 3.77362 2.63575 3.77801 2.63577 3.78239V7.79011V8.15726H2.65615C2.83862 9.78997 4.22357 11.0593 5.90499 11.0593C7.58642 11.0593 8.97136 9.78997 9.15383 8.15726Z",
|
|
29
|
+
fill: color,
|
|
30
|
+
fillRule: "evenodd"
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ jsx(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
d: "M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056",
|
|
37
|
+
stroke: color,
|
|
38
|
+
strokeLinecap: "round",
|
|
39
|
+
strokeWidth: "1.2"
|
|
40
|
+
}
|
|
41
|
+
)
|
|
42
|
+
]
|
|
43
|
+
})
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
MicIcon.displayName = "MicIcon";
|
|
48
|
+
export {
|
|
49
|
+
MicIcon
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=mic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/icons/mic.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const MicIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n viewBox=\"0 0 12 16\"\n width=\"12\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n ref={forwardedRef}\n >\n <path\n clipRule=\"evenodd\"\n d=\"M9.15383 8.15726H9.17422V7.79011V3.71671H9.17378C9.14572 1.93538 7.69297 0.5 5.90497 0.5C4.11696 0.5 2.66421 1.93538 2.63616 3.71671H2.63577V3.75606C2.63575 3.76044 2.63574 3.76483 2.63574 3.76923C2.63574 3.77362 2.63575 3.77801 2.63577 3.78239V7.79011V8.15726H2.65615C2.83862 9.78997 4.22357 11.0593 5.90499 11.0593C7.58642 11.0593 8.97136 9.78997 9.15383 8.15726Z\"\n fill={color}\n fillRule=\"evenodd\"\n />\n <path\n d=\"M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056\"\n stroke={color}\n strokeLinecap=\"round\"\n strokeWidth=\"1.2\"\n />\n </svg>\n );\n }\n);\n\nMicIcon.displayName = 'MicIcon';\n"],"mappings":";;;;;;;AAAA,YAAY,WAAW;AAMjB,SASE,KATF;AAHC,IAAM,UAAgB;AAAA,EAC3B,CAAC,IAAsC,iBAAiB;AAAvD,iBAAE,UAAQ,eAJb,IAIG,IAA6B,kBAA7B,IAA6B,CAA3B;AACD,WACE;AAAA,MAAC;AAAA;AAAA,QACC,MAAK;AAAA,QACL,QAAO;AAAA,QACP,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QANL;AAAA,QAOC,KAAK;AAAA,QAEL;AAAA;AAAA,YAAC;AAAA;AAAA,cACC,UAAS;AAAA,cACT,GAAE;AAAA,cACF,MAAM;AAAA,cACN,UAAS;AAAA;AAAA,UACX;AAAA,UACA;AAAA,YAAC;AAAA;AAAA,cACC,GAAE;AAAA,cACF,QAAQ;AAAA,cACR,eAAc;AAAA,cACd,aAAY;AAAA;AAAA,UACd;AAAA;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,QAAQ,cAAc;","names":[]}
|
package/dist/index.js
CHANGED
|
@@ -5,6 +5,9 @@ import {
|
|
|
5
5
|
useThemeContext
|
|
6
6
|
} from "./chunk-MMGP4GEQ.js";
|
|
7
7
|
import "./chunk-5W7DB4L2.js";
|
|
8
|
+
import {
|
|
9
|
+
SessionUserInfoDetail
|
|
10
|
+
} from "./chunk-BJ2HH4TJ.js";
|
|
8
11
|
import {
|
|
9
12
|
CoachingCustomerInfo
|
|
10
13
|
} from "./chunk-VWVFUMDN.js";
|
|
@@ -14,16 +17,10 @@ import {
|
|
|
14
17
|
import {
|
|
15
18
|
CoachingCustomerInfoMedium
|
|
16
19
|
} from "./chunk-7NXD7PLX.js";
|
|
20
|
+
import "./chunk-NHFRCEK6.js";
|
|
17
21
|
import {
|
|
18
22
|
CoachingCustomerInfoSmall
|
|
19
23
|
} from "./chunk-S3F7WBI2.js";
|
|
20
|
-
import {
|
|
21
|
-
SessionUserInfoDetail
|
|
22
|
-
} from "./chunk-BJ2HH4TJ.js";
|
|
23
|
-
import "./chunk-NHFRCEK6.js";
|
|
24
|
-
import {
|
|
25
|
-
ReservationCard
|
|
26
|
-
} from "./chunk-XOKQWEXD.js";
|
|
27
24
|
import {
|
|
28
25
|
SessionCard
|
|
29
26
|
} from "./chunk-BXWZU5SL.js";
|
|
@@ -45,12 +42,15 @@ import {
|
|
|
45
42
|
import {
|
|
46
43
|
GoalManageCardRead
|
|
47
44
|
} from "./chunk-GB4V4YRC.js";
|
|
48
|
-
import {
|
|
49
|
-
OnOfflineRadioCard
|
|
50
|
-
} from "./chunk-4UV3GA6V.js";
|
|
51
45
|
import {
|
|
52
46
|
ReportCard
|
|
53
47
|
} from "./chunk-MSR2KBC3.js";
|
|
48
|
+
import {
|
|
49
|
+
ReservationCard
|
|
50
|
+
} from "./chunk-XOKQWEXD.js";
|
|
51
|
+
import {
|
|
52
|
+
OnOfflineRadioCard
|
|
53
|
+
} from "./chunk-4UV3GA6V.js";
|
|
54
54
|
import "./chunk-FLMSBAPO.js";
|
|
55
55
|
import {
|
|
56
56
|
DatePickerButton
|
|
@@ -63,6 +63,9 @@ import {
|
|
|
63
63
|
createColumnHelper
|
|
64
64
|
} from "./chunk-4EEH2YHX.js";
|
|
65
65
|
import "./chunk-PCWEW2UL.js";
|
|
66
|
+
import {
|
|
67
|
+
RadioButtonCard
|
|
68
|
+
} from "./chunk-LEA3N4OQ.js";
|
|
66
69
|
import {
|
|
67
70
|
Stepper
|
|
68
71
|
} from "./chunk-ROBHXJLL.js";
|
|
@@ -105,9 +108,6 @@ import {
|
|
|
105
108
|
import {
|
|
106
109
|
Navigation
|
|
107
110
|
} from "./chunk-OCINOC2X.js";
|
|
108
|
-
import {
|
|
109
|
-
RadioButtonCard
|
|
110
|
-
} from "./chunk-LEA3N4OQ.js";
|
|
111
111
|
import "./chunk-A6W2ZWYA.js";
|
|
112
112
|
import {
|
|
113
113
|
Form,
|
package/dist/molecules/index.js
CHANGED
|
@@ -10,6 +10,9 @@ import {
|
|
|
10
10
|
createColumnHelper
|
|
11
11
|
} from "../chunk-4EEH2YHX.js";
|
|
12
12
|
import "../chunk-PCWEW2UL.js";
|
|
13
|
+
import {
|
|
14
|
+
RadioButtonCard
|
|
15
|
+
} from "../chunk-LEA3N4OQ.js";
|
|
13
16
|
import {
|
|
14
17
|
Stepper
|
|
15
18
|
} from "../chunk-ROBHXJLL.js";
|
|
@@ -40,9 +43,6 @@ import "../chunk-BVNXAZ4W.js";
|
|
|
40
43
|
import {
|
|
41
44
|
Navigation
|
|
42
45
|
} from "../chunk-OCINOC2X.js";
|
|
43
|
-
import {
|
|
44
|
-
RadioButtonCard
|
|
45
|
-
} from "../chunk-LEA3N4OQ.js";
|
|
46
46
|
import "../chunk-A6W2ZWYA.js";
|
|
47
47
|
import "../chunk-PYR4SVP5.js";
|
|
48
48
|
import "../chunk-YJ7ZFOYL.js";
|
package/package.json
CHANGED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const MicIcon = React.forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', ...props }, forwardedRef) => {
|
|
6
|
+
return (
|
|
7
|
+
<svg
|
|
8
|
+
fill="none"
|
|
9
|
+
height="16"
|
|
10
|
+
viewBox="0 0 12 16"
|
|
11
|
+
width="12"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
{...props}
|
|
14
|
+
ref={forwardedRef}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
clipRule="evenodd"
|
|
18
|
+
d="M9.15383 8.15726H9.17422V7.79011V3.71671H9.17378C9.14572 1.93538 7.69297 0.5 5.90497 0.5C4.11696 0.5 2.66421 1.93538 2.63616 3.71671H2.63577V3.75606C2.63575 3.76044 2.63574 3.76483 2.63574 3.76923C2.63574 3.77362 2.63575 3.77801 2.63577 3.78239V7.79011V8.15726H2.65615C2.83862 9.78997 4.22357 11.0593 5.90499 11.0593C7.58642 11.0593 8.97136 9.78997 9.15383 8.15726Z"
|
|
19
|
+
fill={color}
|
|
20
|
+
fillRule="evenodd"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056"
|
|
24
|
+
stroke={color}
|
|
25
|
+
strokeLinecap="round"
|
|
26
|
+
strokeWidth="1.2"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
MicIcon.displayName = 'MicIcon';
|