@digigov/react-icons 1.0.0-002c630d
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/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
- package/AccessibilityIcon/config.d.ts +8 -0
- package/AccessibilityIcon/config.js +31 -0
- package/AccessibilityIcon/index.d.ts +4 -0
- package/AccessibilityIcon/index.js +24 -0
- package/AccessibilityIcon/index.test.d.ts +1 -0
- package/AccessibilityIcon/index.test.js +137 -0
- package/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/ArrowIcon/config.d.ts +6 -0
- package/ArrowIcon/config.js +39 -0
- package/ArrowIcon/index.d.ts +4 -0
- package/ArrowIcon/index.js +24 -0
- package/ArrowIcon/index.test.d.ts +1 -0
- package/ArrowIcon/index.test.js +39 -0
- package/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
- package/BurgerIcon/config.d.ts +6 -0
- package/BurgerIcon/config.js +45 -0
- package/BurgerIcon/index.d.ts +4 -0
- package/BurgerIcon/index.js +24 -0
- package/BurgerIcon/index.test.d.ts +1 -0
- package/BurgerIcon/index.test.js +56 -0
- package/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/CaretIcon/config.d.ts +6 -0
- package/CaretIcon/config.js +39 -0
- package/CaretIcon/index.d.ts +4 -0
- package/CaretIcon/index.js +24 -0
- package/CaretIcon/index.test.d.ts +1 -0
- package/CaretIcon/index.test.js +39 -0
- package/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/CheckIcon/config.d.ts +8 -0
- package/CheckIcon/config.js +23 -0
- package/CheckIcon/index.d.ts +4 -0
- package/CheckIcon/index.js +24 -0
- package/CheckIcon/index.test.d.ts +1 -0
- package/CheckIcon/index.test.js +129 -0
- package/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/CloseIcon/config.d.ts +8 -0
- package/CloseIcon/config.js +23 -0
- package/CloseIcon/index.d.ts +4 -0
- package/CloseIcon/index.js +24 -0
- package/CloseIcon/index.test.d.ts +1 -0
- package/CloseIcon/index.test.js +15 -0
- package/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
- package/GlobeIcon/config.d.ts +8 -0
- package/GlobeIcon/config.js +23 -0
- package/GlobeIcon/index.d.ts +4 -0
- package/GlobeIcon/index.js +24 -0
- package/GlobeIcon/index.test.d.ts +1 -0
- package/GlobeIcon/index.test.js +39 -0
- package/LICENSE +0 -0
- package/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
- package/MoreVertIcon/config.d.ts +8 -0
- package/MoreVertIcon/config.js +37 -0
- package/MoreVertIcon/index.d.ts +4 -0
- package/MoreVertIcon/index.js +24 -0
- package/MoreVertIcon/index.test.d.ts +1 -0
- package/MoreVertIcon/index.test.js +129 -0
- package/README.md +0 -0
- package/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/SearchIcon/config.d.ts +8 -0
- package/SearchIcon/config.js +23 -0
- package/SearchIcon/index.d.ts +4 -0
- package/SearchIcon/index.js +24 -0
- package/SearchIcon/index.test.d.ts +1 -0
- package/SearchIcon/index.test.js +15 -0
- package/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/UncheckIcon/config.d.ts +8 -0
- package/UncheckIcon/config.js +23 -0
- package/UncheckIcon/index.d.ts +4 -0
- package/UncheckIcon/index.js +24 -0
- package/UncheckIcon/index.test.d.ts +1 -0
- package/UncheckIcon/index.test.js +129 -0
- package/es/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
- package/es/AccessibilityIcon/config.js +19 -0
- package/es/AccessibilityIcon/index.js +9 -0
- package/es/AccessibilityIcon/index.test.js +131 -0
- package/es/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/es/ArrowIcon/config.js +27 -0
- package/es/ArrowIcon/index.js +9 -0
- package/es/ArrowIcon/index.test.js +33 -0
- package/es/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
- package/es/BurgerIcon/config.js +32 -0
- package/es/BurgerIcon/index.js +9 -0
- package/es/BurgerIcon/index.test.js +50 -0
- package/es/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/es/CaretIcon/config.js +27 -0
- package/es/CaretIcon/index.js +9 -0
- package/es/CaretIcon/index.test.js +33 -0
- package/es/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/es/CheckIcon/config.js +11 -0
- package/es/CheckIcon/index.js +9 -0
- package/es/CheckIcon/index.test.js +123 -0
- package/es/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/es/CloseIcon/config.js +11 -0
- package/es/CloseIcon/index.js +9 -0
- package/es/CloseIcon/index.test.js +9 -0
- package/es/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
- package/es/GlobeIcon/config.js +11 -0
- package/es/GlobeIcon/index.js +9 -0
- package/es/GlobeIcon/index.test.js +33 -0
- package/es/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
- package/es/MoreVertIcon/config.js +25 -0
- package/es/MoreVertIcon/index.js +9 -0
- package/es/MoreVertIcon/index.test.js +123 -0
- package/es/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/es/SearchIcon/config.js +11 -0
- package/es/SearchIcon/index.js +9 -0
- package/es/SearchIcon/index.test.js +9 -0
- package/es/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/es/UncheckIcon/config.js +11 -0
- package/es/UncheckIcon/index.js +9 -0
- package/es/UncheckIcon/index.test.js +123 -0
- package/es/icons.js +11 -0
- package/es/index.js +10 -0
- package/es/registry.js +42 -0
- package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
- package/esm/AccessibilityIcon/config.js +19 -0
- package/esm/AccessibilityIcon/index.js +9 -0
- package/esm/AccessibilityIcon/index.test.js +131 -0
- package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/esm/ArrowIcon/config.js +27 -0
- package/esm/ArrowIcon/index.js +9 -0
- package/esm/ArrowIcon/index.test.js +33 -0
- package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
- package/esm/BurgerIcon/config.js +32 -0
- package/esm/BurgerIcon/index.js +9 -0
- package/esm/BurgerIcon/index.test.js +50 -0
- package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/esm/CaretIcon/config.js +27 -0
- package/esm/CaretIcon/index.js +9 -0
- package/esm/CaretIcon/index.test.js +33 -0
- package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/esm/CheckIcon/config.js +11 -0
- package/esm/CheckIcon/index.js +9 -0
- package/esm/CheckIcon/index.test.js +123 -0
- package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/esm/CloseIcon/config.js +11 -0
- package/esm/CloseIcon/index.js +9 -0
- package/esm/CloseIcon/index.test.js +9 -0
- package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
- package/esm/GlobeIcon/config.js +11 -0
- package/esm/GlobeIcon/index.js +9 -0
- package/esm/GlobeIcon/index.test.js +33 -0
- package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
- package/esm/MoreVertIcon/config.js +25 -0
- package/esm/MoreVertIcon/index.js +9 -0
- package/esm/MoreVertIcon/index.test.js +123 -0
- package/esm/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/esm/SearchIcon/config.js +11 -0
- package/esm/SearchIcon/index.js +9 -0
- package/esm/SearchIcon/index.test.js +9 -0
- package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/esm/UncheckIcon/config.js +11 -0
- package/esm/UncheckIcon/index.js +9 -0
- package/esm/UncheckIcon/index.test.js +123 -0
- package/esm/icons.js +11 -0
- package/esm/index.js +10 -0
- package/esm/registry.js +42 -0
- package/icons.d.ts +32 -0
- package/icons.js +135 -0
- package/index.d.ts +10 -0
- package/index.js +135 -0
- package/package.json +25 -0
- package/registry.d.ts +15 -0
- package/registry.js +67 -0
- package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
- package/src/AccessibilityIcon/config.tsx +22 -0
- package/src/AccessibilityIcon/index.test.tsx +57 -0
- package/src/AccessibilityIcon/index.tsx +10 -0
- package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/src/ArrowIcon/config.tsx +29 -0
- package/src/ArrowIcon/index.test.tsx +20 -0
- package/src/ArrowIcon/index.tsx +8 -0
- package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
- package/src/BurgerIcon/config.tsx +25 -0
- package/src/BurgerIcon/index.test.tsx +26 -0
- package/src/BurgerIcon/index.tsx +8 -0
- package/src/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
- package/src/CaretIcon/config.tsx +21 -0
- package/src/CaretIcon/index.test.tsx +20 -0
- package/src/CaretIcon/index.tsx +8 -0
- package/src/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/src/CheckIcon/config.tsx +15 -0
- package/src/CheckIcon/index.test.tsx +50 -0
- package/src/CheckIcon/index.tsx +8 -0
- package/src/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/src/CloseIcon/config.tsx +15 -0
- package/src/CloseIcon/index.test.tsx +8 -0
- package/src/CloseIcon/index.tsx +8 -0
- package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
- package/src/GlobeIcon/config.tsx +26 -0
- package/src/GlobeIcon/index.test.tsx +19 -0
- package/src/GlobeIcon/index.tsx +8 -0
- package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
- package/src/MoreVertIcon/config.tsx +17 -0
- package/src/MoreVertIcon/index.test.tsx +50 -0
- package/src/MoreVertIcon/index.tsx +8 -0
- package/src/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
- package/src/SearchIcon/config.tsx +15 -0
- package/src/SearchIcon/index.test.tsx +8 -0
- package/src/SearchIcon/index.tsx +8 -0
- package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
- package/src/UncheckIcon/config.tsx +15 -0
- package/src/UncheckIcon/index.test.tsx +50 -0
- package/src/UncheckIcon/index.tsx +8 -0
- package/src/icons.ts +34 -0
- package/src/index.ts +10 -0
- package/src/registry.js +47 -0
package/esm/icons.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from '@digigov/react-icons/AccessibilityIcon/config';
|
|
2
|
+
export * from '@digigov/react-icons/ArrowIcon/config';
|
|
3
|
+
export * from '@digigov/react-icons/BurgerIcon/config';
|
|
4
|
+
export * from '@digigov/react-icons/CaretIcon/config';
|
|
5
|
+
export * from '@digigov/react-icons/CloseIcon/config';
|
|
6
|
+
export * from '@digigov/react-icons/CheckIcon/config';
|
|
7
|
+
export * from '@digigov/react-icons/GlobeIcon/config';
|
|
8
|
+
export * from '@digigov/react-icons/MoreVertIcon/config';
|
|
9
|
+
export * from '@digigov/react-icons/UncheckIcon/config';
|
|
10
|
+
export * from '@digigov/react-icons/SearchIcon/config';
|
|
11
|
+
export {};
|
package/esm/index.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from '@digigov/react-icons/AccessibilityIcon';
|
|
2
|
+
export * from '@digigov/react-icons/ArrowIcon';
|
|
3
|
+
export * from '@digigov/react-icons/BurgerIcon';
|
|
4
|
+
export * from '@digigov/react-icons/CaretIcon';
|
|
5
|
+
export * from '@digigov/react-icons/CheckIcon';
|
|
6
|
+
export * from '@digigov/react-icons/UncheckIcon';
|
|
7
|
+
export * from '@digigov/react-icons/CloseIcon';
|
|
8
|
+
export * from '@digigov/react-icons/GlobeIcon';
|
|
9
|
+
export * from '@digigov/react-icons/MoreVertIcon';
|
|
10
|
+
export * from '@digigov/react-icons/SearchIcon';
|
package/esm/registry.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as _digigov_react_icons_AccessibilityIcon from '@digigov/react-icons/AccessibilityIcon';
|
|
2
|
+
import * as _digigov_react_icons_ArrowIcon from '@digigov/react-icons/ArrowIcon';
|
|
3
|
+
import * as _digigov_react_icons_BurgerIcon from '@digigov/react-icons/BurgerIcon';
|
|
4
|
+
import * as _digigov_react_icons_CaretIcon from '@digigov/react-icons/CaretIcon';
|
|
5
|
+
import * as _digigov_react_icons_CheckIcon from '@digigov/react-icons/CheckIcon';
|
|
6
|
+
import * as _digigov_react_icons_CloseIcon from '@digigov/react-icons/CloseIcon';
|
|
7
|
+
import * as _digigov_react_icons_GlobeIcon from '@digigov/react-icons/GlobeIcon';
|
|
8
|
+
import * as _digigov_react_icons_icons from '@digigov/react-icons/icons';
|
|
9
|
+
import * as _digigov_react_icons from '@digigov/react-icons';
|
|
10
|
+
import * as _digigov_react_icons_MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
|
|
11
|
+
import * as _digigov_react_icons_SearchIcon from '@digigov/react-icons/SearchIcon';
|
|
12
|
+
import * as _digigov_react_icons_UncheckIcon from '@digigov/react-icons/UncheckIcon';
|
|
13
|
+
|
|
14
|
+
function lazyImport(pkgImport) {
|
|
15
|
+
// eslint-disable-next-line no-undef
|
|
16
|
+
return new Proxy({}, {
|
|
17
|
+
get: function get(_target, name) {
|
|
18
|
+
if (name === '__esModule' || name === 'default') {
|
|
19
|
+
return pkgImport["default"];
|
|
20
|
+
} else if (name === '*') {
|
|
21
|
+
return pkgImport;
|
|
22
|
+
} else {
|
|
23
|
+
return pkgImport[name];
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export default {
|
|
30
|
+
'@digigov/react-icons/AccessibilityIcon': lazyImport(_digigov_react_icons_AccessibilityIcon),
|
|
31
|
+
'@digigov/react-icons/ArrowIcon': lazyImport(_digigov_react_icons_ArrowIcon),
|
|
32
|
+
'@digigov/react-icons/BurgerIcon': lazyImport(_digigov_react_icons_BurgerIcon),
|
|
33
|
+
'@digigov/react-icons/CaretIcon': lazyImport(_digigov_react_icons_CaretIcon),
|
|
34
|
+
'@digigov/react-icons/CheckIcon': lazyImport(_digigov_react_icons_CheckIcon),
|
|
35
|
+
'@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
|
|
36
|
+
'@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
|
|
37
|
+
'@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
|
|
38
|
+
'@digigov/react-icons': lazyImport(_digigov_react_icons),
|
|
39
|
+
'@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
|
|
40
|
+
'@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
|
|
41
|
+
'@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
|
|
42
|
+
};
|
package/icons.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { AccessibilityType } from '@digigov/react-icons/AccessibilityIcon/config';
|
|
2
|
+
import type { ArrowType } from '@digigov/react-icons/ArrowIcon/config';
|
|
3
|
+
import type { BurgerType } from '@digigov/react-icons/BurgerIcon/config';
|
|
4
|
+
import type { CaretType } from '@digigov/react-icons/CaretIcon/config';
|
|
5
|
+
import type { CheckType } from '@digigov/react-icons/CheckIcon/config';
|
|
6
|
+
import type { CloseType } from '@digigov/react-icons/CloseIcon/config';
|
|
7
|
+
import type { GlobeType } from '@digigov/react-icons/GlobeIcon/config';
|
|
8
|
+
import type { MoreVertType } from '@digigov/react-icons/MoreVertIcon/config';
|
|
9
|
+
import type { SearchType } from '@digigov/react-icons/SearchIcon/config';
|
|
10
|
+
import type { UncheckType } from '@digigov/react-icons/UncheckIcon/config';
|
|
11
|
+
export * from '@digigov/react-icons/AccessibilityIcon/config';
|
|
12
|
+
export * from '@digigov/react-icons/ArrowIcon/config';
|
|
13
|
+
export * from '@digigov/react-icons/BurgerIcon/config';
|
|
14
|
+
export * from '@digigov/react-icons/CaretIcon/config';
|
|
15
|
+
export * from '@digigov/react-icons/CloseIcon/config';
|
|
16
|
+
export * from '@digigov/react-icons/CheckIcon/config';
|
|
17
|
+
export * from '@digigov/react-icons/GlobeIcon/config';
|
|
18
|
+
export * from '@digigov/react-icons/MoreVertIcon/config';
|
|
19
|
+
export * from '@digigov/react-icons/UncheckIcon/config';
|
|
20
|
+
export * from '@digigov/react-icons/SearchIcon/config';
|
|
21
|
+
export interface IconTypes {
|
|
22
|
+
accessibility: AccessibilityType;
|
|
23
|
+
arrow: ArrowType;
|
|
24
|
+
burger: BurgerType;
|
|
25
|
+
caret: CaretType;
|
|
26
|
+
close: CloseType;
|
|
27
|
+
check: CheckType;
|
|
28
|
+
globe: GlobeType;
|
|
29
|
+
moreVert: MoreVertType;
|
|
30
|
+
uncheck: UncheckType;
|
|
31
|
+
search: SearchType;
|
|
32
|
+
}
|
package/icons.js
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
var _config = require("@digigov/react-icons/AccessibilityIcon/config");
|
|
8
|
+
|
|
9
|
+
Object.keys(_config).forEach(function (key) {
|
|
10
|
+
if (key === "default" || key === "__esModule") return;
|
|
11
|
+
if (key in exports && exports[key] === _config[key]) return;
|
|
12
|
+
Object.defineProperty(exports, key, {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _config[key];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
var _config2 = require("@digigov/react-icons/ArrowIcon/config");
|
|
21
|
+
|
|
22
|
+
Object.keys(_config2).forEach(function (key) {
|
|
23
|
+
if (key === "default" || key === "__esModule") return;
|
|
24
|
+
if (key in exports && exports[key] === _config2[key]) return;
|
|
25
|
+
Object.defineProperty(exports, key, {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function get() {
|
|
28
|
+
return _config2[key];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
var _config3 = require("@digigov/react-icons/BurgerIcon/config");
|
|
34
|
+
|
|
35
|
+
Object.keys(_config3).forEach(function (key) {
|
|
36
|
+
if (key === "default" || key === "__esModule") return;
|
|
37
|
+
if (key in exports && exports[key] === _config3[key]) return;
|
|
38
|
+
Object.defineProperty(exports, key, {
|
|
39
|
+
enumerable: true,
|
|
40
|
+
get: function get() {
|
|
41
|
+
return _config3[key];
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
var _config4 = require("@digigov/react-icons/CaretIcon/config");
|
|
47
|
+
|
|
48
|
+
Object.keys(_config4).forEach(function (key) {
|
|
49
|
+
if (key === "default" || key === "__esModule") return;
|
|
50
|
+
if (key in exports && exports[key] === _config4[key]) return;
|
|
51
|
+
Object.defineProperty(exports, key, {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function get() {
|
|
54
|
+
return _config4[key];
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
var _config5 = require("@digigov/react-icons/CloseIcon/config");
|
|
60
|
+
|
|
61
|
+
Object.keys(_config5).forEach(function (key) {
|
|
62
|
+
if (key === "default" || key === "__esModule") return;
|
|
63
|
+
if (key in exports && exports[key] === _config5[key]) return;
|
|
64
|
+
Object.defineProperty(exports, key, {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function get() {
|
|
67
|
+
return _config5[key];
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
var _config6 = require("@digigov/react-icons/CheckIcon/config");
|
|
73
|
+
|
|
74
|
+
Object.keys(_config6).forEach(function (key) {
|
|
75
|
+
if (key === "default" || key === "__esModule") return;
|
|
76
|
+
if (key in exports && exports[key] === _config6[key]) return;
|
|
77
|
+
Object.defineProperty(exports, key, {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function get() {
|
|
80
|
+
return _config6[key];
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
var _config7 = require("@digigov/react-icons/GlobeIcon/config");
|
|
86
|
+
|
|
87
|
+
Object.keys(_config7).forEach(function (key) {
|
|
88
|
+
if (key === "default" || key === "__esModule") return;
|
|
89
|
+
if (key in exports && exports[key] === _config7[key]) return;
|
|
90
|
+
Object.defineProperty(exports, key, {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function get() {
|
|
93
|
+
return _config7[key];
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
var _config8 = require("@digigov/react-icons/MoreVertIcon/config");
|
|
99
|
+
|
|
100
|
+
Object.keys(_config8).forEach(function (key) {
|
|
101
|
+
if (key === "default" || key === "__esModule") return;
|
|
102
|
+
if (key in exports && exports[key] === _config8[key]) return;
|
|
103
|
+
Object.defineProperty(exports, key, {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function get() {
|
|
106
|
+
return _config8[key];
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
var _config9 = require("@digigov/react-icons/UncheckIcon/config");
|
|
112
|
+
|
|
113
|
+
Object.keys(_config9).forEach(function (key) {
|
|
114
|
+
if (key === "default" || key === "__esModule") return;
|
|
115
|
+
if (key in exports && exports[key] === _config9[key]) return;
|
|
116
|
+
Object.defineProperty(exports, key, {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function get() {
|
|
119
|
+
return _config9[key];
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
var _config10 = require("@digigov/react-icons/SearchIcon/config");
|
|
125
|
+
|
|
126
|
+
Object.keys(_config10).forEach(function (key) {
|
|
127
|
+
if (key === "default" || key === "__esModule") return;
|
|
128
|
+
if (key in exports && exports[key] === _config10[key]) return;
|
|
129
|
+
Object.defineProperty(exports, key, {
|
|
130
|
+
enumerable: true,
|
|
131
|
+
get: function get() {
|
|
132
|
+
return _config10[key];
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
});
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from '@digigov/react-icons/AccessibilityIcon';
|
|
2
|
+
export * from '@digigov/react-icons/ArrowIcon';
|
|
3
|
+
export * from '@digigov/react-icons/BurgerIcon';
|
|
4
|
+
export * from '@digigov/react-icons/CaretIcon';
|
|
5
|
+
export * from '@digigov/react-icons/CheckIcon';
|
|
6
|
+
export * from '@digigov/react-icons/UncheckIcon';
|
|
7
|
+
export * from '@digigov/react-icons/CloseIcon';
|
|
8
|
+
export * from '@digigov/react-icons/GlobeIcon';
|
|
9
|
+
export * from '@digigov/react-icons/MoreVertIcon';
|
|
10
|
+
export * from '@digigov/react-icons/SearchIcon';
|
package/index.js
ADDED
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
var _AccessibilityIcon = require("@digigov/react-icons/AccessibilityIcon");
|
|
8
|
+
|
|
9
|
+
Object.keys(_AccessibilityIcon).forEach(function (key) {
|
|
10
|
+
if (key === "default" || key === "__esModule") return;
|
|
11
|
+
if (key in exports && exports[key] === _AccessibilityIcon[key]) return;
|
|
12
|
+
Object.defineProperty(exports, key, {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function get() {
|
|
15
|
+
return _AccessibilityIcon[key];
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
var _ArrowIcon = require("@digigov/react-icons/ArrowIcon");
|
|
21
|
+
|
|
22
|
+
Object.keys(_ArrowIcon).forEach(function (key) {
|
|
23
|
+
if (key === "default" || key === "__esModule") return;
|
|
24
|
+
if (key in exports && exports[key] === _ArrowIcon[key]) return;
|
|
25
|
+
Object.defineProperty(exports, key, {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function get() {
|
|
28
|
+
return _ArrowIcon[key];
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
var _BurgerIcon = require("@digigov/react-icons/BurgerIcon");
|
|
34
|
+
|
|
35
|
+
Object.keys(_BurgerIcon).forEach(function (key) {
|
|
36
|
+
if (key === "default" || key === "__esModule") return;
|
|
37
|
+
if (key in exports && exports[key] === _BurgerIcon[key]) return;
|
|
38
|
+
Object.defineProperty(exports, key, {
|
|
39
|
+
enumerable: true,
|
|
40
|
+
get: function get() {
|
|
41
|
+
return _BurgerIcon[key];
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
var _CaretIcon = require("@digigov/react-icons/CaretIcon");
|
|
47
|
+
|
|
48
|
+
Object.keys(_CaretIcon).forEach(function (key) {
|
|
49
|
+
if (key === "default" || key === "__esModule") return;
|
|
50
|
+
if (key in exports && exports[key] === _CaretIcon[key]) return;
|
|
51
|
+
Object.defineProperty(exports, key, {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function get() {
|
|
54
|
+
return _CaretIcon[key];
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
});
|
|
58
|
+
|
|
59
|
+
var _CheckIcon = require("@digigov/react-icons/CheckIcon");
|
|
60
|
+
|
|
61
|
+
Object.keys(_CheckIcon).forEach(function (key) {
|
|
62
|
+
if (key === "default" || key === "__esModule") return;
|
|
63
|
+
if (key in exports && exports[key] === _CheckIcon[key]) return;
|
|
64
|
+
Object.defineProperty(exports, key, {
|
|
65
|
+
enumerable: true,
|
|
66
|
+
get: function get() {
|
|
67
|
+
return _CheckIcon[key];
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
var _UncheckIcon = require("@digigov/react-icons/UncheckIcon");
|
|
73
|
+
|
|
74
|
+
Object.keys(_UncheckIcon).forEach(function (key) {
|
|
75
|
+
if (key === "default" || key === "__esModule") return;
|
|
76
|
+
if (key in exports && exports[key] === _UncheckIcon[key]) return;
|
|
77
|
+
Object.defineProperty(exports, key, {
|
|
78
|
+
enumerable: true,
|
|
79
|
+
get: function get() {
|
|
80
|
+
return _UncheckIcon[key];
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
var _CloseIcon = require("@digigov/react-icons/CloseIcon");
|
|
86
|
+
|
|
87
|
+
Object.keys(_CloseIcon).forEach(function (key) {
|
|
88
|
+
if (key === "default" || key === "__esModule") return;
|
|
89
|
+
if (key in exports && exports[key] === _CloseIcon[key]) return;
|
|
90
|
+
Object.defineProperty(exports, key, {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function get() {
|
|
93
|
+
return _CloseIcon[key];
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
var _GlobeIcon = require("@digigov/react-icons/GlobeIcon");
|
|
99
|
+
|
|
100
|
+
Object.keys(_GlobeIcon).forEach(function (key) {
|
|
101
|
+
if (key === "default" || key === "__esModule") return;
|
|
102
|
+
if (key in exports && exports[key] === _GlobeIcon[key]) return;
|
|
103
|
+
Object.defineProperty(exports, key, {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function get() {
|
|
106
|
+
return _GlobeIcon[key];
|
|
107
|
+
}
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
var _MoreVertIcon = require("@digigov/react-icons/MoreVertIcon");
|
|
112
|
+
|
|
113
|
+
Object.keys(_MoreVertIcon).forEach(function (key) {
|
|
114
|
+
if (key === "default" || key === "__esModule") return;
|
|
115
|
+
if (key in exports && exports[key] === _MoreVertIcon[key]) return;
|
|
116
|
+
Object.defineProperty(exports, key, {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function get() {
|
|
119
|
+
return _MoreVertIcon[key];
|
|
120
|
+
}
|
|
121
|
+
});
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
var _SearchIcon = require("@digigov/react-icons/SearchIcon");
|
|
125
|
+
|
|
126
|
+
Object.keys(_SearchIcon).forEach(function (key) {
|
|
127
|
+
if (key === "default" || key === "__esModule") return;
|
|
128
|
+
if (key in exports && exports[key] === _SearchIcon[key]) return;
|
|
129
|
+
Object.defineProperty(exports, key, {
|
|
130
|
+
enumerable: true,
|
|
131
|
+
get: function get() {
|
|
132
|
+
return _SearchIcon[key];
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
});
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@digigov/react-icons",
|
|
3
|
+
"version": "1.0.0-002c630d",
|
|
4
|
+
"description": "@digigov react icons",
|
|
5
|
+
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
|
+
"license": "BSD-2-Clause",
|
|
7
|
+
"main": "./index.js",
|
|
8
|
+
"module": "./esm/index.js",
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public",
|
|
11
|
+
"directory": "dist"
|
|
12
|
+
},
|
|
13
|
+
"peerDependencies": {
|
|
14
|
+
"@digigov/css": "1.0.0-002c630d",
|
|
15
|
+
"@digigov/react-core": "1.0.0-002c630d",
|
|
16
|
+
"clsx": "1.1.1",
|
|
17
|
+
"react": "^16.8.0 || ^17.0.0",
|
|
18
|
+
"react-dom": "^16.8.0 || ^17.0.0"
|
|
19
|
+
},
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"ts-morph": "18.0.0"
|
|
22
|
+
},
|
|
23
|
+
"private": false,
|
|
24
|
+
"typings": "./index.d.ts"
|
|
25
|
+
}
|
package/registry.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare var _default: {
|
|
2
|
+
'@digigov/react-icons/AccessibilityIcon': {};
|
|
3
|
+
'@digigov/react-icons/ArrowIcon': {};
|
|
4
|
+
'@digigov/react-icons/BurgerIcon': {};
|
|
5
|
+
'@digigov/react-icons/CaretIcon': {};
|
|
6
|
+
'@digigov/react-icons/CheckIcon': {};
|
|
7
|
+
'@digigov/react-icons/CloseIcon': {};
|
|
8
|
+
'@digigov/react-icons/GlobeIcon': {};
|
|
9
|
+
'@digigov/react-icons/icons': {};
|
|
10
|
+
'@digigov/react-icons': {};
|
|
11
|
+
'@digigov/react-icons/MoreVertIcon': {};
|
|
12
|
+
'@digigov/react-icons/SearchIcon': {};
|
|
13
|
+
'@digigov/react-icons/UncheckIcon': {};
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
package/registry.js
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _digigov_react_icons_AccessibilityIcon = _interopRequireWildcard(require("@digigov/react-icons/AccessibilityIcon"));
|
|
11
|
+
|
|
12
|
+
var _digigov_react_icons_ArrowIcon = _interopRequireWildcard(require("@digigov/react-icons/ArrowIcon"));
|
|
13
|
+
|
|
14
|
+
var _digigov_react_icons_BurgerIcon = _interopRequireWildcard(require("@digigov/react-icons/BurgerIcon"));
|
|
15
|
+
|
|
16
|
+
var _digigov_react_icons_CaretIcon = _interopRequireWildcard(require("@digigov/react-icons/CaretIcon"));
|
|
17
|
+
|
|
18
|
+
var _digigov_react_icons_CheckIcon = _interopRequireWildcard(require("@digigov/react-icons/CheckIcon"));
|
|
19
|
+
|
|
20
|
+
var _digigov_react_icons_CloseIcon = _interopRequireWildcard(require("@digigov/react-icons/CloseIcon"));
|
|
21
|
+
|
|
22
|
+
var _digigov_react_icons_GlobeIcon = _interopRequireWildcard(require("@digigov/react-icons/GlobeIcon"));
|
|
23
|
+
|
|
24
|
+
var _digigov_react_icons_icons = _interopRequireWildcard(require("@digigov/react-icons/icons"));
|
|
25
|
+
|
|
26
|
+
var _digigov_react_icons = _interopRequireWildcard(require("@digigov/react-icons"));
|
|
27
|
+
|
|
28
|
+
var _digigov_react_icons_MoreVertIcon = _interopRequireWildcard(require("@digigov/react-icons/MoreVertIcon"));
|
|
29
|
+
|
|
30
|
+
var _digigov_react_icons_SearchIcon = _interopRequireWildcard(require("@digigov/react-icons/SearchIcon"));
|
|
31
|
+
|
|
32
|
+
var _digigov_react_icons_UncheckIcon = _interopRequireWildcard(require("@digigov/react-icons/UncheckIcon"));
|
|
33
|
+
|
|
34
|
+
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); }
|
|
35
|
+
|
|
36
|
+
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; }
|
|
37
|
+
|
|
38
|
+
function lazyImport(pkgImport) {
|
|
39
|
+
// eslint-disable-next-line no-undef
|
|
40
|
+
return new Proxy({}, {
|
|
41
|
+
get: function get(_target, name) {
|
|
42
|
+
if (name === '__esModule' || name === 'default') {
|
|
43
|
+
return pkgImport["default"];
|
|
44
|
+
} else if (name === '*') {
|
|
45
|
+
return pkgImport;
|
|
46
|
+
} else {
|
|
47
|
+
return pkgImport[name];
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
var _default = {
|
|
54
|
+
'@digigov/react-icons/AccessibilityIcon': lazyImport(_digigov_react_icons_AccessibilityIcon),
|
|
55
|
+
'@digigov/react-icons/ArrowIcon': lazyImport(_digigov_react_icons_ArrowIcon),
|
|
56
|
+
'@digigov/react-icons/BurgerIcon': lazyImport(_digigov_react_icons_BurgerIcon),
|
|
57
|
+
'@digigov/react-icons/CaretIcon': lazyImport(_digigov_react_icons_CaretIcon),
|
|
58
|
+
'@digigov/react-icons/CheckIcon': lazyImport(_digigov_react_icons_CheckIcon),
|
|
59
|
+
'@digigov/react-icons/CloseIcon': lazyImport(_digigov_react_icons_CloseIcon),
|
|
60
|
+
'@digigov/react-icons/GlobeIcon': lazyImport(_digigov_react_icons_GlobeIcon),
|
|
61
|
+
'@digigov/react-icons/icons': lazyImport(_digigov_react_icons_icons),
|
|
62
|
+
'@digigov/react-icons': lazyImport(_digigov_react_icons),
|
|
63
|
+
'@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
|
|
64
|
+
'@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
|
|
65
|
+
'@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
|
|
66
|
+
};
|
|
67
|
+
exports["default"] = _default;
|