@tipp/ui 1.6.11 → 1.6.13

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.
Files changed (150) hide show
  1. package/dist/app/index.cjs +418 -276
  2. package/dist/app/index.cjs.map +1 -1
  3. package/dist/app/index.js +7 -3
  4. package/dist/app/platform/coach-question-list.cjs +175 -33
  5. package/dist/app/platform/coach-question-list.cjs.map +1 -1
  6. package/dist/app/platform/coach-question-list.js +6 -2
  7. package/dist/app/platform/edit-coaching-time.cjs +218 -76
  8. package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
  9. package/dist/app/platform/edit-coaching-time.js +7 -3
  10. package/dist/app/platform/edit-service-type.cjs +211 -69
  11. package/dist/app/platform/edit-service-type.cjs.map +1 -1
  12. package/dist/app/platform/edit-service-type.js +7 -3
  13. package/dist/app/platform/goal-manage-card-edit.cjs +220 -78
  14. package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
  15. package/dist/app/platform/goal-manage-card-edit.js +7 -3
  16. package/dist/app/platform/goal-manage-card-read.cjs +205 -63
  17. package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
  18. package/dist/app/platform/goal-manage-card-read.js +6 -2
  19. package/dist/app/platform/on-offline-radio-card.cjs +204 -62
  20. package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
  21. package/dist/app/platform/on-offline-radio-card.js +7 -3
  22. package/dist/app/platform/report-card.cjs +176 -34
  23. package/dist/app/platform/report-card.cjs.map +1 -1
  24. package/dist/app/platform/report-card.js +6 -2
  25. package/dist/app/platform/reservation-card.cjs +246 -104
  26. package/dist/app/platform/reservation-card.cjs.map +1 -1
  27. package/dist/app/platform/reservation-card.js +7 -3
  28. package/dist/app/platform/session-card.cjs +263 -121
  29. package/dist/app/platform/session-card.cjs.map +1 -1
  30. package/dist/app/platform/session-card.js +7 -3
  31. package/dist/app/platform/session-review-simple-read.cjs +176 -34
  32. package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
  33. package/dist/app/platform/session-review-simple-read.js +6 -2
  34. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +209 -67
  35. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
  36. package/dist/app/platform/userInfos/coaching-customer-info/index.js +6 -2
  37. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +186 -44
  38. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
  39. package/dist/app/platform/userInfos/coaching-customer-info/large.js +6 -2
  40. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +189 -47
  41. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
  42. package/dist/app/platform/userInfos/coaching-customer-info/medium.js +6 -2
  43. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +175 -33
  44. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
  45. package/dist/app/platform/userInfos/coaching-customer-info/small.js +6 -2
  46. package/dist/app/platform/userInfos/session-user-info-detail.cjs +185 -43
  47. package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
  48. package/dist/app/platform/userInfos/session-user-info-detail.js +6 -2
  49. package/dist/app/platform/userInfos/utils.cjs +177 -35
  50. package/dist/app/platform/userInfos/utils.cjs.map +1 -1
  51. package/dist/app/platform/userInfos/utils.js +6 -2
  52. package/dist/atoms/index.cjs +197 -55
  53. package/dist/atoms/index.cjs.map +1 -1
  54. package/dist/atoms/index.js +6 -2
  55. package/dist/atoms/pagination.cjs +155 -13
  56. package/dist/atoms/pagination.cjs.map +1 -1
  57. package/dist/atoms/pagination.js +6 -2
  58. package/dist/chunk-36JWMSRI.js +39 -0
  59. package/dist/chunk-36JWMSRI.js.map +1 -0
  60. package/dist/chunk-3WSZRTAF.js +50 -0
  61. package/dist/chunk-3WSZRTAF.js.map +1 -0
  62. package/dist/chunk-7WVKYXIG.js +1 -0
  63. package/dist/chunk-7WVKYXIG.js.map +1 -0
  64. package/dist/chunk-A75U32HT.js +39 -0
  65. package/dist/chunk-A75U32HT.js.map +1 -0
  66. package/dist/chunk-CG4LCYFW.js +192 -0
  67. package/dist/chunk-CG4LCYFW.js.map +1 -0
  68. package/dist/chunk-MZAO3VEU.js +41 -0
  69. package/dist/chunk-MZAO3VEU.js.map +1 -0
  70. package/dist/chunk-T6CF4F7J.js +41 -0
  71. package/dist/chunk-T6CF4F7J.js.map +1 -0
  72. package/dist/chunk-UZMOWHC3.js +52 -0
  73. package/dist/chunk-UZMOWHC3.js.map +1 -0
  74. package/dist/icon.cjs +150 -0
  75. package/dist/icon.cjs.map +1 -1
  76. package/dist/icon.d.cts +4 -0
  77. package/dist/icon.d.ts +4 -0
  78. package/dist/icon.js +20 -4
  79. package/dist/icons/camera-disabled.cjs +98 -0
  80. package/dist/icons/camera-disabled.cjs.map +1 -0
  81. package/dist/icons/camera-disabled.d.cts +6 -0
  82. package/dist/icons/camera-disabled.d.ts +6 -0
  83. package/dist/icons/camera-disabled.js +8 -0
  84. package/dist/icons/camera-disabled.js.map +1 -0
  85. package/dist/icons/camera.cjs +96 -0
  86. package/dist/icons/camera.cjs.map +1 -0
  87. package/dist/icons/camera.d.cts +6 -0
  88. package/dist/icons/camera.d.ts +6 -0
  89. package/dist/icons/camera.js +8 -0
  90. package/dist/icons/camera.js.map +1 -0
  91. package/dist/icons/end-call.js +3 -44
  92. package/dist/icons/end-call.js.map +1 -1
  93. package/dist/icons/index.cjs +150 -0
  94. package/dist/icons/index.cjs.map +1 -1
  95. package/dist/icons/index.d.cts +4 -0
  96. package/dist/icons/index.d.ts +4 -0
  97. package/dist/icons/index.js +20 -4
  98. package/dist/icons/mic.js +3 -46
  99. package/dist/icons/mic.js.map +1 -1
  100. package/dist/icons/video-disabled.cjs +4 -4
  101. package/dist/icons/video-disabled.cjs.map +1 -1
  102. package/dist/icons/video-disabled.d.cts +2 -2
  103. package/dist/icons/video-disabled.d.ts +2 -2
  104. package/dist/icons/video-disabled.js +4 -36
  105. package/dist/icons/video-disabled.js.map +1 -1
  106. package/dist/icons/video.cjs +4 -4
  107. package/dist/icons/video.cjs.map +1 -1
  108. package/dist/icons/video.d.cts +2 -2
  109. package/dist/icons/video.d.ts +2 -2
  110. package/dist/icons/video.js +4 -34
  111. package/dist/icons/video.js.map +1 -1
  112. package/dist/index.cjs +556 -406
  113. package/dist/index.cjs.map +1 -1
  114. package/dist/index.d.cts +4 -0
  115. package/dist/index.d.ts +4 -0
  116. package/dist/index.js +21 -5
  117. package/dist/molecules/date-picker/date-picker-button.cjs +183 -41
  118. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  119. package/dist/molecules/date-picker/date-picker-button.js +6 -2
  120. package/dist/molecules/date-picker/index.cjs +154 -12
  121. package/dist/molecules/date-picker/index.cjs.map +1 -1
  122. package/dist/molecules/date-picker/index.js +6 -2
  123. package/dist/molecules/expand-table/index.cjs +199 -57
  124. package/dist/molecules/expand-table/index.cjs.map +1 -1
  125. package/dist/molecules/expand-table/index.js +7 -3
  126. package/dist/molecules/expand-table/row.cjs +175 -33
  127. package/dist/molecules/expand-table/row.cjs.map +1 -1
  128. package/dist/molecules/expand-table/row.js +6 -2
  129. package/dist/molecules/index.cjs +316 -174
  130. package/dist/molecules/index.cjs.map +1 -1
  131. package/dist/molecules/index.js +7 -3
  132. package/dist/molecules/navigation.cjs +175 -33
  133. package/dist/molecules/navigation.cjs.map +1 -1
  134. package/dist/molecules/navigation.js +6 -2
  135. package/dist/molecules/radio-button-card.cjs +173 -31
  136. package/dist/molecules/radio-button-card.cjs.map +1 -1
  137. package/dist/molecules/radio-button-card.js +6 -2
  138. package/dist/molecules/stepper.cjs +162 -20
  139. package/dist/molecules/stepper.cjs.map +1 -1
  140. package/dist/molecules/stepper.js +6 -2
  141. package/dist/molecules/tag-selector.cjs +215 -73
  142. package/dist/molecules/tag-selector.cjs.map +1 -1
  143. package/dist/molecules/tag-selector.js +6 -2
  144. package/dist/molecules/time-select.cjs +174 -32
  145. package/dist/molecules/time-select.cjs.map +1 -1
  146. package/dist/molecules/time-select.js +6 -2
  147. package/package.json +1 -1
  148. package/src/icons/{video-disabled.tsx → camera-disabled.tsx} +2 -2
  149. package/src/icons/{video.tsx → camera.tsx} +2 -2
  150. package/src/icons/index.ts +4 -0
