@intlayer/design-system 8.6.10 → 8.7.0-canary.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/esm/components/Browser/Browser.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +0 -82
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +0 -42
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/esm/components/Form/elements/FormElement.mjs +2 -1
- package/dist/esm/components/Form/elements/FormElement.mjs.map +1 -1
- package/dist/esm/components/Form/elements/FormElementWrapper.mjs.map +1 -1
- package/dist/esm/components/Form/layout/FormItemLayout.mjs +3 -2
- package/dist/esm/components/Form/layout/FormItemLayout.mjs.map +1 -1
- package/dist/esm/components/IDE/MonacoCode.mjs +1 -0
- package/dist/esm/components/IDE/MonacoCode.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +2 -2
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Navbar/index.mjs +2 -57
- package/dist/esm/components/Navbar/index.mjs.map +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/esm/components/Table/SmartTable.mjs +222 -0
- package/dist/esm/components/Table/SmartTable.mjs.map +1 -0
- package/dist/esm/components/Table/Table.mjs +7 -212
- package/dist/esm/components/Table/Table.mjs.map +1 -1
- package/dist/esm/components/Table/index.mjs +2 -1
- package/dist/esm/components/TextArea/ContentEditableTextArea.mjs +1 -1
- package/dist/esm/components/TextArea/ContentEditableTextArea.mjs.map +1 -1
- package/dist/esm/components/index.mjs +5 -1
- package/dist/esm/hooks/reactQuery.mjs +1 -3
- package/dist/esm/hooks/reactQuery.mjs.map +1 -1
- package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
- package/dist/esm/libs/auth.mjs +6 -2
- package/dist/esm/libs/auth.mjs.map +1 -1
- package/dist/esm/routes.mjs +1 -1
- package/dist/esm/routes.mjs.map +1 -1
- package/dist/types/components/Badge/index.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +3 -3
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/Command/index.d.ts +1 -1
- package/dist/types/components/Container/index.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +0 -82
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +0 -42
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts +1 -0
- package/dist/types/components/Form/elements/FormElement.d.ts.map +1 -1
- package/dist/types/components/Form/layout/FormItemLayout.d.ts +1 -0
- package/dist/types/components/Form/layout/FormItemLayout.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +4 -4
- package/dist/types/components/Link/Link.d.ts.map +1 -1
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts +3 -3
- package/dist/types/components/MarkDownRender/MarkDownRender.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +4 -1
- package/dist/types/components/Navbar/index.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/TabSelector/TabSelector.d.ts +1 -1
- package/dist/types/components/Table/SmartTable.d.ts +158 -0
- package/dist/types/components/Table/SmartTable.d.ts.map +1 -0
- package/dist/types/components/Table/Table.d.ts +8 -191
- package/dist/types/components/Table/Table.d.ts.map +1 -1
- package/dist/types/components/Table/index.d.ts +3 -2
- package/dist/types/components/Tag/index.d.ts +2 -2
- package/dist/types/components/TextArea/ContentEditableTextArea.d.ts +2 -2
- package/dist/types/components/TextArea/ContentEditableTextArea.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/dist/types/components/index.d.ts +6 -2
- package/dist/types/hooks/reactQuery.d.ts.map +1 -1
- package/dist/types/routes.d.ts +1 -1
- package/dist/types/routes.d.ts.map +1 -1
- package/package.json +336 -31
|
@@ -61,9 +61,9 @@ declare enum ButtonTextAlign {
|
|
|
61
61
|
*/
|
|
62
62
|
declare const buttonVariants: (props?: {
|
|
63
63
|
size?: "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
|
|
64
|
-
color?: "text" | "
|
|
65
|
-
roundedSize?: "
|
|
66
|
-
variant?: "input" | "none" | "default" | "outline" | "
|
|
64
|
+
color?: "text" | "error" | "custom" | "primary" | "secondary" | "destructive" | "success" | "neutral" | "light" | "dark" | "card" | "current" | "text-inverse";
|
|
65
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
|
|
66
|
+
variant?: "input" | "none" | "default" | "outline" | "hoverable" | "link" | "invisible-link" | "fade";
|
|
67
67
|
textAlign?: "left" | "center" | "right";
|
|
68
68
|
isFullWidth?: boolean;
|
|
69
69
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
@@ -5,8 +5,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/CollapsibleTable/CollapsibleTable.d.ts
|
|
6
6
|
declare const collapsibleTableVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
8
|
-
variant?: "default" | "
|
|
9
|
-
spacing?: "
|
|
8
|
+
variant?: "default" | "dark" | "ghost" | "outlined";
|
|
9
|
+
spacing?: "sm" | "md" | "lg" | "none" | "auto";
|
|
10
10
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
11
11
|
interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
|
|
12
12
|
/** Table title displayed in the header */
|
|
@@ -29,7 +29,7 @@ declare const Command: {
|
|
|
29
29
|
ref?: React.Ref<HTMLInputElement>;
|
|
30
30
|
} & {
|
|
31
31
|
asChild?: boolean;
|
|
32
|
-
}, "key" | keyof _$react.InputHTMLAttributes<HTMLInputElement
|
|
32
|
+
}, "key" | "asChild" | keyof _$react.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "type" | "value"> & {
|
|
33
33
|
value?: string;
|
|
34
34
|
onValueChange?: (search: string) => void;
|
|
35
35
|
} & _$react.RefAttributes<HTMLInputElement>>;
|
|
@@ -8,14 +8,14 @@ import { VariantProps } from "class-variance-authority";
|
|
|
8
8
|
* Provides flexible styling options for background, padding, borders, and layout
|
|
9
9
|
*/
|
|
10
10
|
declare const containerVariants: (props?: {
|
|
11
|
-
roundedSize?: "
|
|
12
|
-
transparency?: "
|
|
13
|
-
padding?: "
|
|
11
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "full";
|
|
12
|
+
transparency?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | "full";
|
|
13
|
+
padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
14
14
|
separator?: "both" | "without" | "x" | "y";
|
|
15
|
-
border?: "
|
|
16
|
-
borderColor?: "
|
|
17
|
-
background?: "
|
|
18
|
-
gap?: "
|
|
15
|
+
border?: "with" | "none";
|
|
16
|
+
borderColor?: "text" | "error" | "success" | "primary" | "secondary" | "neutral" | "card" | "warning";
|
|
17
|
+
background?: "with" | "none" | "hoverable";
|
|
18
|
+
gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
19
19
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
20
20
|
/** Available rounded corner sizes for the container */
|
|
21
21
|
declare enum ContainerRoundedSize {
|
|
@@ -88,88 +88,6 @@ declare const dictionaryFormContent: {
|
|
|
88
88
|
uk: string;
|
|
89
89
|
}>;
|
|
90
90
|
};
|
|
91
|
-
noDictionaryView: {
|
|
92
|
-
title: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
93
|
-
en: string;
|
|
94
|
-
'en-GB': string;
|
|
95
|
-
fr: string;
|
|
96
|
-
es: string;
|
|
97
|
-
de: string;
|
|
98
|
-
ja: string;
|
|
99
|
-
ko: string;
|
|
100
|
-
zh: string;
|
|
101
|
-
it: string;
|
|
102
|
-
pt: string;
|
|
103
|
-
hi: string;
|
|
104
|
-
ar: string;
|
|
105
|
-
ru: string;
|
|
106
|
-
tr: string;
|
|
107
|
-
pl: string;
|
|
108
|
-
id: string;
|
|
109
|
-
vi: string;
|
|
110
|
-
uk: string;
|
|
111
|
-
}>;
|
|
112
|
-
description: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
113
|
-
en: string;
|
|
114
|
-
'en-GB': string;
|
|
115
|
-
fr: string;
|
|
116
|
-
es: string;
|
|
117
|
-
de: string;
|
|
118
|
-
ja: string;
|
|
119
|
-
ko: string;
|
|
120
|
-
zh: string;
|
|
121
|
-
it: string;
|
|
122
|
-
pt: string;
|
|
123
|
-
hi: string;
|
|
124
|
-
ar: string;
|
|
125
|
-
ru: string;
|
|
126
|
-
tr: string;
|
|
127
|
-
pl: string;
|
|
128
|
-
id: string;
|
|
129
|
-
vi: string;
|
|
130
|
-
uk: string;
|
|
131
|
-
}>;
|
|
132
|
-
};
|
|
133
|
-
createDictionaryTitle: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
134
|
-
en: string;
|
|
135
|
-
'en-GB': string;
|
|
136
|
-
fr: string;
|
|
137
|
-
es: string;
|
|
138
|
-
de: string;
|
|
139
|
-
ja: string;
|
|
140
|
-
ko: string;
|
|
141
|
-
zh: string;
|
|
142
|
-
it: string;
|
|
143
|
-
pt: string;
|
|
144
|
-
hi: string;
|
|
145
|
-
ar: string;
|
|
146
|
-
ru: string;
|
|
147
|
-
tr: string;
|
|
148
|
-
pl: string;
|
|
149
|
-
id: string;
|
|
150
|
-
vi: string;
|
|
151
|
-
uk: string;
|
|
152
|
-
}>;
|
|
153
|
-
createDictionaryDescription: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
154
|
-
en: string;
|
|
155
|
-
'en-GB': string;
|
|
156
|
-
fr: string;
|
|
157
|
-
es: string;
|
|
158
|
-
de: string;
|
|
159
|
-
ja: string;
|
|
160
|
-
ko: string;
|
|
161
|
-
zh: string;
|
|
162
|
-
it: string;
|
|
163
|
-
pt: string;
|
|
164
|
-
hi: string;
|
|
165
|
-
ar: string;
|
|
166
|
-
ru: string;
|
|
167
|
-
tr: string;
|
|
168
|
-
pl: string;
|
|
169
|
-
id: string;
|
|
170
|
-
vi: string;
|
|
171
|
-
uk: string;
|
|
172
|
-
}>;
|
|
173
91
|
createDictionaryButton: {
|
|
174
92
|
text: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
175
93
|
en: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;
|
|
1
|
+
{"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;aAoLS,4BAAA,CAAA,kBAAA"}
|
package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts
CHANGED
|
@@ -214,48 +214,6 @@ declare const navigationViewContent: {
|
|
|
214
214
|
uk: string;
|
|
215
215
|
}>;
|
|
216
216
|
};
|
|
217
|
-
addNewCondition: {
|
|
218
|
-
label: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
219
|
-
en: string;
|
|
220
|
-
'en-GB': string;
|
|
221
|
-
fr: string;
|
|
222
|
-
es: string;
|
|
223
|
-
de: string;
|
|
224
|
-
ja: string;
|
|
225
|
-
ko: string;
|
|
226
|
-
zh: string;
|
|
227
|
-
it: string;
|
|
228
|
-
pt: string;
|
|
229
|
-
hi: string;
|
|
230
|
-
ar: string;
|
|
231
|
-
ru: string;
|
|
232
|
-
tr: string;
|
|
233
|
-
pl: string;
|
|
234
|
-
id: string;
|
|
235
|
-
vi: string;
|
|
236
|
-
uk: string;
|
|
237
|
-
}>;
|
|
238
|
-
text: _$_intlayer_core_transpiler0.TranslationContent<unknown, {
|
|
239
|
-
en: string;
|
|
240
|
-
'en-GB': string;
|
|
241
|
-
fr: string;
|
|
242
|
-
es: string;
|
|
243
|
-
de: string;
|
|
244
|
-
ja: string;
|
|
245
|
-
ko: string;
|
|
246
|
-
zh: string;
|
|
247
|
-
it: string;
|
|
248
|
-
pt: string;
|
|
249
|
-
hi: string;
|
|
250
|
-
ar: string;
|
|
251
|
-
ru: string;
|
|
252
|
-
tr: string;
|
|
253
|
-
pl: string;
|
|
254
|
-
id: string;
|
|
255
|
-
vi: string;
|
|
256
|
-
uk: string;
|
|
257
|
-
}>;
|
|
258
|
-
};
|
|
259
217
|
};
|
|
260
218
|
title: string;
|
|
261
219
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigationViewNode.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"],"mappings":";;;cAEa,qBAAA;;;
|
|
1
|
+
{"version":3,"file":"navigationViewNode.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.ts"],"mappings":";;;cAEa,qBAAA;;;oBA0NS,4BAAA,CAAA,kBAAA"}
|
|
@@ -11,6 +11,7 @@ type FormElementProps<T extends ElementType> = {
|
|
|
11
11
|
info?: string;
|
|
12
12
|
showErrorMessage?: boolean;
|
|
13
13
|
focus?: boolean;
|
|
14
|
+
layoutClassName?: string;
|
|
14
15
|
} & Omit<FormItemLayoutProps, 'children'>;
|
|
15
16
|
/**
|
|
16
17
|
* FormElement is a component that allows you to create a form element with a label, description, error message, and validation.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/FormElement.tsx"],"mappings":";;;;;KAYY,gBAAA,WAA2B,WAAA;EACrC,IAAA;EACA,OAAA,EAAS,CAAA;EACT,KAAA,GAAQ,SAAA;EACR,UAAA;EACA,IAAA;EACA,gBAAA;EACA,KAAA;AAAA,IACE,IAAA,CAAK,mBAAA;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FormElement.d.ts","names":[],"sources":["../../../../../src/components/Form/elements/FormElement.tsx"],"mappings":";;;;;KAYY,gBAAA,WAA2B,WAAA;EACrC,IAAA;EACA,OAAA,EAAS,CAAA;EACT,KAAA,GAAQ,SAAA;EACR,UAAA;EACA,IAAA;EACA,gBAAA;EACA,KAAA;EACA,eAAA;AAAA,IACE,IAAA,CAAK,mBAAA;;;;;;;;cA+EI,WAAA,aAAyB,WAAA,EACpC,KAAA,EAAO,gBAAA,CAAiB,CAAA,IAAK,cAAA,CAAe,CAAA,MAAE,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormItemLayout.d.ts","names":[],"sources":["../../../../../src/components/Form/layout/FormItemLayout.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"FormItemLayout.d.ts","names":[],"sources":["../../../../../src/components/Form/layout/FormItemLayout.tsx"],"mappings":";;;;KAKY,mBAAA,GAAsB,IAAA,CAAK,oBAAA;EACrC,KAAA,GAAQ,SAAA;EACR,WAAA,GAAc,SAAA;EACd,QAAA,EAAU,SAAA;EACV,gBAAA;EACA,SAAA;AAAA;AAAA,cAGW,cAAA,EAAgB,EAAA,CAAG,mBAAA"}
|
|
@@ -6,7 +6,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
declare const checkboxVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
8
|
size?: "xs" | "sm" | "md" | "lg";
|
|
9
|
-
color?: "error" | "success" | "
|
|
9
|
+
color?: "text" | "error" | "success" | "custom" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
|
|
10
10
|
validationStyleEnabled?: "enabled" | "disabled";
|
|
11
11
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
12
12
|
declare enum CheckboxSize {
|
|
@@ -53,9 +53,9 @@ declare enum LinkUnderlined {
|
|
|
53
53
|
FALSE = "false"
|
|
54
54
|
}
|
|
55
55
|
declare const linkVariants: (props?: {
|
|
56
|
-
variant?: "default" | "
|
|
57
|
-
roundedSize?: "
|
|
58
|
-
color?: "text" | "
|
|
56
|
+
variant?: "default" | "hoverable" | "invisible-link" | "button" | "button-outlined";
|
|
57
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
58
|
+
color?: "text" | "error" | "custom" | "primary" | "secondary" | "destructive" | "success" | "neutral" | "light" | "dark" | "text-inverse";
|
|
59
59
|
size?: "sm" | "md" | "lg" | "xl" | "custom";
|
|
60
60
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
61
61
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
@@ -69,7 +69,7 @@ type LinkProps = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTML
|
|
|
69
69
|
declare const checkIsExternalLink: ({
|
|
70
70
|
href,
|
|
71
71
|
isExternalLink: isExternalLinkProp
|
|
72
|
-
}: LinkProps) => boolean;
|
|
72
|
+
}: Pick<LinkProps, "href" | "isExternalLink">) => boolean;
|
|
73
73
|
declare const isTextChildren: (children: ReactNode) => boolean;
|
|
74
74
|
declare const Link: FC<LinkProps>;
|
|
75
75
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"mappings":";;;;;;;;;aAgBY,WAAA;EACV,OAAA;EACA,cAAA;EACA,MAAA;EACA,eAAA;EACA,SAAA;AAAA;;;;aAMU,SAAA;EACV,OAAA;EACA,SAAA;EACA,WAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;EACA,YAAA;EACA,KAAA;EACA,OAAA;EACA,MAAA;AAAA;AAAA,aAGU,eAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,MAAA;EACA,QAAA;EACA,IAAA;AAAA;AAAA,aAGU,QAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,MAAA;AAAA;AAAA,aAGU,cAAA;EACV,OAAA;EACA,IAAA;EACA,KAAA;AAAA;AAAA,cAGW,YAAA,GAAY,KAAA;;;;;yBAoKxB,cAAA,CAAA,OAAA;AAAA,IAAA,iCAAA,CAAA,SAAA;AAAA,KAEW,SAAA,GAAY,iBAAA,CACtB,oBAAA,CAAqB,iBAAA,GACrB,iBAAA,IAEA,YAAA,QAAoB,YAAA;EAClB,KAAA;EACA,cAAA;EACA,aAAA;EACA,QAAA;EACA,MAAA,GAAS,aAAA;AAAA;AAAA,cAGA,mBAAA;EAAuB,IAAA;EAAA,cAAA,EAAA;AAAA,GAGjC,SAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"Link.d.ts","names":[],"sources":["../../../../src/components/Link/Link.tsx"],"mappings":";;;;;;;;;aAgBY,WAAA;EACV,OAAA;EACA,cAAA;EACA,MAAA;EACA,eAAA;EACA,SAAA;AAAA;;;;aAMU,SAAA;EACV,OAAA;EACA,SAAA;EACA,WAAA;EACA,OAAA;EACA,KAAA;EACA,IAAA;EACA,IAAA;EACA,YAAA;EACA,KAAA;EACA,OAAA;EACA,MAAA;AAAA;AAAA,aAGU,eAAA;EACV,IAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,MAAA;EACA,QAAA;EACA,IAAA;AAAA;AAAA,aAGU,QAAA;EACV,EAAA;EACA,EAAA;EACA,EAAA;EACA,EAAA;EACA,MAAA;AAAA;AAAA,aAGU,cAAA;EACV,OAAA;EACA,IAAA;EACA,KAAA;AAAA;AAAA,cAGW,YAAA,GAAY,KAAA;;;;;yBAoKxB,cAAA,CAAA,OAAA;AAAA,IAAA,iCAAA,CAAA,SAAA;AAAA,KAEW,SAAA,GAAY,iBAAA,CACtB,oBAAA,CAAqB,iBAAA,GACrB,iBAAA,IAEA,YAAA,QAAoB,YAAA;EAClB,KAAA;EACA,cAAA;EACA,aAAA;EACA,QAAA;EACA,MAAA,GAAS,aAAA;AAAA;AAAA,cAGA,mBAAA;EAAuB,IAAA;EAAA,cAAA,EAAA;AAAA,GAGjC,IAAA,CAAK,SAAA;AAAA,cAWK,cAAA,GAAkB,QAAA,EAAU,SAAA;AAAA,cAe5B,IAAA,EAAM,EAAA,CAAG,SAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Tab, TabItemProps } from "../Tab/Tab.js";
|
|
2
|
-
import {
|
|
2
|
+
import { SmartTable } from "../Table/SmartTable.js";
|
|
3
3
|
import { ComponentProps, ComponentPropsWithoutRef, FC } from "react";
|
|
4
4
|
import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
5
5
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -33,7 +33,7 @@ declare const baseMarkdownComponents: {
|
|
|
33
33
|
...props
|
|
34
34
|
}: ComponentProps<"img">) => _$react_jsx_runtime0.JSX.Element;
|
|
35
35
|
pre: (props: ComponentProps<"pre">) => _$react_jsx_runtime0.JSX.Element;
|
|
36
|
-
table: (props: ComponentProps<typeof
|
|
36
|
+
table: (props: ComponentProps<typeof SmartTable>) => _$react_jsx_runtime0.JSX.Element;
|
|
37
37
|
th: ({
|
|
38
38
|
className,
|
|
39
39
|
...props
|
|
@@ -105,7 +105,7 @@ declare const getIntlayerMarkdownOptions: (_isDarkMode?: boolean) => {
|
|
|
105
105
|
...props
|
|
106
106
|
}: ComponentProps<"img">) => _$react_jsx_runtime0.JSX.Element;
|
|
107
107
|
pre: (props: ComponentProps<"pre">) => _$react_jsx_runtime0.JSX.Element;
|
|
108
|
-
table: (props: ComponentProps<typeof
|
|
108
|
+
table: (props: ComponentProps<typeof SmartTable>) => _$react_jsx_runtime0.JSX.Element;
|
|
109
109
|
th: ({
|
|
110
110
|
className,
|
|
111
111
|
...props
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"mappings":";;;;;;;;cAqOa,sBAAA;cAnNc,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;cAGpB,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;cAGpB,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;cAGpB,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;cAGpB,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;cAGpB,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;kBAGhB,cAAA,eAAwB,oBAAA,CAAA,GAAA,CAAA,OAAA;;;;KAkDpD,cAAA,mBAA4B,oBAAA,CAAA,GAAA,CAAA,OAAA;;;;KAUc,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;;;;KAUpB,cAAA,WAAoB,oBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;KAe9D,cAAA,YAAqB,oBAAA,CAAA,GAAA,CAAA,OAAA;eA6BI,cAAA,YAAqB,oBAAA,CAAA,GAAA,CAAA,OAAA;iBACnB,cAAA,QAAsB,
|
|
1
|
+
{"version":3,"file":"MarkDownRender.d.ts","names":[],"sources":["../../../../src/components/MarkDownRender/MarkDownRender.tsx"],"mappings":"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"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { TabSelectorItemProps } from "../TabSelector/TabSelector.js";
|
|
2
|
+
import { Burger } from "./Burger.js";
|
|
3
|
+
import { DesktopNavbar } from "./DesktopNavbar.js";
|
|
4
|
+
import { MobileNavbar } from "./MobileNavbar.js";
|
|
2
5
|
import { ReactElement, ReactNode } from "react";
|
|
3
6
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
7
|
|
|
@@ -88,5 +91,5 @@ declare const Navbar: <T extends TabSelectorItemProps>({
|
|
|
88
91
|
mobileRollable
|
|
89
92
|
}: NavbarProps<T>) => _$react_jsx_runtime0.JSX.Element;
|
|
90
93
|
//#endregion
|
|
91
|
-
export { Navbar };
|
|
94
|
+
export { Burger, DesktopNavbar, MobileNavbar, Navbar };
|
|
92
95
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Navbar/index.tsx"],"mappings":";;;;;;;;;;;;KAaK,WAAA,WAAsB,oBAAA;uDAEzB,IAAA,EAAM,SAAA,EAFH;EAIH,cAAA,EAAgB,CAAA,SAJF;EAMd,eAAA,GAAkB,YAAA,CAAa,CAAA,KAJzB;EAMN,iBAAA,GAAoB,SAAA,EAFW;EAI/B,iBAAA,GAAoB,YAAA,CAAa,CAAA,KAFb;EAIpB,oBAAA,GAAuB,SAAA,EAFH;EAIpB,oBAAA,GAAuB,YAAA,CAAa,CAAA,KAAA;EAEpC,iBAAA,GAAoB,SAAA,EAAA;EAEpB,gBAAA,GAAmB,SAAA,EAAS;EAE5B,cAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;AA+DF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA,aAAoB,oBAAA;EAAsB,IAAA;EAAA,iBAAA;EAAA,eAAA;EAAA,iBAAA;EAAA,oBAAA;EAAA,oBAAA;EAAA,iBAAA;EAAA,gBAAA;EAAA,cAAA;EAAA;AAAA,GAWpD,WAAA,CAAY,CAAA,MAAE,oBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -5,7 +5,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/Pagination/Pagination.d.ts
|
|
6
6
|
declare const paginationVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg";
|
|
8
|
-
color?: "text" | "primary" | "secondary" | "
|
|
8
|
+
color?: "text" | "primary" | "secondary" | "destructive" | "neutral";
|
|
9
9
|
variant?: "default" | "bordered" | "ghost";
|
|
10
10
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
11
11
|
declare enum PaginationSize {
|
|
@@ -15,7 +15,7 @@ declare enum TabSelectorColor {
|
|
|
15
15
|
TEXT = "text"
|
|
16
16
|
}
|
|
17
17
|
declare const tabSelectorVariant: (props?: {
|
|
18
|
-
color?: "text" | "primary" | "secondary" | "
|
|
18
|
+
color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
|
|
19
19
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
20
20
|
type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
|
|
21
21
|
key: string | number;
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { TableProps } from "./Table.js";
|
|
2
|
+
import { FC } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/components/Table/SmartTable.d.ts
|
|
5
|
+
/**
|
|
6
|
+
* Properties for the SmartTable component
|
|
7
|
+
*
|
|
8
|
+
* @interface SmartTableProps
|
|
9
|
+
* @extends {TableProps}
|
|
10
|
+
*
|
|
11
|
+
* @property {boolean} [isRollable] - Whether the table content can be collapsed/expanded using the ExpandCollapse wrapper
|
|
12
|
+
* @property {boolean} [displayModal] - Whether the table should be able to expand into a modal
|
|
13
|
+
*/
|
|
14
|
+
type SmartTableProps = TableProps & {
|
|
15
|
+
isRollable?: boolean;
|
|
16
|
+
displayModal?: boolean;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Table component that provides an enhanced table experience with modal expansion and collapsible content
|
|
20
|
+
*
|
|
21
|
+
* The Table component wraps a standard HTML table element with additional functionality:
|
|
22
|
+
* - **Modal Expansion**: Click the diagonal arrow button to view the table in a full-screen modal
|
|
23
|
+
* - **Collapsible Content**: Optionally wrap content in an ExpandCollapse component for space-saving
|
|
24
|
+
* - **Responsive Design**: Handles large tables gracefully with modal overflow
|
|
25
|
+
* - **Sticky Controls**: Table controls remain accessible even when scrolling
|
|
26
|
+
*
|
|
27
|
+
* ## Features
|
|
28
|
+
* - **Modal View**: Full-screen modal for better viewing of large tables
|
|
29
|
+
* - **Expand/Collapse**: Optional collapsible wrapper to save space
|
|
30
|
+
* - **Responsive**: Handles overflow and responsive behavior automatically
|
|
31
|
+
* - **Accessibility**: Maintains proper table semantics and keyboard navigation
|
|
32
|
+
* - **Customizable**: Supports all standard HTML table attributes and styling
|
|
33
|
+
*
|
|
34
|
+
* ## Best Practices
|
|
35
|
+
* - Use semantic HTML table structure (thead, tbody, tfoot)
|
|
36
|
+
* - Provide proper column headers with scope attributes
|
|
37
|
+
* - Use the isRollable prop for large tables that might need space management
|
|
38
|
+
* - Apply consistent styling through the className prop
|
|
39
|
+
* - Consider pagination for very large datasets
|
|
40
|
+
*
|
|
41
|
+
* @param {SmartTableProps} props - The properties for the Table component
|
|
42
|
+
* @returns {JSX.Element} The rendered table with enhanced functionality
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* ```tsx
|
|
46
|
+
* // Simple data table
|
|
47
|
+
* <SmartTable>
|
|
48
|
+
* <thead>
|
|
49
|
+
* <tr>
|
|
50
|
+
* <th scope="col">Name</th>
|
|
51
|
+
* <th scope="col">Email</th>
|
|
52
|
+
* <th scope="col">Status</th>
|
|
53
|
+
* </tr>
|
|
54
|
+
* </thead>
|
|
55
|
+
* <tbody>
|
|
56
|
+
* <tr>
|
|
57
|
+
* <td>John Doe</td>
|
|
58
|
+
* <td>john@example.com</td>
|
|
59
|
+
* <td>
|
|
60
|
+
* <span className="px-2 py-1 bg-green-100 text-green-800 rounded-full text-xs">
|
|
61
|
+
* Active
|
|
62
|
+
* </span>
|
|
63
|
+
* </td>
|
|
64
|
+
* </tr>
|
|
65
|
+
* <tr>
|
|
66
|
+
* <td>Jane Smith</td>
|
|
67
|
+
* <td>jane@example.com</td>
|
|
68
|
+
* <td>
|
|
69
|
+
* <span className="px-2 py-1 bg-yellow-100 text-yellow-800 rounded-full text-xs">
|
|
70
|
+
* Pending
|
|
71
|
+
* </span>
|
|
72
|
+
* </td>
|
|
73
|
+
* </tr>
|
|
74
|
+
* </tbody>
|
|
75
|
+
* </SmartTable>
|
|
76
|
+
*
|
|
77
|
+
* // Large collapsible table with custom styling
|
|
78
|
+
* <SmartTable
|
|
79
|
+
* isRollable
|
|
80
|
+
* className="border border-gray-200 rounded-lg overflow-hidden"
|
|
81
|
+
* >
|
|
82
|
+
* <thead className="bg-gray-50">
|
|
83
|
+
* <tr>
|
|
84
|
+
* <th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase">
|
|
85
|
+
* Product ID
|
|
86
|
+
* </th>
|
|
87
|
+
* <th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase">
|
|
88
|
+
* Name
|
|
89
|
+
* </th>
|
|
90
|
+
* <th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase">
|
|
91
|
+
* Category
|
|
92
|
+
* </th>
|
|
93
|
+
* <th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase">
|
|
94
|
+
* Price
|
|
95
|
+
* </th>
|
|
96
|
+
* <th scope="col" className="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase">
|
|
97
|
+
* Stock
|
|
98
|
+
* </th>
|
|
99
|
+
* </tr>
|
|
100
|
+
* </thead>
|
|
101
|
+
* <tbody className="bg-white divide-y divide-gray-200">
|
|
102
|
+
* {products.map((product) => (
|
|
103
|
+
* <tr key={product.id} className="hover:bg-gray-50">
|
|
104
|
+
* <td className="px-6 py-4 whitespace-nowrap text-sm text-gray-900">
|
|
105
|
+
* #{product.id}
|
|
106
|
+
* </td>
|
|
107
|
+
* <td className="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">
|
|
108
|
+
* {product.name}
|
|
109
|
+
* </td>
|
|
110
|
+
* <td className="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
|
|
111
|
+
* {product.category}
|
|
112
|
+
* </td>
|
|
113
|
+
* <td className="px-6 py-4 whitespace-nowrap text-sm text-gray-900">
|
|
114
|
+
* ${product.price.toFixed(2)}
|
|
115
|
+
* </td>
|
|
116
|
+
* <td className="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
|
|
117
|
+
* {product.stock} units
|
|
118
|
+
* </td>
|
|
119
|
+
* </tr>
|
|
120
|
+
* ))}
|
|
121
|
+
* </tbody>
|
|
122
|
+
* </SmartTable>
|
|
123
|
+
*
|
|
124
|
+
* // Financial data table with formatted numbers
|
|
125
|
+
* <SmartTable className="w-full border-collapse">
|
|
126
|
+
* <thead>
|
|
127
|
+
* <tr className="border-b-2 border-gray-300">
|
|
128
|
+
* <th scope="col" className="text-left py-3 px-4">Quarter</th>
|
|
129
|
+
* <th scope="col" className="text-right py-3 px-4">Revenue</th>
|
|
130
|
+
* <th scope="col" className="text-right py-3 px-4">Profit</th>
|
|
131
|
+
* <th scope="col" className="text-right py-3 px-4">Growth</th>
|
|
132
|
+
* </tr>
|
|
133
|
+
* </thead>
|
|
134
|
+
* <tbody>
|
|
135
|
+
* <tr className="border-b border-gray-200">
|
|
136
|
+
* <td className="py-3 px-4 font-medium">Q1 2024</td>
|
|
137
|
+
* <td className="py-3 px-4 text-right">$2,450,000</td>
|
|
138
|
+
* <td className="py-3 px-4 text-right text-green-600">$345,000</td>
|
|
139
|
+
* <td className="py-3 px-4 text-right text-green-600">+12.5%</td>
|
|
140
|
+
* </tr>
|
|
141
|
+
* <tr className="border-b border-gray-200">
|
|
142
|
+
* <td className="py-3 px-4 font-medium">Q2 2024</td>
|
|
143
|
+
* <td className="py-3 px-4 text-right">$2,780,000</td>
|
|
144
|
+
* <td className="py-3 px-4 text-right text-green-600">$398,000</td>
|
|
145
|
+
* <td className="py-3 px-4 text-right text-green-600">+13.5%</td>
|
|
146
|
+
* </tr>
|
|
147
|
+
* </tbody>
|
|
148
|
+
* </SmartTable>
|
|
149
|
+
* ```
|
|
150
|
+
*
|
|
151
|
+
* @see {@link ExpandCollapse} - Component used for collapsible table content
|
|
152
|
+
* @see {@link Modal} - Component used for full-screen table view
|
|
153
|
+
* @see {@link Button} - Component used for the modal trigger button
|
|
154
|
+
*/
|
|
155
|
+
declare const SmartTable: FC<SmartTableProps>;
|
|
156
|
+
//#endregion
|
|
157
|
+
export { SmartTable };
|
|
158
|
+
//# sourceMappingURL=SmartTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SmartTable.d.ts","names":[],"sources":["../../../../src/components/Table/SmartTable.tsx"],"mappings":";;;;;;AAY0C;;;;;;;KAarC,eAAA,GAAkB,UAAA;EACrB,UAAA;EACA,YAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4IW,UAAA,EAAY,EAAA,CAAG,eAAA"}
|