@devtron-labs/devtron-fe-common-lib 1.15.2 → 1.15.3-beta-0

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 (114) hide show
  1. package/dist/{@code-editor-O_mIinn2.js → @code-editor-4GamD7ww.js} +8819 -8515
  2. package/dist/{@common-rjsf-BQQNvTlX.js → @common-rjsf-D5al5CTH.js} +222 -230
  3. package/dist/{@framer-motion-Dchiw-Rb.js → @framer-motion-CqekqZ92.js} +637 -619
  4. package/dist/{@react-dates-D5kydtW-.js → @react-dates-B6q1sdbJ.js} +14 -14
  5. package/dist/{@react-select-Cmser7OI.js → @react-select-LSvqtVJj.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-DMnFy9PE.js → @react-virtualized-sticky-tree-BpJty95h.js} +1 -1
  7. package/dist/{@vendor-STJ9h0oI.js → @vendor-DC3JvJ9U.js} +9667 -9657
  8. package/dist/Common/Constants.d.ts +3 -0
  9. package/dist/Common/Dialogs/Types.d.ts +0 -17
  10. package/dist/Common/Dialogs/index.d.ts +0 -1
  11. package/dist/Common/RJSF/widgets/Checkbox.d.ts +1 -1
  12. package/dist/Common/Types.d.ts +8 -43
  13. package/dist/Common/index.d.ts +0 -2
  14. package/dist/Shared/Analytics/analytics.d.ts +2 -0
  15. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  16. package/dist/Shared/Components/Backdrop/index.d.ts +1 -0
  17. package/dist/Shared/Components/Backdrop/types.d.ts +16 -2
  18. package/dist/Shared/Components/Backdrop/utils.d.ts +1 -0
  19. package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
  20. package/dist/Shared/Components/Button/types.d.ts +2 -2
  21. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +2 -1
  22. package/dist/Shared/Components/CICDHistory/service.d.ts +1 -7
  23. package/dist/Shared/Components/CICDHistory/types.d.ts +2 -18
  24. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +18 -1
  25. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffRadioSelect.d.ts +7 -0
  26. package/dist/Shared/Components/DeploymentConfigDiff/index.d.ts +1 -0
  27. package/dist/Shared/Components/DocLink/constants.d.ts +3 -0
  28. package/dist/Shared/Components/DocLink/types.d.ts +1 -0
  29. package/dist/Shared/Components/DocLink/utils.d.ts +1 -1
  30. package/dist/Shared/Components/DynamicDataTable/types.d.ts +1 -1
  31. package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +9 -0
  32. package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +6 -0
  33. package/dist/Shared/Components/GenericModal/constants.d.ts +2 -0
  34. package/dist/Shared/Components/GenericModal/index.d.ts +2 -0
  35. package/dist/Shared/Components/GenericModal/types.d.ts +37 -0
  36. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  37. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +2 -0
  38. package/dist/Shared/Components/Header/types.d.ts +2 -1
  39. package/dist/Shared/Components/Icon/Icon.d.ts +20 -1
  40. package/dist/Shared/Components/InvalidYAMLTippy/types.d.ts +1 -1
  41. package/dist/Shared/Components/Popover/types.d.ts +5 -0
  42. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  43. package/dist/Shared/Components/ProgressBar/ProgressBar.component.d.ts +2 -0
  44. package/dist/Shared/Components/ProgressBar/index.d.ts +1 -0
  45. package/dist/Shared/Components/ProgressBar/types.d.ts +9 -0
  46. package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
  47. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  48. package/dist/Shared/Components/Switch/Switch.component.d.ts +1 -1
  49. package/dist/Shared/Components/Switch/types.d.ts +11 -2
  50. package/dist/Shared/Components/Switch/utils.d.ts +2 -2
  51. package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +3 -0
  52. package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +2 -0
  53. package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +35 -0
  54. package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +1 -1
  55. package/dist/Shared/Components/TargetPlatforms/types.d.ts +1 -1
  56. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
  57. package/dist/Shared/Components/Textarea/types.d.ts +17 -1
  58. package/dist/Shared/Components/Textarea/utils.d.ts +5 -0
  59. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +1 -1
  60. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +1 -1
  61. package/dist/Shared/Components/Typewriter/BlinkingCursor.d.ts +1 -0
  62. package/dist/Shared/Components/Typewriter/index.d.ts +2 -0
  63. package/dist/Shared/Components/Typewriter/useTypewriter.d.ts +1 -0
  64. package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +1 -1
  65. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  66. package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +75 -41
  67. package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +1 -0
  68. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +10 -12
  69. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +13 -2
  70. package/dist/Shared/Components/index.d.ts +4 -0
  71. package/dist/Shared/Providers/index.d.ts +1 -0
  72. package/dist/Shared/Providers/types.d.ts +40 -12
  73. package/dist/Shared/Services/app.types.d.ts +7 -2
  74. package/dist/Shared/constants.d.ts +2 -1
  75. package/dist/Shared/types.d.ts +9 -3
  76. package/dist/assets/@code-editor.css +1 -1
  77. package/dist/assets/ic-add.2d785695.svg +3 -0
  78. package/dist/assets/ic-asterisk.ab224e72.svg +3 -0
  79. package/dist/assets/ic-brain.838491eb.svg +3 -0
  80. package/dist/assets/ic-cluster-isolated.93f843b9.svg +3 -0
  81. package/dist/assets/{ic-cluster.71ba9e26.svg → ic-cluster.f1c3fad1.svg} +1 -1
  82. package/dist/assets/ic-deploy-color.73a8df48.svg +14 -0
  83. package/dist/assets/ic-deploy-sync.6b1cf1b1.svg +16 -0
  84. package/dist/assets/ic-devtron-ai.535b45ec.svg +287 -0
  85. package/dist/assets/ic-environment-isolated.b772ae9d.svg +3 -0
  86. package/dist/assets/ic-environment.e639b8f3.svg +4 -0
  87. package/dist/assets/ic-folder-color.7cf84356.svg +6 -0
  88. package/dist/assets/ic-git-branch.d6b3d950.svg +3 -0
  89. package/dist/assets/ic-linked-build-color.d1df5ce1.svg +7 -0
  90. package/dist/assets/ic-minus.416da21b.svg +3 -0
  91. package/dist/assets/ic-openai.6e4c9a37.svg +10 -0
  92. package/dist/assets/ic-paper-plane.ad7e6d2f.svg +3 -0
  93. package/dist/assets/ic-shapes.b7b5c28f.svg +3 -0
  94. package/dist/assets/ic-sparkle-ai-color.34768219.svg +11 -0
  95. package/dist/assets/ic-sparkle-color.a9722593.svg +18 -0
  96. package/dist/assets/ic-stop-fill.32ea653f.svg +8 -0
  97. package/dist/assets/ic-webhook.ffd8ded6.svg +21 -0
  98. package/dist/assets/ic-world-globe.877fa6a0.svg +3 -0
  99. package/dist/assets/workflow-options-modal-header.0444485e.svg +38 -0
  100. package/dist/index.d.ts +7 -0
  101. package/dist/index.js +757 -756
  102. package/package.json +3 -3
  103. package/dist/Common/Dialogs/ConfirmationDialog.d.ts +0 -11
  104. package/dist/Common/InfoColorBar/InfoColourbar.d.ts +0 -6
  105. package/dist/Common/Toggle/Toggle.d.ts +0 -18
  106. package/dist/assets/change-source.abc9d12f.png +0 -0
  107. package/dist/assets/ic-add.18a93616.svg +0 -19
  108. package/dist/assets/ic-ci-webhook.a2ab6db6.svg +0 -42
  109. package/dist/assets/ic-source-build.7d776b10.svg +0 -22
  110. package/dist/assets/ic-source-job.a40f06cf.svg +0 -26
  111. package/dist/assets/ic-source-linked-build.f24ecbed.svg +0 -24
  112. package/dist/assets/ic-source-webhook.ee64a29a.svg +0 -22
  113. package/dist/assets/ic-sparkle-color.01c0be88.svg +0 -1
  114. package/dist/assets/select-image-source.fb911f42.png +0 -0