@@ -1,6 +1,10 @@
1
1
  export { PhoneRingIcon } from './phone-ring.js';
2
2
  export { TriangleArrowUpIcon } from './up.js';
3
3
  export { TriangleArrowDownIcon } from './down.js';
4
+ export { MicIcon } from './mic.js';
5
+ export { CameraIcon } from './camera.js';
6
+ export { CameraDisabledIcon } from './camera-disabled.js';
7
+ export { EndCallIcon } from './end-call.js';
4
8
  import '@radix-ui/react-icons';
5
9
  import 'react';
6
10
  import './types.js';
@@ -1,15 +1,31 @@
1
- import "../chunk-PGGGKYWG.js";
1
+ import "../chunk-7WVKYXIG.js";
2
+ import {
3
+ TriangleArrowUpIcon
4
+ } from "../chunk-NDUKDKGB.js";
5
+ import {
6
+ CameraDisabledIcon
7
+ } from "../chunk-T6CF4F7J.js";
8
+ import {
9
+ CameraIcon
10
+ } from "../chunk-A75U32HT.js";
2
11
  import {
3
12
  TriangleArrowDownIcon
4
13
  } from "../chunk-BSTJBBEX.js";
14
+ import {
15
+ EndCallIcon
16
+ } from "../chunk-3WSZRTAF.js";
17
+ import {
18
+ MicIcon
19
+ } from "../chunk-UZMOWHC3.js";
5
20
  import {
6
21
  PhoneRingIcon
7
22
  } from "../chunk-UFYNSPJQ.js";
