@ultraviolet/plus 3.5.2 → 3.6.1
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/CodeEditor/CodeEditor.d.ts +5 -38
- package/dist/components/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/components/CodeEditor/CodeEditor.js +6 -113
- package/dist/components/ContentCard/index.d.ts +3 -34
- package/dist/components/ContentCard/index.d.ts.map +1 -1
- package/dist/components/ContentCard/index.js +4 -103
- package/dist/components/ContentCardGroup/index.d.ts +5 -20
- package/dist/components/ContentCardGroup/index.d.ts.map +1 -1
- package/dist/components/ContentCardGroup/index.js +6 -16
- package/dist/components/Conversation/index.d.ts +5 -49
- package/dist/components/Conversation/index.d.ts.map +1 -1
- package/dist/components/Conversation/index.js +6 -46
- package/dist/components/CustomerSatisfaction/index.d.ts +5 -32
- package/dist/components/CustomerSatisfaction/index.d.ts.map +1 -1
- package/dist/components/CustomerSatisfaction/index.js +6 -84
- package/dist/components/EstimateCost/index.d.ts +9 -3
- package/dist/components/EstimateCost/index.d.ts.map +1 -1
- package/dist/components/EstimateCost/index.js +15 -0
- package/dist/components/FAQ/index.d.ts +5 -13
- package/dist/components/FAQ/index.d.ts.map +1 -1
- package/dist/components/FAQ/index.js +6 -35
- package/dist/components/InfoTable/index.d.ts +5 -1
- package/dist/components/InfoTable/index.d.ts.map +1 -1
- package/dist/components/InfoTable/index.js +11 -0
- package/dist/components/Navigation/index.d.ts +13 -2
- package/dist/components/Navigation/index.d.ts.map +1 -1
- package/dist/components/Navigation/index.js +19 -0
- package/dist/index.js +4 -6
- package/package.json +9 -9
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/defineProperty.js +0 -15
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectSpread2.js +0 -28
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutProperties.js +0 -18
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/objectWithoutPropertiesLoose.js +0 -15
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/toPrimitive.js +0 -17
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/toPropertyKey.js +0 -12
- package/dist/_virtual/_@oxc-project_runtime@0.113.0/helpers/typeof.js +0 -14
- package/dist/_virtual/_rolldown/runtime.js +0 -9
- package/dist/components/CodeEditor/styles.css.d.ts +0 -10
- package/dist/components/CodeEditor/styles.css.d.ts.map +0 -1
- package/dist/components/CodeEditor/styles.css.js +0 -24
- package/dist/components/ContentCard/Skeleton.d.ts +0 -6
- package/dist/components/ContentCard/Skeleton.d.ts.map +0 -1
- package/dist/components/ContentCard/Skeleton.js +0 -32
- package/dist/components/ContentCard/styles.css.d.ts +0 -13
- package/dist/components/ContentCard/styles.css.d.ts.map +0 -1
- package/dist/components/ContentCard/styles.css.js +0 -31
- package/dist/components/ContentCardGroup/Card.d.ts +0 -15
- package/dist/components/ContentCardGroup/Card.d.ts.map +0 -1
- package/dist/components/ContentCardGroup/Card.js +0 -57
- package/dist/components/ContentCardGroup/SkeletonCard.d.ts +0 -2
- package/dist/components/ContentCardGroup/SkeletonCard.d.ts.map +0 -1
- package/dist/components/ContentCardGroup/SkeletonCard.js +0 -29
- package/dist/components/ContentCardGroup/styles.css.d.ts +0 -8
- package/dist/components/ContentCardGroup/styles.css.d.ts.map +0 -1
- package/dist/components/ContentCardGroup/styles.css.js +0 -14
- package/dist/components/Conversation/styles.css.js +0 -22
- package/dist/components/CustomerSatisfaction/assets/1-5.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/1-5NB.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/2-5.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/2-5NB.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/3-5.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/3-5NB.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/4-5.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/4-5NB.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/5-5.js +0 -5
- package/dist/components/CustomerSatisfaction/assets/5-5NB.js +0 -5
- package/dist/components/CustomerSatisfaction/styles.css.d.ts +0 -19
- package/dist/components/CustomerSatisfaction/styles.css.d.ts.map +0 -1
- package/dist/components/CustomerSatisfaction/styles.css.js +0 -20
- package/dist/components/EstimateCost/Components/CustomUnitInput.d.ts +0 -10
- package/dist/components/EstimateCost/Components/CustomUnitInput.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/CustomUnitInput.js +0 -41
- package/dist/components/EstimateCost/Components/Item.d.ts +0 -118
- package/dist/components/EstimateCost/Components/Item.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/Item.js +0 -228
- package/dist/components/EstimateCost/Components/LineThrough.d.ts +0 -7
- package/dist/components/EstimateCost/Components/LineThrough.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/LineThrough.js +0 -18
- package/dist/components/EstimateCost/Components/NumberInput.d.ts +0 -11
- package/dist/components/EstimateCost/Components/NumberInput.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/NumberInput.js +0 -35
- package/dist/components/EstimateCost/Components/Region.d.ts +0 -23
- package/dist/components/EstimateCost/Components/Region.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/Region.js +0 -38
- package/dist/components/EstimateCost/Components/Regular.d.ts +0 -11
- package/dist/components/EstimateCost/Components/Regular.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/Regular.js +0 -23
- package/dist/components/EstimateCost/Components/Strong.d.ts +0 -10
- package/dist/components/EstimateCost/Components/Strong.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/Strong.js +0 -16
- package/dist/components/EstimateCost/Components/Unit.d.ts +0 -11
- package/dist/components/EstimateCost/Components/Unit.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/Unit.js +0 -50
- package/dist/components/EstimateCost/Components/Zone.d.ts +0 -23
- package/dist/components/EstimateCost/Components/Zone.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/Zone.js +0 -37
- package/dist/components/EstimateCost/Components/components.css.d.ts +0 -78
- package/dist/components/EstimateCost/Components/components.css.d.ts.map +0 -1
- package/dist/components/EstimateCost/Components/components.css.js +0 -161
- package/dist/components/EstimateCost/EstimateCost.d.ts +0 -176
- package/dist/components/EstimateCost/EstimateCost.d.ts.map +0 -1
- package/dist/components/EstimateCost/EstimateCost.js +0 -97
- package/dist/components/EstimateCost/EstimateCostContent.d.ts +0 -3
- package/dist/components/EstimateCost/EstimateCostContent.d.ts.map +0 -1
- package/dist/components/EstimateCost/EstimateCostContent.js +0 -289
- package/dist/components/EstimateCost/EstimateCostProvider.d.ts +0 -26
- package/dist/components/EstimateCost/EstimateCostProvider.d.ts.map +0 -1
- package/dist/components/EstimateCost/EstimateCostProvider.js +0 -33
- package/dist/components/EstimateCost/OverlayComponent.d.ts +0 -27
- package/dist/components/EstimateCost/OverlayComponent.d.ts.map +0 -1
- package/dist/components/EstimateCost/OverlayComponent.js +0 -99
- package/dist/components/EstimateCost/OverlayContext.d.ts +0 -13
- package/dist/components/EstimateCost/OverlayContext.d.ts.map +0 -1
- package/dist/components/EstimateCost/OverlayContext.js +0 -15
- package/dist/components/EstimateCost/constants.d.ts +0 -8
- package/dist/components/EstimateCost/constants.d.ts.map +0 -1
- package/dist/components/EstimateCost/constants.js +0 -26
- package/dist/components/EstimateCost/helper.d.ts +0 -10
- package/dist/components/EstimateCost/helper.d.ts.map +0 -1
- package/dist/components/EstimateCost/helper.js +0 -11
- package/dist/components/EstimateCost/locales/en.d.ts +0 -23
- package/dist/components/EstimateCost/locales/en.d.ts.map +0 -1
- package/dist/components/EstimateCost/locales/en.js +0 -25
- package/dist/components/EstimateCost/styles.css.d.ts +0 -80
- package/dist/components/EstimateCost/styles.css.d.ts.map +0 -1
- package/dist/components/EstimateCost/styles.css.js +0 -70
- package/dist/components/EstimateCost/types.d.ts +0 -148
- package/dist/components/EstimateCost/types.d.ts.map +0 -1
- package/dist/components/FAQ/styles.css.d.ts +0 -2
- package/dist/components/FAQ/styles.css.d.ts.map +0 -1
- package/dist/components/FAQ/styles.css.js +0 -7
- package/dist/components/InfoTable/InfoTable.d.ts +0 -25
- package/dist/components/InfoTable/InfoTable.d.ts.map +0 -1
- package/dist/components/InfoTable/InfoTable.js +0 -28
- package/dist/components/InfoTable/components/Cell.d.ts +0 -10
- package/dist/components/InfoTable/components/Cell.d.ts.map +0 -1
- package/dist/components/InfoTable/components/Cell.js +0 -38
- package/dist/components/InfoTable/components/Row.d.ts +0 -9
- package/dist/components/InfoTable/components/Row.d.ts.map +0 -1
- package/dist/components/InfoTable/components/Row.js +0 -23
- package/dist/components/InfoTable/context.d.ts +0 -4
- package/dist/components/InfoTable/context.d.ts.map +0 -1
- package/dist/components/InfoTable/context.js +0 -7
- package/dist/components/InfoTable/styles.css.d.ts +0 -8
- package/dist/components/InfoTable/styles.css.d.ts.map +0 -1
- package/dist/components/InfoTable/styles.css.js +0 -13
- package/dist/components/Navigation/Footer.d.ts +0 -9
- package/dist/components/Navigation/Footer.d.ts.map +0 -1
- package/dist/components/Navigation/Footer.js +0 -64
- package/dist/components/Navigation/Header.d.ts +0 -7
- package/dist/components/Navigation/Header.d.ts.map +0 -1
- package/dist/components/Navigation/Header.js +0 -24
- package/dist/components/Navigation/Navigation.d.ts +0 -62
- package/dist/components/Navigation/Navigation.d.ts.map +0 -1
- package/dist/components/Navigation/Navigation.js +0 -34
- package/dist/components/Navigation/NavigationContent.d.ts +0 -3
- package/dist/components/Navigation/NavigationContent.d.ts.map +0 -1
- package/dist/components/Navigation/NavigationContent.js +0 -104
- package/dist/components/Navigation/NavigationProvider.d.ts +0 -94
- package/dist/components/Navigation/NavigationProvider.d.ts.map +0 -1
- package/dist/components/Navigation/NavigationProvider.js +0 -121
- package/dist/components/Navigation/animations.css.d.ts +0 -7
- package/dist/components/Navigation/animations.css.d.ts.map +0 -1
- package/dist/components/Navigation/components/Group.d.ts +0 -10
- package/dist/components/Navigation/components/Group.d.ts.map +0 -1
- package/dist/components/Navigation/components/Group.js +0 -39
- package/dist/components/Navigation/components/Item.d.ts +0 -89
- package/dist/components/Navigation/components/Item.d.ts.map +0 -1
- package/dist/components/Navigation/components/Item.js +0 -448
- package/dist/components/Navigation/components/ItemProvider.d.ts +0 -8
- package/dist/components/Navigation/components/ItemProvider.d.ts.map +0 -1
- package/dist/components/Navigation/components/ItemProvider.js +0 -17
- package/dist/components/Navigation/components/PinnedItems.d.ts +0 -24
- package/dist/components/Navigation/components/PinnedItems.d.ts.map +0 -1
- package/dist/components/Navigation/components/PinnedItems.js +0 -105
- package/dist/components/Navigation/components/Separator.d.ts +0 -2
- package/dist/components/Navigation/components/Separator.d.ts.map +0 -1
- package/dist/components/Navigation/components/Separator.js +0 -11
- package/dist/components/Navigation/components/ShowHide.d.ts +0 -16
- package/dist/components/Navigation/components/ShowHide.d.ts.map +0 -1
- package/dist/components/Navigation/components/ShowHide.js +0 -53
- package/dist/components/Navigation/components/items.css.d.ts +0 -71
- package/dist/components/Navigation/components/items.css.d.ts.map +0 -1
- package/dist/components/Navigation/components/items.css.js +0 -87
- package/dist/components/Navigation/components/styles.css.d.ts +0 -25
- package/dist/components/Navigation/components/styles.css.d.ts.map +0 -1
- package/dist/components/Navigation/components/styles.css.js +0 -29
- package/dist/components/Navigation/constants.d.ts +0 -10
- package/dist/components/Navigation/constants.d.ts.map +0 -1
- package/dist/components/Navigation/locales/en.d.ts +0 -11
- package/dist/components/Navigation/locales/en.d.ts.map +0 -1
- package/dist/components/Navigation/locales/en.js +0 -13
- package/dist/components/Navigation/styles.css.d.ts +0 -34
- package/dist/components/Navigation/styles.css.d.ts.map +0 -1
- package/dist/components/Navigation/styles.css.js +0 -36
- package/dist/components/Navigation/types.d.ts +0 -42
- package/dist/components/Navigation/types.d.ts.map +0 -1
- package/dist/components/Navigation/variables.css.d.ts +0 -2
- package/dist/components/Navigation/variables.css.d.ts.map +0 -1
- package/dist/components/Navigation/variables.css.js +0 -7
- package/dist/plus.css +0 -2
|
@@ -1,39 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
onChange: ComponentProps<typeof CodeMirror>['onChange'];
|
|
7
|
-
extensions: keyof typeof langs;
|
|
8
|
-
onBlur?: () => void;
|
|
9
|
-
height?: string;
|
|
10
|
-
readOnly?: boolean;
|
|
11
|
-
autoCompletion?: boolean;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
helper?: ReactNode;
|
|
14
|
-
/**
|
|
15
|
-
* When set to true, a copy button is displayed in the top right corner of the editor.
|
|
16
|
-
* If a string is provided, it is used as the button's label. Otherwise, no label is displayed.
|
|
17
|
-
*/
|
|
18
|
-
copyButton?: boolean | string;
|
|
19
|
-
label?: string;
|
|
20
|
-
/**
|
|
21
|
-
* Defines a max height and adds an expand button to see the full content of the component
|
|
22
|
-
*/
|
|
23
|
-
expandableHeight?: number;
|
|
24
|
-
/** Text for the "show" button when maxLines is defined */
|
|
25
|
-
showText?: string;
|
|
26
|
-
/** Text for the "hide" button when maxLines is defined */
|
|
27
|
-
hideText?: string;
|
|
28
|
-
id?: string;
|
|
29
|
-
labelDescription?: ReactNode;
|
|
30
|
-
'aria-label'?: string;
|
|
31
|
-
'data-testid'?: string;
|
|
32
|
-
className?: string;
|
|
33
|
-
error?: string;
|
|
34
|
-
lineNumbers?: boolean;
|
|
35
|
-
style?: CSSProperties;
|
|
36
|
-
};
|
|
37
|
-
export declare const CodeEditor: ({ value, onChange, extensions, onBlur, height, readOnly, autoCompletion, disabled, label, copyButton, id, helper, labelDescription, expandableHeight, hideText, showText, 'aria-label': ariaLabel, 'data-testid': dataTestId, className, error, lineNumbers, style, }: CodeEditorProps) => import("react/jsx-runtime").JSX.Element;
|
|
38
|
-
export {};
|
|
1
|
+
import { CodeEditor as CodeEditorUV } from '@ultraviolet/ui/compositions/CodeEditor';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `CodeEditor` from `@ultraviolet/ui/composition/CodeEditor` instead
|
|
4
|
+
*/
|
|
5
|
+
export declare const CodeEditor: typeof CodeEditorUV;
|
|
39
6
|
//# sourceMappingURL=CodeEditor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../src/components/CodeEditor/CodeEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"CodeEditor.d.ts","sourceRoot":"","sources":["../../../src/components/CodeEditor/CodeEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,yCAAyC,CAAA;AAEpF;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,OAAO,YAA2B,CAAA"}
|
|
@@ -1,118 +1,11 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import { animatedArrowIcon, centeredText, codeEditor, codeEditorWrapper, copyButton, disabledStack, maxHeightVar, showMoreButton, showMoreContainer } from "./styles.css.js";
|
|
4
|
-
import { langs } from "@uiw/codemirror-extensions-langs";
|
|
5
|
-
import { material } from "@uiw/codemirror-theme-material";
|
|
6
|
-
import CodeMirror from "@uiw/react-codemirror";
|
|
7
|
-
import { ArrowDownIcon } from "@ultraviolet/icons/ArrowDownIcon";
|
|
8
|
-
import { CopyButton, Expandable, Label, Stack, Text } from "@ultraviolet/ui";
|
|
9
|
-
import { cn } from "@ultraviolet/utils";
|
|
10
|
-
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
11
|
-
import { useMemo, useState } from "react";
|
|
12
|
-
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { CodeEditor } from "@ultraviolet/ui/compositions/CodeEditor";
|
|
13
3
|
|
|
14
4
|
//#region src/components/CodeEditor/CodeEditor.tsx
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
const expandableEnabled = expandableHeight !== void 0;
|
|
20
|
-
const expandableHeightComputed = useMemo(() => {
|
|
21
|
-
if (!expanded && expandableHeight) return typeof expandableHeight === "string" ? expandableHeight : `${expandableHeight}px`;
|
|
22
|
-
return "none";
|
|
23
|
-
}, [expandableHeight, expanded]);
|
|
24
|
-
const isEditable = !(disabled && readOnly) && (!expandableEnabled || expanded);
|
|
25
|
-
const content = /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx(CodeMirror, {
|
|
26
|
-
"aria-disabled": disabled,
|
|
27
|
-
"aria-label": ariaLabel,
|
|
28
|
-
basicSetup: {
|
|
29
|
-
autocompletion: autoCompletion,
|
|
30
|
-
highlightActiveLine: false,
|
|
31
|
-
highlightActiveLineGutter: false,
|
|
32
|
-
lineNumbers
|
|
33
|
-
},
|
|
34
|
-
className,
|
|
35
|
-
"data-testid": dataTestId,
|
|
36
|
-
editable: isEditable,
|
|
37
|
-
extensions: [(_langs$extensions = (_langs$extensions2 = langs[extensions]) === null || _langs$extensions2 === void 0 ? void 0 : _langs$extensions2.call(langs)) !== null && _langs$extensions !== void 0 ? _langs$extensions : langs["sh"]],
|
|
38
|
-
height: expandableEnabled ? void 0 : height,
|
|
39
|
-
id,
|
|
40
|
-
onBlur,
|
|
41
|
-
onChange,
|
|
42
|
-
onUpdate: () => {
|
|
43
|
-
if (disabled) {
|
|
44
|
-
var _document$getSelectio;
|
|
45
|
-
(_document$getSelectio = document.getSelection()) === null || _document$getSelectio === void 0 || _document$getSelectio.empty();
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
readOnly: readOnly || disabled,
|
|
49
|
-
theme: material,
|
|
50
|
-
value,
|
|
51
|
-
width: "100%"
|
|
52
|
-
}), copyButton$1 && !disabled ? /* @__PURE__ */ jsx(CopyButton, {
|
|
53
|
-
bordered: true,
|
|
54
|
-
className: copyButton,
|
|
55
|
-
sentiment: "neutral",
|
|
56
|
-
size: "small",
|
|
57
|
-
value,
|
|
58
|
-
children: typeof copyButton$1 === "string" ? copyButton$1 : void 0
|
|
59
|
-
}) : null] });
|
|
60
|
-
return /* @__PURE__ */ jsxs(Stack, {
|
|
61
|
-
className: cn(disabled ? disabledStack : ""),
|
|
62
|
-
gap: .5,
|
|
63
|
-
style,
|
|
64
|
-
children: [
|
|
65
|
-
label ? /* @__PURE__ */ jsx(Label, {
|
|
66
|
-
labelDescription,
|
|
67
|
-
children: label
|
|
68
|
-
}) : null,
|
|
69
|
-
/* @__PURE__ */ jsxs("div", {
|
|
70
|
-
className: codeEditorWrapper,
|
|
71
|
-
children: [/* @__PURE__ */ jsx("div", {
|
|
72
|
-
className: cn(codeEditor[disabled ? "disabled" : "default"]),
|
|
73
|
-
style: assignInlineVars({ [maxHeightVar]: expandableHeightComputed }),
|
|
74
|
-
children: expandableEnabled ? /* @__PURE__ */ jsx(Expandable, {
|
|
75
|
-
minHeight: expandableHeight,
|
|
76
|
-
opened: expanded,
|
|
77
|
-
children: content
|
|
78
|
-
}) : content
|
|
79
|
-
}), expandableEnabled ? /* @__PURE__ */ jsx("div", {
|
|
80
|
-
className: showMoreContainer[expanded ? "true" : "false"],
|
|
81
|
-
children: /* @__PURE__ */ jsx("button", {
|
|
82
|
-
"aria-expanded": expanded,
|
|
83
|
-
className: showMoreButton,
|
|
84
|
-
onClick: () => setExpanded((prevState) => !prevState),
|
|
85
|
-
type: "button",
|
|
86
|
-
children: /* @__PURE__ */ jsxs(Text, {
|
|
87
|
-
as: "span",
|
|
88
|
-
className: centeredText,
|
|
89
|
-
sentiment: "neutral",
|
|
90
|
-
variant: "bodySmallStrong",
|
|
91
|
-
children: [
|
|
92
|
-
expanded ? hideText : showText,
|
|
93
|
-
"\xA0",
|
|
94
|
-
/* @__PURE__ */ jsx(ArrowDownIcon, { className: animatedArrowIcon[expanded ? "true" : "false"] })
|
|
95
|
-
]
|
|
96
|
-
})
|
|
97
|
-
})
|
|
98
|
-
}) : null]
|
|
99
|
-
}),
|
|
100
|
-
error && typeof error !== "boolean" ? /* @__PURE__ */ jsx(Text, {
|
|
101
|
-
as: "span",
|
|
102
|
-
sentiment: "danger",
|
|
103
|
-
variant: "caption",
|
|
104
|
-
children: error
|
|
105
|
-
}) : null,
|
|
106
|
-
!error && helper ? /* @__PURE__ */ jsx(Text, {
|
|
107
|
-
as: "span",
|
|
108
|
-
prominence: "weak",
|
|
109
|
-
sentiment: "neutral",
|
|
110
|
-
variant: "caption",
|
|
111
|
-
children: helper
|
|
112
|
-
}) : null
|
|
113
|
-
]
|
|
114
|
-
});
|
|
115
|
-
};
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated Use `CodeEditor` from `@ultraviolet/ui/composition/CodeEditor` instead
|
|
7
|
+
*/
|
|
8
|
+
const CodeEditor$1 = CodeEditor;
|
|
116
9
|
|
|
117
10
|
//#endregion
|
|
118
|
-
export { CodeEditor };
|
|
11
|
+
export { CodeEditor$1 as CodeEditor };
|
|
@@ -1,37 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
type ContentCardProps = {
|
|
3
|
-
direction?: 'row' | 'column';
|
|
4
|
-
/**
|
|
5
|
-
* The image to display at the top of the card (if direction is column) or to the left of the card (if direction is row).
|
|
6
|
-
* By default, the image will be cropped to fit the card.
|
|
7
|
-
*/
|
|
8
|
-
image?: string;
|
|
9
|
-
/**
|
|
10
|
-
* The icon the second element of the card to be displayed after the image. We allow any ReactNode but recommend
|
|
11
|
-
* using `<ProductIcon>` from `@ultraviolet/icons`.
|
|
12
|
-
*/
|
|
13
|
-
icon?: ReactNode;
|
|
14
|
-
subtitle?: string;
|
|
15
|
-
title: string;
|
|
16
|
-
headingTag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
17
|
-
description?: string;
|
|
18
|
-
children?: ReactNode;
|
|
19
|
-
/**
|
|
20
|
-
* The href to link the card to. If not provided, the card will not be clickable.
|
|
21
|
-
*/
|
|
22
|
-
href?: HTMLAnchorElement['href'];
|
|
23
|
-
target?: HTMLAnchorElement['target'];
|
|
24
|
-
onClick?: MouseEventHandler<HTMLElement>;
|
|
25
|
-
disabled?: boolean;
|
|
26
|
-
loading?: boolean;
|
|
27
|
-
className?: string;
|
|
28
|
-
style?: CSSProperties;
|
|
29
|
-
};
|
|
1
|
+
import { ContentCard as ContentCardUV } from '@ultraviolet/ui/compositions/ContentCard';
|
|
30
2
|
/**
|
|
31
|
-
*
|
|
32
|
-
* It can take different directions to display the image and the content. You can also add more content
|
|
33
|
-
* by passing children.
|
|
3
|
+
* @deprecated Use `ContentCard` from `@ultraviolet/ui/composition/ContentCard` instead
|
|
34
4
|
*/
|
|
35
|
-
export declare const ContentCard:
|
|
36
|
-
export {};
|
|
5
|
+
export declare const ContentCard: typeof ContentCardUV;
|
|
37
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCard/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCard/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,IAAI,aAAa,EAAE,MAAM,0CAA0C,CAAA;AACvF;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,OAAO,aAA6B,CAAA"}
|
|
@@ -1,110 +1,11 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import { activeClass, cardClass, fullHeight, iconContainer, iconStack, imageClass, subContainer, subContainerHeightVar } from "./styles.css.js";
|
|
4
|
-
import { Skeleton as Skeleton$1 } from "./Skeleton.js";
|
|
5
|
-
import { Stack, Text } from "@ultraviolet/ui";
|
|
6
|
-
import { cn } from "@ultraviolet/utils";
|
|
7
|
-
import { assignInlineVars } from "@vanilla-extract/dynamic";
|
|
8
|
-
import { forwardRef, useEffect, useMemo, useRef, useState } from "react";
|
|
9
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { OpenInNewIcon } from "@ultraviolet/icons/OpenInNewIcon";
|
|
2
|
+
import { ContentCard } from "@ultraviolet/ui/compositions/ContentCard";
|
|
11
3
|
|
|
12
4
|
//#region src/components/ContentCard/index.tsx
|
|
13
5
|
/**
|
|
14
|
-
*
|
|
15
|
-
* It can take different directions to display the image and the content. You can also add more content
|
|
16
|
-
* by passing children.
|
|
6
|
+
* @deprecated Use `ContentCard` from `@ultraviolet/ui/composition/ContentCard` instead
|
|
17
7
|
*/
|
|
18
|
-
const ContentCard =
|
|
19
|
-
var _subContainerRef$curr;
|
|
20
|
-
const subContainerRef = useRef(null);
|
|
21
|
-
const [subContainerHeight, setSubContainerHeight] = useState(subContainerRef === null || subContainerRef === void 0 || (_subContainerRef$curr = subContainerRef.current) === null || _subContainerRef$curr === void 0 ? void 0 : _subContainerRef$curr.offsetHeight);
|
|
22
|
-
const Container = useMemo(() => {
|
|
23
|
-
if (href) return "a";
|
|
24
|
-
if (onClick) return "button";
|
|
25
|
-
return "div";
|
|
26
|
-
}, [href, onClick]);
|
|
27
|
-
useEffect(() => {
|
|
28
|
-
var _subContainerRef$curr2;
|
|
29
|
-
return setSubContainerHeight(subContainerRef === null || subContainerRef === void 0 || (_subContainerRef$curr2 = subContainerRef.current) === null || _subContainerRef$curr2 === void 0 ? void 0 : _subContainerRef$curr2.offsetHeight);
|
|
30
|
-
}, [subContainerRef]);
|
|
31
|
-
return /* @__PURE__ */ jsx(Container, {
|
|
32
|
-
className: cn(className, cardClass, onClick || href ? activeClass : ""),
|
|
33
|
-
disabled,
|
|
34
|
-
href: disabled ? void 0 : href,
|
|
35
|
-
onClick: disabled ? void 0 : onClick,
|
|
36
|
-
ref,
|
|
37
|
-
role: onClick && !href ? "button" : void 0,
|
|
38
|
-
style,
|
|
39
|
-
target,
|
|
40
|
-
children: loading ? /* @__PURE__ */ jsx(Skeleton$1, { direction }) : /* @__PURE__ */ jsxs(Stack, {
|
|
41
|
-
className: fullHeight,
|
|
42
|
-
direction,
|
|
43
|
-
children: [image ? /* @__PURE__ */ jsx("img", {
|
|
44
|
-
alt: "",
|
|
45
|
-
className: imageClass[direction],
|
|
46
|
-
"data-disabled": disabled,
|
|
47
|
-
height: direction === "column" ? 120 : void 0,
|
|
48
|
-
src: image,
|
|
49
|
-
style: assignInlineVars({ [subContainerHeightVar]: subContainerHeight ? `${subContainerHeight.toString()}px` : void 0 }),
|
|
50
|
-
width: direction === "row" ? 220 : void 0
|
|
51
|
-
}) : null, /* @__PURE__ */ jsxs(Stack, {
|
|
52
|
-
direction,
|
|
53
|
-
flex: 1,
|
|
54
|
-
gap: 2,
|
|
55
|
-
children: [/* @__PURE__ */ jsxs(Stack, {
|
|
56
|
-
alignItems: subtitle || description || children ? void 0 : "center",
|
|
57
|
-
className: subContainer[href ? direction : "noHref"],
|
|
58
|
-
direction,
|
|
59
|
-
flex: "1 1 auto",
|
|
60
|
-
gap: 2,
|
|
61
|
-
ref: subContainerRef,
|
|
62
|
-
children: [icon !== null && icon !== void 0 ? icon : null, /* @__PURE__ */ jsxs(Stack, {
|
|
63
|
-
flex: "1 1 auto",
|
|
64
|
-
gap: 2,
|
|
65
|
-
justifyContent: "space-between",
|
|
66
|
-
children: [/* @__PURE__ */ jsxs(Stack, {
|
|
67
|
-
gap: .5,
|
|
68
|
-
children: [/* @__PURE__ */ jsxs(Stack, { children: [subtitle ? /* @__PURE__ */ jsx(Text, {
|
|
69
|
-
as: "small",
|
|
70
|
-
disabled,
|
|
71
|
-
prominence: "weak",
|
|
72
|
-
sentiment: "neutral",
|
|
73
|
-
variant: "caption",
|
|
74
|
-
children: subtitle
|
|
75
|
-
}) : null, /* @__PURE__ */ jsx(Text, {
|
|
76
|
-
as: headingTag,
|
|
77
|
-
disabled,
|
|
78
|
-
sentiment: "neutral",
|
|
79
|
-
variant: "bodyStrong",
|
|
80
|
-
children: title
|
|
81
|
-
})] }), description ? /* @__PURE__ */ jsx(Text, {
|
|
82
|
-
as: "p",
|
|
83
|
-
disabled,
|
|
84
|
-
sentiment: "neutral",
|
|
85
|
-
variant: "bodySmall",
|
|
86
|
-
children: description
|
|
87
|
-
}) : null]
|
|
88
|
-
}), children ? /* @__PURE__ */ jsx(Stack, { children }) : null]
|
|
89
|
-
})]
|
|
90
|
-
}), href ? /* @__PURE__ */ jsx(Stack, {
|
|
91
|
-
alignItems: direction === "column" ? "flex-end" : "center",
|
|
92
|
-
className: iconStack[direction],
|
|
93
|
-
direction,
|
|
94
|
-
flex: 1,
|
|
95
|
-
justifyContent: direction === "column" ? "center" : "flex-end",
|
|
96
|
-
children: /* @__PURE__ */ jsx("div", {
|
|
97
|
-
className: iconContainer,
|
|
98
|
-
children: /* @__PURE__ */ jsx(OpenInNewIcon, {
|
|
99
|
-
disabled,
|
|
100
|
-
sentiment: "neutral"
|
|
101
|
-
})
|
|
102
|
-
})
|
|
103
|
-
}) : null]
|
|
104
|
-
})]
|
|
105
|
-
})
|
|
106
|
-
});
|
|
107
|
-
});
|
|
8
|
+
const ContentCard$1 = ContentCard;
|
|
108
9
|
|
|
109
10
|
//#endregion
|
|
110
|
-
export { ContentCard };
|
|
11
|
+
export { ContentCard$1 as ContentCard };
|
|
@@ -1,21 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
export declare const ContentCardGroup: import("react").ForwardRefExoticComponent<BaseContentCardGroupProps & import("react").RefAttributes<HTMLDivElement>> & {
|
|
8
|
-
Card: import("react").ForwardRefExoticComponent<{
|
|
9
|
-
title?: string | undefined;
|
|
10
|
-
titleAs?: import("react").ElementType | undefined;
|
|
11
|
-
subtitle?: string | undefined;
|
|
12
|
-
subtitleAs?: import("react").ElementType | undefined;
|
|
13
|
-
description?: string | undefined;
|
|
14
|
-
children?: ReactNode;
|
|
15
|
-
href: string;
|
|
16
|
-
target?: import("react").HTMLAttributeAnchorTarget | undefined;
|
|
17
|
-
style?: CSSProperties | undefined;
|
|
18
|
-
} & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
19
|
-
};
|
|
20
|
-
export {};
|
|
1
|
+
import { ContentCardGroup as ContentCardGroupUV } from '@ultraviolet/ui/compositions/ContentCardGroup';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `ContentCardGroup` from `@ultraviolet/ui/composition/ContentCardGroup` instead
|
|
4
|
+
*/
|
|
5
|
+
export declare const ContentCardGroup: typeof ContentCardGroupUV;
|
|
21
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ContentCardGroup/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,+CAA+C,CAAA;AACtG;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,OAAO,kBAAuC,CAAA"}
|
|
@@ -1,21 +1,11 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import { groupCardWrapper } from "./styles.css.js";
|
|
4
|
-
import { Card as Card$1 } from "./Card.js";
|
|
5
|
-
import { SkeletonCard } from "./SkeletonCard.js";
|
|
6
|
-
import { Stack } from "@ultraviolet/ui";
|
|
7
|
-
import { Children, forwardRef } from "react";
|
|
8
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ContentCardGroup } from "@ultraviolet/ui/compositions/ContentCardGroup";
|
|
9
3
|
|
|
10
4
|
//#region src/components/ContentCardGroup/index.tsx
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
style,
|
|
16
|
-
children: loading ? Children.map(children, (_child, index) => /* @__PURE__ */ jsx(SkeletonCard, {}, index)) : children
|
|
17
|
-
}));
|
|
18
|
-
const ContentCardGroup = Object.assign(BaseContentCardGroup, { Card: Card$1 });
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated Use `ContentCardGroup` from `@ultraviolet/ui/composition/ContentCardGroup` instead
|
|
7
|
+
*/
|
|
8
|
+
const ContentCardGroup$1 = ContentCardGroup;
|
|
19
9
|
|
|
20
10
|
//#endregion
|
|
21
|
-
export { ContentCardGroup };
|
|
11
|
+
export { ContentCardGroup$1 as ContentCardGroup };
|
|
@@ -1,50 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export declare const MessageInfos: ({ children, align, style, }: {
|
|
7
|
-
children: ReactNode;
|
|
8
|
-
align: "left" | "right";
|
|
9
|
-
style?: CSSProperties | undefined;
|
|
10
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export declare const DateComponent: ({ children, style, }: {
|
|
12
|
-
children: ReactNode;
|
|
13
|
-
style?: CSSProperties | undefined;
|
|
14
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
type MessageProps = {
|
|
16
|
-
className?: string;
|
|
17
|
-
children: ReactNode;
|
|
18
|
-
avatar: ReactNode;
|
|
19
|
-
align?: 'left' | 'right';
|
|
20
|
-
style?: CSSProperties;
|
|
21
|
-
};
|
|
22
|
-
export declare const Message: ({ className, children, avatar, align, style, }: MessageProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
export declare const MessageTag: ({ children, style, }: {
|
|
24
|
-
children: ReactNode;
|
|
25
|
-
style?: CSSProperties | undefined;
|
|
26
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
declare namespace Conversation {
|
|
28
|
-
var Date: ({ children, style, }: {
|
|
29
|
-
children: ReactNode;
|
|
30
|
-
style?: CSSProperties | undefined;
|
|
31
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
-
}
|
|
33
|
-
declare namespace Conversation {
|
|
34
|
-
var Message: ({ className, children, avatar, align, style, }: MessageProps) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
-
}
|
|
36
|
-
declare namespace Conversation {
|
|
37
|
-
var MessageInfos: ({ children, align, style, }: {
|
|
38
|
-
children: ReactNode;
|
|
39
|
-
align: "left" | "right";
|
|
40
|
-
style?: CSSProperties | undefined;
|
|
41
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
42
|
-
}
|
|
43
|
-
declare namespace Conversation {
|
|
44
|
-
var Tag: ({ children, style, }: {
|
|
45
|
-
children: ReactNode;
|
|
46
|
-
style?: CSSProperties | undefined;
|
|
47
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
48
|
-
}
|
|
49
|
-
export { Conversation };
|
|
1
|
+
import { Conversation as ConversationUV } from '@ultraviolet/ui/compositions/Conversation';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `Conversation` from `@ultraviolet/ui/composition/Conversation` instead
|
|
4
|
+
*/
|
|
5
|
+
export declare const Conversation: typeof ConversationUV;
|
|
50
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Conversation/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Conversation/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,2CAA2C,CAAA;AAE1F;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,OAAO,cAA+B,CAAA"}
|
|
@@ -1,51 +1,11 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import {
|
|
3
|
-
import { conversationAvatar, conversationBubble, conversationContainer, conversationInfos, conversationRawMessage, conversationTag, styledText } from "./styles.css.js";
|
|
4
|
-
import { Stack, Tag, Text } from "@ultraviolet/ui";
|
|
5
|
-
import { cn } from "@ultraviolet/utils";
|
|
6
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Conversation } from "@ultraviolet/ui/compositions/Conversation";
|
|
7
3
|
|
|
8
4
|
//#region src/components/Conversation/index.tsx
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
const MessageInfos = ({ children, align, style }) => /* @__PURE__ */ jsx("div", {
|
|
14
|
-
className: conversationInfos[align],
|
|
15
|
-
style,
|
|
16
|
-
children
|
|
17
|
-
});
|
|
18
|
-
const DateComponent = ({ children, style }) => /* @__PURE__ */ jsx(Text, {
|
|
19
|
-
as: "p",
|
|
20
|
-
className: styledText,
|
|
21
|
-
prominence: "weak",
|
|
22
|
-
style,
|
|
23
|
-
variant: "bodySmall",
|
|
24
|
-
children
|
|
25
|
-
});
|
|
26
|
-
const Message = ({ className, children, avatar, align = "right", style }) => /* @__PURE__ */ jsxs("div", {
|
|
27
|
-
className: cn(className, conversationContainer[align]),
|
|
28
|
-
style,
|
|
29
|
-
children: [/* @__PURE__ */ jsx("div", {
|
|
30
|
-
className: conversationBubble,
|
|
31
|
-
children: /* @__PURE__ */ jsx("div", {
|
|
32
|
-
className: conversationRawMessage[align],
|
|
33
|
-
children
|
|
34
|
-
})
|
|
35
|
-
}), /* @__PURE__ */ jsx("div", {
|
|
36
|
-
className: conversationAvatar,
|
|
37
|
-
children: avatar
|
|
38
|
-
})]
|
|
39
|
-
});
|
|
40
|
-
const MessageTag = ({ children, style }) => /* @__PURE__ */ jsx(Tag, {
|
|
41
|
-
className: conversationTag,
|
|
42
|
-
style,
|
|
43
|
-
children
|
|
44
|
-
});
|
|
45
|
-
Conversation.Date = DateComponent;
|
|
46
|
-
Conversation.Message = Message;
|
|
47
|
-
Conversation.MessageInfos = MessageInfos;
|
|
48
|
-
Conversation.Tag = MessageTag;
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated Use `Conversation` from `@ultraviolet/ui/composition/Conversation` instead
|
|
7
|
+
*/
|
|
8
|
+
const Conversation$1 = Conversation;
|
|
49
9
|
|
|
50
10
|
//#endregion
|
|
51
|
-
export { Conversation };
|
|
11
|
+
export { Conversation$1 as Conversation };
|
|
@@ -1,33 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}, {
|
|
7
|
-
readonly imgNotSelected: string;
|
|
8
|
-
readonly imgSelected: string;
|
|
9
|
-
readonly value: 2;
|
|
10
|
-
}, {
|
|
11
|
-
readonly imgNotSelected: string;
|
|
12
|
-
readonly imgSelected: string;
|
|
13
|
-
readonly value: 3;
|
|
14
|
-
}, {
|
|
15
|
-
readonly imgNotSelected: string;
|
|
16
|
-
readonly imgSelected: string;
|
|
17
|
-
readonly value: 4;
|
|
18
|
-
}, {
|
|
19
|
-
readonly imgNotSelected: string;
|
|
20
|
-
readonly imgSelected: string;
|
|
21
|
-
readonly value: 5;
|
|
22
|
-
}];
|
|
23
|
-
type Value = (typeof ratings)[number]['value'];
|
|
24
|
-
type CustomerSatisfactionProps = {
|
|
25
|
-
value: Value;
|
|
26
|
-
onChange: (rating: Value) => void;
|
|
27
|
-
'data-testid'?: string;
|
|
28
|
-
className?: string;
|
|
29
|
-
style?: CSSProperties;
|
|
30
|
-
};
|
|
31
|
-
export declare const CustomerSatisfaction: ({ value, onChange, 'data-testid': dataTestId, className, style, }: CustomerSatisfactionProps) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
-
export {};
|
|
1
|
+
import { CustomerSatisfaction as CustomerSatisfactionUV } from '@ultraviolet/ui/compositions/CustomerSatisfaction';
|
|
2
|
+
/**
|
|
3
|
+
* @deprecated Use `CustomerSatisfaction` from `@ultraviolet/ui/composition/CustomerSatisfaction` instead
|
|
4
|
+
*/
|
|
5
|
+
export declare const CustomerSatisfaction: typeof CustomerSatisfactionUV;
|
|
33
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CustomerSatisfaction/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,IAAI,sBAAsB,EAAE,MAAM,mDAAmD,CAAA;AAElH;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,OAAO,sBAClB,CAAA"}
|