@@ -12,6 +12,7 @@ export declare const iconMap: {
12
12
  'ic-arrow-square-out': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
13
13
  'ic-arrows-clockwise': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
14
14
  'ic-arrows-left-right': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
15
+ 'ic-asterisk': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
15
16
  'ic-ather': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
16
17
  'ic-azure-aks': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
17
18
  'ic-azure': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -19,6 +20,7 @@ export declare const iconMap: {
19
20
  'ic-bharatpe': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
20
21
  'ic-bitbucket': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
21
22
  'ic-book-open': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
23
+ 'ic-brain': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
22
24
  'ic-browser': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
23
25
  'ic-build-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
24
26
  'ic-calendar': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -33,12 +35,12 @@ export declare const iconMap: {
33
35
  'ic-check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
34
36
  'ic-checks': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
35
37
  'ic-ci-linked': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
36
- 'ic-ci-webhook': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
37
38
  'ic-circle-loader': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
38
39
  'ic-clock': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
39
40
  'ic-close-large': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
40
41
  'ic-close-small': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
41
42
  'ic-cloud-vms': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
43
+ 'ic-cluster-isolated': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
42
44
  'ic-cluster': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
43
45
  'ic-code': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
44
46
  'ic-container': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -51,6 +53,9 @@ export declare const iconMap: {
51
53
  'ic-delete-lightning': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
52
54
  'ic-delete': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
53
55
  'ic-delhivery': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
56
+ 'ic-deploy-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
57
+ 'ic-deploy-sync': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
58
+ 'ic-devtron-ai': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
54
59
  'ic-devtron-app': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
55
60
  'ic-devtron-header-logo': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
56
61
  'ic-devtron-job': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -64,6 +69,8 @@ export declare const iconMap: {
64
69
  'ic-enterprise-feat': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
65
70
  'ic-enterprise-tag': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
66
71
  'ic-env': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
72
+ 'ic-environment-isolated': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
73
+ 'ic-environment': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
67
74
  'ic-error': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
68
75
  'ic-expand-right-sm': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
69
76
  'ic-expand-sm': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -76,10 +83,12 @@ export declare const iconMap: {
76
83
  'ic-filter-applied': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
77
84
  'ic-filter': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
78
85
  'ic-flask': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
86
+ 'ic-folder-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
79
87
  'ic-folder-user': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
80
88
  'ic-gear': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
81
89
  'ic-gift-gradient': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
82
90
  'ic-gift': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
91
+ 'ic-git-branch': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
83
92
  'ic-git': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
84
93
  'ic-github': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
85
94
  'ic-gitlab': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -112,6 +121,7 @@ export declare const iconMap: {
112
121
  'ic-lego': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
113
122
  'ic-lightning-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
114
123
  'ic-lightning': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
124
+ 'ic-linked-build-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
115
125
  'ic-livspace': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
116
126
  'ic-logout': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
117
127
  'ic-magnifying-glass': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -122,6 +132,7 @@ export declare const iconMap: {
122
132
  'ic-memory': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
123
133
  'ic-microsoft': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
124
134
  'ic-minikube': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
135
+ 'ic-minus': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
125
136
  'ic-missing': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
126
137
  'ic-mobile': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
127
138
  'ic-monitoring': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -131,9 +142,11 @@ export declare const iconMap: {
131
142
  'ic-oidc': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
132
143
  'ic-open-box': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
133
144
  'ic-open-in-new': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
145
+ 'ic-openai': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
134
146
  'ic-openshift': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
135
147
  'ic-out-of-sync': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
136
148
  'ic-paper-plane-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
149
+ 'ic-paper-plane': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
137
150
  'ic-path': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
138
151
  'ic-pencil': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
139
152
  'ic-play-outline': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -142,16 +155,19 @@ export declare const iconMap: {
142
155
  'ic-rocket-gear': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
143
156
  'ic-rocket-launch': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
144
157
  'ic-selected': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
158
+ 'ic-shapes': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
145
159
  'ic-shield-check': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
146
160
  'ic-sliders-vertical': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
147
161
  'ic-sort-ascending': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
148
162
  'ic-sort-descending': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
149
163
  'ic-sortable': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
164
+ 'ic-sparkle-ai-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
150
165
  'ic-sparkle-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
151
166
  'ic-spinny': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
152
167
  'ic-spray-can': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
153
168
  'ic-stack': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
154
169
  'ic-stamp': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
170
+ 'ic-stop-fill': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
155
171
  'ic-strategy-blue-green-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
156
172
  'ic-strategy-blue-green': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
157
173
  'ic-strategy-canary-color': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
@@ -178,8 +194,11 @@ export declare const iconMap: {
178
194
  'ic-user-circle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
179
195
  'ic-user-key': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
180
196
  'ic-users': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
197
+ 'ic-view-variable-toggle': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
181
198
  'ic-warning': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
199
+ 'ic-webhook': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
182
200
  'ic-wifi-slash': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
201
+ 'ic-world-globe': import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement>>;
183
202
  };
184
203
  export type IconName = keyof typeof iconMap;
185
204
  export interface IconsProps extends Omit<IconBaseProps, 'name' | 'iconMap'> {
@@ -1,4 +1,4 @@
1
- import { TooltipProps } from '@Common/Tooltip/types';
1
+ import { TooltipProps } from '../../../Common/Tooltip';
2
2
  export interface InvalidYAMLTippyWrapperProps {
3
3
  parsingError: string;
4
4
  restoreLastSavedYAML?: () => void;
@@ -50,6 +50,11 @@ export interface UsePopoverProps {
50
50
  * @param closePopover - A function to close the popover.
51
51
  */
52
52
  onPopoverKeyDown?: (e: KeyboardEvent, openState: boolean, closePopover: () => void) => void;
53
+ /**
54
+ * Variant of the popover (bg, shadow and styles changes based on variant)
55
+ * @default 'menu'
56
+ */
57
+ variant?: 'menu' | 'overlay';
53
58
  }
54
59
  /**
55
60
  * Represents the return type of the `usePopover` hook, providing properties and methods
@@ -1,2 +1,2 @@
1
1
  import { UsePopoverProps, UsePopoverReturnType } from './types';
2
- export declare const usePopover: ({ id, position, alignment, width, onOpen, onPopoverKeyDown, onTriggerKeyDown, }: UsePopoverProps) => UsePopoverReturnType;
2
+ export declare const usePopover: ({ id, position, alignment, width, variant, onOpen, onPopoverKeyDown, onTriggerKeyDown, }: UsePopoverProps) => UsePopoverReturnType;
@@ -0,0 +1,2 @@
1
+ import { ProgressBarProps } from './types';
2
+ export declare const ProgressBar: ({ isLoading, intervalTime }: ProgressBarProps) => JSX.Element;
@@ -0,0 +1 @@
1
+ export * from './ProgressBar.component';
@@ -0,0 +1,9 @@
1
+ export interface ProgressBarProps {
2
+ isLoading: boolean;
3
+ /**
4
+ * Interval in milliseconds for the progress bar simulation.
5
+ *
6
+ * @default 50
7
+ */
8
+ intervalTime?: number;
9
+ }
@@ -1,5 +1,5 @@
1
1
  import { ClearIndicatorProps, ControlProps, DropdownIndicatorProps, InputProps, MenuListProps, MultiValueProps, MultiValueRemoveProps, OptionProps, ValueContainerProps } from 'react-select';
2
- import { TooltipProps } from '@Common/Tooltip/types';
2
+ import { TooltipProps } from '../../../Common/Tooltip';
3
3
  import { SelectPickerGroupHeadingProps, SelectPickerOptionType, SelectPickerProps } from './type';
4
4
  export declare const getTooltipProps: (tooltipProps?: SelectPickerOptionType["tooltipProps"]) => TooltipProps;
5
5
  export declare const SelectPickerDropdownIndicator: <OptionValue>(props: DropdownIndicatorProps<SelectPickerOptionType<OptionValue>>) => JSX.Element;
@@ -3,7 +3,7 @@ import { GroupBase, GroupHeadingProps, Props as ReactSelectProps, SelectInstance
3
3
  import { CreatableProps } from 'react-select/creatable';
4
4
  import { ResizableTagTextAreaProps } from '../../../Common/CustomTagSelector';
5
5
  import { ServerErrors } from '../../../Common/ServerError';
6
- import { TooltipProps } from '@Common/Tooltip/types';
6
+ import { TooltipProps } from '../../../Common/Tooltip';
7
7
  import { OptionType } from '../../../Common/Types';
8
8
  import { ComponentSizeType } from '../../constants';
9
9
  import { ButtonComponentType, ButtonProps, ButtonVariantType } from '../Button';
@@ -1,3 +1,3 @@
1
1
  import { DTSwitchProps } from './types';
2
- declare const Switch: ({ ariaLabel, isDisabled, isLoading, isChecked, tooltipContent, shape, variant, iconColor, iconName, indeterminate, size, name, onChange, }: DTSwitchProps) => JSX.Element;
2
+ declare const Switch: ({ ariaLabel, isDisabled, isLoading, isChecked, tooltipContent, shape, variant, iconColor, iconName, indeterminate, size, name, dataTestId, onChange, autoFocus, }: DTSwitchProps) => JSX.Element;
3
3
  export default Switch;
@@ -1,4 +1,4 @@
1
- import { ButtonHTMLAttributes } from 'react';
1
+ import { ButtonHTMLAttributes, ReactNode } from 'react';
2
2
  import { ComponentSizeType } from '../../constants';
3
3
  import { IconBaseColorType } from '../../types';
4
4
  import { IconName } from '../Icon';
@@ -64,6 +64,10 @@ export type DTSwitchProps = {
64
64
  * Used in forms to identify the switch.
65
65
  */
66
66
  name: string;
67
+ /**
68
+ * Provide if name generated through `getUniqueId`.
69
+ */
70
+ dataTestId?: string;
67
71
  /**
68
72
  * The visual variant of the switch.
69
73
  *
@@ -97,6 +101,11 @@ export type DTSwitchProps = {
97
101
  *
98
102
  * @default undefined
99
103
  */
100
- tooltipContent?: string;
104
+ tooltipContent?: ReactNode;
105
+ /**
106
+ * Indicates whether the switch should be focused automatically when rendered.
107
+ * @default false
108
+ */
109
+ autoFocus?: boolean;
101
110
  } & SwitchShapeProps;
102
111
  export {};
@@ -3,10 +3,10 @@ import { ROUNDED_SWITCH_TRACK_HOVER_COLOR_MAP } from './constants';
3
3
  import { DTSwitchProps } from './types';
4
4
  export declare const getSwitchContainerClass: ({ shape, size }: Required<Pick<DTSwitchProps, "shape" | "size">>) => string;
5
5
  export declare const getSwitchTrackColor: ({ shape, variant, isChecked, isLoading, }: Required<Pick<DTSwitchProps, "shape" | "variant" | "isChecked" | "isLoading">>) => string;
6
- export declare const getSwitchTrackHoverColor: ({ shape, variant, isChecked, }: Required<Pick<DTSwitchProps, "shape" | "variant" | "isChecked">>) => (typeof ROUNDED_SWITCH_TRACK_HOVER_COLOR_MAP)[DTSwitchProps["variant"]];
6
+ export declare const getSwitchTrackHoverColor: ({ shape, variant, isChecked, isLoading, }: Required<Pick<DTSwitchProps, "shape" | "variant" | "isChecked" | "isLoading">>) => (typeof ROUNDED_SWITCH_TRACK_HOVER_COLOR_MAP)[DTSwitchProps["variant"]] | "transparent";
7
7
  export declare const getSwitchThumbClass: ({ shape, size, showIndeterminateIcon, }: Pick<DTSwitchProps, "shape" | "size"> & {
8
8
  showIndeterminateIcon: boolean;
9
9
  }) => string;
10
10
  export declare const getSwitchIconColor: ({ iconColor, isChecked, variant, }: Pick<DTSwitchProps, "iconColor" | "isChecked" | "variant">) => IconBaseColorType;
11
- export declare const getThumbPosition: ({ isLoading, isChecked, }: Pick<DTSwitchProps, "isLoading" | "isChecked">) => "left" | "right" | "center";
11
+ export declare const getThumbPosition: ({ isChecked, size, shape, indeterminate, isLoading, }: Required<Pick<DTSwitchProps, "isChecked" | "size" | "shape" | "indeterminate" | "isLoading">>) => number;
12
12
  export declare const getThumbPadding: ({ shape, isLoading }: Pick<DTSwitchProps, "shape" | "isLoading">) => string;
@@ -0,0 +1,3 @@
1
+ import { SwitchThemeDialogProps } from './types';
2
+ declare const SwitchThemeDialog: ({ initialThemePreference, handleClose, handleUpdateUserThemePreference, disableAPICalls, }: SwitchThemeDialogProps) => JSX.Element;
3
+ export default SwitchThemeDialog;
@@ -0,0 +1,2 @@
1
+ export { default as SwitchThemeDialog } from './SwitchThemeDialog.component';
2
+ export * from './types';
@@ -0,0 +1,35 @@
1
+ import { AppThemeType, useTheme } from '../../Providers';
2
+ type ThemePreferenceType = ReturnType<typeof useTheme>['themePreference'];
3
+ export type SwitchThemeDialogProps = {
4
+ /**
5
+ * @description The initial theme preference of the user fetched from api, in case of error would be null
6
+ */
7
+ initialThemePreference: ThemePreferenceType;
8
+ handleUpdateUserThemePreference: (themePreference: ThemePreferenceType) => void;
9
+ handleClose: () => void;
10
+ } & ({
11
+ /**
12
+ * @default false
13
+ * @description Required for storybook
14
+ */
15
+ disableAPICalls?: false;
16
+ } | {
17
+ currentUserPreferences?: never;
18
+ disableAPICalls: true;
19
+ });
20
+ export interface ThemePreferenceOptionProps {
21
+ selectedThemePreference: SwitchThemeDialogProps['initialThemePreference'];
22
+ value: SwitchThemeDialogProps['initialThemePreference'];
23
+ handleChangedThemePreference: (themePreference: SwitchThemeDialogProps['initialThemePreference']) => void;
24
+ }
25
+ export interface ThemePreferenceLabelFigureProps extends Pick<ThemePreferenceOptionProps, 'value'> {
26
+ isSelected: boolean;
27
+ }
28
+ export interface BaseLabelFigureProps extends Pick<ThemePreferenceLabelFigureProps, 'isSelected'> {
29
+ value: AppThemeType;
30
+ /**
31
+ * @default false
32
+ */
33
+ noLeftRadius?: boolean;
34
+ }
35
+ export {};
@@ -1,5 +1,5 @@
1
1
  import { LinkProps, NavLinkProps } from 'react-router-dom';
2
- import { TooltipProps } from '@Common/Tooltip/types';
2
+ import { TooltipProps } from '../../../Common/Tooltip';
3
3
  import { ComponentSizeType } from '../../constants';
4
4
  import { DataAttributes } from '../../types';
5
5
  import { IconName } from '../Icon';
@@ -1,4 +1,4 @@
1
- import { TooltipProps } from '@Common/Tooltip/types';
1
+ import { TooltipProps } from '../../../Common/Tooltip';
2
2
  import { TargetPlatformsDTO } from '../../types';
3
3
  export interface TargetPlatformBadgeListProps extends Required<Pick<TargetPlatformsDTO, 'targetPlatforms'>> {
4
4
  }
@@ -1,3 +1,3 @@
1
1
  import { TextareaProps } from './types';
2
- declare const Textarea: ({ name, label, fullWidth, error, helperText, warningText, layout, required, onBlur, shouldTrim, size, ariaLabel, borderRadiusConfig, labelTooltipConfig, labelTippyCustomizedConfig, hideFormFieldInfo, value, borderConfig, ...props }: TextareaProps) => JSX.Element;
2
+ declare const Textarea: ({ name, label, textareaRef: textareaRefProp, fullWidth, error, helperText, warningText, layout, required, onBlur, shouldTrim, size, ariaLabel, borderRadiusConfig, labelTooltipConfig, labelTippyCustomizedConfig, hideFormFieldInfo, value, borderConfig, disableResize, newlineOnShiftEnter, ...props }: TextareaProps) => JSX.Element;
3
3
  export default Textarea;
@@ -13,9 +13,25 @@ export interface TextareaProps extends Omit<FormFieldWrapperProps, 'children' |
13
13
  *
14
14
  * @default ComponentSizeType.large
15
15
  */
16
- size?: Extract<ComponentSizeType, ComponentSizeType.medium | ComponentSizeType.large>;
16
+ size?: Extract<ComponentSizeType, ComponentSizeType.small | ComponentSizeType.medium | ComponentSizeType.large>;
17
17
  /**
18
18
  * Value of the textarea
19
19
  */
20
20
  value: string;
21
+ /**
22
+ * If true, the textarea resize is disabled
23
+ *
24
+ * @default false
25
+ */
26
+ disableResize?: true;
27
+ /**
28
+ * Allows inserting a newline with Shift + Enter instead of Enter alone.
29
+ *
30
+ * When enabled, pressing Enter submits the form, while Shift + Enter inserts a newline.
31
+ * Useful for forms where Enter should trigger submission, but multiline input is still needed.
32
+ *
33
+ * @default false
34
+ */
35
+ newlineOnShiftEnter?: boolean;
36
+ textareaRef?: React.MutableRefObject<HTMLTextAreaElement> | React.RefCallback<HTMLTextAreaElement>;
21
37
  }
@@ -0,0 +1,5 @@
1
+ import { TextareaProps } from './types';
2
+ export declare const getTextAreaConstraintsForSize: (size: TextareaProps["size"]) => {
3
+ MIN_HEIGHT: number;
4
+ AUTO_EXPANSION_MAX_HEIGHT: number;
5
+ };
@@ -1,3 +1,3 @@
1
1
  import { ToggleResolveScopedVariablesProps } from './types';
2
- declare const ToggleResolveScopedVariables: ({ resolveScopedVariables, handleToggleScopedVariablesView, isDisabled, showTooltip, throttleOnChange, }: ToggleResolveScopedVariablesProps) => JSX.Element;
2
+ declare const ToggleResolveScopedVariables: ({ name, resolveScopedVariables, handleToggleScopedVariablesView, isDisabled, showTooltip, }: ToggleResolveScopedVariablesProps) => JSX.Element;
3
3
  export default ToggleResolveScopedVariables;
@@ -1,4 +1,5 @@
1
1
  export interface ToggleResolveScopedVariablesProps {
2
+ name: string;
2
3
  resolveScopedVariables: boolean;
3
4
  handleToggleScopedVariablesView: () => void;
4
5
  isDisabled?: boolean;
@@ -6,5 +7,4 @@ export interface ToggleResolveScopedVariablesProps {
6
7
  * @default true
7
8
  */
8
9
  showTooltip?: boolean;
9
- throttleOnChange?: boolean;
10
10
  }
@@ -0,0 +1 @@
1
+ export declare const BlinkingCursor: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ export { BlinkingCursor } from './BlinkingCursor';
2
+ export { useTypewriter } from './useTypewriter';
@@ -0,0 +1 @@
1
+ export declare const useTypewriter: (text: string) => import('framer-motion').MotionValue<string>;
@@ -1,3 +1,3 @@
1
1
  import { SourceTypeCardProps } from './types';
2
- declare const SourceTypeCard: ({ title, subtitle, image, alt, dataTestId, type, handleCardAction, disableInfo, isDisabled, }: Readonly<SourceTypeCardProps>) => JSX.Element;
2
+ declare const SourceTypeCard: ({ title, subtitle, dataTestId, icons, type, disableInfo, disabled, onCardAction, }: SourceTypeCardProps) => JSX.Element;
3
3
  export default SourceTypeCard;
@@ -1,3 +1,3 @@
1
1
  import { WorkflowOptionsModalProps } from './types';
2
- declare const WorkflowOptionsModal: ({ handleCloseWorkflowOptionsModal, addCIPipeline, addWebhookCD, addLinkedCD, showLinkedCDSource, changeCIPayload, workflows, getWorkflows, resetChangeCIPayload, linkedCDSourceVariant, isAppGroup, isTemplateView, }: Readonly<WorkflowOptionsModalProps>) => JSX.Element;
2
+ declare const WorkflowOptionsModal: ({ open, addCIPipeline, addWebhookCD, addLinkedCD, showLinkedCDSource, changeCIPayload, workflows, getWorkflows, resetChangeCIPayload, linkedCDSourceVariant, isAppGroup, isTemplateView, onClose, }: Readonly<WorkflowOptionsModalProps>) => JSX.Element;
3
3
  export default WorkflowOptionsModal;
@@ -1,52 +1,86 @@
1
- import { PipelineType } from '../../../Common/Types';
1
+ import { WorkflowNodeType } from '../../../Common/Types';
2
2
  import { CIPipelineNodeType } from '../../types';
3
- export declare const WORKFLOW_OPTIONS_MODAL: {
4
- ACTION_TEXT: string;
5
- ACTION_NOTE: string;
6
- CHANGE_CI_TEXT: string;
7
- CHANGE_CI_NOTE: string;
8
- };
9
- export declare const WORKFLOW_OPTIONS_MODAL_TYPES: {
10
- DEFAULT: string;
11
- RECIEVE: string;
12
- JOB: string;
13
- };
14
3
  export declare const SOURCE_TYPE_CARD_VARIANTS: {
15
- SOURCE_CODE: {
16
- title: string;
17
- subtitle: string;
18
- image: string;
19
- alt: string;
20
- dataTestId: string;
21
- type: CIPipelineNodeType;
22
- };
23
- LINKED_PIPELINE: {
24
- title: string;
25
- subtitle: string;
26
- image: string;
27
- alt: string;
28
- dataTestId: string;
29
- type: CIPipelineNodeType;
4
+ BUILD: {
5
+ BUILD_AND_DEPLOY_FROM_SOURCE_CODE: {
6
+ title: string;
7
+ subtitle: string;
8
+ dataTestId: string;
9
+ type: CIPipelineNodeType.CI_CD;
10
+ icons: ({
11
+ name: "ic-git-branch";
12
+ color: "N700";
13
+ } | {
14
+ name: "ic-build-color";
15
+ color: any;
16
+ } | {
17
+ name: "ic-deploy-color";
18
+ color: any;
19
+ })[];
20
+ };
21
+ BUILD_FROM_SOURCE_CODE: {
22
+ title: string;
23
+ subtitle: string;
24
+ dataTestId: string;
25
+ type: CIPipelineNodeType.CI;
26
+ icons: ({
27
+ name: "ic-git-branch";
28
+ color: "N700";
29
+ } | {
30
+ name: "ic-build-color";
31
+ color: any;
32
+ })[];
33
+ };
34
+ JOB: {
35
+ title: string;
36
+ subtitle: string;
37
+ dataTestId: string;
38
+ type: CIPipelineNodeType.JOB_CI;
39
+ icons: {
40
+ name: "ic-job-color";
41
+ color: any;
42
+ }[];
43
+ };
30
44
  };
31
- EXTERNAL_SERVICE: {
32
- title: string;
33
- subtitle: string;
34
- image: string;
35
- alt: string;
36
- dataTestId: string;
37
- type: PipelineType;
45
+ RECEIVE: {
46
+ EXTERNAL_SERVICE: {
47
+ title: string;
48
+ subtitle: string;
49
+ dataTestId: string;
50
+ type: WorkflowNodeType.WEBHOOK;
51
+ icons: ({
52
+ name: "ic-webhook";
53
+ color: any;
54
+ } | {
55
+ name: "ic-deploy-color";
56
+ color: any;
57
+ })[];
58
+ };
59
+ LINKED_PIPELINE: {
60
+ title: string;
61
+ subtitle: string;
62
+ dataTestId: string;
63
+ type: CIPipelineNodeType.LINKED_CI;
64
+ icons: {
65
+ name: "ic-linked-build-color";
66
+ color: any;
67
+ }[];
68
+ };
38
69
  };
39
70
  JOB: {
40
- title: string;
41
- subtitle: string;
42
- image: string;
43
- alt: string;
44
- dataTestId: string;
45
- type: CIPipelineNodeType;
71
+ JOB: {
72
+ title: string;
73
+ subtitle: string;
74
+ dataTestId: string;
75
+ type: CIPipelineNodeType.JOB_CI;
76
+ icons: {
77
+ name: "ic-job-color";
78
+ color: any;
79
+ }[];
80
+ };
46
81
  };
47
82
  };
48
83
  export declare const NO_ENV_FOUND = "No environment found. Please create a CD Pipeline first.";
49
- export declare const CHANGE_SAME_CI = "Cannot change to same source type";
50
84
  export declare const REQUEST_IN_PROGRESS = "Request in progress";
51
85
  export declare const TOAST_MESSAGES: {
52
86
  SUCCESS_CHANGE_TO_WEBHOOK: string;
@@ -1 +1,2 @@
1
+ export type { SourceTypeCardProps } from './types';
1
2
  export { default as WorkflowOptionsModal } from './WorkflowOptionsModal';
@@ -1,20 +1,19 @@
1
+ import { WorkflowNodeType } from '../../../Common/Types';
1
2
  import { ChangeCIPayloadType, CIPipelineNodeType, WorkflowType } from '../../types';
2
3
  import { AppConfigProps } from '../../../Pages/index';
3
- interface LinkedCDSourceVariant {
4
+ import { GenericModalProps } from '../GenericModal';
5
+ import { IconsProps } from '../Icon';
6
+ export interface SourceTypeCardProps {
4
7
  title: string;
5
8
  subtitle: string;
6
- image: string;
7
- alt: string;
8
9
  dataTestId: string;
9
- type: string;
10
- }
11
- export interface SourceTypeCardProps extends LinkedCDSourceVariant {
12
- handleCardAction: (e: React.MouseEvent | React.KeyboardEvent) => void;
10
+ type: CIPipelineNodeType | WorkflowNodeType.WEBHOOK;
11
+ disabled?: boolean;
13
12
  disableInfo: string;
14
- isDisabled?: boolean;
13
+ icons: Pick<IconsProps, 'name' | 'color'>[];
14
+ onCardAction: (e: React.MouseEvent | React.KeyboardEvent) => void;
15
15
  }
16
- export interface WorkflowOptionsModalProps extends Required<Pick<AppConfigProps, 'isTemplateView'>> {
17
- handleCloseWorkflowOptionsModal: () => void;
16
+ export interface WorkflowOptionsModalProps extends Required<Pick<AppConfigProps, 'isTemplateView'>>, Pick<GenericModalProps, 'open' | 'onClose'> {
18
17
  addCIPipeline: (type: CIPipelineNodeType, workflowId?: number | string) => void;
19
18
  addWebhookCD: (workflowId?: number | string) => void;
20
19
  addLinkedCD: (changeCIPayload?: ChangeCIPayloadType) => void;
@@ -23,7 +22,6 @@ export interface WorkflowOptionsModalProps extends Required<Pick<AppConfigProps,
23
22
  changeCIPayload?: ChangeCIPayloadType;
24
23
  workflows?: WorkflowType[];
25
24
  getWorkflows?: () => void;
26
- linkedCDSourceVariant?: LinkedCDSourceVariant;
25
+ linkedCDSourceVariant?: Pick<SourceTypeCardProps, 'title' | 'subtitle' | 'type' | 'icons' | 'dataTestId'>;
27
26
  isAppGroup?: boolean;
28
27
  }
29
- export {};
@@ -1,5 +1,6 @@
1
- import { PipelineType } from '../../../Common/Types';
2
- import { ChangeCIPayloadType } from '../../types';
1
+ import { PipelineType, WorkflowNodeType } from '../../../Common/Types';
2
+ import { ChangeCIPayloadType, CIPipelineNodeType } from '../../types';
3
+ import { SourceTypeCardProps, WorkflowOptionsModalProps } from './types';
3
4
  export declare const getSwitchToWebhookPayload: (changeCIPayload: ChangeCIPayloadType) => {
4
5
  appId: number;
5
6
  pipelines: {
@@ -12,3 +13,13 @@ export declare const getSwitchToWebhookPayload: (changeCIPayload: ChangeCIPayloa
12
13
  switchFromCiPipelineId: number;
13
14
  }[];
14
15
  };
16
+ export declare const getCurrentPipelineType: ({ workflows, changeCIPayload, }: Required<Pick<WorkflowOptionsModalProps, "workflows" | "changeCIPayload">>) => SourceTypeCardProps["type"];
17
+ export declare const getBuildWorkflowCardsConfig: ({ currentPipelineType, changeCIPayload, isAppGroup, }: {
18
+ currentPipelineType: CIPipelineNodeType | WorkflowNodeType.WEBHOOK;
19
+ } & Required<Pick<WorkflowOptionsModalProps, "changeCIPayload" | "isAppGroup">>) => Pick<SourceTypeCardProps, "title" | "dataTestId" | "disabled" | "type" | "subtitle" | "icons">[];
20
+ export declare const getReceiveWorkflowCardsConfig: ({ currentPipelineType, linkedCDSourceVariant, isAppGroup, }: {
21
+ currentPipelineType: CIPipelineNodeType | WorkflowNodeType.WEBHOOK;
22
+ } & Required<Pick<WorkflowOptionsModalProps, "linkedCDSourceVariant" | "isAppGroup">>) => Pick<SourceTypeCardProps, "title" | "dataTestId" | "disabled" | "type" | "subtitle" | "icons">[];
23
+ export declare const getJobWorkflowCardsConfig: ({ currentPipelineType, isAppGroup, }: {
24
+ currentPipelineType: CIPipelineNodeType | WorkflowNodeType.WEBHOOK;
25
+ } & Required<Pick<WorkflowOptionsModalProps, "isAppGroup">>) => Pick<SourceTypeCardProps, "title" | "dataTestId" | "disabled" | "type" | "subtitle" | "icons">[];
@@ -40,6 +40,7 @@ export * from './FlagImage';
40
40
  export * from './FloatingVariablesSuggestions';
41
41
  export * from './FramerComponents';
42
42
  export * from './GenericInfoCard';
43
+ export * from './GenericModal';
43
44
  export * from './GenericSectionErrorState';
44
45
  export * from './GitCommitInfoGeneric';
45
46
  export * from './GitProviderIcon';
@@ -63,6 +64,7 @@ export * from './ModalSidebarPanel';
63
64
  export * from './NumbersCount';
64
65
  export * from './PhoneInput';
65
66
  export * from './Plugin';
67
+ export * from './ProgressBar';
66
68
  export { default as QRCode } from './QRCode';
67
69
  export * from './ReactSelect';
68
70
  export * from './RegistryIcon';
@@ -73,6 +75,7 @@ export * from './ShowMoreText';
73
75
  export * from './SSOProviderIcon';
74
76
  export * from './StatusComponent';
75
77
  export * from './Switch';
78
+ export * from './SwitchThemeDialog';
76
79
  export * from './TabGroup';
77
80
  export * from './Table';
78
81
  export * from './TagsKeyValueTable';
@@ -80,6 +83,7 @@ export * from './TargetPlatforms';
80
83
  export * from './Textarea';
81
84
  export * from './ThemeSwitcher';
82
85
  export * from './ToggleResolveScopedVariables';
86
+ export * from './Typewriter';
83
87
  export * from './UnsavedChanges';
84
88
  export * from './UnsavedChangesDialog';
85
89
  export * from './UserIdentifier';
@@ -2,4 +2,5 @@ export * from './ImageSelectionUtility';
2
2
  export * from './MainContextProvider';
3
3
  export * from './ThemeProvider';
4
4
  export type { MainContext, ReloadVersionConfigTypes, SidePanelConfig } from './types';
5
+ export { SidePanelTab } from './types';
5
6
  export * from './UserEmailProvider';