@4alldigital/foundation-ui--gamma 1.40.0 → 1.41.1

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 (28) hide show
  1. package/dist/foundation-ui.css +1 -1
  2. package/dist/index.esm.js +173 -72
  3. package/dist/index.js +172 -70
  4. package/dist/types/fui/components/Container/Container.d.ts +1 -1
  5. package/dist/types/fui/components/Container/Container.types.d.ts +1 -0
  6. package/dist/types/fui/components/Hero/Hero.types.d.ts +10 -0
  7. package/dist/types/fui/components/HtmlContent/HtmlContent.d.ts +8 -0
  8. package/dist/types/fui/components/HtmlContent/HtmlContent.types.d.ts +6 -0
  9. package/dist/types/fui/components/HtmlContent/index.d.ts +1 -0
  10. package/dist/types/fui/components/PanelCards/PanelCards.d.ts +1 -1
  11. package/dist/types/fui/components/PanelCards/PanelCards.types.d.ts +2 -0
  12. package/dist/types/fui/components/PanelFeature/PanelFeature.d.ts +1 -1
  13. package/dist/types/fui/components/PanelFeature/PanelFeature.types.d.ts +3 -1
  14. package/dist/types/fui/components/PanelHero/PanelHero.d.ts +1 -1
  15. package/dist/types/fui/components/PanelHero/PanelHero.types.d.ts +5 -1
  16. package/dist/types/fui/components/PanelProduct/PanelProduct.d.ts +1 -1
  17. package/dist/types/fui/components/PanelProduct/PanelProduct.types.d.ts +2 -0
  18. package/dist/types/fui/components/PanelVideo/PanelVideo.d.ts +1 -1
  19. package/dist/types/fui/components/PanelVideo/PanelVideo.types.d.ts +2 -0
  20. package/dist/types/fui/components/Video/Video.d.ts +1 -1
  21. package/dist/types/fui/components/Video/Video.types.d.ts +1 -0
  22. package/dist/types/fui/components/index.d.ts +2 -0
  23. package/dist/types/fui/utils/htmlParser/index.d.ts +3 -0
  24. package/dist/types/packages/alpha/theme/styles/settings/settings.themes.d.ts +10 -0
  25. package/dist/types/packages/beta/theme/styles/settings/settings.themes.d.ts +10 -0
  26. package/dist/types/packages/default/theme/styles/settings/settings.themes.d.ts +10 -0
  27. package/dist/types/packages/gamma/theme/styles/settings/settings.themes.d.ts +10 -0
  28. package/package.json +3 -2
@@ -130,6 +130,16 @@ declare const settings: {
130
130
  grey700: string;
131
131
  grey800: string;
132
132
  grey900: string;
133
+ purple50: string;
134
+ purple100: string;
135
+ purple200: string;
136
+ purple300: string;
137
+ purple400: string;
138
+ purple500: string;
139
+ purple600: string;
140
+ purple700: string;
141
+ purple800: string;
142
+ purple900: string;
133
143
  };
134
144
  borderRadius: {
135
145
  none: string;
@@ -129,6 +129,16 @@ declare const settings: {
129
129
  grey700: string;
130
130
  grey800: string;
131
131
  grey900: string;
132
+ purple50: string;
133
+ purple100: string;
134
+ purple200: string;
135
+ purple300: string;
136
+ purple400: string;
137
+ purple500: string;
138
+ purple600: string;
139
+ purple700: string;
140
+ purple800: string;
141
+ purple900: string;
132
142
  };
133
143
  screens: {
134
144
  sm: string;
@@ -140,6 +140,16 @@ declare const settings: {
140
140
  grey700: string;
141
141
  grey800: string;
142
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;
143
153
  };
144
154
  borderRadius: {
145
155
  none: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4alldigital/foundation-ui--gamma",
3
- "version": "1.40.0",
3
+ "version": "1.41.1",
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": "81bde0ddd0db2efa0e1be3b731aa9917f37a4151",
42
+ "gitHead": "c7a9bbde6ae348f40758b3c5e16ddf96cc2a0b64",
43
43
  "dependencies": {
44
44
  "@elastic/datemath": "^5.0.3",
45
45
  "@elastic/react-search-ui": "^1.21.1",
@@ -61,6 +61,7 @@
61
61
  "filter-invalid-dom-props": "^3.0.1",
62
62
  "framer-motion": "^11.1.9",
63
63
  "history": "^5.3.0",
64
+ "html-react-parser": "^5.1.10",
64
65
  "next": "^14.1.4",
65
66
  "rc-pagination": "^4.0.4",
66
67
  "react": "^18.2.0",