@zauru-sdk/components 1.0.26 → 1.0.27

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 (86) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/Alerts/index.d.ts +2 -2
  3. package/dist/Alerts/index.js +2 -2
  4. package/dist/BlockUI/index.d.ts +1 -1
  5. package/dist/BlockUI/index.js +1 -1
  6. package/dist/Buttons/index.d.ts +1 -1
  7. package/dist/Buttons/index.js +1 -1
  8. package/dist/Card/index.d.ts +1 -1
  9. package/dist/Card/index.js +1 -1
  10. package/dist/Chat/index.d.ts +2 -2
  11. package/dist/Chat/index.js +2 -2
  12. package/dist/ConnectionState/index.d.ts +1 -1
  13. package/dist/ConnectionState/index.js +1 -1
  14. package/dist/Containers/index.d.ts +7 -7
  15. package/dist/Containers/index.js +7 -7
  16. package/dist/DynamicTable/DynamicTable.d.ts +24 -0
  17. package/dist/DynamicTable/DynamicTable.js +192 -0
  18. package/dist/DynamicTable/index.d.ts +4 -24
  19. package/dist/DynamicTable/index.js +4 -193
  20. package/dist/Footer/index.d.ts +1 -1
  21. package/dist/Footer/index.js +1 -1
  22. package/dist/Form/FieldContainer/index.d.ts +3 -3
  23. package/dist/Form/FieldContainer/index.js +3 -3
  24. package/dist/Form/index.d.ts +13 -13
  25. package/dist/Form/index.js +13 -13
  26. package/dist/Labels/index.d.ts +1 -1
  27. package/dist/Labels/index.js +1 -1
  28. package/dist/Layouts/index.d.ts +1 -1
  29. package/dist/Layouts/index.js +1 -1
  30. package/dist/LineSeparator/index.d.ts +1 -1
  31. package/dist/LineSeparator/index.js +1 -1
  32. package/dist/Modal/index.d.ts +1 -1
  33. package/dist/Modal/index.js +1 -1
  34. package/dist/NavBar/index.d.ts +3 -3
  35. package/dist/NavBar/index.js +3 -3
  36. package/dist/ProgressBar/index.d.ts +2 -2
  37. package/dist/ProgressBar/index.js +2 -2
  38. package/dist/Skeletons/index.d.ts +1 -1
  39. package/dist/Skeletons/index.js +1 -1
  40. package/dist/Tab/index.d.ts +1 -1
  41. package/dist/Tab/index.js +1 -1
  42. package/dist/Table/index.d.ts +1 -1
  43. package/dist/Table/index.js +1 -1
  44. package/dist/TaskList/index.d.ts +1 -1
  45. package/dist/TaskList/index.js +1 -1
  46. package/dist/Titles/index.d.ts +5 -5
  47. package/dist/Titles/index.js +5 -5
  48. package/dist/Tooltip/index.d.ts +1 -1
  49. package/dist/Tooltip/index.js +1 -1
  50. package/dist/WithTooltip/index.d.ts +1 -1
  51. package/dist/WithTooltip/index.js +1 -1
  52. package/dist/Wizards/index.d.ts +1 -1
  53. package/dist/Wizards/index.js +1 -1
  54. package/dist/Zendesk/index.d.ts +2 -2
  55. package/dist/Zendesk/index.js +2 -2
  56. package/dist/index.d.ts +24 -23
  57. package/dist/index.js +24 -23
  58. package/package.json +3 -3
  59. package/src/Alerts/index.ts +2 -2
  60. package/src/BlockUI/index.tsx +1 -1
  61. package/src/Buttons/index.ts +1 -1
  62. package/src/Card/index.ts +1 -1
  63. package/src/Chat/index.ts +2 -2
  64. package/src/ConnectionState/index.tsx +1 -1
  65. package/src/Containers/index.ts +7 -7
  66. package/src/DynamicTable/DynamicTable.tsx +405 -0
  67. package/src/DynamicTable/index.tsx +4 -407
  68. package/src/Footer/index.tsx +1 -1
  69. package/src/Form/FieldContainer/index.ts +3 -3
  70. package/src/Form/index.ts +13 -13
  71. package/src/Labels/index.tsx +1 -1
  72. package/src/Layouts/index.ts +1 -1
  73. package/src/LineSeparator/index.tsx +1 -1
  74. package/src/Modal/index.tsx +1 -1
  75. package/src/NavBar/index.tsx +3 -3
  76. package/src/ProgressBar/index.tsx +2 -2
  77. package/src/Skeletons/index.ts +1 -1
  78. package/src/Tab/index.ts +1 -1
  79. package/src/Table/index.tsx +1 -1
  80. package/src/TaskList/index.ts +1 -1
  81. package/src/Titles/index.ts +5 -5
  82. package/src/Tooltip/index.ts +1 -1
  83. package/src/WithTooltip/index.tsx +1 -1
  84. package/src/Wizards/index.ts +1 -1
  85. package/src/Zendesk/index.ts +2 -2
  86. package/src/index.ts +24 -23
