@gustavo-valsechi/client 1.4.175 → 1.4.176
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/components/index.d.ts +1 -1
- package/dist/components/types/avatar/index.d.ts +1 -1
- package/dist/components/types/badge/index.d.ts +1 -1
- package/dist/components/types/block/index.d.ts +1 -1
- package/dist/components/types/chart/index.d.ts +1 -1
- package/dist/components/types/chart/index.js +1 -1
- package/dist/components/types/chart/index.mjs +1 -1
- package/dist/components/types/credit-card/card/index.d.ts +1 -1
- package/dist/components/types/credit-card/functions/index.d.ts +1 -1
- package/dist/components/types/credit-card/index.d.ts +1 -1
- package/dist/components/types/form/index.d.ts +1 -1
- package/dist/components/types/form/types/button/index.d.ts +1 -1
- package/dist/components/types/form/types/custom/index.d.ts +1 -1
- package/dist/components/types/form/types/datetime/index.d.ts +1 -1
- package/dist/components/types/form/types/error/index.d.ts +1 -1
- package/dist/components/types/form/types/file/index.d.ts +1 -1
- package/dist/components/types/form/types/label/index.d.ts +1 -1
- package/dist/components/types/form/types/select/index.d.ts +1 -1
- package/dist/components/types/form/types/select/index.js +1 -1
- package/dist/components/types/form/types/select/index.mjs +1 -1
- package/dist/components/types/form/types/select/options/index.d.ts +1 -1
- package/dist/components/types/form/types/select/options/index.js +1 -1
- package/dist/components/types/form/types/select/options/index.mjs +1 -1
- package/dist/components/types/form/types/text/index.d.ts +1 -1
- package/dist/components/types/form/types/textarea/index.d.ts +1 -1
- package/dist/components/types/loading/app/index.d.ts +1 -1
- package/dist/components/types/loading/bar/index.d.ts +1 -1
- package/dist/components/types/logo/index.d.ts +1 -1
- package/dist/components/types/lottie/index.d.ts +1 -1
- package/dist/components/types/modal/index.d.ts +1 -1
- package/dist/components/types/table/index.d.ts +1 -1
- package/dist/components/types/table/index.js +2 -2
- package/dist/components/types/table/index.mjs +2 -2
- package/dist/components/types/table/modal/actions.js +1 -1
- package/dist/components/types/table/modal/actions.mjs +1 -1
- package/dist/components/types/table/modal/index.d.ts +1 -1
- package/dist/components/types/table/modal/index.js +1 -1
- package/dist/components/types/table/modal/index.mjs +1 -1
- package/dist/components/types/table/paginate/index.d.ts +1 -1
- package/dist/components/types/tooltip/index.d.ts +1 -1
- package/dist/contexts/icon/index.d.ts +1 -1
- package/dist/contexts/index.d.ts +1 -1
- package/dist/contexts/index.js +5 -5
- package/dist/contexts/index.mjs +5 -5
- package/dist/contexts/modal/index.d.ts +1 -1
- package/dist/contexts/target/index.d.ts +1 -1
- package/dist/contexts/theme/content.d.ts +1 -1
- package/dist/contexts/theme/index.d.ts +1 -1
- package/dist/contexts/theme/index.js +1 -1
- package/dist/contexts/theme/index.mjs +1 -1
- package/dist/contexts/tooltip/index.d.ts +1 -1
- package/dist/contexts/tooltip/index.js +1 -1
- package/dist/contexts/tooltip/index.mjs +1 -1
- package/dist/interfaces/components/badge/index.d.ts +1 -1
- package/dist/interfaces/components/block/index.d.ts +1 -1
- package/dist/interfaces/components/form/custom/index.d.ts +1 -1
- package/dist/interfaces/components/form/datetime/index.d.ts +1 -1
- package/dist/interfaces/components/form/file/index.d.ts +1 -1
- package/dist/interfaces/components/form/index.d.ts +1 -1
- package/dist/interfaces/components/form/select/index.d.ts +1 -1
- package/dist/interfaces/components/form/text/index.d.ts +1 -1
- package/dist/interfaces/components/form/textarea/index.d.ts +1 -1
- package/dist/interfaces/components/index.d.ts +1 -1
- package/dist/interfaces/components/lottie/index.d.ts +1 -1
- package/dist/interfaces/components/modal/index.d.ts +1 -1
- package/dist/interfaces/contexts/index.d.ts +1 -1
- package/dist/interfaces/contexts/modal/index.d.ts +1 -1
- package/dist/styled.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IAvatar } from "
|
|
1
|
+
import { IAvatar } from "src/interfaces";
|
|
2
2
|
export declare function Avatar(props: IAvatar): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IBadge } from "
|
|
1
|
+
import { IBadge } from "src/interfaces";
|
|
2
2
|
export declare function Badge(props: IBadge): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IBlock } from "
|
|
1
|
+
import { IBlock } from "src/interfaces";
|
|
2
2
|
export declare function Block(props: IBlock): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IChart } from "
|
|
1
|
+
import { IChart } from "src/interfaces";
|
|
2
2
|
export declare function Chart(props: IChart): import("react/jsx-runtime").JSX.Element;
|
|
@@ -35,7 +35,7 @@ __export(chart_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(chart_exports);
|
|
36
36
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
37
37
|
var import_styles = require("./styles");
|
|
38
|
-
var import_contexts = require("
|
|
38
|
+
var import_contexts = require("../../../../src/contexts");
|
|
39
39
|
var import_dynamic = __toESM(require("next/dynamic"));
|
|
40
40
|
var import_lodash = __toESM(require("lodash"));
|
|
41
41
|
const ApexChart = (0, import_dynamic.default)(() => import("react-apexcharts").then((mod) => mod.default), { ssr: false });
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Container } from "./styles";
|
|
5
|
-
import { useTheme } from "
|
|
5
|
+
import { useTheme } from "../../../../src/contexts";
|
|
6
6
|
import dynamic from "next/dynamic";
|
|
7
7
|
import _ from "lodash";
|
|
8
8
|
const ApexChart = dynamic(() => import("react-apexcharts").then((mod) => mod.default), { ssr: false });
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ICreditCard } from "
|
|
1
|
+
import { ICreditCard } from "src/interfaces";
|
|
2
2
|
export default function CreditCardComponent(props: ICreditCard): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ICreditCard } from "
|
|
1
|
+
import { ICreditCard } from "src/interfaces";
|
|
2
2
|
export default function CreditCardFunctions(props: ICreditCard): false | import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ICreditCard } from "
|
|
1
|
+
import { ICreditCard } from "src/interfaces";
|
|
2
2
|
export declare function CreditCard(props: ICreditCard): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IButton } from "
|
|
1
|
+
import { IButton } from "src/interfaces";
|
|
2
2
|
export declare function Button(props: IButton): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputCustom } from "
|
|
1
|
+
import { IInputCustom } from "src/interfaces";
|
|
2
2
|
export declare function InputCustom(props: IInputCustom): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputDateTime } from "
|
|
1
|
+
import { IInputDateTime } from "src/interfaces";
|
|
2
2
|
export declare function InputDateTime(props: IInputDateTime): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputError } from "
|
|
1
|
+
import { IInputError } from "src/interfaces";
|
|
2
2
|
export declare function InputError(props: IInputError): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputFile } from "
|
|
1
|
+
import { IInputFile } from "src/interfaces";
|
|
2
2
|
export declare function InputFile(props: IInputFile): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputLabel } from "
|
|
1
|
+
import { IInputLabel } from "src/interfaces";
|
|
2
2
|
export declare function InputLabel(props: IInputLabel): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputSelect } from "
|
|
1
|
+
import { IInputSelect } from "src/interfaces";
|
|
2
2
|
export declare function InputSelect(props: IInputSelect): import("react/jsx-runtime").JSX.Element;
|
|
@@ -38,7 +38,7 @@ var import_react = require("react");
|
|
|
38
38
|
var import_styles = require("./styles");
|
|
39
39
|
var import_label = require("../label");
|
|
40
40
|
var import_error = require("../error");
|
|
41
|
-
var import_contexts = require("
|
|
41
|
+
var import_contexts = require("../../../../../../src/contexts");
|
|
42
42
|
var import_lodash = __toESM(require("lodash"));
|
|
43
43
|
var import_options = __toESM(require("./options"));
|
|
44
44
|
function InputSelect(props) {
|
|
@@ -5,7 +5,7 @@ import { useState, useRef, useEffect } from "react";
|
|
|
5
5
|
import { Container } from "./styles";
|
|
6
6
|
import { InputLabel } from "../label";
|
|
7
7
|
import { InputError } from "../error";
|
|
8
|
-
import { useTarget } from "
|
|
8
|
+
import { useTarget } from "../../../../../../src/contexts";
|
|
9
9
|
import _ from "lodash";
|
|
10
10
|
import InputSelectOption from "./options";
|
|
11
11
|
function InputSelect(props) {
|
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(options_exports);
|
|
|
36
36
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
37
37
|
var import_react = require("react");
|
|
38
38
|
var import_styles = require("./styles");
|
|
39
|
-
var import_contexts = require("
|
|
39
|
+
var import_contexts = require("../../../../../../../src/contexts");
|
|
40
40
|
var import_utils = __toESM(require("@gustavo-valsechi/utils"));
|
|
41
41
|
var import_lodash = __toESM(require("lodash"));
|
|
42
42
|
function InputSelectOption(props) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { useEffect, useState } from "react";
|
|
5
5
|
import { Container } from "./styles";
|
|
6
|
-
import { useTarget } from "
|
|
6
|
+
import { useTarget } from "../../../../../../../src/contexts";
|
|
7
7
|
import Utils from "@gustavo-valsechi/utils";
|
|
8
8
|
import _ from "lodash";
|
|
9
9
|
function InputSelectOption(props) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputText } from "
|
|
1
|
+
import { IInputText } from "src/interfaces";
|
|
2
2
|
export declare function InputText(props: IInputText): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IInputTextarea } from "
|
|
1
|
+
import { IInputTextarea } from "src/interfaces";
|
|
2
2
|
export declare function InputTextarea(props: IInputTextarea): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILoadingApp } from "
|
|
1
|
+
import { ILoadingApp } from "src/interfaces";
|
|
2
2
|
export declare function LoadingApp(props: ILoadingApp): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILoadingBar } from "
|
|
1
|
+
import { ILoadingBar } from "src/interfaces";
|
|
2
2
|
export declare function LoadingBar(props: ILoadingBar): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILogo } from "
|
|
1
|
+
import { ILogo } from "src/interfaces";
|
|
2
2
|
export declare function Logo(props: ILogo): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ILottie } from "
|
|
1
|
+
import { ILottie } from "src/interfaces";
|
|
2
2
|
export declare function Lottie(props: ILottie): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IModal } from "
|
|
1
|
+
import { IModal } from "src/interfaces";
|
|
2
2
|
export declare function Modal(props: IModal): import("react/jsx-runtime").JSX.Element;
|
|
@@ -37,9 +37,9 @@ module.exports = __toCommonJS(table_exports);
|
|
|
37
37
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
38
38
|
var import_react = require("react");
|
|
39
39
|
var import_styles = require("./styles");
|
|
40
|
-
var import_components = require("
|
|
40
|
+
var import_components = require("../../../../src/components");
|
|
41
41
|
var import_paginate = require("./paginate");
|
|
42
|
-
var import_contexts = require("
|
|
42
|
+
var import_contexts = require("../../../../src/contexts");
|
|
43
43
|
var import_lodash = __toESM(require("lodash"));
|
|
44
44
|
var import_modal = __toESM(require("./modal"));
|
|
45
45
|
__reExport(table_exports, require("./paginate"), module.exports);
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { useEffect } from "react";
|
|
5
5
|
import { Container } from "./styles";
|
|
6
|
-
import { LoadingBar } from "
|
|
6
|
+
import { LoadingBar } from "../../../../src/components";
|
|
7
7
|
import { Paginate } from "./paginate";
|
|
8
|
-
import { useModal, useTheme } from "
|
|
8
|
+
import { useModal, useTheme } from "../../../../src/contexts";
|
|
9
9
|
import _ from "lodash";
|
|
10
10
|
import Modal from "./modal";
|
|
11
11
|
export * from "./paginate";
|
|
@@ -22,7 +22,7 @@ __export(actions_exports, {
|
|
|
22
22
|
default: () => actions_default
|
|
23
23
|
});
|
|
24
24
|
module.exports = __toCommonJS(actions_exports);
|
|
25
|
-
var import_content = require("
|
|
25
|
+
var import_content = require("../../../../../src/contexts/theme/content");
|
|
26
26
|
const actionConfig = {
|
|
27
27
|
"fa-solid fa-pen-to-square": { label: "editar" },
|
|
28
28
|
"fa-solid fa-trash-can": { label: "remover", color: import_content.CommonTheme.negative }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { CommonTheme } from "
|
|
2
|
+
import { CommonTheme } from "../../../../../src/contexts/theme/content";
|
|
3
3
|
const actionConfig = {
|
|
4
4
|
"fa-solid fa-pen-to-square": { label: "editar" },
|
|
5
5
|
"fa-solid fa-trash-can": { label: "remover", color: CommonTheme.negative }
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IModal } from "
|
|
1
|
+
import { IModal } from "src/interfaces";
|
|
2
2
|
export default function Modal(props: IModal): import("react/jsx-runtime").JSX.Element;
|
|
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(modal_exports);
|
|
|
36
36
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
37
37
|
var import_styles = require("./styles");
|
|
38
38
|
var import_styles2 = require("../styles");
|
|
39
|
-
var import_contexts = require("
|
|
39
|
+
var import_contexts = require("../../../../../src/contexts");
|
|
40
40
|
var import__ = __toESM(require("../../.."));
|
|
41
41
|
var import_lodash = __toESM(require("lodash"));
|
|
42
42
|
var import_actions = __toESM(require("./actions"));
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { Content } from "./styles";
|
|
5
5
|
import { Container } from "../styles";
|
|
6
|
-
import { useModal } from "
|
|
6
|
+
import { useModal } from "../../../../../src/contexts";
|
|
7
7
|
import Component from "../../..";
|
|
8
8
|
import _ from "lodash";
|
|
9
9
|
import actionConfig from "./actions";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IPaginate } from "
|
|
1
|
+
import { IPaginate } from "src/interfaces";
|
|
2
2
|
export declare function Paginate(props: IPaginate): false | import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ITooltip } from "
|
|
1
|
+
import { ITooltip } from "src/interfaces";
|
|
2
2
|
export declare function Tooltip(props: ITooltip): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IIconProvider, IIconContext } from "
|
|
1
|
+
import { IIconProvider, IIconContext } from "src/interfaces";
|
|
2
2
|
declare const IconProviderContainer: ({ children }: IIconProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useIcon: () => IIconContext;
|
|
4
4
|
export { IconProviderContainer as IconProvider, useIcon };
|
package/dist/contexts/index.d.ts
CHANGED
package/dist/contexts/index.js
CHANGED
|
@@ -25,11 +25,11 @@ __export(contexts_exports, {
|
|
|
25
25
|
});
|
|
26
26
|
module.exports = __toCommonJS(contexts_exports);
|
|
27
27
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
-
var import_icon = require("
|
|
29
|
-
var import_modal = require("
|
|
30
|
-
var import_target = require("
|
|
31
|
-
var import_tooltip = require("
|
|
32
|
-
var import_theme = require("
|
|
28
|
+
var import_icon = require("../../src/contexts/icon");
|
|
29
|
+
var import_modal = require("../../src/contexts/modal");
|
|
30
|
+
var import_target = require("../../src/contexts/target");
|
|
31
|
+
var import_tooltip = require("../../src/contexts/tooltip");
|
|
32
|
+
var import_theme = require("../../src/contexts/theme");
|
|
33
33
|
__reExport(contexts_exports, require("./icon"), module.exports);
|
|
34
34
|
__reExport(contexts_exports, require("./theme"), module.exports);
|
|
35
35
|
__reExport(contexts_exports, require("./tooltip"), module.exports);
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use client";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
|
-
import { IconProvider } from "
|
|
5
|
-
import { ModalProvider } from "
|
|
6
|
-
import { TargetProvider } from "
|
|
7
|
-
import { TooltipProvider } from "
|
|
8
|
-
import { ThemeProvider } from "
|
|
4
|
+
import { IconProvider } from "../../src/contexts/icon";
|
|
5
|
+
import { ModalProvider } from "../../src/contexts/modal";
|
|
6
|
+
import { TargetProvider } from "../../src/contexts/target";
|
|
7
|
+
import { TooltipProvider } from "../../src/contexts/tooltip";
|
|
8
|
+
import { ThemeProvider } from "../../src/contexts/theme";
|
|
9
9
|
export * from "./icon";
|
|
10
10
|
export * from "./theme";
|
|
11
11
|
export * from "./tooltip";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IModalProvider, IModalContext } from "
|
|
1
|
+
import { IModalProvider, IModalContext } from "src/interfaces";
|
|
2
2
|
declare const ModalProviderContainer: ({ children }: IModalProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useModal: () => IModalContext;
|
|
4
4
|
export { ModalProviderContainer as ModalProvider, useModal };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITargetProvider, ITargetContext } from "
|
|
1
|
+
import { ITargetProvider, ITargetContext } from "src/interfaces";
|
|
2
2
|
declare const TargetProviderContainer: ({ children }: ITargetProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useTarget: () => ITargetContext;
|
|
4
4
|
export { TargetProviderContainer as TargetProvider, useTarget };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IThemeProvider, IThemeContext } from "
|
|
1
|
+
import { IThemeProvider, IThemeContext } from "src/interfaces";
|
|
2
2
|
declare const ThemeProviderContainer: (props: IThemeProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useTheme: () => IThemeContext;
|
|
4
4
|
export { ThemeProviderContainer as ThemeProvider, useTheme };
|
|
@@ -40,7 +40,7 @@ var import_styled_components = require("styled-components");
|
|
|
40
40
|
var import_styles = require("./styles");
|
|
41
41
|
var import_content = require("./content");
|
|
42
42
|
var import_tools = require("@gustavo-valsechi/server/tools");
|
|
43
|
-
var import_registry = __toESM(require("
|
|
43
|
+
var import_registry = __toESM(require("../../../src/contexts/theme/registry"));
|
|
44
44
|
var import_global = __toESM(require("./global.styles"));
|
|
45
45
|
const ThemeContext = (0, import_react.createContext)({});
|
|
46
46
|
const ThemeProviderContainer = (props) => {
|
|
@@ -6,7 +6,7 @@ import { ThemeProvider } from "styled-components";
|
|
|
6
6
|
import { Switcher } from "./styles";
|
|
7
7
|
import { Themes } from "./content";
|
|
8
8
|
import { setStorage } from "@gustavo-valsechi/server/tools";
|
|
9
|
-
import StyledComponentsRegistry from "
|
|
9
|
+
import StyledComponentsRegistry from "../../../src/contexts/theme/registry";
|
|
10
10
|
import GlobalStyles from "./global.styles";
|
|
11
11
|
const ThemeContext = createContext({});
|
|
12
12
|
const ThemeProviderContainer = (props) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITooltipProvider } from "
|
|
1
|
+
import { ITooltipProvider } from "src/interfaces";
|
|
2
2
|
declare const TooltipProviderContainer: ({ children }: ITooltipProvider) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const useTooltip: () => any;
|
|
4
4
|
export { TooltipProviderContainer as TooltipProvider, useTooltip };
|
|
@@ -36,7 +36,7 @@ __export(tooltip_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(tooltip_exports);
|
|
37
37
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
38
38
|
var import_react = require("react");
|
|
39
|
-
var import_components = require("
|
|
39
|
+
var import_components = require("../../../src/components");
|
|
40
40
|
var import_lodash = __toESM(require("lodash"));
|
|
41
41
|
const TooltipContext = (0, import_react.createContext)({});
|
|
42
42
|
const TooltipProviderContainer = ({ children }) => {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { createContext, useContext, useEffect, useState } from "react";
|
|
5
|
-
import { Tooltip } from "
|
|
5
|
+
import { Tooltip } from "../../../src/components";
|
|
6
6
|
import _ from "lodash";
|
|
7
7
|
const TooltipContext = createContext({});
|
|
8
8
|
const TooltipProviderContainer = ({ children }) => {
|
package/dist/styled.d.ts
CHANGED