@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.
Files changed (64) hide show
  1. package/dist/components/accordion/AccordionWrapper.test.d.ts +1 -0
  2. package/dist/components/appleAppButtonIcon/appleAppButtonIcon.test.d.ts +1 -0
  3. package/dist/components/autoCompleteInput/autoCompleteInput.test.d.ts +1 -0
  4. package/dist/components/avatar/avatar.test.d.ts +1 -0
  5. package/dist/components/avatar/index.d.ts +1 -1
  6. package/dist/components/avatarIndicator/avatarIndicator.test.d.ts +1 -0
  7. package/dist/components/badge/badge.test.d.ts +1 -0
  8. package/dist/components/badge/index.d.ts +1 -1
  9. package/dist/components/bigBadge/bigBadge.test.d.ts +1 -0
  10. package/dist/components/breadCrumb/breadCrumb.test.d.ts +1 -0
  11. package/dist/components/checkbox/checkbox.test.d.ts +1 -0
  12. package/dist/components/divider/divider.test.d.ts +1 -0
  13. package/dist/components/filters/filters.test.d.ts +1 -0
  14. package/dist/components/googleAppButtonIcon/googleAppButtonIcon.test.d.ts +1 -0
  15. package/dist/components/hamburgerMenuButton/hamburgerMenuButton.test.d.ts +1 -0
  16. package/dist/components/hr/hr.test.d.ts +1 -0
  17. package/dist/components/island/island.test.d.ts +1 -0
  18. package/dist/components/label/label.test.d.ts +1 -0
  19. package/dist/components/loader/loader.test.d.ts +1 -0
  20. package/dist/components/logo/logo.test.d.ts +1 -0
  21. package/dist/components/modal/modal.test.d.ts +1 -0
  22. package/dist/components/numberField/numberField.test.d.ts +1 -0
  23. package/dist/components/pageUnavailable/pageUnavailable.test.d.ts +1 -0
  24. package/dist/components/passwordInput/passwordInput.test.d.ts +1 -0
  25. package/dist/components/popover/popover.test.d.ts +1 -0
  26. package/dist/components/progressBar/progressBar.test.d.ts +1 -0
  27. package/dist/components/radioButton/radioButton.test.d.ts +1 -0
  28. package/dist/components/rating/rating.test.d.ts +1 -0
  29. package/dist/components/regionSelector/regionSelector.test.d.ts +1 -0
  30. package/dist/components/reviews/reviews.test.d.ts +1 -0
  31. package/dist/components/scrollToTop/scrollToTop.test.d.ts +1 -0
  32. package/dist/components/searchInput/searchInput.test.d.ts +1 -0
  33. package/dist/components/select/select.test.d.ts +1 -0
  34. package/dist/components/settingsCard/settingsCard.test.d.ts +1 -0
  35. package/dist/components/skeleton/index.d.ts +2 -1
  36. package/dist/components/skeleton/skeleton.test.d.ts +1 -0
  37. package/dist/components/skillPill/skillPill.test.d.ts +1 -0
  38. package/dist/components/stickyMobileButton/stickyMobileButton.test.d.ts +1 -0
  39. package/dist/components/table/index.d.ts +1 -1
  40. package/dist/components/table/table.test.d.ts +1 -0
  41. package/dist/components/table/tableCell/tableCell.test.d.ts +1 -0
  42. package/dist/components/table/tableHeader/tableHeader.test.d.ts +1 -0
  43. package/dist/components/table/tableHeaderItem/index.d.ts +1 -1
  44. package/dist/components/table/tableHeaderItem/tableHeaderItem.test.d.ts +1 -0
  45. package/dist/components/table/tableHeaderRow/tableHeaderRow.test.d.ts +1 -0
  46. package/dist/components/table/tableRow/index.d.ts +1 -1
  47. package/dist/components/table/tableRow/tableRow.test.d.ts +1 -0
  48. package/dist/components/tabs/TabsWrapper.test.d.ts +1 -0
  49. package/dist/components/tabs/tabs.test.d.ts +1 -0
  50. package/dist/components/textArea/textArea.test.d.ts +1 -0
  51. package/dist/components/textInput/textInput.test.d.ts +1 -0
  52. package/dist/components/themeIcon/themeIcon.test.d.ts +1 -0
  53. package/dist/components/toggle/toggle.test.d.ts +1 -0
  54. package/dist/components/tooltip/tooltip.test.d.ts +1 -0
  55. package/dist/components/truncatedText/truncatedText.test.d.ts +1 -0
  56. package/dist/components/unorderedList/unorderedList.test.d.ts +1 -0
  57. package/dist/components/unorderedListItem/unorderedListItem.test.d.ts +1 -0
  58. package/dist/components/unstyledButton/unstyledButton.test.d.ts +1 -0
  59. package/dist/components/wysiwygEditor/wysiwygEditor.test.d.ts +1 -0
  60. package/dist/index.cjs +244 -131
  61. package/dist/index.cjs.map +1 -1
  62. package/dist/index.js +244 -131
  63. package/dist/index.js.map +1 -1
  64. package/package.json +3 -2
@@ -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
+ 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';