@@ -1 +1 @@
1
- export * from "./homeLayout";
1
+ export * from "./homeLayout/index.js";
@@ -1 +1 @@
1
- export * from "./LineSeparator";
1
+ export * from "./LineSeparator.js";
@@ -1 +1 @@
1
- export * from "./LineSeparator";
1
+ export * from "./LineSeparator.js";
@@ -1 +1 @@
1
- export * from "./Modal";
1
+ export * from "./Modal.js";
@@ -1 +1 @@
1
- export * from "./Modal";
1
+ export * from "./Modal.js";
@@ -1,3 +1,3 @@
1
- export * from "./NavBar";
2
- export * from "./NavBar.types";
3
- export * from "./NavBar.utils";
1
+ export * from "./NavBar.js";
2
+ export * from "./NavBar.types.js";
3
+ export * from "./NavBar.utils.js";
@@ -1,3 +1,3 @@
1
- export * from "./NavBar";
2
- export * from "./NavBar.types";
3
- export * from "./NavBar.utils";
1
+ export * from "./NavBar.js";
2
+ export * from "./NavBar.types.js";
3
+ export * from "./NavBar.utils.js";
@@ -1,2 +1,2 @@
1
- export * from "./ProgressBar";
2
- export * from "./ProgressCircle";
1
+ export * from "./ProgressBar.js";
2
+ export * from "./ProgressCircle.js";
@@ -1,2 +1,2 @@
1
- export * from "./ProgressBar";
2
- export * from "./ProgressCircle";
1
+ export * from "./ProgressBar.js";
2
+ export * from "./ProgressCircle.js";
@@ -1 +1 @@
1
- export * from "./LoadingInputSkeleton";
1
+ export * from "./LoadingInputSkeleton.js";
@@ -1 +1 @@
1
- export * from "./LoadingInputSkeleton";
1
+ export * from "./LoadingInputSkeleton.js";
@@ -1 +1 @@
1
- export * from "./Tab";
1
+ export * from "./Tab.js";
package/dist/Tab/index.js CHANGED
@@ -1 +1 @@
1
- export * from "./Tab";
1
+ export * from "./Tab.js";
@@ -1 +1 @@
1
- export * from "./ZauruTable";
1
+ export * from "./ZauruTable.js";
@@ -1 +1 @@
1
- export * from "./ZauruTable";
1
+ export * from "./ZauruTable.js";
@@ -1 +1 @@
1
- export * from "./TaskList";
1
+ export * from "./TaskList.js";
@@ -1 +1 @@
1
- export * from "./TaskList";
1
+ export * from "./TaskList.js";
@@ -1,5 +1,5 @@
1
- export * from "./LabelArray";
2
- export * from "./TableColumnTitle";
3
- export * from "./TitleH1";
4
- export * from "./TitleH2";
5
- export * from "./TitleH3";
1
+ export * from "./LabelArray.js";
2
+ export * from "./TableColumnTitle.js";
3
+ export * from "./TitleH1.js";
4
+ export * from "./TitleH2.js";
5
+ export * from "./TitleH3.js";
@@ -1,5 +1,5 @@
1
- export * from "./LabelArray";
2
- export * from "./TableColumnTitle";
3
- export * from "./TitleH1";
4
- export * from "./TitleH2";
5
- export * from "./TitleH3";
1
+ export * from "./LabelArray.js";
2
+ export * from "./TableColumnTitle.js";
3
+ export * from "./TitleH1.js";
4
+ export * from "./TitleH2.js";
5
+ export * from "./TitleH3.js";
@@ -1 +1 @@
1
- export * from "./Tooltip";
1
+ export * from "./Tooltip.js";
@@ -1 +1 @@
1
- export * from "./Tooltip";
1
+ export * from "./Tooltip.js";
@@ -1 +1 @@
1
- export * from "./WithTooltip";
1
+ export * from "./WithTooltip.js";
@@ -1 +1 @@
1
- export * from "./WithTooltip";
1
+ export * from "./WithTooltip.js";
@@ -1 +1 @@
1
- export * from "./StepWizard";
1
+ export * from "./StepWizard.js";
@@ -1 +1 @@
1
- export * from "./StepWizard";
1
+ export * from "./StepWizard.js";
@@ -1,2 +1,2 @@
1
- export * from "./Chat";
2
- export * from "./zendesk.config";
1
+ export * from "./Chat.js";
2
+ export * from "./zendesk.config.js";
@@ -1,2 +1,2 @@
1
- export * from "./Chat";
2
- export * from "./zendesk.config";
1
+ export * from "./Chat.js";
2
+ export * from "./zendesk.config.js";
package/dist/index.d.ts CHANGED
@@ -1,23 +1,24 @@
1
- export * from "./Alerts";
2
- export * from "./BlockUI";
3
- export * from "./Buttons";
4
- export * from "./Card";
5
- export * from "./ConnectionState";
6
- export * from "./Chat";
7
- export * from "./Containers";
8
- export * from "./Footer";
9
- export * from "./Form";
10
- export * from "./Labels";
11
- export * from "./Layouts";
12
- export * from "./LineSeparator";
13
- export * from "./Modal";
14
- export * from "./NavBar";
15
- export * from "./Skeletons";
16
- export * from "./Tab";
17
- export * from "./Table";
18
- export * from "./TaskList";
19
- export * from "./Titles";
20
- export * from "./Tooltip";
21
- export * from "./WithTooltip";
22
- export * from "./Wizards";
23
- export * from "./Zendesk";
1
+ export * from "./Alerts/index.js";
2
+ export * from "./BlockUI/index.js";
3
+ export * from "./Buttons/index.js";
4
+ export * from "./Card/index.js";
5
+ export * from "./ConnectionState/index.js";
6
+ export * from "./Chat/index.js";
7
+ export * from "./Containers/index.js";
8
+ export * from "./DynamicTable/index.js";
9
+ export * from "./Footer/index.js";
10
+ export * from "./Form/index.js";
11
+ export * from "./Labels/index.js";
12
+ export * from "./Layouts/index.js";
13
+ export * from "./LineSeparator/index.js";
14
+ export * from "./Modal/index.js";
15
+ export * from "./NavBar/index.js";
16
+ export * from "./Skeletons/index.js";
17
+ export * from "./Tab/index.js";
18
+ export * from "./Table/index.js";
19
+ export * from "./TaskList/index.js";
20
+ export * from "./Titles/index.js";
21
+ export * from "./Tooltip/index.js";
22
+ export * from "./WithTooltip/index.js";
23
+ export * from "./Wizards/index.js";
24
+ export * from "./Zendesk/index.js";
package/dist/index.js CHANGED
@@ -1,23 +1,24 @@
1
- export * from "./Alerts";
2
- export * from "./BlockUI";
3
- export * from "./Buttons";
4
- export * from "./Card";
5
- export * from "./ConnectionState";
6
- export * from "./Chat";
7
- export * from "./Containers";
8
- export * from "./Footer";
9
- export * from "./Form";
10
- export * from "./Labels";
11
- export * from "./Layouts";
12
- export * from "./LineSeparator";
13
- export * from "./Modal";
14
- export * from "./NavBar";
15
- export * from "./Skeletons";
16
- export * from "./Tab";
17
- export * from "./Table";
18
- export * from "./TaskList";
19
- export * from "./Titles";
20
- export * from "./Tooltip";
21
- export * from "./WithTooltip";
22
- export * from "./Wizards";
23
- export * from "./Zendesk";
1
+ export * from "./Alerts/index.js";
2
+ export * from "./BlockUI/index.js";
3
+ export * from "./Buttons/index.js";
4
+ export * from "./Card/index.js";
5
+ export * from "./ConnectionState/index.js";
6
+ export * from "./Chat/index.js";
7
+ export * from "./Containers/index.js";
8
+ export * from "./DynamicTable/index.js";
9
+ export * from "./Footer/index.js";
10
+ export * from "./Form/index.js";
11
+ export * from "./Labels/index.js";
12
+ export * from "./Layouts/index.js";
13
+ export * from "./LineSeparator/index.js";
14
+ export * from "./Modal/index.js";
15
+ export * from "./NavBar/index.js";
16
+ export * from "./Skeletons/index.js";
17
+ export * from "./Tab/index.js";
18
+ export * from "./Table/index.js";
19
+ export * from "./TaskList/index.js";
20
+ export * from "./Titles/index.js";
21
+ export * from "./Tooltip/index.js";
22
+ export * from "./WithTooltip/index.js";
23
+ export * from "./Wizards/index.js";
24
+ export * from "./Zendesk/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/components",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Componentes reutilizables en las WebApps de Zauru.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "@reduxjs/toolkit": "^2.2.1",
33
33
  "@remix-run/react": "^2.8.1",
