@digigov/react-core 1.0.0-871b6be5 → 1.0.0-8ae63a77
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/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/AdminAside/index.d.ts +1 -1
- package/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/AdminContainer/index.d.ts +1 -1
- package/AdminMain/index.d.ts +1 -1
- package/AdminTopSection/index.d.ts +1 -1
- package/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/Aside/index.d.ts +5 -5
- package/Aside/index.js +9 -5
- package/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/Blockquote/index.d.ts +8 -1
- package/Blockquote/index.js +3 -2
- package/Blockquote/index.test.js +8 -0
- package/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/BottomInfo/index.d.ts +1 -1
- package/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/BottomInfoContainer/index.d.ts +1 -1
- package/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/BottomInfoContent/index.d.ts +1 -1
- package/BottomInfoContent/index.js +2 -11
- package/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/Card/index.d.ts +8 -1
- package/Card/index.js +3 -2
- package/Card/index.test.js +23 -15
- package/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/CircularProgress/index.js +2 -2
- package/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/Container/index.d.ts +12 -12
- package/Container/index.js +7 -6
- package/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/FieldContainer/index.d.ts +1 -1
- package/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/FooterContainer/index.d.ts +1 -1
- package/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/Grid/index.d.ts +64 -32
- package/Grid/index.js +1 -1
- package/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/ImageLogo/index.d.ts +20 -0
- package/ImageLogo/index.js +45 -0
- package/ImageLogo/index.test.js +26 -0
- package/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/ImageLogoSet/index.d.ts +20 -0
- package/ImageLogoSet/index.js +45 -0
- package/ImageLogoSet/index.test.d.ts +1 -0
- package/ImageLogoSet/index.test.js +29 -0
- package/KitchenSinkCard/index.d.ts +1 -1
- package/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/Main/index.d.ts +4 -4
- package/Main/index.js +7 -4
- package/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/NavMenuContainer/index.js +1 -0
- package/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/NavMenuContent/index.d.ts +1 -1
- package/NavMenuContent/index.js +3 -1
- package/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/NavMenuTitle/index.js +2 -1
- package/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/RadioItem/index.d.ts +4 -4
- package/RadioItem/index.js +3 -3
- package/RadioItem/index.test.js +4 -4
- package/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/StepNav/index.d.ts +8 -1
- package/StepNav/index.js +3 -2
- package/StepNav/index.test.js +8 -0
- package/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/TaskList/index.d.ts +8 -1
- package/TaskList/index.js +3 -2
- package/TaskList/index.test.js +8 -0
- package/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/Timeline/index.d.ts +2 -2
- package/Timeline/index.js +2 -3
- package/Timeline/index.test.js +8 -0
- package/Unpurge/index.js +1 -1
- package/es/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/es/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/es/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Aside/index.js +9 -5
- package/es/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/es/Blockquote/index.js +3 -2
- package/es/Blockquote/index.test.js +8 -0
- package/es/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/es/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/es/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/es/BottomInfoContent/index.js +2 -11
- package/es/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/es/Card/index.js +3 -2
- package/es/Card/index.test.js +23 -15
- package/es/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/es/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/es/CircularProgress/index.js +2 -2
- package/es/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/es/Container/index.js +7 -6
- package/es/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/es/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/es/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/es/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/es/Grid/index.js +1 -1
- package/es/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/es/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/es/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/es/ImageLogo/index.js +29 -0
- package/es/ImageLogo/index.test.js +20 -0
- package/es/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/es/ImageLogoSet/index.js +30 -0
- package/es/ImageLogoSet/index.test.js +23 -0
- package/es/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/es/Main/index.js +7 -4
- package/es/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/es/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/es/NavMenuContainer/index.js +1 -0
- package/es/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/es/NavMenuContent/index.js +3 -1
- package/es/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/es/NavMenuTitle/index.js +2 -1
- package/es/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/es/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/es/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/es/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/es/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/es/RadioItem/index.js +3 -3
- package/es/RadioItem/index.test.js +4 -4
- package/es/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/es/StepNav/index.js +3 -2
- package/es/StepNav/index.test.js +8 -0
- package/es/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/es/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/es/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/es/TaskList/index.js +3 -2
- package/es/TaskList/index.test.js +8 -0
- package/es/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/es/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/es/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/es/Timeline/index.js +2 -3
- package/es/Timeline/index.test.js +8 -0
- package/es/Unpurge/index.js +1 -1
- package/es/index.js +2 -1
- package/es/registry.js +4 -2
- package/esm/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/esm/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Aside/index.js +9 -5
- package/esm/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/Blockquote/index.js +3 -2
- package/esm/Blockquote/index.test.js +8 -0
- package/esm/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/esm/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/esm/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/esm/BottomInfoContent/index.js +2 -11
- package/esm/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/esm/Card/index.js +3 -2
- package/esm/Card/index.test.js +23 -15
- package/esm/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/esm/CircularProgress/index.js +2 -2
- package/esm/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/esm/Container/index.js +7 -6
- package/esm/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/esm/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/esm/Grid/index.js +1 -1
- package/esm/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/esm/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/esm/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/esm/ImageLogo/index.js +29 -0
- package/esm/ImageLogo/index.test.js +20 -0
- package/esm/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/esm/ImageLogoSet/index.js +30 -0
- package/esm/ImageLogoSet/index.test.js +23 -0
- package/esm/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/esm/Main/index.js +7 -4
- package/esm/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/esm/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/esm/NavMenuContainer/index.js +1 -0
- package/esm/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/esm/NavMenuContent/index.js +3 -1
- package/esm/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/esm/NavMenuTitle/index.js +2 -1
- package/esm/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/esm/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/esm/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/esm/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/esm/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/esm/RadioItem/index.js +3 -3
- package/esm/RadioItem/index.test.js +4 -4
- package/esm/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/StepNav/index.js +3 -2
- package/esm/StepNav/index.test.js +8 -0
- package/esm/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/esm/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/esm/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/TaskList/index.js +3 -2
- package/esm/TaskList/index.test.js +8 -0
- package/esm/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/esm/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/esm/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/esm/Timeline/index.js +2 -3
- package/esm/Timeline/index.test.js +8 -0
- package/esm/Unpurge/index.js +1 -1
- package/esm/index.js +3 -2
- package/esm/registry.js +4 -2
- package/index.d.ts +2 -1
- package/index.js +17 -4
- package/package.json +3 -3
- package/registry.d.ts +2 -1
- package/registry.js +5 -2
- package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
- package/src/AdminContainer/__snapshots__/index.test.tsx.snap +21 -11
- package/src/Aside/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Aside/index.tsx +10 -7
- package/src/Blockquote/__snapshots__/index.test.tsx.snap +17 -0
- package/src/Blockquote/index.test.tsx +4 -0
- package/src/Blockquote/index.tsx +11 -2
- package/src/BottomInfo/__snapshots__/index.test.tsx.snap +11 -15
- package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +11 -15
- package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +3 -6
- package/src/BottomInfoContent/index.tsx +1 -4
- package/src/Card/__snapshots__/index.test.tsx.snap +21 -0
- package/src/Card/index.test.tsx +3 -0
- package/src/Card/index.tsx +9 -1
- package/src/ChipHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/src/CircularProgress/__snapshots__/index.test.tsx.snap +12 -12
- package/src/CircularProgress/index.tsx +2 -2
- package/src/Container/__snapshots__/index.test.tsx.snap +32 -44
- package/src/Container/index.tsx +16 -23
- package/src/Drawer/__snapshots__/index.test.tsx.snap +10 -5
- package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
- package/src/FooterContainer/__snapshots__/index.test.tsx.snap +10 -14
- package/src/FooterHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/src/Grid/index.tsx +82 -39
- package/src/Heading/__snapshots__/index.test.tsx.snap +190 -95
- package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +40 -20
- package/src/ImageLogo/__snapshots__/index.test.tsx.snap +36 -0
- package/src/ImageLogo/index.test.tsx +13 -0
- package/src/ImageLogo/index.tsx +43 -0
- package/src/ImageLogoSet/__snapshots__/index.test.tsx.snap +118 -0
- package/src/ImageLogoSet/index.test.tsx +17 -0
- package/src/ImageLogoSet/index.tsx +36 -0
- package/src/Main/__snapshots__/index.test.tsx.snap +16 -7
- package/src/Main/index.tsx +9 -6
- package/src/ModalHeading/__snapshots__/index.test.tsx.snap +12 -6
- package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +13 -15
- package/src/NavMenuContainer/index.tsx +1 -0
- package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +5 -3
- package/src/NavMenuContent/index.tsx +1 -1
- package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +4 -3
- package/src/NavMenuTitle/index.tsx +2 -1
- package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +12 -6
- package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +10 -5
- package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +50 -25
- package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +50 -25
- package/src/RadioItem/__snapshots__/index.test.tsx.snap +2 -2
- package/src/RadioItem/index.test.tsx +4 -4
- package/src/RadioItem/index.tsx +5 -5
- package/src/StepNav/__snapshots__/index.test.tsx.snap +17 -0
- package/src/StepNav/index.test.tsx +4 -0
- package/src/StepNav/index.tsx +11 -2
- package/src/TabsHeading/__snapshots__/index.test.tsx.snap +30 -15
- package/src/TabsListItem/__snapshots__/index.test.tsx.snap +25 -25
- package/src/TaskList/__snapshots__/index.test.tsx.snap +17 -0
- package/src/TaskList/index.test.tsx +4 -0
- package/src/TaskList/index.tsx +11 -2
- package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +66 -30
- package/src/TextInput/__snapshots__/index.test.tsx.snap +72 -72
- package/src/Timeline/__snapshots__/index.test.tsx.snap +17 -0
- package/src/Timeline/index.test.tsx +4 -0
- package/src/Timeline/index.tsx +4 -4
- package/src/Unpurge/index.tsx +42 -0
- package/src/index.ts +2 -1
- package/src/registry.js +4 -2
- package/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/Icon/index.d.ts +0 -25
- package/Icon/index.js +0 -58
- package/Icon/index.test.js +0 -88
- package/es/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/es/Icon/index.js +0 -34
- package/es/Icon/index.test.js +0 -82
- package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/esm/Icon/index.js +0 -34
- package/esm/Icon/index.test.js +0 -82
- package/src/Icon/__snapshots__/index.test.tsx.snap +0 -343
- package/src/Icon/index.test.tsx +0 -36
- package/src/Icon/index.tsx +0 -63
- /package/{Icon → ImageLogo}/index.test.d.ts +0 -0
package/index.js
CHANGED
|
@@ -1525,15 +1525,28 @@ Object.keys(_SvgIcon).forEach(function (key) {
|
|
|
1525
1525
|
});
|
|
1526
1526
|
});
|
|
1527
1527
|
|
|
1528
|
-
var
|
|
1528
|
+
var _ImageLogo = require("@digigov/react-core/ImageLogo");
|
|
1529
1529
|
|
|
1530
|
-
Object.keys(
|
|
1530
|
+
Object.keys(_ImageLogo).forEach(function (key) {
|
|
1531
1531
|
if (key === "default" || key === "__esModule") return;
|
|
1532
|
-
if (key in exports && exports[key] ===
|
|
1532
|
+
if (key in exports && exports[key] === _ImageLogo[key]) return;
|
|
1533
1533
|
Object.defineProperty(exports, key, {
|
|
1534
1534
|
enumerable: true,
|
|
1535
1535
|
get: function get() {
|
|
1536
|
-
return
|
|
1536
|
+
return _ImageLogo[key];
|
|
1537
|
+
}
|
|
1538
|
+
});
|
|
1539
|
+
});
|
|
1540
|
+
|
|
1541
|
+
var _ImageLogoSet = require("@digigov/react-core/ImageLogoSet");
|
|
1542
|
+
|
|
1543
|
+
Object.keys(_ImageLogoSet).forEach(function (key) {
|
|
1544
|
+
if (key === "default" || key === "__esModule") return;
|
|
1545
|
+
if (key in exports && exports[key] === _ImageLogoSet[key]) return;
|
|
1546
|
+
Object.defineProperty(exports, key, {
|
|
1547
|
+
enumerable: true,
|
|
1548
|
+
get: function get() {
|
|
1549
|
+
return _ImageLogoSet[key];
|
|
1537
1550
|
}
|
|
1538
1551
|
});
|
|
1539
1552
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/react-core",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-8ae63a77",
|
|
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-
|
|
15
|
-
"@digigov/react-icons": "1.0.0-
|
|
14
|
+
"@digigov/css": "1.0.0-8ae63a77",
|
|
15
|
+
"@digigov/react-icons": "1.0.0-8ae63a77",
|
|
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/registry.d.ts
CHANGED
|
@@ -122,7 +122,8 @@ declare var _default: {
|
|
|
122
122
|
'@digigov/react-core/HellenicRepublicLogo/logo-inverted-en': {};
|
|
123
123
|
'@digigov/react-core/Hidden': {};
|
|
124
124
|
'@digigov/react-core/Hint': {};
|
|
125
|
-
'@digigov/react-core/
|
|
125
|
+
'@digigov/react-core/ImageLogo': {};
|
|
126
|
+
'@digigov/react-core/ImageLogoSet': {};
|
|
126
127
|
'@digigov/react-core': {};
|
|
127
128
|
'@digigov/react-core/KitchenSinkAllComponents': {};
|
|
128
129
|
'@digigov/react-core/KitchenSinkCard': {};
|
package/registry.js
CHANGED
|
@@ -253,7 +253,9 @@ var _digigov_react_core_Hidden = _interopRequireWildcard(require("@digigov/react
|
|
|
253
253
|
|
|
254
254
|
var _digigov_react_core_Hint = _interopRequireWildcard(require("@digigov/react-core/Hint"));
|
|
255
255
|
|
|
256
|
-
var
|
|
256
|
+
var _digigov_react_core_ImageLogo = _interopRequireWildcard(require("@digigov/react-core/ImageLogo"));
|
|
257
|
+
|
|
258
|
+
var _digigov_react_core_ImageLogoSet = _interopRequireWildcard(require("@digigov/react-core/ImageLogoSet"));
|
|
257
259
|
|
|
258
260
|
var _digigov_react_core = _interopRequireWildcard(require("@digigov/react-core"));
|
|
259
261
|
|
|
@@ -644,7 +646,8 @@ var _default = {
|
|
|
644
646
|
'@digigov/react-core/HellenicRepublicLogo/logo-inverted-en': lazyImport(_digigov_react_core_HellenicRepublicLogo_logo_inverted_en),
|
|
645
647
|
'@digigov/react-core/Hidden': lazyImport(_digigov_react_core_Hidden),
|
|
646
648
|
'@digigov/react-core/Hint': lazyImport(_digigov_react_core_Hint),
|
|
647
|
-
'@digigov/react-core/
|
|
649
|
+
'@digigov/react-core/ImageLogo': lazyImport(_digigov_react_core_ImageLogo),
|
|
650
|
+
'@digigov/react-core/ImageLogoSet': lazyImport(_digigov_react_core_ImageLogoSet),
|
|
648
651
|
'@digigov/react-core': lazyImport(_digigov_react_core),
|
|
649
652
|
'@digigov/react-core/KitchenSinkAllComponents': lazyImport(_digigov_react_core_KitchenSinkAllComponents),
|
|
650
653
|
'@digigov/react-core/KitchenSinkCard': lazyImport(_digigov_react_core_KitchenSinkCard),
|
|
@@ -4,10 +4,10 @@ exports[`renders the Accordion with no props 1`] = `
|
|
|
4
4
|
<ForwardRef(Accordion)>
|
|
5
5
|
<ForwardRef(Base)
|
|
6
6
|
as="div"
|
|
7
|
-
className="govgr-accordion"
|
|
7
|
+
className="govgr-accordion--border-top govgr-accordion"
|
|
8
8
|
>
|
|
9
9
|
<div
|
|
10
|
-
className="govgr-accordion"
|
|
10
|
+
className="govgr-accordion--border-top govgr-accordion"
|
|
11
11
|
>
|
|
12
12
|
hello
|
|
13
13
|
</div>
|
|
@@ -2,19 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`renders the AdminContainer with no props 1`] = `
|
|
4
4
|
<ForwardRef(AdminContainer)>
|
|
5
|
-
<ForwardRef(
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
<ForwardRef(Container)
|
|
6
|
+
fullWidth={true}
|
|
7
|
+
grid={false}
|
|
8
8
|
>
|
|
9
|
-
<
|
|
10
|
-
className="govgr-
|
|
9
|
+
<ForwardRef(Grid)
|
|
10
|
+
className="govgr-container--full-width govgr-container"
|
|
11
|
+
container={false}
|
|
11
12
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
13
|
+
<ForwardRef(Base)
|
|
14
|
+
as="div"
|
|
15
|
+
className="govgr-container--full-width govgr-container"
|
|
14
16
|
>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
<div
|
|
18
|
+
className="govgr-container--full-width govgr-container"
|
|
19
|
+
>
|
|
20
|
+
<div
|
|
21
|
+
className="govgr-admin-main-wrapper"
|
|
22
|
+
>
|
|
23
|
+
hello
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
</ForwardRef(Base)>
|
|
27
|
+
</ForwardRef(Grid)>
|
|
28
|
+
</ForwardRef(Container)>
|
|
19
29
|
</ForwardRef(AdminContainer)>
|
|
20
30
|
`;
|
|
@@ -2,15 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`renders the Aside with no props 1`] = `
|
|
4
4
|
<ForwardRef(Aside)>
|
|
5
|
-
<ForwardRef(
|
|
5
|
+
<ForwardRef(Grid)
|
|
6
6
|
as="aside"
|
|
7
|
-
className="govgr-aside
|
|
7
|
+
className="govgr-aside"
|
|
8
|
+
item={true}
|
|
9
|
+
md={4}
|
|
10
|
+
spacing={4}
|
|
11
|
+
xs={12}
|
|
8
12
|
>
|
|
9
|
-
<
|
|
10
|
-
|
|
13
|
+
<ForwardRef(Base)
|
|
14
|
+
as="aside"
|
|
15
|
+
className="govgr-aside xs:govgr-grid__col-span-12 md:govgr-grid__col-span-4"
|
|
11
16
|
>
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
<aside
|
|
18
|
+
className="govgr-aside xs:govgr-grid__col-span-12 md:govgr-grid__col-span-4"
|
|
19
|
+
>
|
|
20
|
+
hello
|
|
21
|
+
</aside>
|
|
22
|
+
</ForwardRef(Base)>
|
|
23
|
+
</ForwardRef(Grid)>
|
|
15
24
|
</ForwardRef(Aside)>
|
|
16
25
|
`;
|
package/src/Aside/index.tsx
CHANGED
|
@@ -1,28 +1,31 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
|
-
import
|
|
3
|
+
import Grid, { GridProps } from '@digigov/react-core/Grid';
|
|
4
4
|
|
|
5
|
-
export interface AsideProps extends
|
|
5
|
+
export interface AsideProps extends GridProps {}
|
|
6
6
|
/**
|
|
7
|
-
* Use this inside the
|
|
8
|
-
* that will be shown on the left one third of the page
|
|
7
|
+
* Use this inside the Container component for additional content.
|
|
8
|
+
* that will be shown on the left one third of the page.
|
|
9
9
|
*/
|
|
10
10
|
export const Aside = React.forwardRef<HTMLElement, AsideProps>(function Aside(
|
|
11
11
|
{ className, children, ...props },
|
|
12
12
|
ref
|
|
13
13
|
) {
|
|
14
14
|
return (
|
|
15
|
-
<
|
|
15
|
+
<Grid
|
|
16
|
+
item
|
|
17
|
+
xs={12}
|
|
18
|
+
md={4}
|
|
19
|
+
spacing={4}
|
|
16
20
|
as="aside"
|
|
17
21
|
ref={ref}
|
|
18
22
|
className={clsx(className, {
|
|
19
23
|
'govgr-aside': true,
|
|
20
|
-
'govgr-grid-column-one-third': true,
|
|
21
24
|
})}
|
|
22
25
|
{...props}
|
|
23
26
|
>
|
|
24
27
|
{children}
|
|
25
|
-
</
|
|
28
|
+
</Grid>
|
|
26
29
|
);
|
|
27
30
|
});
|
|
28
31
|
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
+
exports[`renders the Blockquote with dense props 1`] = `
|
|
4
|
+
<ForwardRef(Blockquote)
|
|
5
|
+
dense={true}
|
|
6
|
+
>
|
|
7
|
+
<ForwardRef(Base)
|
|
8
|
+
as="blockquote"
|
|
9
|
+
className="govgr-blockquote--dense govgr-blockquote"
|
|
10
|
+
>
|
|
11
|
+
<blockquote
|
|
12
|
+
className="govgr-blockquote--dense govgr-blockquote"
|
|
13
|
+
>
|
|
14
|
+
hello
|
|
15
|
+
</blockquote>
|
|
16
|
+
</ForwardRef(Base)>
|
|
17
|
+
</ForwardRef(Blockquote)>
|
|
18
|
+
`;
|
|
19
|
+
|
|
3
20
|
exports[`renders the Blockquote with no props 1`] = `
|
|
4
21
|
<ForwardRef(Blockquote)>
|
|
5
22
|
<ForwardRef(Base)
|
|
@@ -6,3 +6,7 @@ import Blockquote from '@digigov/react-core/Blockquote';
|
|
|
6
6
|
it('renders the Blockquote with no props', () => {
|
|
7
7
|
expect(mount(<Blockquote>hello</Blockquote>)).toMatchSnapshot();
|
|
8
8
|
});
|
|
9
|
+
|
|
10
|
+
it('renders the Blockquote with dense props', () => {
|
|
11
|
+
expect(mount(<Blockquote dense>hello</Blockquote>)).toMatchSnapshot();
|
|
12
|
+
});
|
package/src/Blockquote/index.tsx
CHANGED
|
@@ -2,18 +2,27 @@ import React from 'react';
|
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import Base, { BaseProps } from '@digigov/react-core/Base';
|
|
4
4
|
|
|
5
|
-
export interface BlockquoteProps extends BaseProps<'blockquote'> {
|
|
5
|
+
export interface BlockquoteProps extends BaseProps<'blockquote'> {
|
|
6
|
+
/**
|
|
7
|
+
* dense is optional.
|
|
8
|
+
* @value true Blockquote will be dense.
|
|
9
|
+
* @value false
|
|
10
|
+
* @default false
|
|
11
|
+
* */
|
|
12
|
+
dense?: boolean;
|
|
13
|
+
}
|
|
6
14
|
/**
|
|
7
15
|
* Use Blockquote to differentiate a block of text from the content that surrounds it.
|
|
8
16
|
*/
|
|
9
17
|
export const Blockquote = React.forwardRef<HTMLElement, BlockquoteProps>(
|
|
10
|
-
function Blockquote({ className, children, ...props }, ref) {
|
|
18
|
+
function Blockquote({ className, dense, children, ...props }, ref) {
|
|
11
19
|
return (
|
|
12
20
|
<Base
|
|
13
21
|
as="blockquote"
|
|
14
22
|
ref={ref}
|
|
15
23
|
className={clsx(className, {
|
|
16
24
|
'govgr-blockquote': true,
|
|
25
|
+
'govgr-blockquote--dense': dense,
|
|
17
26
|
})}
|
|
18
27
|
{...props}
|
|
19
28
|
>
|
|
@@ -5,25 +5,21 @@ exports[`renders the BottomInfo with no props 1`] = `
|
|
|
5
5
|
<ForwardRef(Container)
|
|
6
6
|
className="govgr-bottom-info"
|
|
7
7
|
>
|
|
8
|
-
<ForwardRef(
|
|
9
|
-
as="div"
|
|
8
|
+
<ForwardRef(Grid)
|
|
10
9
|
className="govgr-bottom-info govgr-container"
|
|
10
|
+
container={true}
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
12
|
+
<ForwardRef(Base)
|
|
13
|
+
as="div"
|
|
14
|
+
className="govgr-bottom-info govgr-container govgr-grid"
|
|
14
15
|
>
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
className="govgr-main-wrapper"
|
|
16
|
+
<div
|
|
17
|
+
className="govgr-bottom-info govgr-container govgr-grid"
|
|
18
18
|
>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
</div>
|
|
24
|
-
</ForwardRef(Base)>
|
|
25
|
-
</div>
|
|
26
|
-
</ForwardRef(Base)>
|
|
19
|
+
hello
|
|
20
|
+
</div>
|
|
21
|
+
</ForwardRef(Base)>
|
|
22
|
+
</ForwardRef(Grid)>
|
|
27
23
|
</ForwardRef(Container)>
|
|
28
24
|
</ForwardRef(BottomInfo)>
|
|
29
25
|
`;
|
|
@@ -5,25 +5,21 @@ exports[`renders the BottomInfoContainer with no props 1`] = `
|
|
|
5
5
|
<ForwardRef(Container)
|
|
6
6
|
className="govgr-bottom-info__container"
|
|
7
7
|
>
|
|
8
|
-
<ForwardRef(
|
|
9
|
-
as="div"
|
|
8
|
+
<ForwardRef(Grid)
|
|
10
9
|
className="govgr-bottom-info__container govgr-container"
|
|
10
|
+
container={true}
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
12
|
+
<ForwardRef(Base)
|
|
13
|
+
as="div"
|
|
14
|
+
className="govgr-bottom-info__container govgr-container govgr-grid"
|
|
14
15
|
>
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
className="govgr-main-wrapper"
|
|
16
|
+
<div
|
|
17
|
+
className="govgr-bottom-info__container govgr-container govgr-grid"
|
|
18
18
|
>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
</div>
|
|
24
|
-
</ForwardRef(Base)>
|
|
25
|
-
</div>
|
|
26
|
-
</ForwardRef(Base)>
|
|
19
|
+
hello
|
|
20
|
+
</div>
|
|
21
|
+
</ForwardRef(Base)>
|
|
22
|
+
</ForwardRef(Grid)>
|
|
27
23
|
</ForwardRef(Container)>
|
|
28
24
|
</ForwardRef(BottomInfoContainer)>
|
|
29
25
|
`;
|
|
@@ -5,17 +5,14 @@ exports[`renders the BottomInfoContent with no props 1`] = `
|
|
|
5
5
|
<ForwardRef(Grid)
|
|
6
6
|
className="govgr-bottom-info__content"
|
|
7
7
|
item={true}
|
|
8
|
-
|
|
9
|
-
md={3}
|
|
10
|
-
xl={3}
|
|
11
|
-
xs={3}
|
|
8
|
+
xs={12}
|
|
12
9
|
>
|
|
13
10
|
<ForwardRef(Base)
|
|
14
11
|
as="div"
|
|
15
|
-
className="govgr-bottom-info__content xs:govgr-grid__col-span-
|
|
12
|
+
className="govgr-bottom-info__content xs:govgr-grid__col-span-12"
|
|
16
13
|
>
|
|
17
14
|
<div
|
|
18
|
-
className="govgr-bottom-info__content xs:govgr-grid__col-span-
|
|
15
|
+
className="govgr-bottom-info__content xs:govgr-grid__col-span-12"
|
|
19
16
|
>
|
|
20
17
|
hello
|
|
21
18
|
</div>
|
|
@@ -11,16 +11,13 @@ export const BottomInfoContent = React.forwardRef<
|
|
|
11
11
|
HTMLDivElement,
|
|
12
12
|
BottomInfoContentProps
|
|
13
13
|
>(function BottomInfoContent(
|
|
14
|
-
{ className, xs =
|
|
14
|
+
{ className, xs = 12, children, ...props },
|
|
15
15
|
ref
|
|
16
16
|
) {
|
|
17
17
|
return (
|
|
18
18
|
<Grid
|
|
19
19
|
item
|
|
20
20
|
xs={xs}
|
|
21
|
-
md={md}
|
|
22
|
-
lg={lg}
|
|
23
|
-
xl={xl}
|
|
24
21
|
ref={ref}
|
|
25
22
|
className={clsx(className, {
|
|
26
23
|
'govgr-bottom-info__content': true,
|
|
@@ -21,6 +21,27 @@ exports[`renders the Card with callToActon props 1`] = `
|
|
|
21
21
|
</ForwardRef(Card)>
|
|
22
22
|
`;
|
|
23
23
|
|
|
24
|
+
exports[`renders the Card with dense props 1`] = `
|
|
25
|
+
<ForwardRef(Card)
|
|
26
|
+
dense={true}
|
|
27
|
+
>
|
|
28
|
+
<ForwardRef(Base)
|
|
29
|
+
as="div"
|
|
30
|
+
className="govgr-card--dense govgr-card"
|
|
31
|
+
>
|
|
32
|
+
<div
|
|
33
|
+
className="govgr-card--dense govgr-card"
|
|
34
|
+
>
|
|
35
|
+
<div
|
|
36
|
+
className="govgr-card__body"
|
|
37
|
+
>
|
|
38
|
+
hello
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</ForwardRef(Base)>
|
|
42
|
+
</ForwardRef(Card)>
|
|
43
|
+
`;
|
|
44
|
+
|
|
24
45
|
exports[`renders the Card with no props 1`] = `
|
|
25
46
|
<ForwardRef(Card)>
|
|
26
47
|
<ForwardRef(Base)
|
package/src/Card/index.test.tsx
CHANGED
|
@@ -10,6 +10,9 @@ it('renders the Card with no props', () => {
|
|
|
10
10
|
it('renders the Card with callToActon props', () => {
|
|
11
11
|
expect(mount(<Card callToAction>hello</Card>)).toMatchSnapshot();
|
|
12
12
|
});
|
|
13
|
+
it('renders the Card with dense props', () => {
|
|
14
|
+
expect(mount(<Card dense>hello</Card>)).toMatchSnapshot();
|
|
15
|
+
});
|
|
13
16
|
it('renders the Card with variant="border" props', () => {
|
|
14
17
|
expect(mount(<Card variant="border">hello</Card>)).toMatchSnapshot();
|
|
15
18
|
});
|
package/src/Card/index.tsx
CHANGED
|
@@ -30,6 +30,13 @@ export interface CardProps extends BaseProps<'div'> {
|
|
|
30
30
|
* @value false
|
|
31
31
|
*/
|
|
32
32
|
callToAction?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* dense is optional.
|
|
35
|
+
* @value true Card will be dense.
|
|
36
|
+
* @value false
|
|
37
|
+
* @default false
|
|
38
|
+
* */
|
|
39
|
+
dense?: boolean;
|
|
33
40
|
}
|
|
34
41
|
/**
|
|
35
42
|
* Cards can be used to divide and organise interface content for better understandability and readability.
|
|
@@ -37,7 +44,7 @@ export interface CardProps extends BaseProps<'div'> {
|
|
|
37
44
|
* Use Card as parent component to wrap CardHeading, CardContent and CartAction components
|
|
38
45
|
*/
|
|
39
46
|
export const Card = React.forwardRef<HTMLDivElement, CardProps>(function Card(
|
|
40
|
-
{ variant, borderColor, callToAction, className, children, ...props },
|
|
47
|
+
{ variant, borderColor, callToAction, dense, className, children, ...props },
|
|
41
48
|
ref
|
|
42
49
|
) {
|
|
43
50
|
return (
|
|
@@ -46,6 +53,7 @@ export const Card = React.forwardRef<HTMLDivElement, CardProps>(function Card(
|
|
|
46
53
|
ref={ref}
|
|
47
54
|
className={clsx(className, {
|
|
48
55
|
'govgr-card': true,
|
|
56
|
+
'govgr-card--dense': dense,
|
|
49
57
|
'govgr-card--border': variant === 'border',
|
|
50
58
|
'govgr-card--border-top': variant === 'border-top',
|
|
51
59
|
'govgr-card--divider': variant === 'divider',
|
|
@@ -6,16 +6,21 @@ exports[`renders the ChipHeading with no props 1`] = `
|
|
|
6
6
|
element="h2"
|
|
7
7
|
size="xs"
|
|
8
8
|
>
|
|
9
|
-
<ForwardRef(
|
|
9
|
+
<ForwardRef(Typography)
|
|
10
10
|
as="h2"
|
|
11
11
|
className="govgr-heading-xs"
|
|
12
12
|
>
|
|
13
|
-
<
|
|
13
|
+
<ForwardRef(Base)
|
|
14
|
+
as="h2"
|
|
14
15
|
className="govgr-heading-xs"
|
|
15
16
|
>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
<h2
|
|
18
|
+
className="govgr-heading-xs"
|
|
19
|
+
>
|
|
20
|
+
hello
|
|
21
|
+
</h2>
|
|
22
|
+
</ForwardRef(Base)>
|
|
23
|
+
</ForwardRef(Typography)>
|
|
19
24
|
</ForwardRef(Heading)>
|
|
20
25
|
</ForwardRef(ChipHeading)>
|
|
21
26
|
`;
|
|
@@ -16,11 +16,11 @@ exports[`renders the CircularProgress 1`] = `
|
|
|
16
16
|
viewBox="0 0 200 200"
|
|
17
17
|
>
|
|
18
18
|
<path
|
|
19
|
-
className="govgr-
|
|
19
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--1"
|
|
20
20
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
21
21
|
/>
|
|
22
22
|
<path
|
|
23
|
-
className="govgr-
|
|
23
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--2"
|
|
24
24
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
25
25
|
/>
|
|
26
26
|
</svg>
|
|
@@ -47,11 +47,11 @@ exports[`renders the CircularProgress with color=secondary and size lg props 1`]
|
|
|
47
47
|
viewBox="0 0 200 200"
|
|
48
48
|
>
|
|
49
49
|
<path
|
|
50
|
-
className="govgr-
|
|
50
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--1"
|
|
51
51
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
52
52
|
/>
|
|
53
53
|
<path
|
|
54
|
-
className="govgr-
|
|
54
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--2"
|
|
55
55
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
56
56
|
/>
|
|
57
57
|
</svg>
|
|
@@ -78,11 +78,11 @@ exports[`renders the CircularProgress with color=secondary and size sm props 1`]
|
|
|
78
78
|
viewBox="0 0 200 200"
|
|
79
79
|
>
|
|
80
80
|
<path
|
|
81
|
-
className="govgr-
|
|
81
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--1"
|
|
82
82
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
83
83
|
/>
|
|
84
84
|
<path
|
|
85
|
-
className="govgr-
|
|
85
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--2"
|
|
86
86
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
87
87
|
/>
|
|
88
88
|
</svg>
|
|
@@ -108,11 +108,11 @@ exports[`renders the CircularProgress with color=secondary prop 1`] = `
|
|
|
108
108
|
viewBox="0 0 200 200"
|
|
109
109
|
>
|
|
110
110
|
<path
|
|
111
|
-
className="govgr-
|
|
111
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--1"
|
|
112
112
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
113
113
|
/>
|
|
114
114
|
<path
|
|
115
|
-
className="govgr-
|
|
115
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--2"
|
|
116
116
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
117
117
|
/>
|
|
118
118
|
</svg>
|
|
@@ -138,11 +138,11 @@ exports[`renders the CircularProgress with size lg 1`] = `
|
|
|
138
138
|
viewBox="0 0 200 200"
|
|
139
139
|
>
|
|
140
140
|
<path
|
|
141
|
-
className="govgr-
|
|
141
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--1"
|
|
142
142
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
143
143
|
/>
|
|
144
144
|
<path
|
|
145
|
-
className="govgr-
|
|
145
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--2"
|
|
146
146
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
147
147
|
/>
|
|
148
148
|
</svg>
|
|
@@ -168,11 +168,11 @@ exports[`renders the CircularProgress with size sm 1`] = `
|
|
|
168
168
|
viewBox="0 0 200 200"
|
|
169
169
|
>
|
|
170
170
|
<path
|
|
171
|
-
className="govgr-
|
|
171
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--1"
|
|
172
172
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
173
173
|
/>
|
|
174
174
|
<path
|
|
175
|
-
className="govgr-
|
|
175
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--2"
|
|
176
176
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
177
177
|
/>
|
|
178
178
|
</svg>
|
|
@@ -49,11 +49,11 @@ export const CircularProgress = React.forwardRef<
|
|
|
49
49
|
{...props}
|
|
50
50
|
>
|
|
51
51
|
<path
|
|
52
|
-
className="govgr-
|
|
52
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--1"
|
|
53
53
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
54
54
|
/>
|
|
55
55
|
<path
|
|
56
|
-
className="govgr-
|
|
56
|
+
className="govgr-circular-progress__circle govgr-circular-progress__circle--2"
|
|
57
57
|
d="M26,99.551C26,55.478,60.246,27.5,99.85,27.5S174,55.478,174,99.551,139.455,172.5,99.85,172.5C60.273,172.473,26,143.6,26,99.551Z"
|
|
58
58
|
/>
|
|
59
59
|
</Base>
|