@4alldigital/foundation-ui--gamma 1.53.8 → 1.55.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 (29) hide show
  1. package/dist/foundation-ui.css +1 -1
  2. package/dist/index.esm.js +2 -2
  3. package/dist/index.js +2 -2
  4. package/dist/types/packages/default/theme/styles/buttons/buttons.themes.d.ts +3 -1
  5. package/dist/types/packages/default/theme/styles/settings/settings.themes.d.ts +39 -0
  6. package/dist/types/packages/gamma/theme/index.d.ts +42 -0
  7. package/dist/types/packages/gamma/theme/styles/buttons/buttons.themes.d.ts +3 -0
  8. package/dist/types/packages/gamma/theme/styles/settings/settings.themes.d.ts +39 -0
  9. package/package.json +2 -2
  10. package/dist/types/lib/features/Search/views/Sidebar/Sidebar.d.ts +0 -8
  11. package/dist/types/lib/features/Search/views/Sidebar/Sidebar.types.d.ts +0 -3
  12. package/dist/types/lib/features/Search/views/Sidebar/index.d.ts +0 -1
  13. package/dist/types/lib/setupTests.d.ts +0 -1
  14. package/dist/types/lib/stories/Page.d.ts +0 -6
  15. package/dist/types/packages/alpha/src/index.d.ts +0 -4
  16. package/dist/types/packages/alpha/theme/index.d.ts +0 -116
  17. package/dist/types/packages/alpha/theme/styles/buttons/buttons.themes.d.ts +0 -4
  18. package/dist/types/packages/alpha/theme/styles/colors/colors.themes.d.ts +0 -2
  19. package/dist/types/packages/alpha/theme/styles/fonts/fonts.themes.d.ts +0 -9
  20. package/dist/types/packages/alpha/theme/styles/settings/settings.themes.d.ts +0 -245
  21. package/dist/types/packages/beta/src/index.d.ts +0 -3
  22. package/dist/types/packages/beta/theme/index.d.ts +0 -116
  23. package/dist/types/packages/beta/theme/styles/buttons/buttons.themes.d.ts +0 -4
  24. package/dist/types/packages/beta/theme/styles/colors/colors.themes.d.ts +0 -2
  25. package/dist/types/packages/beta/theme/styles/fonts/fonts.themes.d.ts +0 -9
  26. package/dist/types/packages/beta/theme/styles/settings/settings.themes.d.ts +0 -246
  27. package/dist/types/packages/default/src/index.d.ts +0 -4
  28. package/dist/types/packages/default/theme/index.d.ts +0 -116
  29. package/dist/types/packages/default/theme/styles/cards/cards.themes.d.ts +0 -7
@@ -1,4 +1,6 @@
1
1
  declare const buttons: {
2
- raised: boolean;
2
+ borderRadius: {
3
+ btnBorderRadius: string;
4
+ };
3
5
  };
4
6
  export default buttons;
@@ -240,6 +240,45 @@ declare const settings: {
240
240
  searchLayout: string;
241
241
  searchLayoutWithSidebar: string;
242
242
  };
243
+ colors: {};
244
+ spacing: {};
245
+ borderRadius: {
246
+ exampleRadius: string;
247
+ };
248
+ fontFamily: {};
249
+ fontSize: {};
250
+ fontWeight: {};
251
+ lineHeight: {};
252
+ letterSpacing: {};
253
+ width: {};
254
+ height: {};
255
+ maxWidth: {};
256
+ maxHeight: {};
257
+ minWidth: {};
258
+ minHeight: {};
259
+ padding: {};
260
+ margin: {};
261
+ zIndex: {};
262
+ opacity: {};
263
+ boxShadow: {};
264
+ backgroundImage: {};
265
+ backgroundSize: {};
266
+ backgroundPosition: {};
267
+ backgroundColor: {};
268
+ borderWidth: {};
269
+ borderColor: {};
270
+ borderOpacity: {};
271
+ borderStyle: {};
272
+ divideWidth: {};
273
+ divideColor: {};
274
+ divideOpacity: {};
275
+ animation: {};
276
+ keyframes: {};
277
+ screens: {};
278
+ aspectRatio: {};
279
+ transitionTimingFunction: {};
280
+ transitionDelay: {};
281
+ transitionDuration: {};
243
282
  };
244
283
  };
245
284
  export default settings;
@@ -62,6 +62,9 @@ declare const theme: {
62
62
  };
63
63
  buttons: {
64
64
  raised: boolean;
65
+ borderRadius: {
66
+ btnBorderRadius: string;
67
+ };
65
68
  };