34
34
  "@zauru-sdk/common": "^1.0.26",
35
- "@zauru-sdk/hooks": "^1.0.26",
35
+ "@zauru-sdk/hooks": "^1.0.27",
36
36
  "@zauru-sdk/icons": "^1.0.19",
37
37
  "@zauru-sdk/types": "^1.0.26",
38
38
  "@zauru-sdk/utils": "^1.0.26",
@@ -48,5 +48,5 @@
48
48
  "engines": {
49
49
  "node": ">=18.0.0"
50
50
  },
51
- "gitHead": "5a3a49682f819ae4200733a088d8b6c35253d510"
51
+ "gitHead": "2f46e02794ab74f4dbd47932e6e7e4461f5873d7"
52
52
  }
@@ -1,2 +1,2 @@
1
- export * from "./ErrorBoundaryAlert/ErrorBoundaryAlert";
2
- export * from "./StaticAlert";
1
+ export * from "./ErrorBoundaryAlert/ErrorBoundaryAlert.js";
2
+ export * from "./StaticAlert.js";
@@ -1 +1 @@
1
- export * from "./BlockUI";
1
+ export * from "./BlockUI.js";
@@ -1 +1 @@
1
- export * from "./Button";
1
+ export * from "./Button.js";
package/src/Card/index.ts CHANGED
@@ -1 +1 @@
1
- export * from "./Card";
1
+ export * from "./Card.js";
package/src/Chat/index.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./ChatLayout";
2
- export * from "./ChatMessageHistory";
1
+ export * from "./ChatLayout.js";
2
+ export * from "./ChatMessageHistory.js";
@@ -1 +1 @@
1
- export * from "./ConnectionState";
1
+ export * from "./ConnectionState.js";
@@ -1,7 +1,7 @@
1
- export * from "./BodyContainer";
2
- export * from "./ButtonSectionContainer";
3
- export * from "./Container";
4
- export * from "./DoubleContainer";
5
- export * from "./MainContainer";
6
- export * from "./OutletContainer";
7
- export * from "./SubContainer";
1
+ export * from "./BodyContainer.js";
2
+ export * from "./ButtonSectionContainer.js";
3
+ export * from "./Container.js";
4
+ export * from "./DoubleContainer.js";
5
+ export * from "./MainContainer.js";
6
+ export * from "./OutletContainer.js";
7
+ export * from "./SubContainer.js";