@inntechcorp/it-design 2.0.10 → 2.0.11
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/card/index.d.ts +1 -1
- package/dist/card/styles.d.ts +1 -0
- package/dist/html/header/H1.d.ts +5 -0
- package/dist/html/header/H2.d.ts +5 -0
- package/dist/html/header/H3.d.ts +5 -0
- package/dist/html/header/index.d.ts +3 -0
- package/dist/html/header/styled.d.ts +5 -0
- package/dist/index.cjs.js +112 -112
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +15 -2
- package/dist/index.esm.js +55 -55
- package/dist/stories/Card.d.ts +2 -0
- package/dist/stories/Card.stories.d.ts +18 -0
- package/dist/stories/Tabs.d.ts +2 -0
- package/dist/stories/Tabs.stories.d.ts +18 -0
- package/dist/types/CardProps.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -242,6 +242,18 @@ declare const useCoreFetch: () => {
|
|
|
242
242
|
cancel: () => void;
|
|
243
243
|
};
|
|
244
244
|
|
|
245
|
+
declare const H1: ({ children }: {
|
|
246
|
+
children: ChildrenProps$1;
|
|
247
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
248
|
+
|
|
249
|
+
declare const H2: ({ children }: {
|
|
250
|
+
children: ChildrenProps$1;
|
|
251
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
252
|
+
|
|
253
|
+
declare const H3: ({ children }: {
|
|
254
|
+
children: ChildrenProps$1;
|
|
255
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
256
|
+
|
|
245
257
|
declare const Lock: ({ className, height, width }: {
|
|
246
258
|
className: any;
|
|
247
259
|
height: any;
|
|
@@ -608,7 +620,7 @@ declare function TinyScrollbar({ className, children }: TinyScrollbarProps): rea
|
|
|
608
620
|
|
|
609
621
|
declare const Tabs: ({ tabs, activeTabKey, variant, height, onTabChange }: TabsProps) => react_jsx_runtime.JSX.Element;
|
|
610
622
|
|
|
611
|
-
declare const Card: ({ title, titleSeparator, extra, tabs, onTabChange, minHeight, children, activeTabKey, updating, contentPadding, }: CardProps) => react_jsx_runtime.JSX.Element;
|
|
623
|
+
declare const Card: ({ title, titleSeparator, extra, tabs, onTabChange, minWidth, minHeight, children, activeTabKey, updating, contentPadding, }: CardProps) => react_jsx_runtime.JSX.Element;
|
|
612
624
|
|
|
613
625
|
type ChildrenProps = string | JSX.Element | JSX.Element[] | null;
|
|
614
626
|
|
|
@@ -1119,6 +1131,7 @@ type CardProps = {
|
|
|
1119
1131
|
activeTabKey?: string;
|
|
1120
1132
|
onTabChange?: (key: string) => void;
|
|
1121
1133
|
updating?: boolean;
|
|
1134
|
+
minWidth?: number;
|
|
1122
1135
|
minHeight?: number;
|
|
1123
1136
|
contentPadding?: string;
|
|
1124
1137
|
children: ChildrenProps;
|
|
@@ -1152,4 +1165,4 @@ declare enum FileExtensions {
|
|
|
1152
1165
|
OTF = ".otf"
|
|
1153
1166
|
}
|
|
1154
1167
|
|
|
1155
|
-
export { ALink, Accordion, type AccordionItemProps, type AccordionProps, type AccordionSubMenuProps, AddDefaultThemeStyle, AddZero, Alert, type AlertProps, type AlertSize, type AlertType, Arrow as ArrowIcon, BackToTop, BackTop, Button, type ButtonContentPosition, type ButtonProps, type ButtonSize, type ButtonState, type ButtonType, type ButtonVariant, Calendar, Card, type CardProps, CheckFileURL, Checkbox, type CheckboxEvent, type CheckboxGroupProps, type CheckboxProps, Checkmark, ChunkArray, Collapse, ConsoleLog, ConvertCurrency, DatePicker, DetermineNewHeight, DetermineNewWidth, type FieldUpdateProps, FileChecker, FileExtensions, FileTypes, FindSelector, Form, type FormContextType, type FormItemProps, type FormProps, type FormRuleProps, type FormSubComponentProps, type FormValueProps, FormatBytes, GetByCurrency, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetTypeByFileType, type GroupCheckboxOptionType, ITDContext, type ITDContextType, type ITDImperativeFuncProps, ITDProvider, type ITDProviderProps, _default as Image, InlineSelect, InlineSelectArrow, Input, type InputProps, IsValidJSON, Lock as LockIcon, type ModalContentProps, ModalManager, type ModalProps, type ModalRefProps, ModalState, Notification, type NotificationContextType, type NotificationsProps, Picture, Radio, RemoveUnits, Result, Select, type SelectOptionProps, type SelectProps, type SingleQueryProps, Spin, Status, Switch, type SwitchProps, Tabs, type TabsItemProps, type TabsProps, TinyScrollbar, Tooltip, Trash, UniUpperCase, UpdateThemeStyle, Upload, Upload$1 as UploadIcon, type UploadProgressProps, type UploadProps, type UploadResultMessageProps, Wait, ZoomIn, ZoomOut, useAddExternalCSS, useComponentSize, useConnectionStatus, useConstructor, useCoreFetch, useCreateDynamicStyle, useCreateStyledStyle, useMultiQuery, useOnClickOutside, useOnESCKeyDown, useOnResize, useReCaptcha, useSingleQuery };
|
|
1168
|
+
export { ALink, Accordion, type AccordionItemProps, type AccordionProps, type AccordionSubMenuProps, AddDefaultThemeStyle, AddZero, Alert, type AlertProps, type AlertSize, type AlertType, Arrow as ArrowIcon, BackToTop, BackTop, Button, type ButtonContentPosition, type ButtonProps, type ButtonSize, type ButtonState, type ButtonType, type ButtonVariant, Calendar, Card, type CardProps, CheckFileURL, Checkbox, type CheckboxEvent, type CheckboxGroupProps, type CheckboxProps, Checkmark, ChunkArray, Collapse, ConsoleLog, ConvertCurrency, DatePicker, DetermineNewHeight, DetermineNewWidth, type FieldUpdateProps, FileChecker, FileExtensions, FileTypes, FindSelector, Form, type FormContextType, type FormItemProps, type FormProps, type FormRuleProps, type FormSubComponentProps, type FormValueProps, FormatBytes, GetByCurrency, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetTypeByFileType, type GroupCheckboxOptionType, H1, H2, H3, ITDContext, type ITDContextType, type ITDImperativeFuncProps, ITDProvider, type ITDProviderProps, _default as Image, InlineSelect, InlineSelectArrow, Input, type InputProps, IsValidJSON, Lock as LockIcon, type ModalContentProps, ModalManager, type ModalProps, type ModalRefProps, ModalState, Notification, type NotificationContextType, type NotificationsProps, Picture, Radio, RemoveUnits, Result, Select, type SelectOptionProps, type SelectProps, type SingleQueryProps, Spin, Status, Switch, type SwitchProps, Tabs, type TabsItemProps, type TabsProps, TinyScrollbar, Tooltip, Trash, UniUpperCase, UpdateThemeStyle, Upload, Upload$1 as UploadIcon, type UploadProgressProps, type UploadProps, type UploadResultMessageProps, Wait, ZoomIn, ZoomOut, useAddExternalCSS, useComponentSize, useConnectionStatus, useConstructor, useCoreFetch, useCreateDynamicStyle, useCreateStyledStyle, useMultiQuery, useOnClickOutside, useOnESCKeyDown, useOnResize, useReCaptcha, useSingleQuery };
|