8
- import {
9
- TriangleArrowUpIcon
10
- } from "../chunk-NDUKDKGB.js";
11
23
  import "../chunk-N552FDTV.js";
12
24
  export {
25
+ CameraDisabledIcon,
26
+ CameraIcon,
27
+ EndCallIcon,
28
+ MicIcon,
13
29
  PhoneRingIcon,
14
30
  TriangleArrowDownIcon,
15
31
  TriangleArrowUpIcon
package/dist/icons/mic.js CHANGED
@@ -1,50 +1,7 @@
1
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";
2
+ MicIcon
3
+ } from "../chunk-UZMOWHC3.js";
4
+ import "../chunk-N552FDTV.js";
48
5
  export {
49
6
  MicIcon
50
7
  };
@@ -1 +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":[]}
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -59,12 +59,12 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
59
59
  // src/icons/video-disabled.tsx
60
60
  var video_disabled_exports = {};
61
61
  __export(video_disabled_exports, {
62
- EndCallIcon: () => EndCallIcon
62
+ VideoDisabledIcon: () => VideoDisabledIcon
63
63
  });
64
64
  module.exports = __toCommonJS(video_disabled_exports);
65
65
  var React = __toESM(require("react"), 1);
66
66
  var import_jsx_runtime = require("react/jsx-runtime");
