@seeka-labs/sdk-apps-react 3.2.3 → 3.3.2

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 (84) hide show
  1. package/dist/lib/sdk-apps-react.module.js +3 -0
  2. package/dist/lib/types/api/apiResponseHandler/index.d.ts +4 -0
  3. package/dist/lib/types/api/apiResponseHandler/index.d.ts.map +1 -0
  4. package/dist/lib/types/api/redux/app/rootReducer.d.ts +87 -0
  5. package/dist/lib/types/api/redux/app/rootReducer.d.ts.map +1 -0
  6. package/dist/lib/types/api/redux/app/scaffolding/appApi.d.ts +8010 -0
  7. package/dist/lib/types/api/redux/app/scaffolding/appApi.d.ts.map +1 -0
  8. package/dist/lib/types/api/redux/app/scaffolding/baseApi.d.ts +6 -0
  9. package/dist/lib/types/api/redux/app/scaffolding/baseApi.d.ts.map +1 -0
  10. package/dist/lib/types/api/redux/app/scaffolding/openapi-config.d.ts +11 -0
  11. package/dist/lib/types/api/redux/app/scaffolding/openapi-config.d.ts.map +1 -0
  12. package/dist/lib/types/api/redux/app/store.d.ts +4 -0
  13. package/dist/lib/types/api/redux/app/store.d.ts.map +1 -0
  14. package/dist/lib/types/api/redux/provider/index.d.ts +5 -0
  15. package/dist/lib/types/api/redux/provider/index.d.ts.map +1 -0
  16. package/dist/lib/types/apps/auth/tokenProvider/index.d.ts +10 -0
  17. package/dist/lib/types/apps/auth/tokenProvider/index.d.ts.map +1 -0
  18. package/dist/lib/types/apps/auth/useTokens/index.d.ts +3 -0
  19. package/dist/lib/types/apps/auth/useTokens/index.d.ts.map +1 -0
  20. package/dist/lib/types/apps/shared/theme/index.d.ts +2 -0
  21. package/dist/lib/types/apps/shared/theme/index.d.ts.map +1 -0
  22. package/dist/lib/types/components/activity/definitions/utils/index.d.ts +16 -0
  23. package/dist/lib/types/components/activity/definitions/utils/index.d.ts.map +1 -0
  24. package/dist/lib/types/components/form/fields/activityNameSelect/index.d.ts +14 -0
  25. package/dist/lib/types/components/form/fields/activityNameSelect/index.d.ts.map +1 -0
  26. package/dist/lib/types/components/form/fields/activitySourceSelect/index.d.ts +15 -0
  27. package/dist/lib/types/components/form/fields/activitySourceSelect/index.d.ts.map +1 -0
  28. package/dist/lib/types/components/form/fields/rhfAddressSelect/index.d.ts +24 -0
  29. package/dist/lib/types/components/form/fields/rhfAddressSelect/index.d.ts.map +1 -0
  30. package/dist/lib/types/components/form/fields/rhfAutocomplete/index.d.ts +48 -0
  31. package/dist/lib/types/components/form/fields/rhfAutocomplete/index.d.ts.map +1 -0
  32. package/dist/lib/types/components/form/fields/rhfCheckbox/index.d.ts +16 -0
  33. package/dist/lib/types/components/form/fields/rhfCheckbox/index.d.ts.map +1 -0
  34. package/dist/lib/types/components/form/fields/rhfCountrySelect/index.d.ts +10 -0
  35. package/dist/lib/types/components/form/fields/rhfCountrySelect/index.d.ts.map +1 -0
  36. package/dist/lib/types/components/form/fields/rhfCurrencyAmountField/index.d.ts +16 -0
  37. package/dist/lib/types/components/form/fields/rhfCurrencyAmountField/index.d.ts.map +1 -0
  38. package/dist/lib/types/components/form/fields/rhfCurrencyCodeSelect/index.d.ts +10 -0
  39. package/dist/lib/types/components/form/fields/rhfCurrencyCodeSelect/index.d.ts.map +1 -0
  40. package/dist/lib/types/components/form/fields/rhfTextField/index.d.ts +13 -0
  41. package/dist/lib/types/components/form/fields/rhfTextField/index.d.ts.map +1 -0
  42. package/dist/lib/types/components/form/fields/rhfTextMatchInput/index.d.ts +10 -0
  43. package/dist/lib/types/components/form/fields/rhfTextMatchInput/index.d.ts.map +1 -0
  44. package/dist/lib/types/components/form/provider/index.d.ts +10 -0
  45. package/dist/lib/types/components/form/provider/index.d.ts.map +1 -0
  46. package/dist/lib/types/components/form/utils/index.d.ts +39 -0
  47. package/dist/lib/types/components/form/utils/index.d.ts.map +1 -0
  48. package/dist/lib/types/components/form/validation/activityPipelineActivityFilter/index.d.ts +30 -0
  49. package/dist/lib/types/components/form/validation/activityPipelineActivityFilter/index.d.ts.map +1 -0
  50. package/dist/lib/types/components/help/infoTooltip/index.d.ts +5 -0
  51. package/dist/lib/types/components/help/infoTooltip/index.d.ts.map +1 -0
  52. package/dist/lib/types/components/loading-spinner/index.d.ts +5 -0
  53. package/dist/lib/types/components/loading-spinner/index.d.ts.map +1 -0
  54. package/dist/lib/types/components/wizard/heading/index.d.ts +8 -0
  55. package/dist/lib/types/components/wizard/heading/index.d.ts.map +1 -0
  56. package/dist/lib/types/components/wizard/step/actions/index.d.ts +8 -0
  57. package/dist/lib/types/components/wizard/step/actions/index.d.ts.map +1 -0
  58. package/dist/lib/types/components/wizard/step/content/index.d.ts +8 -0
  59. package/dist/lib/types/components/wizard/step/content/index.d.ts.map +1 -0
  60. package/dist/lib/types/components/wizard/step/index.d.ts +7 -0
  61. package/dist/lib/types/components/wizard/step/index.d.ts.map +1 -0
  62. package/dist/lib/types/lib.d.ts +29 -0
  63. package/dist/lib/types/lib.d.ts.map +1 -0
  64. package/dist/lib/types/shared/currencies.d.ts +2 -0
  65. package/dist/lib/types/shared/currencies.d.ts.map +1 -0
  66. package/dist/lib/types/shared/theme/index.d.ts +31 -0
  67. package/dist/lib/types/shared/theme/index.d.ts.map +1 -0
  68. package/dist/lib/types/shared/theme/overrides/MuiButton.d.ts +18 -0
  69. package/dist/lib/types/shared/theme/overrides/MuiButton.d.ts.map +1 -0
  70. package/dist/lib/types/shared/theme/overrides/MuiPopper.d.ts +9 -0
  71. package/dist/lib/types/shared/theme/overrides/MuiPopper.d.ts.map +1 -0
  72. package/dist/lib/types/shared/theme/overrides/index.d.ts +27 -0
  73. package/dist/lib/types/shared/theme/overrides/index.d.ts.map +1 -0
  74. package/dist/lib/types/shared/theme/palette.d.ts +213 -0
  75. package/dist/lib/types/shared/theme/palette.d.ts.map +1 -0
  76. package/dist/lib/types/shared/theme/shape.d.ts +5 -0
  77. package/dist/lib/types/shared/theme/shape.d.ts.map +1 -0
  78. package/dist/lib/types/shared/theme/typography.d.ts +68 -0
  79. package/dist/lib/types/shared/theme/typography.d.ts.map +1 -0
  80. package/dist/lib/types/shared/utils/index.d.ts +5 -0
  81. package/dist/lib/types/shared/utils/index.d.ts.map +1 -0
  82. package/package.json +4 -3
  83. package/LICENSE.md +0 -1
  84. package/README.md +0 -1
