@digigov/react-experimental 2.0.0-e7d30530 → 2.0.0-eaf330f5

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.
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { KitchenSinkDashboard } from "@digigov/react-experimental/Kitchensink/KitchensinkDashboard";
3
- import { stories } from "@digigov/ui/stories-registry";
3
+ import { stories } from "@digigov/ui/registry";
4
4
  const AllComponents = () => /* @__PURE__ */ React.createElement(KitchenSinkDashboard, { stories });
5
5
  export {
6
6
  AllComponents
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/Kitchensink/AllComponents.tsx"],
4
- "sourcesContent": ["import React from 'react';\n\nimport { KitchenSinkDashboard } from '@digigov/react-experimental/Kitchensink/KitchensinkDashboard';\n// @ts-expect-error Registry not included in src files\nimport { stories } from '@digigov/ui/stories-registry';\n\nexport const AllComponents = () => <KitchenSinkDashboard stories={stories} />;\n"],
4
+ "sourcesContent": ["import React from 'react';\n\nimport { KitchenSinkDashboard } from '@digigov/react-experimental/Kitchensink/KitchensinkDashboard';\n// @ts-expect-error Registry not included in src files\nimport { stories } from '@digigov/ui/registry';\n\nexport const AllComponents = () => <KitchenSinkDashboard stories={stories} />;\n"],
5
5
  "mappings": "AAAA,OAAO,WAAW;AAElB,SAAS,4BAA4B;AAErC,SAAS,eAAe;AAEjB,MAAM,gBAAgB,MAAM,oCAAC,wBAAqB,SAAkB;",
6
6
  "names": []
7
7
  }
@@ -32,8 +32,8 @@ __export(AllComponents_exports, {
32
32
  module.exports = __toCommonJS(AllComponents_exports);
33
33
  var import_react = __toESM(require("react"));
34
34
  var import_KitchensinkDashboard = require("@digigov/react-experimental/Kitchensink/KitchensinkDashboard");
35
- var import_stories_registry = require("@digigov/ui/stories-registry");
36
- const AllComponents = () => /* @__PURE__ */ import_react.default.createElement(import_KitchensinkDashboard.KitchenSinkDashboard, { stories: import_stories_registry.stories });
35
+ var import_registry = require("@digigov/ui/registry");
36
+ const AllComponents = () => /* @__PURE__ */ import_react.default.createElement(import_KitchensinkDashboard.KitchenSinkDashboard, { stories: import_registry.stories });
37
37
  // Annotate the CommonJS export names for ESM import in node:
38
38
  0 && (module.exports = {
39
39
  AllComponents
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/Kitchensink/AllComponents.tsx"],
4
- "sourcesContent": ["import React from 'react';\n\nimport { KitchenSinkDashboard } from '@digigov/react-experimental/Kitchensink/KitchensinkDashboard';\n// @ts-expect-error Registry not included in src files\nimport { stories } from '@digigov/ui/stories-registry';\n\nexport const AllComponents = () => <KitchenSinkDashboard stories={stories} />;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAElB,kCAAqC;AAErC,8BAAwB;AAEjB,MAAM,gBAAgB,MAAM,6BAAAA,QAAA,cAAC,oDAAqB,SAAS,iCAAS;",
4
+ "sourcesContent": ["import React from 'react';\n\nimport { KitchenSinkDashboard } from '@digigov/react-experimental/Kitchensink/KitchensinkDashboard';\n// @ts-expect-error Registry not included in src files\nimport { stories } from '@digigov/ui/registry';\n\nexport const AllComponents = () => <KitchenSinkDashboard stories={stories} />;\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB;AAElB,kCAAqC;AAErC,sBAAwB;AAEjB,MAAM,gBAAgB,MAAM,6BAAAA,QAAA,cAAC,oDAAqB,SAAS,yBAAS;",
6
6
  "names": ["React"]
7
7
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v2.0.0-e7d30530
1
+ /** @license Digigov v2.0.0-eaf330f5
2
2
  *
3
3
  * This source code is licensed under the BSD-2-Clause license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@digigov/react-experimental",
3
- "version": "2.0.0-e7d30530",
3
+ "version": "2.0.0-eaf330f5",
4
4
  "description": "@digigov react experimental components",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
7
7
  "main": "./cjs/index.js",
8
8
  "module": "./index.js",
9
9
  "peerDependencies": {
10
- "@digigov/css": "2.0.0-e7d30530",
11
- "@digigov/react-icons": "2.0.0-e7d30530",
12
- "@digigov/ui": "2.0.0-e7d30530",
13
- "@digigov/react-core": "2.0.0-e7d30530",
10
+ "@digigov/css": "2.0.0-eaf330f5",
11
+ "@digigov/react-icons": "2.0.0-eaf330f5",
12
+ "@digigov/ui": "2.0.0-eaf330f5",
13
+ "@digigov/react-core": "2.0.0-eaf330f5",
14
14
  "clsx": "1.1.1",
15
- "react": "^18.3.0 || ^19.1.0",
16
- "react-dom": "^18.3.0 || ^19.1.0"
15
+ "react": ">=16.8.0 <19.0.0",
16
+ "react-dom": ">=16.8.0 <19.0.0"
17
17
  },
18
18
  "private": false,
19
19
  "typings": "./index.d.ts"
@@ -2,6 +2,6 @@ import React from 'react';
2
2
 
3
3
  import { KitchenSinkDashboard } from '@digigov/react-experimental/Kitchensink/KitchensinkDashboard';
4
4
  // @ts-expect-error Registry not included in src files
5
- import { stories } from '@digigov/ui/stories-registry';
5
+ import { stories } from '@digigov/ui/registry';
6
6
 
7
7
  export const AllComponents = () => <KitchenSinkDashboard stories={stories} />;