@digigov/react-core 1.0.0-290a96e2 → 1.0.0-55e4210c

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/es/index.js CHANGED
@@ -117,7 +117,6 @@ export * from '@digigov/react-core/SummaryListItemAction';
117
117
  export * from '@digigov/react-core/SummaryListItemKey';
118
118
  export * from '@digigov/react-core/SummaryListItemValue';
119
119
  export * from '@digigov/react-core/SvgIcon';
120
- export * from '@digigov/react-icons/Icon';
121
120
  export * from '@digigov/react-core/Table';
122
121
  export * from '@digigov/react-core/TableBody';
123
122
  export * from '@digigov/react-core/TableCaption';
package/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Digigov v1.0.0-290a96e2
1
+ /** @license Digigov v1.0.0-55e4210c
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.
@@ -122,7 +122,6 @@ export * from '@digigov/react-core/SummaryListItemAction';
122
122
  export * from '@digigov/react-core/SummaryListItemKey';
123
123
  export * from '@digigov/react-core/SummaryListItemValue';
124
124
  export * from '@digigov/react-core/SvgIcon';
125
- export * from '@digigov/react-icons/Icon';
126
125
  export * from '@digigov/react-core/Table';
127
126
  export * from '@digigov/react-core/TableBody';
128
127
  export * from '@digigov/react-core/TableCaption';
package/index.d.ts CHANGED
@@ -117,7 +117,6 @@ export * from '@digigov/react-core/SummaryListItemAction';
117
117
  export * from '@digigov/react-core/SummaryListItemKey';
118
118
  export * from '@digigov/react-core/SummaryListItemValue';
119
119
  export * from '@digigov/react-core/SvgIcon';
120
- export * from '@digigov/react-icons/Icon';
121
120
  export * from '@digigov/react-core/Table';
122
121
  export * from '@digigov/react-core/TableBody';
123
122
  export * from '@digigov/react-core/TableCaption';
package/index.js CHANGED
@@ -1525,19 +1525,6 @@ Object.keys(_SvgIcon).forEach(function (key) {
1525
1525
  });
1526
1526
  });
1527
1527
 
1528
- var _Icon = require("@digigov/react-icons/Icon");
1529
-
1530
- Object.keys(_Icon).forEach(function (key) {
1531
- if (key === "default" || key === "__esModule") return;
1532
- if (key in exports && exports[key] === _Icon[key]) return;
1533
- Object.defineProperty(exports, key, {
1534
- enumerable: true,
1535
- get: function get() {
1536
- return _Icon[key];
1537
- }
1538
- });
1539
- });
1540
-
1541
1528
  var _Table = require("@digigov/react-core/Table");
1542
1529
 
1543
1530
  Object.keys(_Table).forEach(function (key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/react-core",
3
- "version": "1.0.0-290a96e2",
3
+ "version": "1.0.0-55e4210c",
4
4
  "description": "@digigov react core components",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -11,8 +11,8 @@
11
11
  "directory": "dist"
12
12
  },
13
13
  "peerDependencies": {
14
- "@digigov/css": "1.0.0-290a96e2",
15
- "@digigov/react-icons": "1.0.0-290a96e2",
14
+ "@digigov/css": "1.0.0-55e4210c",
15
+ "@digigov/react-icons": "1.0.0-55e4210c",
16
16
  "clsx": "1.1.1",
17
17
  "react": "^16.8.0 || ^17.0.0",
18
18
  "react-dom": "^16.8.0 || ^17.0.0"
package/src/index.ts CHANGED
@@ -117,7 +117,6 @@ export * from '@digigov/react-core/SummaryListItemAction';
117
117
  export * from '@digigov/react-core/SummaryListItemKey';
118
118
  export * from '@digigov/react-core/SummaryListItemValue';
119
119
  export * from '@digigov/react-core/SvgIcon';
120
- export * from '@digigov/react-icons/Icon';
121
120
  export * from '@digigov/react-core/Table';
122
121
  export * from '@digigov/react-core/TableBody';
123
122
  export * from '@digigov/react-core/TableCaption';