67
- var EndCallIcon = React.forwardRef(
67
+ var VideoDisabledIcon = React.forwardRef(
68
68
  (_a, forwardedRef) => {
69
69
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
70
70
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -90,9 +90,9 @@ var EndCallIcon = React.forwardRef(
90
90
  );
91
91
  }
92
92
  );
93
- EndCallIcon.displayName = "EndCallIcon";
93
+ VideoDisabledIcon.displayName = "VideoDisabledIcon";
94
94
  // Annotate the CommonJS export names for ESM import in node:
95
95
  0 && (module.exports = {
96
- EndCallIcon
96
+ VideoDisabledIcon
97
97
  });
98
98
  //# sourceMappingURL=video-disabled.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/icons/video-disabled.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const EndCallIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n ref={forwardedRef}\n viewBox=\"0 0 16 16\"\n width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n clipRule=\"evenodd\"\n d=\"M0 3.3872C0 2.4624 0.470588 2 1.41176 2H10.3529C11.2941 2 11.7647 2.9248 11.7647 3.3872V4.95122C11.7647 5.10908 11.8924 5.2368 12.0502 5.2368H12.2353C12.5222 5.2368 14.6546 4.11005 15.577 3.61542C15.768 3.51296 16 3.65133 16 3.86817V11.714C16 11.9256 15.7782 12.0638 15.5883 11.9706L12.2949 10.3525C12.2557 10.3332 12.2126 10.3232 12.1689 10.3232H12.0504C11.8926 10.3232 11.7647 10.451 11.7647 10.6089V12.1728C11.7647 13.0976 11.7647 13.56 10.8235 13.56H0.941176C0.470588 13.56 0 13.0976 0 12.1728V3.3872ZM8.67719 6.41215C8.8854 6.20379 8.8854 5.86598 8.67719 5.65762C8.46887 5.44925 8.13116 5.44925 7.92284 5.65762L6.16668 7.4145L4.41052 5.65762C4.2022 5.44925 3.8645 5.44925 3.65618 5.65762C3.44794 5.86598 3.44794 6.20379 3.65618 6.41215L5.41244 8.16904L3.65618 9.92593C3.44794 10.1343 3.44794 10.4721 3.65618 10.6805C3.8645 10.8888 4.2022 10.8888 4.41052 10.6805L6.16668 8.92358L7.92284 10.6805C8.13116 10.8888 8.46887 10.8888 8.67719 10.6805C8.8854 10.4721 8.8854 10.1343 8.67719 9.92593L6.92092 8.16904L8.67719 6.41215Z\"\n fill={color}\n fillRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nEndCallIcon.displayName = 'EndCallIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAef;AAZD,IAAM,cAAoB;AAAA,EAC/B,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,KAAK;AAAA,QACL,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QAPL;AAAA,QASC;AAAA,UAAC;AAAA;AAAA,YACC,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAM;AAAA,YACN,UAAS;AAAA;AAAA,QACX;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,YAAY,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/icons/video-disabled.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const VideoDisabledIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n ref={forwardedRef}\n viewBox=\"0 0 16 16\"\n width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n clipRule=\"evenodd\"\n d=\"M0 3.3872C0 2.4624 0.470588 2 1.41176 2H10.3529C11.2941 2 11.7647 2.9248 11.7647 3.3872V4.95122C11.7647 5.10908 11.8924 5.2368 12.0502 5.2368H12.2353C12.5222 5.2368 14.6546 4.11005 15.577 3.61542C15.768 3.51296 16 3.65133 16 3.86817V11.714C16 11.9256 15.7782 12.0638 15.5883 11.9706L12.2949 10.3525C12.2557 10.3332 12.2126 10.3232 12.1689 10.3232H12.0504C11.8926 10.3232 11.7647 10.451 11.7647 10.6089V12.1728C11.7647 13.0976 11.7647 13.56 10.8235 13.56H0.941176C0.470588 13.56 0 13.0976 0 12.1728V3.3872ZM8.67719 6.41215C8.8854 6.20379 8.8854 5.86598 8.67719 5.65762C8.46887 5.44925 8.13116 5.44925 7.92284 5.65762L6.16668 7.4145L4.41052 5.65762C4.2022 5.44925 3.8645 5.44925 3.65618 5.65762C3.44794 5.86598 3.44794 6.20379 3.65618 6.41215L5.41244 8.16904L3.65618 9.92593C3.44794 10.1343 3.44794 10.4721 3.65618 10.6805C3.8645 10.8888 4.2022 10.8888 4.41052 10.6805L6.16668 8.92358L7.92284 10.6805C8.13116 10.8888 8.46887 10.8888 8.67719 10.6805C8.8854 10.4721 8.8854 10.1343 8.67719 9.92593L6.92092 8.16904L8.67719 6.41215Z\"\n fill={color}\n fillRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nVideoDisabledIcon.displayName = 'VideoDisabledIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAef;AAZD,IAAM,oBAA0B;AAAA,EACrC,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,KAAK;AAAA,QACL,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QAPL;AAAA,QASC;AAAA,UAAC;AAAA;AAAA,YACC,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAM;AAAA,YACN,UAAS;AAAA;AAAA,QACX;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,kBAAkB,cAAc;","names":[]}
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IconProps } from './types.cjs';
3
3
 