@@ -0,0 +1,8 @@
1
+ type Props = {
2
+ title?: string;
3
+ subtitle?: string;
4
+ children: React.ReactNode;
5
+ };
6
+ export declare const SeekaAppWizardStepContent: ({ title, subtitle, children }: Props) => import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/wizard/step/content/index.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACT,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC5B,CAAA;AACD,eAAO,MAAM,yBAAyB,GAAI,+BAA+B,KAAK,4CAgB7E,CAAA"}
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ children?: React.ReactNode;
3
+ loading?: boolean;
4
+ };
5
+ export declare const SeekaAppWizardStep: ({ children, loading }: Props) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/wizard/step/index.tsx"],"names":[],"mappings":"AAGA,KAAK,KAAK,GAAG;IACT,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAA;CACpB,CAAA;AACD,eAAO,MAAM,kBAAkB,GAAI,uBAAuB,KAAK,4CAQ9D,CAAA"}
@@ -0,0 +1,29 @@
1
+ export * from './api/apiResponseHandler';
2
+ export * from './components/form/provider';
3
+ export * from './components/form/fields/rhfAddressSelect';
4
+ export * from './components/form/fields/rhfAutocomplete';
5
+ export * from './components/form/fields/rhfCheckbox';
6
+ export * from './components/form/fields/rhfTextField';
7
+ export * from './components/form/fields/rhfTextMatchInput';
8
+ export * from './components/form/fields/rhfCountrySelect';
9
+ export * from './components/form/fields/rhfCurrencyAmountField';
10
+ export * from './components/form/fields/rhfCurrencyCodeSelect';
11
+ export * from './components/wizard/heading';
12
+ export * from './components/wizard/step';
13
+ export * from './components/loading-spinner';
14
+ export * from './components/help/infoTooltip';
15
+ export * from './components/wizard/step/actions';
16
+ export * from './components/wizard/step/content';
17
+ export * from './components/help/infoTooltip';
18
+ export * from './shared/currencies';
19
+ export * from './shared/utils';
20
+ export * from './apps/shared/theme';
21
+ export * from './api/redux/app/rootReducer';
22
+ export * from './api/redux/app/scaffolding/appApi';
23
+ export * from './api/redux/app/scaffolding/baseApi';
24
+ export * from './api/redux/app/store';
25
+ export * from './api/redux/provider';
26
+ export * from './apps/auth/tokenProvider';
27
+ export * from './apps/auth/useTokens';
28
+ export { default as SeekaBotHappy } from './assets/img/seeka_bot_happy.svg?react';
29
+ //# sourceMappingURL=lib.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../../src/lib.ts"],"names":[],"mappings":"AACA,cAAc,0BAA0B,CAAC;AAEzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2CAA2C,CAAC;AAC1D,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iDAAiD,CAAC;AAChE,cAAc,gDAAgD,CAAC;AAE/D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AAEjD,cAAc,+BAA+B,CAAC;AAE9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AAEpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AAEtC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,wCAAwC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const CurrencyList: string[];
2
+ //# sourceMappingURL=currencies.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currencies.d.ts","sourceRoot":"","sources":["../../../../src/shared/currencies.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,UA4HxB,CAAC"}
@@ -0,0 +1,31 @@
1
+ export declare const successBright = "#5affd8";
2
+ interface Gradient {
3
+ blue: string;
4
+ red: string;
5
+ purple: string;
6
+ }
7
+ declare module "@mui/material/styles/createPalette" {
8
+ interface Palette {
9
+ warning: PaletteColor;
10
+ success: PaletteColor;
11
+ info: PaletteColor;
12
+ gradient: Gradient;
13
+ border: string;
14
+ divider: string;
15
+ }
16
+ interface PaletteOptions {
17
+ warning?: PaletteColorOptions;
18
+ success?: PaletteColorOptions;
19
+ info?: PaletteColorOptions;
20
+ }
21
+ }
22
+ export declare const breakpointValues: {
23
+ xs: number;
24
+ sm: number;
25
+ md: number;
26
+ lg: number;
27
+ xl: number;
28
+ };
29
+ export declare const MaterialUiThemeCore: import("@mui/material").Theme;
30
+ export {};
31
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/shared/theme/index.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,aAAa,YAAY,CAAA;AAEtC,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;CACf;AAED,OAAO,QAAQ,oCAAoC,CAAC;IAClD,UAAU,OAAO;QACf,OAAO,EAAE,YAAY,CAAA;QACrB,OAAO,EAAE,YAAY,CAAA;QACrB,IAAI,EAAE,YAAY,CAAA;QAClB,QAAQ,EAAE,QAAQ,CAAA;QAClB,MAAM,EAAE,MAAM,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB;IACD,UAAU,cAAc;QACtB,OAAO,CAAC,EAAE,mBAAmB,CAAA;QAC7B,OAAO,CAAC,EAAE,mBAAmB,CAAA;QAC7B,IAAI,CAAC,EAAE,mBAAmB,CAAA;KAC3B;CACF;AAcD,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAA;AAED,eAAO,MAAM,mBAAmB,+BAsC9B,CAAA"}
@@ -0,0 +1,18 @@
1
+ declare const _default: {
2
+ defaultProps: {
3
+ disableElevation: boolean;
4
+ };
5
+ styleOverrides: {
6
+ root: () => {
7
+ textTransform: any;
8
+ padding: string;
9
+ lineHeight: string;
10
+ fontWeight: number;
11
+ fontSize: string;
12
+ borderRadius: string;
13
+ whiteSpace: any;
14
+ };
15
+ };
16
+ };
17
+ export default _default;
18
+ //# sourceMappingURL=MuiButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MuiButton.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/theme/overrides/MuiButton.ts"],"names":[],"mappings":";;;;;;2BAMkC,GAAG;;;;;;wBAMP,GAAG;;;;AAZjC,wBAeC"}
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ styleOverrides: {
3
+ root: () => {
4
+ zIndex: string;
5
+ };
6
+ };
7
+ };
8
+ export default _default;
9
+ //# sourceMappingURL=MuiPopper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MuiPopper.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/theme/overrides/MuiPopper.ts"],"names":[],"mappings":";;;;;;;AAAA,wBAMC"}
@@ -0,0 +1,27 @@
1
+ declare const overrides: {
2
+ MuiButton: {
3
+ defaultProps: {
4
+ disableElevation: boolean;
5
+ };
6
+ styleOverrides: {
7
+ root: () => {
8
+ textTransform: any;
9
+ padding: string;
10
+ lineHeight: string;
11
+ fontWeight: number;
12
+ fontSize: string;
13
+ borderRadius: string;
14
+ whiteSpace: any;
15
+ };
16
+ };
17
+ };
18
+ MuiPopper: {
19
+ styleOverrides: {
20
+ root: () => {
21
+ zIndex: string;
22
+ };
23
+ };
24
+ };
25
+ };
26
+ export default overrides;
27
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/theme/overrides/index.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,213 @@
1
+ declare const _default: {
2
+ common: {
3
+ black: string;
4
+ white: string;
5
+ neutral: string;
6
+ muted: string;
7
+ };
8
+ primary: {
9
+ contrastText: string;
10
+ main: string;
11
+ light: string;
12
+ dark: string;
13
+ };
14
+ secondary: {
15
+ contrastText: string;
16
+ main: string;
17
+ light: string;
18
+ dark: string;
19
+ };
20
+ success: {
21
+ contrastText: string;
22
+ main: string;
23
+ light: string;
24
+ dark: string;
25
+ };
26
+ info: {
27
+ contrastText: string;
28
+ main: string;
29
+ light: string;
30
+ dark: string;
31
+ };
32
+ warning: {
33
+ contrastText: string;
34
+ main: string;
35
+ light: string;
36
+ dark: string;
37
+ };
38
+ error: {
39
+ contrastText: string;
40
+ main: string;
41
+ light: string;
42
+ dark: string;
43
+ };
44
+ text: {
45
+ primary: string;
46
+ secondary: string;
47
+ disabled: string;
48
+ };
49
+ gradient: {
50
+ red: string;
51
+ blue: string;
52
+ purple: string;
53
+ };
54
+ background: {
55
+ default: string;
56
+ dark: string;
57
+ paper: string;
58
+ };
59
+ brand: {
60
+ facebook: {
61
+ backgroundColor: string;
62
+ color: string;
63
+ };
64
+ google: {
65
+ backgroundColor: string;
66
+ color: string;
67
+ };
68
+ messenger: {
69
+ backgroundColor: string;
70
+ color: string;
71
+ };
72
+ email: {
73
+ backgroundColor: string;
74
+ color: string;
75
+ };
76
+ sms: {
77
+ backgroundColor: string;
78
+ color: string;
79
+ };
80
+ wallet: {
81
+ backgroundColor: string;
82
+ color: string;
83
+ };
84
+ ticketrev: {
85
+ backgroundColor: string;
86
+ color: string;
87
+ };
88
+ manychat: {
89
+ backgroundColor: string;
90
+ color: string;
91
+ };
92
+ zenGlobal: {
93
+ backgroundColor: string;
94
+ color: string;
95
+ };
96
+ omnichannel: {
97
+ backgroundColor: string;
98
+ color: string;
99
+ };
100
+ oneTimeCampaign: {
101
+ backgroundColor: string;
102
+ color: string;
103
+ };
104
+ automatedCampaign: {
105
+ backgroundColor: string;
106
+ color: string;
107
+ };
108
+ enrichmentCampaign: {
109
+ backgroundColor: string;
110
+ color: string;
111
+ };
112
+ acquisitionCampaign: {
113
+ backgroundColor: string;
114
+ color: string;
115
+ };
116
+ webhook: {
117
+ backgroundColor: string;
118
+ color: string;
119
+ };
120
+ wait: {
121
+ backgroundColor: string;
122
+ color: string;
123
+ };
124
+ goal: {
125
+ backgroundColor: string;
126
+ color: string;
127
+ };
128
+ stage: {
129
+ backgroundColor: string;
130
+ color: string;
131
+ };
132
+ note: {
133
+ backgroundColor: string;
134
+ color: string;
135
+ };
136
+ conditionalSplit: {
137
+ backgroundColor: string;
138
+ color: string;
139
+ };
140
+ outboundDirection: {
141
+ backgroundColor: string;
142
+ color: string;
143
+ };
144
+ inboundDirection: {
145
+ backgroundColor: string;
146
+ color: string;
147
+ };
148
+ omniDirection: {
149
+ backgroundColor: string;
150
+ color: string;
151
+ };
152
+ };
153
+ converge: {
154
+ shopify: {
155
+ backgroundColor: string;
156
+ color: string;
157
+ };
158
+ woocommerce: {
159
+ backgroundColor: string;
160
+ color: string;
161
+ };
162
+ zapier: {
163
+ backgroundColor: string;
164
+ color: string;
165
+ };
166
+ bigcommerce: {
167
+ backgroundColor: string;
168
+ color: string;
169
+ };
170
+ wordpress: {
171
+ backgroundColor: string;
172
+ color: string;
173
+ };
174
+ oztix: {
175
+ backgroundColor: string;
176
+ color: string;
177
+ };
178
+ scriptTag: {
179
+ backgroundColor: string;
180
+ color: string;
181
+ };
182
+ };
183
+ convergeDestination: {
184
+ facebook: {
185
+ backgroundColor: string;
186
+ color: string;
187
+ };
188
+ googleAds: {
189
+ backgroundColor: string;
190
+ color: string;
191
+ };
192
+ googleAnalytics: {
193
+ backgroundColor: string;
194
+ color: string;
195
+ };
196
+ snapchat: {
197
+ backgroundColor: string;
198
+ color: string;
199
+ };
200
+ pinterest: {
201
+ backgroundColor: string;
202
+ color: string;
203
+ };
204
+ tiktok: {
205
+ backgroundColor: string;
206
+ color: string;
207
+ };
208
+ };
209
+ border: string;
210
+ divider: string;
211
+ };
212
+ export default _default;
213
+ //# sourceMappingURL=palette.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../../../../src/shared/theme/palette.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAkNC"}
@@ -0,0 +1,5 @@
1
+ declare const _default: {
2
+ borderRadius: number;
3
+ };
4
+ export default _default;
5
+ //# sourceMappingURL=shape.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shape.d.ts","sourceRoot":"","sources":["../../../../../src/shared/theme/shape.ts"],"names":[],"mappings":";;;AAAA,wBAEC"}
@@ -0,0 +1,68 @@
1
+ declare const _default: {
2
+ h1: {
3
+ color: string;
4
+ fontWeight: number;
5
+ fontSize: string;
6
+ lineHeight: string;
7
+ };
8
+ h2: {
9
+ color: string;
10
+ fontWeight: number;
11
+ lineHeight: string;
12
+ fontSize: string;
13
+ };
14
+ h3: {
15
+ color: string;
16
+ fontWeight: number;
17
+ lineHeight: string;
18
+ fontSize: string;
19
+ };
20
+ h4: {
21
+ color: string;
22
+ fontWeight: number;
23
+ fontSize: string;
24
+ };
25
+ h5: {
26
+ color: string;
27
+ fontWeight: number;
28
+ fontSize: string;
29
+ };
30
+ h6: {
31
+ color: string;
32
+ fontWeight: number;
33
+ fontSize: string;
34
+ };
35
+ subtitle1: {
36
+ color: string;
37
+ fontSize: string;
38
+ lineHeight: string;
39
+ };
40
+ subtitle2: {
41
+ color: string;
42
+ fontSize: string;
43
+ letterSpacing: number;
44
+ lineHeight: string;
45
+ };
46
+ body1: {
47
+ color: string;
48
+ fontSize: string;
49
+ lineHeight: string;
50
+ fontWeight: number;
51
+ };
52
+ body2: {
53
+ color: string;
54
+ fontSize: string;
55
+ lineHeight: string;
56
+ };
57
+ button: {
58
+ color: string;
59
+ fontSize: string;
60
+ };
61
+ caption: {
62
+ color: string;
63
+ fontSize: string;
64
+ lineHeight: string;
65
+ };
66
+ };
67
+ export default _default;
68
+ //# sourceMappingURL=typography.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../src/shared/theme/typography.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,wBAsEC"}
@@ -0,0 +1,5 @@
1
+ export declare function sentenceCase(str: string): string;
2
+ export declare function sentenceCaseWithLowercase(str: string): string;
3
+ export declare function sendSeekaCoreAppCommand(commandName: 'appsList' | 'dashboard'): void;
4
+ export declare const parentFrameOrigin: string;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/shared/utils/index.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,UAEvC;AAED,wBAAgB,yBAAyB,CAAC,GAAG,EAAE,MAAM,UAIpD;AAED,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,UAAU,GAAG,WAAW,QAG5E;AAED,eAAO,MAAM,iBAAiB,EAA+D,MAAM,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-labs/sdk-apps-react",
3
- "version": "3.2.3",
3
+ "version": "3.3.2",
4
4
  "description": "Seeka - Apps SDK - React",
