@digigov/react-core 0.25.3 → 0.25.5

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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @digigov/react-core
2
2
 
3
- This log was last generated on Mon, 19 Jun 2023 10:05:47 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 26 Jun 2023 12:04:49 GMT and should not be manually modified.
4
+
5
+ ## 0.25.3
6
+ Mon, 26 Jun 2023 12:04:49 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.25.2
6
11
  Mon, 19 Jun 2023 10:05:47 GMT
package/es/registry.js CHANGED
@@ -163,6 +163,7 @@ import * as _digigov_react_core_VisuallyHidden from '@digigov/react-core/Visuall
163
163
  import * as _digigov_react_core_WarningText from '@digigov/react-core/WarningText';
164
164
 
165
165
  function lazyImport(pkgImport) {
166
+ // eslint-disable-next-line no-undef
166
167
  return new Proxy({}, {
167
168
  get: function get(_target, name) {
168
169
  if (name === '__esModule' || name === 'default') {
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v0.25.3
1
+ /** @license Digigov v0.25.5
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/esm/registry.js CHANGED
@@ -163,6 +163,7 @@ import * as _digigov_react_core_VisuallyHidden from '@digigov/react-core/Visuall
163
163
  import * as _digigov_react_core_WarningText from '@digigov/react-core/WarningText';
164
164
 
165
165
  function lazyImport(pkgImport) {
166
+ // eslint-disable-next-line no-undef
166
167
  return new Proxy({}, {
167
168
  get: function get(_target, name) {
168
169
  if (name === '__esModule' || name === 'default') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/react-core",
3
- "version": "0.25.3",
3
+ "version": "0.25.5",
4
4
  "description": "@digigov react core components",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -11,7 +11,7 @@
11
11
  "directory": "dist"
12
12
  },
13
13
  "peerDependencies": {
14
- "@digigov/css": "0.38.1",
14
+ "@digigov/css": "0.38.3",
15
15
  "clsx": "1.1.1",
16
16
  "react": "^16.8.0 || ^17.0.0",
17
17
  "react-dom": "^16.8.0 || ^17.0.0"
package/registry.js CHANGED
@@ -338,6 +338,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
338
338
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
339
339
 
340
340
  function lazyImport(pkgImport) {
341
+ // eslint-disable-next-line no-undef
341
342
  return new Proxy({}, {
342
343
  get: function get(_target, name) {
343
344
  if (name === '__esModule' || name === 'default') {
package/src/registry.js CHANGED
@@ -163,6 +163,7 @@ import * as _digigov_react_core_Unpurge from '@digigov/react-core/Unpurge';
163
163
  import * as _digigov_react_core_VisuallyHidden from '@digigov/react-core/VisuallyHidden';
164
164
  import * as _digigov_react_core_WarningText from '@digigov/react-core/WarningText'
165
165
  function lazyImport(pkgImport) {
166
+ // eslint-disable-next-line no-undef
166
167
  return new Proxy(
167
168
  {},
168
169
  {