@quartzds/core-react 1.0.0-beta.24 → 1.0.0-beta.25

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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <!--
2
- SPDX-FileCopyrightText: © 2023 Schneider Electric
2
+ SPDX-FileCopyrightText: © 2024 Schneider Electric
3
3
 
4
- SPDX-License-Identifier: LGPL-2.1-only
4
+ SPDX-License-Identifier: Apache-2.0
5
5
  -->
6
6
 
7
7
  # `@quartzds/core-react`
package/lib/index.js CHANGED
@@ -1,6 +1,6 @@
1
- // SPDX-FileCopyrightText: © 2023 Schneider Electric
1
+ // SPDX-FileCopyrightText: © 2024 Schneider Electric
2
2
  //
3
- // SPDX-License-Identifier: LGPL-2.1-only
3
+ // SPDX-License-Identifier: Apache-2.0
4
4
  export * from './generated/proxies';
5
5
  export { getPlatform, getTheme, registerIconLibrary, setAssetPath, setNonce, setPlatform, setTheme, unregisterIconLibrary, } from '@quartzds/core';
6
6
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,yCAAyC;AAEzC,cAAc,qBAAqB,CAAA;AACnC,OAAO,EACL,WAAW,EACX,QAAQ,EAGR,mBAAmB,EACnB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,qBAAqB,GACtB,MAAM,gBAAgB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,EAAE;AACF,sCAAsC;AAEtC,cAAc,qBAAqB,CAAA;AACnC,OAAO,EACL,WAAW,EACX,QAAQ,EAGR,mBAAmB,EACnB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,qBAAqB,GACtB,MAAM,gBAAgB,CAAA"}
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@quartzds/core-react",
3
- "version": "1.0.0-beta.24",
3
+ "version": "1.0.0-beta.25",
4
4
  "description": "React wrapper for @quartzds/core",
5
5
  "homepage": "https://github.com/quartzds/core-foundations/tree/main/packages/react",
6
6
  "bugs": {
7
7
  "url": "https://github.com/quartzds/core-foundations/issues"
8
8
  },
9
9
  "repository": "https://github.com/quartzds/core-foundations",
10
- "license": "LGPL-2.1-only",
10
+ "license": "Apache-2.0",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./lib/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "clean": "rimraf lib/"
25
25
  },
26
26
  "dependencies": {
27
- "@quartzds/core": "1.0.0-beta.25"
27
+ "@quartzds/core": "1.0.0-beta.26"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/react": "18.2.45",