@digigov/ui 0.19.0 → 0.20.0
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 +8 -1
- package/admin/AdminLayout/index.d.ts +9 -0
- package/admin/AdminLayout/index.js +114 -0
- package/admin/Chip/index.d.ts +5 -0
- package/admin/Chip/index.js +58 -0
- package/admin/CircularProgress/index.d.ts +3 -0
- package/admin/CircularProgress/index.js +30 -0
- package/admin/CopyToClipboardMessage/index.d.ts +3 -0
- package/admin/CopyToClipboardMessage/index.js +30 -0
- package/admin/Drawer/index.d.ts +3 -0
- package/admin/Drawer/index.js +30 -0
- package/admin/FillableText/index.d.ts +3 -0
- package/admin/FillableText/index.js +30 -0
- package/admin/FilterSection/index.d.ts +8 -0
- package/admin/FilterSection/index.js +100 -0
- package/admin/FullPageBackground/index.d.ts +3 -0
- package/admin/FullPageBackground/index.js +30 -0
- package/admin/LabeledText/index.d.ts +3 -0
- package/admin/LabeledText/index.js +30 -0
- package/admin/LoaderContainer/index.d.ts +3 -0
- package/admin/LoaderContainer/index.js +30 -0
- package/admin/Modal/index.d.ts +6 -0
- package/admin/Modal/index.js +72 -0
- package/admin/Pagination/index.d.ts +5 -0
- package/admin/Pagination/index.js +58 -0
- package/admin/ResultsHeading/index.d.ts +5 -0
- package/admin/ResultsHeading/index.js +58 -0
- package/admin/SearchSection/index.d.ts +5 -0
- package/admin/SearchSection/index.js +58 -0
- package/admin/TableLoaderBackground/index.d.ts +3 -0
- package/admin/TableLoaderBackground/index.js +30 -0
- package/admin/index.d.ts +15 -0
- package/admin/index.js +195 -0
- package/core/FileUpload/index.d.ts +3 -0
- package/core/FileUpload/index.js +30 -0
- package/core/SvgIcon/index.d.ts +9 -0
- package/core/SvgIcon/index.js +114 -0
- package/core/Table/index.d.ts +1 -0
- package/core/Table/index.js +13 -0
- package/core/index.d.ts +2 -0
- package/core/index.js +28 -0
- package/es/admin/AdminLayout/index.js +9 -0
- package/es/admin/Chip/index.js +5 -0
- package/es/admin/CircularProgress/index.js +3 -0
- package/es/admin/CopyToClipboardMessage/index.js +3 -0
- package/es/admin/Drawer/index.js +3 -0
- package/es/admin/FillableText/index.js +3 -0
- package/es/admin/FilterSection/index.js +8 -0
- package/es/admin/FullPageBackground/index.js +3 -0
- package/es/admin/LabeledText/index.js +3 -0
- package/es/admin/LoaderContainer/index.js +3 -0
- package/es/admin/Modal/index.js +6 -0
- package/es/admin/Pagination/index.js +5 -0
- package/es/admin/ResultsHeading/index.js +5 -0
- package/es/admin/SearchSection/index.js +5 -0
- package/es/admin/TableLoaderBackground/index.js +3 -0
- package/es/admin/index.js +16 -1
- package/es/core/FileUpload/index.js +3 -0
- package/es/core/SvgIcon/index.js +9 -0
- package/es/core/Table/index.js +2 -1
- package/es/core/index.js +3 -1
- package/es/typography/Hint.js +3 -0
- package/es/typography/index.js +2 -1
- package/esm/admin/AdminLayout/index.js +9 -0
- package/esm/admin/Chip/index.js +5 -0
- package/esm/admin/CircularProgress/index.js +3 -0
- package/esm/admin/CopyToClipboardMessage/index.js +3 -0
- package/esm/admin/Drawer/index.js +3 -0
- package/esm/admin/FillableText/index.js +3 -0
- package/esm/admin/FilterSection/index.js +8 -0
- package/esm/admin/FullPageBackground/index.js +3 -0
- package/esm/admin/LabeledText/index.js +3 -0
- package/esm/admin/LoaderContainer/index.js +3 -0
- package/esm/admin/Modal/index.js +6 -0
- package/esm/admin/Pagination/index.js +5 -0
- package/esm/admin/ResultsHeading/index.js +5 -0
- package/esm/admin/SearchSection/index.js +5 -0
- package/esm/admin/TableLoaderBackground/index.js +3 -0
- package/esm/admin/index.js +16 -1
- package/esm/core/FileUpload/index.js +3 -0
- package/esm/core/SvgIcon/index.js +9 -0
- package/esm/core/Table/index.js +2 -1
- package/esm/core/index.js +3 -1
- package/esm/index.js +2 -2
- package/esm/typography/Hint.js +3 -0
- package/esm/typography/index.js +2 -1
- package/package.json +3 -3
- package/typography/Hint.d.ts +3 -0
- package/typography/Hint.js +30 -0
- package/typography/index.d.ts +1 -0
- package/typography/index.js +14 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
var _exportNames = {};
|
|
9
|
+
exports["default"] = void 0;
|
|
10
|
+
|
|
11
|
+
var _SvgIcon = _interopRequireWildcard(require("@digigov/react-core/SvgIcon"));
|
|
12
|
+
|
|
13
|
+
Object.keys(_SvgIcon).forEach(function (key) {
|
|
14
|
+
if (key === "default" || key === "__esModule") return;
|
|
15
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
16
|
+
if (key in exports && exports[key] === _SvgIcon[key]) return;
|
|
17
|
+
Object.defineProperty(exports, key, {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function get() {
|
|
20
|
+
return _SvgIcon[key];
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
var _ArrowIcon = require("@digigov/react-core/ArrowIcon");
|
|
26
|
+
|
|
27
|
+
Object.keys(_ArrowIcon).forEach(function (key) {
|
|
28
|
+
if (key === "default" || key === "__esModule") return;
|
|
29
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
30
|
+
if (key in exports && exports[key] === _ArrowIcon[key]) return;
|
|
31
|
+
Object.defineProperty(exports, key, {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function get() {
|
|
34
|
+
return _ArrowIcon[key];
|
|
35
|
+
}
|
|
36
|
+
});
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
var _CaretIcon = require("@digigov/react-core/CaretIcon");
|
|
40
|
+
|
|
41
|
+
Object.keys(_CaretIcon).forEach(function (key) {
|
|
42
|
+
if (key === "default" || key === "__esModule") return;
|
|
43
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
44
|
+
if (key in exports && exports[key] === _CaretIcon[key]) return;
|
|
45
|
+
Object.defineProperty(exports, key, {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function get() {
|
|
48
|
+
return _CaretIcon[key];
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
var _UncheckIcon = require("@digigov/react-core/UncheckIcon");
|
|
54
|
+
|
|
55
|
+
Object.keys(_UncheckIcon).forEach(function (key) {
|
|
56
|
+
if (key === "default" || key === "__esModule") return;
|
|
57
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
58
|
+
if (key in exports && exports[key] === _UncheckIcon[key]) return;
|
|
59
|
+
Object.defineProperty(exports, key, {
|
|
60
|
+
enumerable: true,
|
|
61
|
+
get: function get() {
|
|
62
|
+
return _UncheckIcon[key];
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
var _CloseIcon = require("@digigov/react-core/CloseIcon");
|
|
68
|
+
|
|
69
|
+
Object.keys(_CloseIcon).forEach(function (key) {
|
|
70
|
+
if (key === "default" || key === "__esModule") return;
|
|
71
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
72
|
+
if (key in exports && exports[key] === _CloseIcon[key]) return;
|
|
73
|
+
Object.defineProperty(exports, key, {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function get() {
|
|
76
|
+
return _CloseIcon[key];
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
var _MoreVertIcon = require("@digigov/react-core/MoreVertIcon");
|
|
82
|
+
|
|
83
|
+
Object.keys(_MoreVertIcon).forEach(function (key) {
|
|
84
|
+
if (key === "default" || key === "__esModule") return;
|
|
85
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
86
|
+
if (key in exports && exports[key] === _MoreVertIcon[key]) return;
|
|
87
|
+
Object.defineProperty(exports, key, {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function get() {
|
|
90
|
+
return _MoreVertIcon[key];
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
var _BurgerIcon = require("@digigov/react-core/BurgerIcon");
|
|
96
|
+
|
|
97
|
+
Object.keys(_BurgerIcon).forEach(function (key) {
|
|
98
|
+
if (key === "default" || key === "__esModule") return;
|
|
99
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
100
|
+
if (key in exports && exports[key] === _BurgerIcon[key]) return;
|
|
101
|
+
Object.defineProperty(exports, key, {
|
|
102
|
+
enumerable: true,
|
|
103
|
+
get: function get() {
|
|
104
|
+
return _BurgerIcon[key];
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
110
|
+
|
|
111
|
+
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; }
|
|
112
|
+
|
|
113
|
+
var _default = _SvgIcon["default"];
|
|
114
|
+
exports["default"] = _default;
|
package/core/Table/index.d.ts
CHANGED
package/core/Table/index.js
CHANGED
|
@@ -106,4 +106,17 @@ Object.keys(_TableRow).forEach(function (key) {
|
|
|
106
106
|
return _TableRow[key];
|
|
107
107
|
}
|
|
108
108
|
});
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
var _TableNoDataRow = require("@digigov/react-core/TableNoDataRow");
|
|
112
|
+
|
|
113
|
+
Object.keys(_TableNoDataRow).forEach(function (key) {
|
|
114
|
+
if (key === "default" || key === "__esModule") return;
|
|
115
|
+
if (key in exports && exports[key] === _TableNoDataRow[key]) return;
|
|
116
|
+
Object.defineProperty(exports, key, {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function get() {
|
|
119
|
+
return _TableNoDataRow[key];
|
|
120
|
+
}
|
|
121
|
+
});
|
|
109
122
|
});
|
package/core/index.d.ts
CHANGED
|
@@ -19,3 +19,5 @@ export * from '@digigov/ui/core/Tabs';
|
|
|
19
19
|
export * from '@digigov/ui/core/VisuallyHidden';
|
|
20
20
|
export { default as WarningText } from '@digigov/ui/core/WarningText';
|
|
21
21
|
export * from '@digigov/ui/core/PaginationLabel';
|
|
22
|
+
export * from '@digigov/ui/core/SvgIcon';
|
|
23
|
+
export * from '@digigov/ui/core/FileUpload';
|
package/core/index.js
CHANGED
|
@@ -292,6 +292,34 @@ Object.keys(_PaginationLabel).forEach(function (key) {
|
|
|
292
292
|
});
|
|
293
293
|
});
|
|
294
294
|
|
|
295
|
+
var _SvgIcon = require("@digigov/ui/core/SvgIcon");
|
|
296
|
+
|
|
297
|
+
Object.keys(_SvgIcon).forEach(function (key) {
|
|
298
|
+
if (key === "default" || key === "__esModule") return;
|
|
299
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
300
|
+
if (key in exports && exports[key] === _SvgIcon[key]) return;
|
|
301
|
+
Object.defineProperty(exports, key, {
|
|
302
|
+
enumerable: true,
|
|
303
|
+
get: function get() {
|
|
304
|
+
return _SvgIcon[key];
|
|
305
|
+
}
|
|
306
|
+
});
|
|
307
|
+
});
|
|
308
|
+
|
|
309
|
+
var _FileUpload = require("@digigov/ui/core/FileUpload");
|
|
310
|
+
|
|
311
|
+
Object.keys(_FileUpload).forEach(function (key) {
|
|
312
|
+
if (key === "default" || key === "__esModule") return;
|
|
313
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
314
|
+
if (key in exports && exports[key] === _FileUpload[key]) return;
|
|
315
|
+
Object.defineProperty(exports, key, {
|
|
316
|
+
enumerable: true,
|
|
317
|
+
get: function get() {
|
|
318
|
+
return _FileUpload[key];
|
|
319
|
+
}
|
|
320
|
+
});
|
|
321
|
+
});
|
|
322
|
+
|
|
295
323
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
296
324
|
|
|
297
325
|
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; }
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/AdminLayout';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/AdminContainer';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/AdminMain';
|
|
4
|
+
export * from '@digigov/react-extensions/admin/AdminAside';
|
|
5
|
+
export * from '@digigov/react-extensions/admin/AdminTopSection';
|
|
6
|
+
export * from '@digigov/react-extensions/admin/AdminHeader';
|
|
7
|
+
export * from '@digigov/react-extensions/admin/AdminHeaderSection';
|
|
8
|
+
import AdminLayout from '@digigov/react-extensions/admin/AdminLayout';
|
|
9
|
+
export default AdminLayout;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/FilterSection';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/FilterHeadingSection';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/FilterContent';
|
|
4
|
+
export * from '@digigov/react-extensions/admin/FilterOptionsSection';
|
|
5
|
+
export * from '@digigov/react-extensions/admin/FilterSelectedHeading';
|
|
6
|
+
export * from '@digigov/react-extensions/admin/FilterSelectedSection';
|
|
7
|
+
import FilterSection from '@digigov/react-extensions/admin/FilterSection';
|
|
8
|
+
export default FilterSection;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/Modal';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/ModalHeading';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/ModalContent';
|
|
4
|
+
export * from '@digigov/react-extensions/admin/ModalAction';
|
|
5
|
+
import Modal from '@digigov/react-extensions/admin/Modal';
|
|
6
|
+
export default Modal;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/Pagination';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/PaginationList';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/PaginationListItem';
|
|
4
|
+
import Pagination from '@digigov/react-extensions/admin/Pagination';
|
|
5
|
+
export default Pagination;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/ResultsHeading';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/ResultsActionBar';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/ResultsHeadingActions';
|
|
4
|
+
import ResultsHeading from '@digigov/react-extensions/admin/ResultsHeading';
|
|
5
|
+
export default ResultsHeading;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/SearchSection';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/SearchButton';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/SearchIcon';
|
|
4
|
+
import SearchSection from '@digigov/react-extensions/admin/SearchSection';
|
|
5
|
+
export default SearchSection;
|
package/es/admin/index.js
CHANGED
|
@@ -1 +1,16 @@
|
|
|
1
|
-
export * from '@digigov/ui/admin/Dropdown';
|
|
1
|
+
export * from '@digigov/ui/admin/Dropdown';
|
|
2
|
+
export * from '@digigov/ui/admin/Chip';
|
|
3
|
+
export * from '@digigov/ui/admin/CopyToClipboardMessage';
|
|
4
|
+
export * from '@digigov/ui/admin/FillableText';
|
|
5
|
+
export * from '@digigov/ui/admin/Drawer';
|
|
6
|
+
export * from '@digigov/ui/admin/Modal';
|
|
7
|
+
export * from '@digigov/ui/admin/Pagination';
|
|
8
|
+
export * from '@digigov/ui/admin/LoaderContainer';
|
|
9
|
+
export * from '@digigov/ui/admin/CircularProgress';
|
|
10
|
+
export * from '@digigov/ui/admin/FullPageBackground';
|
|
11
|
+
export * from '@digigov/ui/admin/TableLoaderBackground';
|
|
12
|
+
export * from '@digigov/ui/admin/LabeledText';
|
|
13
|
+
export * from '@digigov/ui/admin/AdminLayout';
|
|
14
|
+
export * from '@digigov/ui/admin/ResultsHeading';
|
|
15
|
+
export * from '@digigov/ui/admin/SearchSection';
|
|
16
|
+
export * from '@digigov/ui/admin/FilterSection';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@digigov/react-core/SvgIcon';
|
|
2
|
+
export * from '@digigov/react-core/ArrowIcon';
|
|
3
|
+
export * from '@digigov/react-core/CaretIcon';
|
|
4
|
+
export * from '@digigov/react-core/UncheckIcon';
|
|
5
|
+
export * from '@digigov/react-core/CloseIcon';
|
|
6
|
+
export * from '@digigov/react-core/MoreVertIcon';
|
|
7
|
+
export * from '@digigov/react-core/BurgerIcon';
|
|
8
|
+
import SvgIcon from '@digigov/react-core/SvgIcon';
|
|
9
|
+
export default SvgIcon;
|
package/es/core/Table/index.js
CHANGED
|
@@ -5,4 +5,5 @@ export * from '@digigov/react-core/TableCaption';
|
|
|
5
5
|
export * from '@digigov/react-core/TableDataCell';
|
|
6
6
|
export * from '@digigov/react-core/TableHead';
|
|
7
7
|
export * from '@digigov/react-core/TableHeadCell';
|
|
8
|
-
export * from '@digigov/react-core/TableRow';
|
|
8
|
+
export * from '@digigov/react-core/TableRow';
|
|
9
|
+
export * from '@digigov/react-core/TableNoDataRow';
|
package/es/core/index.js
CHANGED
|
@@ -18,4 +18,6 @@ export * from '@digigov/ui/core/Table';
|
|
|
18
18
|
export * from '@digigov/ui/core/Tabs';
|
|
19
19
|
export * from '@digigov/ui/core/VisuallyHidden';
|
|
20
20
|
export { default as WarningText } from '@digigov/ui/core/WarningText';
|
|
21
|
-
export * from '@digigov/ui/core/PaginationLabel';
|
|
21
|
+
export * from '@digigov/ui/core/PaginationLabel';
|
|
22
|
+
export * from '@digigov/ui/core/SvgIcon';
|
|
23
|
+
export * from '@digigov/ui/core/FileUpload';
|
package/es/typography/index.js
CHANGED
|
@@ -5,4 +5,5 @@ export { default as Paragraph } from '@digigov/ui/typography/Paragraph';
|
|
|
5
5
|
export * from '@digigov/ui/typography/NormalText';
|
|
6
6
|
export { default as NormalText } from '@digigov/ui/typography/NormalText';
|
|
7
7
|
export * from '@digigov/ui/typography/Caption';
|
|
8
|
-
export { default as Caption } from '@digigov/ui/typography/Caption';
|
|
8
|
+
export { default as Caption } from '@digigov/ui/typography/Caption';
|
|
9
|
+
export * from '@digigov/ui/typography/Hint';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/AdminLayout';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/AdminContainer';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/AdminMain';
|
|
4
|
+
export * from '@digigov/react-extensions/admin/AdminAside';
|
|
5
|
+
export * from '@digigov/react-extensions/admin/AdminTopSection';
|
|
6
|
+
export * from '@digigov/react-extensions/admin/AdminHeader';
|
|
7
|
+
export * from '@digigov/react-extensions/admin/AdminHeaderSection';
|
|
8
|
+
import AdminLayout from '@digigov/react-extensions/admin/AdminLayout';
|
|
9
|
+
export default AdminLayout;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/FilterSection';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/FilterHeadingSection';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/FilterContent';
|
|
4
|
+
export * from '@digigov/react-extensions/admin/FilterOptionsSection';
|
|
5
|
+
export * from '@digigov/react-extensions/admin/FilterSelectedHeading';
|
|
6
|
+
export * from '@digigov/react-extensions/admin/FilterSelectedSection';
|
|
7
|
+
import FilterSection from '@digigov/react-extensions/admin/FilterSection';
|
|
8
|
+
export default FilterSection;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/Modal';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/ModalHeading';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/ModalContent';
|
|
4
|
+
export * from '@digigov/react-extensions/admin/ModalAction';
|
|
5
|
+
import Modal from '@digigov/react-extensions/admin/Modal';
|
|
6
|
+
export default Modal;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/Pagination';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/PaginationList';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/PaginationListItem';
|
|
4
|
+
import Pagination from '@digigov/react-extensions/admin/Pagination';
|
|
5
|
+
export default Pagination;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/ResultsHeading';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/ResultsActionBar';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/ResultsHeadingActions';
|
|
4
|
+
import ResultsHeading from '@digigov/react-extensions/admin/ResultsHeading';
|
|
5
|
+
export default ResultsHeading;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * from '@digigov/react-extensions/admin/SearchSection';
|
|
2
|
+
export * from '@digigov/react-extensions/admin/SearchButton';
|
|
3
|
+
export * from '@digigov/react-extensions/admin/SearchIcon';
|
|
4
|
+
import SearchSection from '@digigov/react-extensions/admin/SearchSection';
|
|
5
|
+
export default SearchSection;
|
package/esm/admin/index.js
CHANGED
|
@@ -1 +1,16 @@
|
|
|
1
|
-
export * from '@digigov/ui/admin/Dropdown';
|
|
1
|
+
export * from '@digigov/ui/admin/Dropdown';
|
|
2
|
+
export * from '@digigov/ui/admin/Chip';
|
|
3
|
+
export * from '@digigov/ui/admin/CopyToClipboardMessage';
|
|
4
|
+
export * from '@digigov/ui/admin/FillableText';
|
|
5
|
+
export * from '@digigov/ui/admin/Drawer';
|
|
6
|
+
export * from '@digigov/ui/admin/Modal';
|
|
7
|
+
export * from '@digigov/ui/admin/Pagination';
|
|
8
|
+
export * from '@digigov/ui/admin/LoaderContainer';
|
|
9
|
+
export * from '@digigov/ui/admin/CircularProgress';
|
|
10
|
+
export * from '@digigov/ui/admin/FullPageBackground';
|
|
11
|
+
export * from '@digigov/ui/admin/TableLoaderBackground';
|
|
12
|
+
export * from '@digigov/ui/admin/LabeledText';
|
|
13
|
+
export * from '@digigov/ui/admin/AdminLayout';
|
|
14
|
+
export * from '@digigov/ui/admin/ResultsHeading';
|
|
15
|
+
export * from '@digigov/ui/admin/SearchSection';
|
|
16
|
+
export * from '@digigov/ui/admin/FilterSection';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from '@digigov/react-core/SvgIcon';
|
|
2
|
+
export * from '@digigov/react-core/ArrowIcon';
|
|
3
|
+
export * from '@digigov/react-core/CaretIcon';
|
|
4
|
+
export * from '@digigov/react-core/UncheckIcon';
|
|
5
|
+
export * from '@digigov/react-core/CloseIcon';
|
|
6
|
+
export * from '@digigov/react-core/MoreVertIcon';
|
|
7
|
+
export * from '@digigov/react-core/BurgerIcon';
|
|
8
|
+
import SvgIcon from '@digigov/react-core/SvgIcon';
|
|
9
|
+
export default SvgIcon;
|
package/esm/core/Table/index.js
CHANGED
|
@@ -5,4 +5,5 @@ export * from '@digigov/react-core/TableCaption';
|
|
|
5
5
|
export * from '@digigov/react-core/TableDataCell';
|
|
6
6
|
export * from '@digigov/react-core/TableHead';
|
|
7
7
|
export * from '@digigov/react-core/TableHeadCell';
|
|
8
|
-
export * from '@digigov/react-core/TableRow';
|
|
8
|
+
export * from '@digigov/react-core/TableRow';
|
|
9
|
+
export * from '@digigov/react-core/TableNoDataRow';
|
package/esm/core/index.js
CHANGED
|
@@ -18,4 +18,6 @@ export * from '@digigov/ui/core/Table';
|
|
|
18
18
|
export * from '@digigov/ui/core/Tabs';
|
|
19
19
|
export * from '@digigov/ui/core/VisuallyHidden';
|
|
20
20
|
export { default as WarningText } from '@digigov/ui/core/WarningText';
|
|
21
|
-
export * from '@digigov/ui/core/PaginationLabel';
|
|
21
|
+
export * from '@digigov/ui/core/PaginationLabel';
|
|
22
|
+
export * from '@digigov/ui/core/SvgIcon';
|
|
23
|
+
export * from '@digigov/ui/core/FileUpload';
|
package/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/** @license Digigov v0.
|
|
1
|
+
/** @license Digigov v0.20.0
|
|
2
2
|
*
|
|
3
|
-
* This source code is licensed under the
|
|
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.
|
|
5
5
|
*/
|
|
6
6
|
export * from '@digigov/ui/core';
|
package/esm/typography/index.js
CHANGED
|
@@ -5,4 +5,5 @@ export { default as Paragraph } from '@digigov/ui/typography/Paragraph';
|
|
|
5
5
|
export * from '@digigov/ui/typography/NormalText';
|
|
6
6
|
export { default as NormalText } from '@digigov/ui/typography/NormalText';
|
|
7
7
|
export * from '@digigov/ui/typography/Caption';
|
|
8
|
-
export { default as Caption } from '@digigov/ui/typography/Caption';
|
|
8
|
+
export { default as Caption } from '@digigov/ui/typography/Caption';
|
|
9
|
+
export * from '@digigov/ui/typography/Hint';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "@digigov reusable components toolkit",
|
|
5
5
|
"module": "./esm/index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"clsx": "1.1.1",
|
|
19
19
|
"react": "16.14.0",
|
|
20
20
|
"react-dom": "16.14.0",
|
|
21
|
-
"@digigov/react-core": "0.
|
|
22
|
-
"@digigov/react-extensions": "0.12.
|
|
21
|
+
"@digigov/react-core": "0.14.0",
|
|
22
|
+
"@digigov/react-extensions": "0.12.1"
|
|
23
23
|
},
|
|
24
24
|
"gitHead": "c903a46306f77f55ad7fc4d2e274006f39a6c871",
|
|
25
25
|
"private": false,
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
var _exportNames = {};
|
|
9
|
+
exports["default"] = void 0;
|
|
10
|
+
|
|
11
|
+
var _Hint = _interopRequireWildcard(require("@digigov/react-core/Hint"));
|
|
12
|
+
|
|
13
|
+
Object.keys(_Hint).forEach(function (key) {
|
|
14
|
+
if (key === "default" || key === "__esModule") return;
|
|
15
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
16
|
+
if (key in exports && exports[key] === _Hint[key]) return;
|
|
17
|
+
Object.defineProperty(exports, key, {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function get() {
|
|
20
|
+
return _Hint[key];
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
26
|
+
|
|
27
|
+
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; }
|
|
28
|
+
|
|
29
|
+
var _default = _Hint["default"];
|
|
30
|
+
exports["default"] = _default;
|
package/typography/index.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ export * from '@digigov/ui/typography/NormalText';
|
|
|
6
6
|
export { default as NormalText } from '@digigov/ui/typography/NormalText';
|
|
7
7
|
export * from '@digigov/ui/typography/Caption';
|
|
8
8
|
export { default as Caption } from '@digigov/ui/typography/Caption';
|
|
9
|
+
export * from '@digigov/ui/typography/Hint';
|
package/typography/index.js
CHANGED
|
@@ -92,6 +92,20 @@ Object.keys(_Caption).forEach(function (key) {
|
|
|
92
92
|
});
|
|
93
93
|
});
|
|
94
94
|
|
|
95
|
+
var _Hint = require("@digigov/ui/typography/Hint");
|
|
96
|
+
|
|
97
|
+
Object.keys(_Hint).forEach(function (key) {
|
|
98
|
+
if (key === "default" || key === "__esModule") return;
|
|
99
|
+
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
100
|
+
if (key in exports && exports[key] === _Hint[key]) return;
|
|
101
|
+
Object.defineProperty(exports, key, {
|
|
102
|
+
enumerable: true,
|
|
103
|
+
get: function get() {
|
|
104
|
+
return _Hint[key];
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
|
|
95
109
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
96
110
|
|
|
97
111
|
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; }
|