4
- declare const EndCallIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ declare const VideoDisabledIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
5
 
6
- export { EndCallIcon };
6
+ export { VideoDisabledIcon };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IconProps } from './types.js';
3
3
 
4
- declare const EndCallIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ declare const VideoDisabledIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
5
 
6
- export { EndCallIcon };
6
+ export { VideoDisabledIcon };
@@ -1,40 +1,8 @@
1
1
  import {
2
- __objRest,
3
- __spreadProps,
4
- __spreadValues
5
- } from "../chunk-N552FDTV.js";
6
-
7
- // src/icons/video-disabled.tsx
8
- import * as React from "react";
9
- import { jsx } from "react/jsx-runtime";
10
- var EndCallIcon = React.forwardRef(
11
- (_a, forwardedRef) => {
12
- var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
13
- return /* @__PURE__ */ jsx(
14
- "svg",
15
- __spreadProps(__spreadValues({
16
- fill: "none",
17
- height: "16",
18
- ref: forwardedRef,
19
- viewBox: "0 0 16 16",
20
- width: "16",
21
- xmlns: "http://www.w3.org/2000/svg"
22
- }, props), {
23
- children: /* @__PURE__ */ jsx(
24
- "path",
25
- {
26
- clipRule: "evenodd",
27
- d: "M0 3.3872C0 2.4624 0.470588 2 1.41176 2H10.3529C11.2941 2 11.7647 2.9248 11.7647 3.3872V4.95122C11.7647 5.10908 11.8924 5.2368 12.0502 5.2368H12.2353C12.5222 5.2368 14.6546 4.11005 15.577 3.61542C15.768 3.51296 16 3.65133 16 3.86817V11.714C16 11.9256 15.7782 12.0638 15.5883 11.9706L12.2949 10.3525C12.2557 10.3332 12.2126 10.3232 12.1689 10.3232H12.0504C11.8926 10.3232 11.7647 10.451 11.7647 10.6089V12.1728C11.7647 13.0976 11.7647 13.56 10.8235 13.56H0.941176C0.470588 13.56 0 13.0976 0 12.1728V3.3872ZM8.67719 6.41215C8.8854 6.20379 8.8854 5.86598 8.67719 5.65762C8.46887 5.44925 8.13116 5.44925 7.92284 5.65762L6.16668 7.4145L4.41052 5.65762C4.2022 5.44925 3.8645 5.44925 3.65618 5.65762C3.44794 5.86598 3.44794 6.20379 3.65618 6.41215L5.41244 8.16904L3.65618 9.92593C3.44794 10.1343 3.44794 10.4721 3.65618 10.6805C3.8645 10.8888 4.2022 10.8888 4.41052 10.6805L6.16668 8.92358L7.92284 10.6805C8.13116 10.8888 8.46887 10.8888 8.67719 10.6805C8.8854 10.4721 8.8854 10.1343 8.67719 9.92593L6.92092 8.16904L8.67719 6.41215Z",
28
- fill: color,
29
- fillRule: "evenodd"
30
- }
31
- )
32
- })
33
- );
34
- }
35
- );
36
- EndCallIcon.displayName = "EndCallIcon";
2
+ VideoDisabledIcon
3
+ } from "../chunk-MZAO3VEU.js";
4
+ import "../chunk-N552FDTV.js";
37
5
  export {
38
- EndCallIcon
6
+ VideoDisabledIcon
39
7
  };