5
5
  "author": "SEEKA <platform@seeka.co>",
6
6
  "license": "MIT",
@@ -40,6 +40,7 @@
40
40
  "scripts": {
41
41
  "clean": "rimraf build package dist",
42
42
  "typecheck": "tsc --noEmit",
43
+ "build:ci": "yarn run build",
43
44
  "build": "yarn esbuild src/lib.ts --outfile=dist/lib/sdk-apps-react.module.js --bundle --analyze --platform=browser --format=esm --packages=external --minify --loader:.svg=dataurl && yarn tsc --emitDeclarationOnly && yarn postbuild:fix-dts",
44
45
  "dev": "yarn tsc --emitDeclarationOnly && yarn postbuild:fix-dts && yarn esbuild src/lib.ts --outfile=dist/lib/sdk-apps-react.module.js --bundle --analyze --platform=browser --format=esm --packages=external --sourcemap --loader:.svg=dataurl",
45
46
  "refreshapi:local": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 SCHEMA_HOST=https://172.22.160.1:22744 npx @rtk-query/codegen-openapi src/api/redux/app/scaffolding/openapi-config.js",
@@ -59,7 +60,7 @@
59
60
  "@mui/system": "^7.3.6",
60
61
  "@reduxjs/toolkit": "^2.11.2",
61
62
  "@rtk-query/codegen-openapi": "^2.2.0",
62
- "@seeka-labs/sdk-apps-core": "^3.2.3",
63
+ "@seeka-labs/sdk-apps-core": "3.3.2",
63
64
  "@types/autosuggest-highlight": "^3.2.3",
64
65
  "@types/lodash-es": "^4.17.12",
65
66
  "@types/luxon": "^3.7.1",
@@ -80,7 +81,7 @@
80
81
  "rimraf": "^6.1.2",
81
82
  "typescript": "^5"
82
83
  },
83
- "gitHead": "2e406e463088cdf6ccdb2e2b15eb35c369b729c0",
84
+ "gitHead": "7bdfa73d8fd888cf89d5469f161dd4109172f39a",
84
85
  "dependencies": {
85
86
  "autosuggest-highlight": "^3.3.4"
86
87
  }
package/LICENSE.md DELETED
@@ -1 +0,0 @@
1
- No license
package/README.md DELETED
@@ -1 +0,0 @@
1
- # `@seeka-labs/sdk-apps-react`