66
69
  screens: {
67
70
  sm: string;
@@ -111,6 +114,45 @@ declare const theme: {
111
114
  searchLayout: string;
112
115
  searchLayoutWithSidebar: string;
113
116
  };
117
+ colors: {};
118
+ spacing: {};
119
+ borderRadius: {
120
+ exampleRadius: string;
121
+ };
122
+ fontFamily: {};
123
+ fontSize: {};
124
+ fontWeight: {};
125
+ lineHeight: {};
126
+ letterSpacing: {};
127
+ width: {};
128
+ height: {};
129
+ maxWidth: {};
130
+ maxHeight: {};
131
+ minWidth: {};
132
+ minHeight: {};
133
+ padding: {};
134
+ margin: {};
135
+ zIndex: {};
136
+ opacity: {};
137
+ boxShadow: {};
138
+ backgroundImage: {};
139
+ backgroundSize: {};
140
+ backgroundPosition: {};
141
+ backgroundColor: {};
142
+ borderWidth: {};
143
+ borderColor: {};
144
+ borderOpacity: {};
145
+ borderStyle: {};
146
+ divideWidth: {};
147
+ divideColor: {};
148
+ divideOpacity: {};
149
+ animation: {};
150
+ keyframes: {};
151
+ screens: {};
152
+ aspectRatio: {};
153
+ transitionTimingFunction: {};
154
+ transitionDelay: {};
155
+ transitionDuration: {};
114
156
  };
115
157
  };
116
158
  export default theme;
@@ -1,4 +1,7 @@
1
1
  declare const buttons: {
2
2
  raised: boolean;
3
+ borderRadius: {
4
+ btnBorderRadius: string;
5
+ };
3
6
  };
4
7
  export default buttons;
@@ -251,6 +251,45 @@ declare const settings: {
251
251
  searchLayout: string;
252
252
  searchLayoutWithSidebar: string;
253
253
  };
254
+ colors: {};
255
+ spacing: {};
256
+ borderRadius: {
257
+ exampleRadius: string;
258
+ };
259
+ fontFamily: {};
260
+ fontSize: {};
261
+ fontWeight: {};
262
+ lineHeight: {};
263
+ letterSpacing: {};
264
+ width: {};
265
+ height: {};
266
+ maxWidth: {};
267
+ maxHeight: {};
268
+ minWidth: {};
269
+ minHeight: {};
270
+ padding: {};
271
+ margin: {};
272
+ zIndex: {};
273
+ opacity: {};
274
+ boxShadow: {};
275
+ backgroundImage: {};
276
+ backgroundSize: {};
277
+ backgroundPosition: {};
278
+ backgroundColor: {};
279
+ borderWidth: {};
280
+ borderColor: {};
281
+ borderOpacity: {};
282
+ borderStyle: {};
283
+ divideWidth: {};
284
+ divideColor: {};
285
+ divideOpacity: {};
286
+ animation: {};
287
+ keyframes: {};
288
+ screens: {};
289
+ aspectRatio: {};
290
+ transitionTimingFunction: {};
291
+ transitionDelay: {};
292
+ transitionDuration: {};
254
293
  };
255
294
  };
256
295
  export default settings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.53.8",
3
+ "version": "1.55.0",
4
4
  "description": "Foundation UI Component library with GAMMA theme. ",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -39,7 +39,7 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "4e3bc8cb04370e10e734969d81fee51804945397",