40
8
  //# sourceMappingURL=video-disabled.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/icons/video-disabled.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const EndCallIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n ref={forwardedRef}\n viewBox=\"0 0 16 16\"\n width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n clipRule=\"evenodd\"\n d=\"M0 3.3872C0 2.4624 0.470588 2 1.41176 2H10.3529C11.2941 2 11.7647 2.9248 11.7647 3.3872V4.95122C11.7647 5.10908 11.8924 5.2368 12.0502 5.2368H12.2353C12.5222 5.2368 14.6546 4.11005 15.577 3.61542C15.768 3.51296 16 3.65133 16 3.86817V11.714C16 11.9256 15.7782 12.0638 15.5883 11.9706L12.2949 10.3525C12.2557 10.3332 12.2126 10.3232 12.1689 10.3232H12.0504C11.8926 10.3232 11.7647 10.451 11.7647 10.6089V12.1728C11.7647 13.0976 11.7647 13.56 10.8235 13.56H0.941176C0.470588 13.56 0 13.0976 0 12.1728V3.3872ZM8.67719 6.41215C8.8854 6.20379 8.8854 5.86598 8.67719 5.65762C8.46887 5.44925 8.13116 5.44925 7.92284 5.65762L6.16668 7.4145L4.41052 5.65762C4.2022 5.44925 3.8645 5.44925 3.65618 5.65762C3.44794 5.86598 3.44794 6.20379 3.65618 6.41215L5.41244 8.16904L3.65618 9.92593C3.44794 10.1343 3.44794 10.4721 3.65618 10.6805C3.8645 10.8888 4.2022 10.8888 4.41052 10.6805L6.16668 8.92358L7.92284 10.6805C8.13116 10.8888 8.46887 10.8888 8.67719 10.6805C8.8854 10.4721 8.8854 10.1343 8.67719 9.92593L6.92092 8.16904L8.67719 6.41215Z\"\n fill={color}\n fillRule=\"evenodd\"\n />\n </svg>\n );\n }\n);\n\nEndCallIcon.displayName = 'EndCallIcon';\n"],"mappings":";;;;;;;AAAA,YAAY,WAAW;AAef;AAZD,IAAM,cAAoB;AAAA,EAC/B,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,KAAK;AAAA,QACL,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QAPL;AAAA,QASC;AAAA,UAAC;AAAA;AAAA,YACC,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAM;AAAA,YACN,UAAS;AAAA;AAAA,QACX;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,YAAY,cAAc;","names":[]}
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -59,12 +59,12 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
59
59
  // src/icons/video.tsx
60
60
  var video_exports = {};
61
61
  __export(video_exports, {
62
- EndCallIcon: () => EndCallIcon
62
+ VideoIcon: () => VideoIcon
63
63
  });
64
64
  module.exports = __toCommonJS(video_exports);
65
65
  var React = __toESM(require("react"), 1);
66
66
  var import_jsx_runtime = require("react/jsx-runtime");
