@odigos/ui-kit 0.0.129 → 0.0.131

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 (88) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/lib/chunks/ui-components-c940a3cc.js +2024 -0
  3. package/lib/chunks/vendor-55cc654c.js +1 -0
  4. package/lib/components/_v2/badge/index.d.ts +10 -0
  5. package/lib/components/_v2/button/index.d.ts +2 -1
  6. package/lib/components/_v2/cards/data-card/index.d.ts +12 -0
  7. package/lib/components/_v2/cards/index.d.ts +4 -0
  8. package/lib/components/_v2/cards/section-card/index.d.ts +24 -0
  9. package/lib/components/_v2/cards/status-card/index.d.ts +9 -0
  10. package/lib/components/_v2/cards/text-card/index.d.ts +12 -0
  11. package/lib/components/_v2/drawer/header/index.d.ts +9 -0
  12. package/lib/components/_v2/drawer/index.d.ts +9 -0
  13. package/lib/components/_v2/header/index.d.ts +7 -0
  14. package/lib/components/_v2/icon-button/index.d.ts +14 -0
  15. package/lib/components/_v2/index.d.ts +8 -0
  16. package/lib/components/_v2/navbar/index.d.ts +12 -0
  17. package/lib/components/_v2/segment/index.d.ts +3 -1
  18. package/lib/components/_v2/table/index.d.ts +25 -0
  19. package/lib/components/_v2/tag/index.d.ts +9 -0
  20. package/lib/components/_v2/typography/index.d.ts +4 -8
  21. package/lib/components/code/index.d.ts +2 -0
  22. package/lib/components/styled.d.ts +1 -0
  23. package/lib/components/v2.js +1 -1
  24. package/lib/components.js +1 -1
  25. package/lib/constants.js +1 -1
  26. package/lib/containers/_v2/index.d.ts +1 -0
  27. package/lib/containers/_v2/pipeline-collectors/general-info/index.d.ts +8 -0
  28. package/lib/containers/_v2/pipeline-collectors/general-info/yaml-drawer/index.d.ts +9 -0
  29. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-badge.d.ts +5 -0
  30. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-status-card.d.ts +4 -0
  31. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-text-cards.d.ts +4 -0
  32. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-title.d.ts +2 -0
  33. package/lib/containers/_v2/pipeline-collectors/helpers/index.d.ts +4 -0
  34. package/lib/containers/_v2/pipeline-collectors/index.d.ts +11 -0
  35. package/lib/containers/_v2/pipeline-collectors/pods-info/index.d.ts +9 -0
  36. package/lib/containers/_v2/pipeline-collectors/pods-info/pod-drawer/index.d.ts +9 -0
  37. package/lib/containers/_v2/pipeline-collectors/toolbar/index.d.ts +17 -0
  38. package/lib/containers/v2.js +15 -0
  39. package/lib/containers.js +24 -24
  40. package/lib/functions/generate-id/index.d.ts +1 -0
  41. package/lib/functions/get-status-color/index.d.ts +2 -2
  42. package/lib/functions/get-status-from-pod-status/index.d.ts +2 -0
  43. package/lib/functions/get-status-icon/index.d.ts +2 -2
  44. package/lib/functions/index.d.ts +2 -0
  45. package/lib/functions.js +1 -1
  46. package/lib/hooks/index.d.ts +1 -0
  47. package/lib/hooks/useInfiniteScroll.d.ts +10 -0
  48. package/lib/hooks/useTimeAgo.d.ts +4 -3
  49. package/lib/hooks.js +1 -1
  50. package/lib/icons/arrows/arrow-down-icon/index.d.ts +2 -0
  51. package/lib/icons/arrows/arrow-down-square-icon/index.d.ts +2 -0
  52. package/lib/icons/arrows/arrow-left-icon/index.d.ts +2 -0
  53. package/lib/icons/arrows/arrow-left-square-icon/index.d.ts +2 -0
  54. package/lib/icons/arrows/arrow-right-icon/index.d.ts +2 -0
  55. package/lib/icons/arrows/arrow-right-square-icon/index.d.ts +2 -0
  56. package/lib/icons/arrows/arrow-up-icon/index.d.ts +2 -0
  57. package/lib/icons/arrows/arrow-up-square-icon/index.d.ts +2 -0
  58. package/lib/icons/arrows/chevron-down-circle-icon/index.d.ts +2 -0
  59. package/lib/icons/arrows/chevron-down-icon/index.d.ts +2 -0
  60. package/lib/icons/arrows/chevron-down-square-icon/index.d.ts +2 -0
  61. package/lib/icons/arrows/chevron-left-circle-icon/index.d.ts +2 -0
  62. package/lib/icons/arrows/chevron-left-icon/index.d.ts +2 -0
  63. package/lib/icons/arrows/chevron-left-square-icon/index.d.ts +2 -0
  64. package/lib/icons/arrows/chevron-right-circle-icon/index.d.ts +2 -0
  65. package/lib/icons/arrows/chevron-right-icon/index.d.ts +2 -0
  66. package/lib/icons/arrows/chevron-right-square-icon/index.d.ts +2 -0
  67. package/lib/icons/arrows/chevron-up-circle-icon/index.d.ts +2 -0
  68. package/lib/icons/arrows/chevron-up-icon/index.d.ts +2 -0
  69. package/lib/icons/arrows/chevron-up-square-icon/index.d.ts +2 -0
  70. package/lib/icons/arrows/index.d.ts +20 -0
  71. package/lib/icons/common/home-icon/index.d.ts +1 -1
  72. package/lib/icons/index.d.ts +1 -0
  73. package/lib/icons.js +1 -1
  74. package/lib/mock-data/index.d.ts +1 -0
  75. package/lib/mock-data/pipeline-collectors/index.d.ts +6 -0
  76. package/lib/snippets.js +1 -1
  77. package/lib/store.js +1 -1
  78. package/lib/theme/animations/index.d.ts +4 -0
  79. package/lib/theme/palletes/index.d.ts +5 -1
  80. package/lib/theme.js +1 -1
  81. package/lib/types/common/index.d.ts +7 -2
  82. package/lib/types/index.d.ts +1 -0
  83. package/lib/types/pipeline-collectors/index.d.ts +102 -0
  84. package/lib/types.js +1 -1
  85. package/lib/visuals.js +1 -1
  86. package/package.json +17 -19
  87. package/lib/chunks/ui-components-a3c3ae8b.js +0 -1770
  88. package/lib/chunks/vendor-f206ac21.js +0 -1
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ChevronRightIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ChevronRightSquareIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ChevronUpCircleIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ChevronUpIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ChevronUpSquareIcon: SVG;
@@ -0,0 +1,20 @@
1
+ export * from './arrow-down-icon';
2
+ export * from './arrow-down-square-icon';
3
+ export * from './arrow-left-icon';
4
+ export * from './arrow-left-square-icon';
5
+ export * from './arrow-right-icon';
6
+ export * from './arrow-right-square-icon';
7
+ export * from './arrow-up-icon';
8
+ export * from './arrow-up-square-icon';
9
+ export * from './chevron-down-circle-icon';
10
+ export * from './chevron-down-icon';
11
+ export * from './chevron-down-square-icon';
12
+ export * from './chevron-left-circle-icon';
13
+ export * from './chevron-left-icon';
14
+ export * from './chevron-left-square-icon';
15
+ export * from './chevron-right-circle-icon';
16
+ export * from './chevron-right-icon';
17
+ export * from './chevron-right-square-icon';
18
+ export * from './chevron-up-circle-icon';
19
+ export * from './chevron-up-icon';
20
+ export * from './chevron-up-square-icon';
@@ -1,2 +1,2 @@
1
- import type { SVG } from '@odigos/ui-kit/types';
1
+ import type { SVG } from '@/types';
2
2
  export declare const HomeIcon: SVG;
@@ -1,4 +1,5 @@
1
1
  export * from './actions';
2
+ export * from './arrows';
2
3
  export * from './auth';
3
4
  export * from './brand';
4
5
  export * from './common';