@digigov/ui 0.35.6-28c68d3d → 0.35.6-844e462f
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.
|
@@ -12,7 +12,6 @@ export var KitchensinkByCategory = function KitchensinkByCategory(_ref) {
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
var name = componentStories["default"].displayName;
|
|
15
|
-
console.log('componentStories', componentStories, 'stories', stories);
|
|
16
15
|
|
|
17
16
|
if (!name) {
|
|
18
17
|
throw new Error("no name was found for ".concat(componentStoriesKey));
|
package/esm/index.js
CHANGED
|
@@ -12,7 +12,6 @@ export var KitchensinkByCategory = function KitchensinkByCategory(_ref) {
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
var name = componentStories["default"].displayName;
|
|
15
|
-
console.log('componentStories', componentStories, 'stories', stories);
|
|
16
15
|
|
|
17
16
|
if (!name) {
|
|
18
17
|
throw new Error("no name was found for ".concat(componentStoriesKey));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/ui",
|
|
3
|
-
"version": "0.35.6-
|
|
3
|
+
"version": "0.35.6-844e462f",
|
|
4
4
|
"description": "@digigov reusable components toolkit",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"google-libphonenumber": "3.2.8",
|
|
12
|
-
"@uides/react-qr-reader": "2.3.1
|
|
12
|
+
"@uides/react-qr-reader": "2.3.1",
|
|
13
13
|
"react-query": "2.26.4",
|
|
14
14
|
"yup": "0.32.11",
|
|
15
15
|
"publint": "0.1.8"
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"clsx": "1.1.1",
|
|
21
21
|
"react": "^16.8.0 || ^17.0.0",
|
|
22
22
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
23
|
-
"@digigov/react-core": "0.27.0-
|
|
24
|
-
"@digigov/react-extensions": "0.24.0-
|
|
23
|
+
"@digigov/react-core": "0.27.0-844e462f",
|
|
24
|
+
"@digigov/react-extensions": "0.24.0-844e462f"
|
|
25
25
|
},
|
|
26
26
|
"gitHead": "c903a46306f77f55ad7fc4d2e274006f39a6c871",
|
|
27
27
|
"private": false,
|
|
@@ -19,7 +19,7 @@ export const KitchensinkByCategory = ({
|
|
|
19
19
|
throw new Error(`no component was found in ${componentStoriesKey}`);
|
|
20
20
|
}
|
|
21
21
|
const name = componentStories.default.displayName;
|
|
22
|
-
|
|
22
|
+
|
|
23
23
|
if (!name) {
|
|
24
24
|
throw new Error(`no name was found for ${componentStoriesKey}`);
|
|
25
25
|
}
|
|
@@ -24,7 +24,6 @@ var KitchensinkByCategory = function KitchensinkByCategory(_ref) {
|
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
var name = componentStories["default"].displayName;
|
|
27
|
-
console.log('componentStories', componentStories, 'stories', stories);
|
|
28
27
|
|
|
29
28
|
if (!name) {
|
|
30
29
|
throw new Error("no name was found for ".concat(componentStoriesKey));
|