42
+ "gitHead": "2a67ac52e2b1196c640262ce47fba44d21bb8d99",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.5",
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { Props } from './Sidebar.types';
3
- declare const Sidebar: {
4
- ({ foo }: Props): React.ReactElement;
5
- displayName: string;
6
- };
7
- export default Sidebar;
8
- export type { Props };
@@ -1,3 +0,0 @@
1
- export interface Props {
2
- foo: string;
3
- }
@@ -1 +0,0 @@
1
- export { default } from './Sidebar';
@@ -1 +0,0 @@
1
- import '@testing-library/jest-dom';
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- type Props = {
3
- children: React.ReactNode;
4
- };
5
- export declare const Page: ({ children }: Props) => React.ReactElement;
6
- export {};
@@ -1,4 +0,0 @@
1
- import '../theme/base.css';
2
- import '../theme/fonts.css';
3
- export * from '../../../lib';
4
- export { default as theme } from '../theme';
@@ -1,116 +0,0 @@
1
- declare const theme: {
2
- colors: any;
3
- fontFamily: {
4
- body: string[];
5
- heading: string[];
6
- sans: string[];
7
- serif: string[];
8
- mono: string[];
9
- display: string[];
10
- };
11
- fontSize: {
12
- xs: (string | {
13
- lineHeight: string;
14
- })[];
15
- sm: (string | {
16
- lineHeight: string;
17
- })[];
18
- base: (string | {
19
- lineHeight: string;
20
- })[];
21
- lg: (string | {
22
- lineHeight: string;
23
- })[];
24
- xl: (string | {
25
- lineHeight: string;
26
- })[];
27
- '2xl': (string | {
28
- lineHeight: string;
29
- })[];
30
- '3xl': (string | {
31
- lineHeight: string;
32
- })[];
33
- '4xl': (string | {
34
- lineHeight: string;
35
- })[];
36
- '5xl': (string | {
37
- lineHeight: string;
38
- })[];
39
- '6xl': (string | {
40
- lineHeight: string;
41
- })[];
42
- '7xl': (string | {
43
- lineHeight: string;
44
- })[];
45
- '8xl': (string | {
46
- lineHeight: string;
47
- })[];
48
- '9xl': (string | {
49
- lineHeight: string;
50
- })[];
51
- };
52
- fontWeight: {
53
- light: string;
54
- normal: string;
55
- bold: string;
56
- thin: string;
57
- extralight: string;
58
- medium: string;
59
- semibold: string;
60
- extrabold: string;
61
- black: string;
62
- };
63
- buttons: {
64
- raised: boolean;
65
- };
66
- screens: {
67
- sm: string;
68
- md: string;
69
- lg: string;
70
- xl: string;
71
- };
72
- borderRadius: {
73
- none: string;
74
- sm: string;
75
- DEFAULT: string;
76
- md: string;
77
- lg: string;
78
- xl: string;
79
- '2xl': string;
80
- '3xl': string;
81
- full: string;
82
- };
83
- spacing: {
84
- px: string;
85
- 0: string;
86
- 1: string;
87
- 2: string;
88
- 3: string;
89
- 4: string;
90
- 5: string;
91
- 6: string;
92
- 8: string;
93
- 10: string;
94
- 11: string;
95
- 12: string;
96
- 16: string;
97
- 20: string;
98
- 24: string;
99
- 32: string;
100
- 40: string;
101
- 48: string;
102
- 56: string;
103
- 64: string;
104
- 128: string;
105
- };
106
- extend: {
107
- gridTemplateColumns: {
108
- headerMd: string;
109
- headerSd: string;
110
- headerXs: string;
111
- searchLayout: string;
112
- searchLayoutWithSidebar: string;
113
- };
114
- };
115
- };
116
- export default theme;
@@ -1,4 +0,0 @@
1
- declare const buttons: {
2
- raised: boolean;
3
- };
4
- export default buttons;
@@ -1,2 +0,0 @@
1
- declare const colors: any;
2
- export default colors;
@@ -1,9 +0,0 @@
1
- declare const fonts: {
2
- body: string[];
3
- heading: string[];
4
- sans: string[];
5
- serif: string[];
6
- mono: string[];
7
- display: string[];
8
- };
9
- export default fonts;
@@ -1,245 +0,0 @@
1
- declare const settings: {
2
- fontWeight: {
3
- light: string;
4
- normal: string;
5
- bold: string;
6
- thin: string;
7
- extralight: string;
8
- medium: string;
9
- semibold: string;
10
- extrabold: string;
11
- black: string;
12
- };
13
- colors: {
14
- white: string;
15
- black: string;
16
- primary: string;
17
- secondary: string;
18
- tertiary: string;
19
- accent: string;
20
- neutral: string;
21
- info: string;
22
- success: string;
23
- warning: string;
24
- error: string;
25
- opacityDark10: string;
26
- opacityDark20: string;
27
- opacityDark30: string;
28
- opacityDark40: string;
29
- opacityDark50: string;
30
- opacityDark60: string;
31
- opacityDark70: string;
32
- opacityDark80: string;
33
- opacityDark90: string;
34
- opacityLight10: string;
35
- opacityLight20: string;
36
- opacityLight30: string;
37
- opacityLight40: string;
38
- opacityLight50: string;
39
- opacityLight60: string;
40
- opacityLight70: string;
41
- opacityLight80: string;
42
- opacityLight90: string;
43
- primary50: string;
44
- primary100: string;
45
- primary200: string;
46
- primary300: string;
47
- primary400: string;
48
- primary500: string;
49
- primary600: string;
50
- primary700: string;
51
- primary800: string;
52
- primary900: string;
53
- secondary50: string;
54
- secondary100: string;
55
- secondary200: string;
56
- secondary300: string;
57
- secondary400: string;
58
- secondary500: string;
59
- secondary600: string;
60
- secondary700: string;
61
- secondary800: string;
62
- secondary900: string;
63
- tertiary50: string;
64
- tertiary100: string;
65
- tertiary200: string;
66
- tertiary300: string;
67
- tertiary400: string;
68
- tertiary500: string;
69
- tertiary600: string;
70
- tertiary700: string;
71
- tertiary800: string;
72
- tertiary900: string;
73
- accent50: string;
74
- accent100: string;
75
- accent200: string;
76
- accent300: string;
77
- accent400: string;
78
- accent500: string;
79
- accent600: string;
80
- accent700: string;
81
- accent800: string;
82
- accent900: string;
83
- neutral50: string;
84
- neutral100: string;
85
- neutral200: string;
86
- neutral300: string;
87
- neutral400: string;
88
- neutral500: string;
89
- neutral600: string;
90
- neutral700: string;
91
- neutral800: string;
92
- neutral900: string;
93
- info50: string;
94
- info100: string;
95
- info200: string;
96
- info300: string;
97
- info400: string;
98
- info500: string;
99
- info600: string;
100
- info700: string;
101
- info800: string;
102
- info900: string;
103
- success50: string;
104
- success100: string;
105
- success200: string;
106
- success300: string;
107
- success400: string;
108
- success500: string;
109
- success600: string;
110
- success700: string;
111
- success800: string;
112
- success900: string;
113
- warning50: string;
114
- warning100: string;
115
- warning200: string;
116
- warning300: string;
117
- warning400: string;
118
- warning500: string;
119
- warning600: string;
120
- warning700: string;
121
- warning800: string;
122
- warning900: string;
123
- error50: string;
124
- error100: string;
125
- error200: string;
126
- error300: string;
127
- error400: string;
128
- error500: string;
129
- error600: string;
130
- error700: string;
131
- error800: string;
132
- error900: string;
133
- grey50: string;
134
- grey100: string;
135
- grey200: string;
136
- grey300: string;
137
- grey400: string;
138
- grey500: string;
139
- grey600: string;
140
- grey700: string;
141
- grey800: string;
142
- grey900: string;
143
- purple50: string;
144
- purple100: string;
145
- purple200: string;
146
- purple300: string;
147
- purple400: string;
148
- purple500: string;
149
- purple600: string;
150
- purple700: string;
151
- purple800: string;
152
- purple900: string;
153
- };
154
- screens: {
155
- sm: string;
156
- md: string;
157
- lg: string;
158
- xl: string;
159
- };
160
- spacing: {
161
- px: string;
162
- 0: string;
163
- 1: string;
164
- 2: string;
165
- 3: string;
166
- 4: string;
167
- 5: string;
168
- 6: string;
169
- 8: string;
170
- 10: string;
171
- 11: string;
172
- 12: string;
173
- 16: string;
174
- 20: string;
175
- 24: string;
176
- 32: string;
177
- 40: string;
178
- 48: string;
179
- 56: string;
180
- 64: string;
181
- 128: string;
182
- };
183
- borderRadius: {
184
- none: string;
185
- sm: string;
186
- DEFAULT: string;
187
- md: string;
188
- lg: string;
189
- xl: string;
190
- '2xl': string;
191
- '3xl': string;
192
- full: string;
193
- };
194
- fontSize: {
195
- xs: (string | {
196
- lineHeight: string;
197
- })[];
198
- sm: (string | {
199
- lineHeight: string;
200
- })[];
201
- base: (string | {
202
- lineHeight: string;
203
- })[];
204
- lg: (string | {
205
- lineHeight: string;
206
- })[];
207
- xl: (string | {
208
- lineHeight: string;
209
- })[];
210
- '2xl': (string | {
211
- lineHeight: string;
212
- })[];
213
- '3xl': (string | {
214
- lineHeight: string;
215
- })[];
216
- '4xl': (string | {
217
- lineHeight: string;
218
- })[];
219
- '5xl': (string | {
220
- lineHeight: string;
221
- })[];
222
- '6xl': (string | {
223
- lineHeight: string;
224
- })[];
225
- '7xl': (string | {
226
- lineHeight: string;
227
- })[];
228
- '8xl': (string | {
229
- lineHeight: string;
230
- })[];
231
- '9xl': (string | {
232
- lineHeight: string;
233
- })[];
234
- };
235
- extend: {
236
- gridTemplateColumns: {
237
- headerMd: string;
238
- headerSd: string;
239
- headerXs: string;
240
- searchLayout: string;
241
- searchLayoutWithSidebar: string;
242
- };
243
- };
244
- };
245
- export default settings;
@@ -1,3 +0,0 @@
1
- import '../theme/base.css';
2
- export * from '../../../lib';
3
- export { default as theme } from '../theme';