@mittwald/flow-react-components 0.2.0-alpha.129 → 0.2.0-alpha.130
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/CHANGELOG.md +6 -0
- package/dist/js/components/src/components/DatePicker/components/DateInput/DateInput.mjs +2 -2
- package/dist/js/components/src/components/DatePicker/components/DateInput/DateInput.mjs.map +1 -1
- package/dist/js/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs +2 -2
- package/dist/js/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.mjs.map +1 -1
- package/dist/js/components/src/components/Icon/components/icons/{IconBulb.mjs → IconAI.mjs} +5 -5
- package/dist/js/components/src/components/Icon/components/icons/IconAI.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconAnalytics.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconAnalytics.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconContainer.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconContainer.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconContract.mjs +2 -2
- package/dist/js/components/src/components/Icon/components/icons/IconContract.mjs.map +1 -1
- package/dist/js/components/src/components/Icon/components/icons/IconContributor.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconContributor.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/{IconInvoice.mjs → IconDate.mjs} +5 -5
- package/dist/js/components/src/components/Icon/components/icons/IconDate.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/{IconForward.mjs → IconForwardAddress.mjs} +3 -3
- package/dist/js/components/src/components/Icon/components/icons/IconForwardAddress.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconLeadFyndr.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconLeadFyndr.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconMainUser.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconMainUser.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/{IconCalendar.mjs → IconMarketplace.mjs} +5 -5
- package/dist/js/components/src/components/Icon/components/icons/IconMarketplace.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/{IconPerformance.mjs → IconMonitoring.mjs} +3 -3
- package/dist/js/components/src/components/Icon/components/icons/IconMonitoring.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/{IconClock.mjs → IconPause.mjs} +5 -5
- package/dist/js/components/src/components/Icon/components/icons/IconPause.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconRegistry.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconRegistry.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/{IconInbox.mjs → IconSend.mjs} +5 -5
- package/dist/js/components/src/components/Icon/components/icons/IconSend.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconSsh.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconSsh.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconStart.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconStart.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconTime.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconTime.mjs.map +1 -0
- package/dist/js/components/src/components/Icon/components/icons/IconVolume.mjs +21 -0
- package/dist/js/components/src/components/Icon/components/icons/IconVolume.mjs.map +1 -0
- package/dist/js/flr-universal.mjs +18 -13
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/js/index.mjs +18 -13
- package/dist/js/index.mjs.map +1 -1
- package/dist/types/components/Icon/components/icons/IconAI.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconAI.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconAnalytics.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconAnalytics.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconContainer.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconContainer.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconContributor.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/{IconPerformance.d.ts.map → IconContributor.d.ts.map} +1 -1
- package/dist/types/components/Icon/components/icons/IconDate.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/{IconBulb.d.ts.map → IconDate.d.ts.map} +1 -1
- package/dist/types/components/Icon/components/icons/IconForwardAddress.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconForwardAddress.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconLeadFyndr.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconLeadFyndr.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconMainUser.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconMainUser.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconMarketplace.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconMarketplace.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconMonitoring.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconMonitoring.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconPause.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconPause.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconRegistry.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconRegistry.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconSend.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconSend.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconSsh.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconSsh.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconStart.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconStart.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconTime.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconTime.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/IconVolume.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconVolume.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +18 -13
- package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/js/components/src/components/Icon/components/icons/IconBulb.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconCalendar.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconClock.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconContractPartner.mjs +0 -21
- package/dist/js/components/src/components/Icon/components/icons/IconContractPartner.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconForward.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconInbox.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconInvoice.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconPerformance.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconSearchEngine.mjs +0 -21
- package/dist/js/components/src/components/Icon/components/icons/IconSearchEngine.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconSpamProtectionOff.mjs +0 -21
- package/dist/js/components/src/components/Icon/components/icons/IconSpamProtectionOff.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconSpamProtectionOn.mjs +0 -21
- package/dist/js/components/src/components/Icon/components/icons/IconSpamProtectionOn.mjs.map +0 -1
- package/dist/js/components/src/components/Icon/components/icons/IconSparkles.mjs +0 -21
- package/dist/js/components/src/components/Icon/components/icons/IconSparkles.mjs.map +0 -1
- package/dist/types/components/Icon/components/icons/IconBulb.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconCalendar.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconCalendar.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconClock.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconClock.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconContractPartner.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconContractPartner.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconForward.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconForward.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconInbox.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconInbox.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconInvoice.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconInvoice.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconPerformance.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconSearchEngine.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconSearchEngine.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconSpamProtectionOff.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconSpamProtectionOff.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconSpamProtectionOn.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconSpamProtectionOn.d.ts.map +0 -1
- package/dist/types/components/Icon/components/icons/IconSparkles.d.ts +0 -5
- package/dist/types/components/Icon/components/icons/IconSparkles.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.130](https://github.com/mittwald/flow/compare/0.2.0-alpha.129...0.2.0-alpha.130) (2025-04-08)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **Icon:** Update Icons ([#1348](https://github.com/mittwald/flow/issues/1348)) ([4d65b99](https://github.com/mittwald/flow/commit/4d65b99f6d8842e4b4922a56f0de9add6e321a64))
|
|
11
|
+
|
|
6
12
|
# [0.2.0-alpha.129](https://github.com/mittwald/flow/compare/0.2.0-alpha.128...0.2.0-alpha.129) (2025-04-08)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -14,13 +14,13 @@ import '../../../../lib/propsContext/propsContext.mjs';
|
|
|
14
14
|
import 'remeda';
|
|
15
15
|
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
16
16
|
import 'dot-prop';
|
|
17
|
-
import {
|
|
17
|
+
import { IconDate } from '../../../Icon/components/icons/IconDate.mjs';
|
|
18
18
|
|
|
19
19
|
const DateInput = (props) => {
|
|
20
20
|
const { isDisabled } = props;
|
|
21
21
|
return /* @__PURE__ */ jsxs(Aria.Group, { className: styles.dateInput, children: [
|
|
22
22
|
/* @__PURE__ */ jsx(Aria.DateInput, { children: (segment) => /* @__PURE__ */ jsx(Aria.DateSegment, { segment }) }),
|
|
23
|
-
/* @__PURE__ */ jsx(Button, { variant: "plain", color: "secondary", isDisabled, children: /* @__PURE__ */ jsx(
|
|
23
|
+
/* @__PURE__ */ jsx(Button, { variant: "plain", color: "secondary", isDisabled, children: /* @__PURE__ */ jsx(IconDate, {}) })
|
|
24
24
|
] });
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateInput.mjs","sources":["../../../../../../../../src/components/DatePicker/components/DateInput/DateInput.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport React from \"react\";\nimport styles from \"./DateInput.module.scss\";\nimport * as Aria from \"react-aria-components\";\nimport { Button } from \"@/components/Button\";\nimport {
|
|
1
|
+
{"version":3,"file":"DateInput.mjs","sources":["../../../../../../../../src/components/DatePicker/components/DateInput/DateInput.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport React from \"react\";\nimport styles from \"./DateInput.module.scss\";\nimport * as Aria from \"react-aria-components\";\nimport { Button } from \"@/components/Button\";\nimport { IconDate } from \"@/components/Icon/components/icons\";\n\nexport interface DateInputProps {\n isDisabled?: boolean;\n}\n\nexport const DateInput: FC<DateInputProps> = (props) => {\n const { isDisabled } = props;\n\n return (\n <Aria.Group className={styles.dateInput}>\n <Aria.DateInput>\n {(segment) => <Aria.DateSegment segment={segment} />}\n </Aria.DateInput>\n <Button variant=\"plain\" color=\"secondary\" isDisabled={isDisabled}>\n <IconDate />\n </Button>\n </Aria.Group>\n );\n};\n\nexport default DateInput;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAWa,MAAA,SAAA,GAAgC,CAAC,KAAU,KAAA;AACtD,EAAM,MAAA,EAAE,YAAe,GAAA,KAAA;AAEvB,EAAA,4BACG,IAAK,CAAA,KAAA,EAAL,EAAW,SAAA,EAAW,OAAO,SAC5B,EAAA,QAAA,EAAA;AAAA,oBAAC,GAAA,CAAA,IAAA,CAAK,SAAL,EAAA,EACE,QAAC,EAAA,CAAA,OAAA,yBAAa,IAAK,CAAA,WAAA,EAAL,EAAiB,OAAA,EAAkB,CACpD,EAAA,CAAA;AAAA,oBACA,GAAA,CAAC,UAAO,OAAQ,EAAA,OAAA,EAAQ,OAAM,WAAY,EAAA,UAAA,EACxC,QAAC,kBAAA,GAAA,CAAA,QAAA,EAAA,EAAS,CACZ,EAAA;AAAA,GACF,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -14,7 +14,7 @@ import '../../../../lib/propsContext/propsContext.mjs';
|
|
|
14
14
|
import 'remeda';
|
|
15
15
|
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
16
16
|
import 'dot-prop';
|
|
17
|
-
import {
|
|
17
|
+
import { IconDate } from '../../../Icon/components/icons/IconDate.mjs';
|
|
18
18
|
|
|
19
19
|
const DateRangeInput = (props) => {
|
|
20
20
|
const { isDisabled } = props;
|
|
@@ -24,7 +24,7 @@ const DateRangeInput = (props) => {
|
|
|
24
24
|
/* @__PURE__ */ jsx("span", { "aria-hidden": "true", children: "–" }),
|
|
25
25
|
/* @__PURE__ */ jsx(Aria.DateInput, { slot: "end", children: (segment) => /* @__PURE__ */ jsx(Aria.DateSegment, { segment }) })
|
|
26
26
|
] }),
|
|
27
|
-
/* @__PURE__ */ jsx(Button, { variant: "plain", color: "secondary", isDisabled, children: /* @__PURE__ */ jsx(
|
|
27
|
+
/* @__PURE__ */ jsx(Button, { variant: "plain", color: "secondary", isDisabled, children: /* @__PURE__ */ jsx(IconDate, {}) })
|
|
28
28
|
] });
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateRangeInput.mjs","sources":["../../../../../../../../src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport React from \"react\";\nimport styles from \"./DateRangeInput.module.scss\";\nimport * as Aria from \"react-aria-components\";\nimport { Button } from \"@/components/Button\";\nimport {
|
|
1
|
+
{"version":3,"file":"DateRangeInput.mjs","sources":["../../../../../../../../src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx"],"sourcesContent":["import type { FC } from \"react\";\nimport React from \"react\";\nimport styles from \"./DateRangeInput.module.scss\";\nimport * as Aria from \"react-aria-components\";\nimport { Button } from \"@/components/Button\";\nimport { IconDate } from \"@/components/Icon/components/icons\";\n\nexport interface DateInputProps {\n isDisabled?: boolean;\n}\n\nexport const DateRangeInput: FC<DateInputProps> = (props) => {\n const { isDisabled } = props;\n\n return (\n <Aria.Group className={styles.dateRangeInput}>\n <div>\n <Aria.DateInput slot=\"start\">\n {(segment) => <Aria.DateSegment segment={segment} />}\n </Aria.DateInput>\n <span aria-hidden=\"true\">–</span>\n <Aria.DateInput slot=\"end\">\n {(segment) => <Aria.DateSegment segment={segment} />}\n </Aria.DateInput>\n </div>\n <Button variant=\"plain\" color=\"secondary\" isDisabled={isDisabled}>\n <IconDate />\n </Button>\n </Aria.Group>\n );\n};\n\nexport default DateRangeInput;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAWa,MAAA,cAAA,GAAqC,CAAC,KAAU,KAAA;AAC3D,EAAM,MAAA,EAAE,YAAe,GAAA,KAAA;AAEvB,EAAA,4BACG,IAAK,CAAA,KAAA,EAAL,EAAW,SAAA,EAAW,OAAO,cAC5B,EAAA,QAAA,EAAA;AAAA,oBAAA,IAAA,CAAC,KACC,EAAA,EAAA,QAAA,EAAA;AAAA,sBAAA,GAAA,CAAC,IAAK,CAAA,SAAA,EAAL,EAAe,IAAA,EAAK,OAClB,EAAA,QAAA,EAAA,CAAC,OAAY,qBAAA,GAAA,CAAC,IAAK,CAAA,WAAA,EAAL,EAAiB,OAAA,EAAkB,CACpD,EAAA,CAAA;AAAA,sBACC,GAAA,CAAA,MAAA,EAAA,EAAK,aAAY,EAAA,MAAA,EAAO,QAAC,EAAA,GAAA,EAAA,CAAA;AAAA,sBACzB,GAAA,CAAA,IAAA,CAAK,SAAL,EAAA,EAAe,IAAK,EAAA,KAAA,EAClB,QAAC,EAAA,CAAA,OAAA,qBAAa,GAAA,CAAA,IAAA,CAAK,WAAL,EAAA,EAAiB,SAAkB,CACpD,EAAA;AAAA,KACF,EAAA,CAAA;AAAA,oBACA,GAAA,CAAC,UAAO,OAAQ,EAAA,OAAA,EAAQ,OAAM,WAAY,EAAA,UAAA,EACxC,QAAC,kBAAA,GAAA,CAAA,QAAA,EAAA,EAAS,CACZ,EAAA;AAAA,GACF,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
|
-
import {
|
|
5
|
+
import { IconSparkles } from '@tabler/icons-react';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import '@mittwald/react-tunnel';
|
|
8
8
|
import '../../../../lib/slotContext/slotContext.mjs';
|
|
@@ -13,9 +13,9 @@ import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
|
13
13
|
import 'dot-prop';
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
|
-
const
|
|
17
|
-
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(
|
|
16
|
+
const IconAI = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconSparkles, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export {
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export { IconAI, IconAI as default };
|
|
21
|
+
//# sourceMappingURL=IconAI.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconAI.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconAI.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSparkles as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconAI: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconAI;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,MAAA,GAA4D,CACvE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,gBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconBrandSpeedtest } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconAnalytics = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconBrandSpeedtest, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconAnalytics, IconAnalytics as default };
|
|
21
|
+
//# sourceMappingURL=IconAnalytics.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconAnalytics.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconAnalytics.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconBrandSpeedtest as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconAnalytics: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconAnalytics;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,aAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,sBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconPackage } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconContainer = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconPackage, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconContainer, IconContainer as default };
|
|
21
|
+
//# sourceMappingURL=IconContainer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconContainer.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconContainer.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconPackage as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconContainer: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconContainer;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,aAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,eAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
|
-
import {
|
|
5
|
+
import { IconFileDescription } from '@tabler/icons-react';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import '@mittwald/react-tunnel';
|
|
8
8
|
import '../../../../lib/slotContext/slotContext.mjs';
|
|
@@ -14,7 +14,7 @@ import 'dot-prop';
|
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
16
|
const IconContract = (props) => {
|
|
17
|
-
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconFileDescription, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
export { IconContract, IconContract as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconContract.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconContract.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport {
|
|
1
|
+
{"version":3,"file":"IconContract.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconContract.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconFileDescription as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconContract: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconContract;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,YAAA,GAAkE,CAC7E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,uBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconHeartHandshake } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconContributor = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconHeartHandshake, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconContributor, IconContributor as default };
|
|
21
|
+
//# sourceMappingURL=IconContributor.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconContributor.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconContributor.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconHeartHandshake as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconContributor: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconContributor;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,eAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,sBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
package/dist/js/components/src/components/Icon/components/icons/{IconInvoice.mjs → IconDate.mjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
|
-
import {
|
|
5
|
+
import { IconCalendar } from '@tabler/icons-react';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import '@mittwald/react-tunnel';
|
|
8
8
|
import '../../../../lib/slotContext/slotContext.mjs';
|
|
@@ -13,9 +13,9 @@ import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
|
13
13
|
import 'dot-prop';
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
|
-
const
|
|
17
|
-
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(
|
|
16
|
+
const IconDate = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconCalendar, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export {
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export { IconDate, IconDate as default };
|
|
21
|
+
//# sourceMappingURL=IconDate.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconDate.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconDate.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconCalendar as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconDate: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconDate;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,QAAA,GAA8D,CACzE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,gBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -13,9 +13,9 @@ import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
|
13
13
|
import 'dot-prop';
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
|
-
const
|
|
16
|
+
const IconForwardAddress = (props) => {
|
|
17
17
|
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconArrowRight, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export {
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export { IconForwardAddress, IconForwardAddress as default };
|
|
21
|
+
//# sourceMappingURL=IconForwardAddress.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconForwardAddress.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconForwardAddress.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconArrowRight as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconForwardAddress: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconForwardAddress;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,kBAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,kBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconRadar2 } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconLeadFyndr = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconRadar2, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconLeadFyndr, IconLeadFyndr as default };
|
|
21
|
+
//# sourceMappingURL=IconLeadFyndr.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconLeadFyndr.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconLeadFyndr.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconRadar2 as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconLeadFyndr: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconLeadFyndr;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,aAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,cAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconUserStar } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconMainUser = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconUserStar, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconMainUser, IconMainUser as default };
|
|
21
|
+
//# sourceMappingURL=IconMainUser.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMainUser.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconMainUser.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconUserStar as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconMainUser: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconMainUser;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,YAAA,GAAkE,CAC7E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,gBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
|
-
import {
|
|
5
|
+
import { IconBuildingStore } from '@tabler/icons-react';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import '@mittwald/react-tunnel';
|
|
8
8
|
import '../../../../lib/slotContext/slotContext.mjs';
|
|
@@ -13,9 +13,9 @@ import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
|
13
13
|
import 'dot-prop';
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
|
-
const
|
|
17
|
-
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(
|
|
16
|
+
const IconMarketplace = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconBuildingStore, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export {
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export { IconMarketplace, IconMarketplace as default };
|
|
21
|
+
//# sourceMappingURL=IconMarketplace.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMarketplace.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconMarketplace.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconBuildingStore as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconMarketplace: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconMarketplace;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,eAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,qBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -13,9 +13,9 @@ import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
|
13
13
|
import 'dot-prop';
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
|
-
const
|
|
16
|
+
const IconMonitoring = (props) => {
|
|
17
17
|
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconChartHistogram, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export {
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export { IconMonitoring, IconMonitoring as default };
|
|
21
|
+
//# sourceMappingURL=IconMonitoring.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconMonitoring.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconMonitoring.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconChartHistogram as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconMonitoring: FC<\n Omit<ComponentProps<typeof Icon>, \"children\">\n> = (props) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconMonitoring;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,cAAA,GAET,CAAC,KAAU,KAAA;AACb,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,sBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
package/dist/js/components/src/components/Icon/components/icons/{IconClock.mjs → IconPause.mjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
|
-
import {
|
|
5
|
+
import { IconPlayerPause } from '@tabler/icons-react';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import '@mittwald/react-tunnel';
|
|
8
8
|
import '../../../../lib/slotContext/slotContext.mjs';
|
|
@@ -13,9 +13,9 @@ import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
|
13
13
|
import 'dot-prop';
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
|
-
const
|
|
17
|
-
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(
|
|
16
|
+
const IconPause = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconPlayerPause, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export {
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export { IconPause, IconPause as default };
|
|
21
|
+
//# sourceMappingURL=IconPause.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconPause.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconPause.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconPlayerPause as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconPause: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconPause;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,SAAA,GAA+D,CAC1E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,mBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconPackages } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconRegistry = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconPackages, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconRegistry, IconRegistry as default };
|
|
21
|
+
//# sourceMappingURL=IconRegistry.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconRegistry.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconRegistry.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconPackages as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconRegistry: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconRegistry;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,YAAA,GAAkE,CAC7E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,gBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
package/dist/js/components/src/components/Icon/components/icons/{IconInbox.mjs → IconSend.mjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* */
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
import 'react';
|
|
5
|
-
import {
|
|
5
|
+
import { IconSend2 } from '@tabler/icons-react';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import '@mittwald/react-tunnel';
|
|
8
8
|
import '../../../../lib/slotContext/slotContext.mjs';
|
|
@@ -13,9 +13,9 @@ import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
|
13
13
|
import 'dot-prop';
|
|
14
14
|
import IconView from '../../../../views/IconView.mjs';
|
|
15
15
|
|
|
16
|
-
const
|
|
17
|
-
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(
|
|
16
|
+
const IconSend = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconSend2, {}) });
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
export {
|
|
21
|
-
//# sourceMappingURL=
|
|
20
|
+
export { IconSend, IconSend as default };
|
|
21
|
+
//# sourceMappingURL=IconSend.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconSend.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconSend.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconSend2 as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSend: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSend;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,QAAA,GAA8D,CACzE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,aAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconTerminal2 } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconSsh = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconTerminal2, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconSsh, IconSsh as default };
|
|
21
|
+
//# sourceMappingURL=IconSsh.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconSsh.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconSsh.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconTerminal2 as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconSsh: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconSsh;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,OAAA,GAA6D,CACxE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,iBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconPlayerPlay } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconStart = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconPlayerPlay, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconStart, IconStart as default };
|
|
21
|
+
//# sourceMappingURL=IconStart.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconStart.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconStart.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconPlayerPlay as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconStart: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconStart;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,SAAA,GAA+D,CAC1E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,kBAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconClock } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconTime = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconClock, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconTime, IconTime as default };
|
|
21
|
+
//# sourceMappingURL=IconTime.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconTime.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconTime.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconClock as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconTime: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconTime;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,QAAA,GAA8D,CACzE,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,aAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconCloudDataConnection } from '@tabler/icons-react';
|
|
6
|
+
import 'clsx';
|
|
7
|
+
import '@mittwald/react-tunnel';
|
|
8
|
+
import '../../../../lib/slotContext/slotContext.mjs';
|
|
9
|
+
import '@react-aria/utils';
|
|
10
|
+
import '../../../../lib/propsContext/propsContext.mjs';
|
|
11
|
+
import 'remeda';
|
|
12
|
+
import '../../../../lib/viewComponentContext/viewComponentContext.mjs';
|
|
13
|
+
import 'dot-prop';
|
|
14
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
15
|
+
|
|
16
|
+
const IconVolume = (props) => {
|
|
17
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(IconCloudDataConnection, {}) });
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { IconVolume, IconVolume as default };
|
|
21
|
+
//# sourceMappingURL=IconVolume.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconVolume.mjs","sources":["../../../../../../../../src/components/Icon/components/icons/IconVolume.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconCloudDataConnection as Tabler } from \"@tabler/icons-react\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\n\nexport const IconVolume: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n return (\n <View {...props}>\n <Tabler />\n </View>\n );\n};\n\nexport default IconVolume;\n"],"names":["View","Tabler"],"mappings":";;;;;;;;;;;;;AAMa,MAAA,UAAA,GAAgE,CAC3E,KACG,KAAA;AACH,EAAA,2BACGA,QAAM,EAAA,EAAA,GAAG,KACR,EAAA,QAAA,kBAAA,GAAA,CAACC,2BAAO,CACV,EAAA,CAAA;AAEJ;;;;"}
|