67
- var EndCallIcon = React.forwardRef(
67
+ var VideoIcon = React.forwardRef(
68
68
  (_a, forwardedRef) => {
69
69
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
70
70
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -88,9 +88,9 @@ var EndCallIcon = React.forwardRef(
88
88
  );
89
89
  }
90
90
  );
91
- EndCallIcon.displayName = "EndCallIcon";
91
+ VideoIcon.displayName = "VideoIcon";
92
92
  // Annotate the CommonJS export names for ESM import in node:
93
93
  0 && (module.exports = {
94
- EndCallIcon
94
+ VideoIcon
95
95
  });
96
96
  //# sourceMappingURL=video.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/icons/video.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const EndCallIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n ref={forwardedRef}\n viewBox=\"0 0 16 16\"\n width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nEndCallIcon.displayName = 'EndCallIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAef;AAZD,IAAM,cAAoB;AAAA,EAC/B,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,KAAK;AAAA,QACL,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QAPL;AAAA,QASC;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAM;AAAA;AAAA,QACR;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,YAAY,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../src/icons/video.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const VideoIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n ref={forwardedRef}\n viewBox=\"0 0 16 16\"\n width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nVideoIcon.displayName = 'VideoIcon';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAAuB;AAef;AAZD,IAAM,YAAkB;AAAA,EAC7B,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,KAAK;AAAA,QACL,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QAPL;AAAA,QASC;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAM;AAAA;AAAA,QACR;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,UAAU,cAAc;","names":[]}
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IconProps } from './types.cjs';
3
3
 
4
- declare const EndCallIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ declare const VideoIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
5
 
6
- export { EndCallIcon };
6
+ export { VideoIcon };
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { IconProps } from './types.js';
3
3
 
4
- declare const EndCallIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
4
+ declare const VideoIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
5
5
 
6
- export { EndCallIcon };
6
+ export { VideoIcon };
@@ -1,38 +1,8 @@
1
1
  import {
2
- __objRest,
3
- __spreadProps,
4
- __spreadValues
5
- } from "../chunk-N552FDTV.js";
6
-
7
- // src/icons/video.tsx
8
- import * as React from "react";
9
- import { jsx } from "react/jsx-runtime";
10
- var EndCallIcon = React.forwardRef(
11
- (_a, forwardedRef) => {
12
- var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
13
- return /* @__PURE__ */ jsx(
14
- "svg",
15
- __spreadProps(__spreadValues({
16
- fill: "none",
17
- height: "16",
18
- ref: forwardedRef,
19
- viewBox: "0 0 16 16",
20
- width: "16",
21
- xmlns: "http://www.w3.org/2000/svg"
22
- }, props), {
23
- children: /* @__PURE__ */ jsx(
24
- "path",
25
- {
26
- d: "M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z",
27
- fill: color
28
- }
29
- )
30
- })
31
- );
32
- }
33
- );
34
- EndCallIcon.displayName = "EndCallIcon";
2
+ VideoIcon
3
+ } from "../chunk-36JWMSRI.js";
4
+ import "../chunk-N552FDTV.js";
35
5
  export {
36
- EndCallIcon
6
+ VideoIcon
37
7
  };
38
8
  //# sourceMappingURL=video.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/icons/video.tsx"],"sourcesContent":["import * as React from 'react';\nimport type { IconProps } from './types';\n\nexport const EndCallIcon = React.forwardRef<SVGSVGElement, IconProps>(\n ({ color = 'currentColor', ...props }, forwardedRef) => {\n return (\n <svg\n fill=\"none\"\n height=\"16\"\n ref={forwardedRef}\n viewBox=\"0 0 16 16\"\n width=\"16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n d=\"M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z\"\n fill={color}\n />\n </svg>\n );\n }\n);\n\nEndCallIcon.displayName = 'EndCallIcon';\n"],"mappings":";;;;;;;AAAA,YAAY,WAAW;AAef;AAZD,IAAM,cAAoB;AAAA,EAC/B,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,KAAK;AAAA,QACL,SAAQ;AAAA,QACR,OAAM;AAAA,QACN,OAAM;AAAA,SACF,QAPL;AAAA,QASC;AAAA,UAAC;AAAA;AAAA,YACC,GAAE;AAAA,YACF,MAAM;AAAA;AAAA,QACR;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,YAAY,cAAc;","names":[]}
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}