@youngonesworks/ui 0.1.42 → 0.1.43
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/accordion/AccordionWrapper.test.d.ts +1 -0
- package/dist/components/appleAppButtonIcon/appleAppButtonIcon.test.d.ts +1 -0
- package/dist/components/autoCompleteInput/autoCompleteInput.test.d.ts +1 -0
- package/dist/components/avatar/avatar.test.d.ts +1 -0
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/avatarIndicator/avatarIndicator.test.d.ts +1 -0
- package/dist/components/badge/badge.test.d.ts +1 -0
- package/dist/components/badge/index.d.ts +1 -1
- package/dist/components/bigBadge/bigBadge.test.d.ts +1 -0
- package/dist/components/breadCrumb/breadCrumb.test.d.ts +1 -0
- package/dist/components/checkbox/checkbox.test.d.ts +1 -0
- package/dist/components/divider/divider.test.d.ts +1 -0
- package/dist/components/filters/filters.test.d.ts +1 -0
- package/dist/components/googleAppButtonIcon/googleAppButtonIcon.test.d.ts +1 -0
- package/dist/components/hamburgerMenuButton/hamburgerMenuButton.test.d.ts +1 -0
- package/dist/components/hr/hr.test.d.ts +1 -0
- package/dist/components/island/island.test.d.ts +1 -0
- package/dist/components/label/label.test.d.ts +1 -0
- package/dist/components/loader/loader.test.d.ts +1 -0
- package/dist/components/logo/logo.test.d.ts +1 -0
- package/dist/components/modal/modal.test.d.ts +1 -0
- package/dist/components/numberField/numberField.test.d.ts +1 -0
- package/dist/components/pageUnavailable/pageUnavailable.test.d.ts +1 -0
- package/dist/components/passwordInput/passwordInput.test.d.ts +1 -0
- package/dist/components/popover/popover.test.d.ts +1 -0
- package/dist/components/progressBar/progressBar.test.d.ts +1 -0
- package/dist/components/radioButton/radioButton.test.d.ts +1 -0
- package/dist/components/rating/rating.test.d.ts +1 -0
- package/dist/components/regionSelector/regionSelector.test.d.ts +1 -0
- package/dist/components/reviews/reviews.test.d.ts +1 -0
- package/dist/components/scrollToTop/scrollToTop.test.d.ts +1 -0
- package/dist/components/searchInput/searchInput.test.d.ts +1 -0
- package/dist/components/select/select.test.d.ts +1 -0
- package/dist/components/settingsCard/settingsCard.test.d.ts +1 -0
- package/dist/components/skeleton/index.d.ts +2 -1
- package/dist/components/skeleton/skeleton.test.d.ts +1 -0
- package/dist/components/skillPill/skillPill.test.d.ts +1 -0
- package/dist/components/stickyMobileButton/stickyMobileButton.test.d.ts +1 -0
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/table.test.d.ts +1 -0
- package/dist/components/table/tableCell/tableCell.test.d.ts +1 -0
- package/dist/components/table/tableHeader/tableHeader.test.d.ts +1 -0
- package/dist/components/table/tableHeaderItem/index.d.ts +1 -1
- package/dist/components/table/tableHeaderItem/tableHeaderItem.test.d.ts +1 -0
- package/dist/components/table/tableHeaderRow/tableHeaderRow.test.d.ts +1 -0
- package/dist/components/table/tableRow/index.d.ts +1 -1
- package/dist/components/table/tableRow/tableRow.test.d.ts +1 -0
- package/dist/components/tabs/TabsWrapper.test.d.ts +1 -0
- package/dist/components/tabs/tabs.test.d.ts +1 -0
- package/dist/components/textArea/textArea.test.d.ts +1 -0
- package/dist/components/textInput/textInput.test.d.ts +1 -0
- package/dist/components/themeIcon/themeIcon.test.d.ts +1 -0
- package/dist/components/toggle/toggle.test.d.ts +1 -0
- package/dist/components/tooltip/tooltip.test.d.ts +1 -0
- package/dist/components/truncatedText/truncatedText.test.d.ts +1 -0
- package/dist/components/unorderedList/unorderedList.test.d.ts +1 -0
- package/dist/components/unorderedListItem/unorderedListItem.test.d.ts +1 -0
- package/dist/components/unstyledButton/unstyledButton.test.d.ts +1 -0
- package/dist/components/wysiwygEditor/wysiwygEditor.test.d.ts +1 -0
- package/dist/index.cjs +244 -131
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +244 -131
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -16,7 +16,7 @@ declare const radiusFormatter: {
|
|
|
16
16
|
100: string;
|
|
17
17
|
};
|
|
18
18
|
export declare const Avatar: {
|
|
19
|
-
({ src, alt, size, radius }: IAvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
({ src, alt, size, radius, "data-testid": dataTestId }: IAvatarProps): import("react/jsx-runtime").JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -21,7 +21,7 @@ interface IBadgeProps {
|
|
|
21
21
|
badgeBorder?: boolean;
|
|
22
22
|
}
|
|
23
23
|
export declare const Badge: {
|
|
24
|
-
({ styleVariant, className, favorite, mobile, badgeBorder, ...props }: IBadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
({ styleVariant, className, favorite, mobile, badgeBorder, fullWidth, ...props }: IBadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
27
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
interface ISkeleton {
|
|
2
2
|
className: string;
|
|
3
|
+
'data-testid'?: string;
|
|
3
4
|
}
|
|
4
|
-
export declare const Skeleton: ({ className }: ISkeleton) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Skeleton: ({ className, "data-testid": dataTestId }: ISkeleton) => import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -2,5 +2,5 @@ import { type HTMLAttributes } from 'react';
|
|
|
2
2
|
interface ITable extends HTMLAttributes<HTMLDivElement> {
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
}
|
|
5
|
-
export declare const Table: ({ children, className }: ITable) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Table: ({ children, className, ...props }: ITable) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -3,5 +3,5 @@ interface ITableHeaderItem extends HTMLAttributes<HTMLDivElement> {
|
|
|
3
3
|
children?: React.ReactNode;
|
|
4
4
|
smallPadding?: boolean;
|
|
5
5
|
}
|
|
6
|
-
export declare const TableHeaderItem: ({ children, smallPadding, className }: ITableHeaderItem) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const TableHeaderItem: ({ children, smallPadding, className, ...props }: ITableHeaderItem) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -4,5 +4,5 @@ interface ITableRow extends Omit<HTMLAttributes<HTMLDivElement>, 'className'> {
|
|
|
4
4
|
className?: string;
|
|
5
5
|
header?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare function TableRow({ children, className, ...props }: ITableRow): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function TableRow({ children, className, header, ...props }: ITableRow): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@testing-library/jest-dom';
|