@4alldigital/foundation-ui--gamma 1.44.1 → 1.44.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './ListItem';
|
|
@@ -13,6 +13,7 @@ export { default as Label } from './Label';
|
|
|
13
13
|
export { default as Link } from './Link';
|
|
14
14
|
export { default as List } from './List';
|
|
15
15
|
export { default as Logo } from './Logo';
|
|
16
|
+
export { default as ListItem } from './ListItem';
|
|
16
17
|
export { default as Notice } from './Notice';
|
|
17
18
|
export { default as Radio } from './Radio';
|
|
18
19
|
export { default as Switch } from './Switch';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--gamma",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.2",
|
|
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": "
|
|
42
|
+
"gitHead": "e3cf200bca25997dad1ba2cfad9b2ae3c4867b8a",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@elastic/datemath": "^5.0.3",
|
|
45
45
|
"@elastic/react-search-ui": "^1.21.1",
|