@bbl-digital/snorre 3.1.50 → 3.1.51

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/dist/bundle.js +318 -2
  2. package/esm/core/Autocomplete/index.d.js +1 -0
  3. package/esm/core/DatepickerRange/YearMonthForm.js +56 -0
  4. package/esm/illustrations/MySite/IllustrationMySiteAssociation.js +77 -0
  5. package/esm/illustrations/MySite/IllustrationMySiteCooperative.js +115 -0
  6. package/esm/illustrations/MySite/IllustrationMySiteDashboard.js +133 -0
  7. package/esm/illustrations/styles.js +2 -2
  8. package/esm/index.js +4 -1
  9. package/lib/core/Autocomplete/index.d.js +1 -0
  10. package/lib/core/DatepickerRange/YearMonthForm.d.ts +10 -0
  11. package/lib/core/DatepickerRange/YearMonthForm.d.ts.map +1 -0
  12. package/lib/core/DatepickerRange/YearMonthForm.js +56 -0
  13. package/lib/illustrations/MySite/IllustrationMySiteAssociation.d.ts +4 -0
  14. package/lib/illustrations/MySite/IllustrationMySiteAssociation.d.ts.map +1 -0
  15. package/lib/illustrations/MySite/IllustrationMySiteAssociation.js +77 -0
  16. package/lib/illustrations/MySite/IllustrationMySiteCooperative.d.ts +4 -0
  17. package/lib/illustrations/MySite/IllustrationMySiteCooperative.d.ts.map +1 -0
  18. package/lib/illustrations/MySite/IllustrationMySiteCooperative.js +115 -0
  19. package/lib/illustrations/MySite/IllustrationMySiteDashboard.d.ts +4 -0
  20. package/lib/illustrations/MySite/IllustrationMySiteDashboard.d.ts.map +1 -0
  21. package/lib/illustrations/MySite/IllustrationMySiteDashboard.js +133 -0
  22. package/lib/illustrations/styles.js +2 -2
  23. package/lib/index.d.ts +4 -1
  24. package/lib/index.d.ts.map +1 -1
  25. package/lib/index.js +4 -1
  26. package/package.json +1 -1
  27. package/esm/enums/ModifierKey.js +0 -13
  28. package/lib/enums/ModifierKey.d.ts +0 -12
  29. package/lib/enums/ModifierKey.d.ts.map +0 -1
  30. package/lib/enums/ModifierKey.js +0 -13
@@ -0,0 +1,133 @@
1
+ import React from 'react';
2
+ import withIllustration from '../withIllustration';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IllustrationMySiteDashboard = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 224 150",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsxs("defs", {
10
+ children: [/*#__PURE__*/_jsx("rect", {
11
+ id: "a",
12
+ x: "8.205",
13
+ y: "0",
14
+ width: "70.553",
15
+ height: "52",
16
+ rx: "4.411"
17
+ }), /*#__PURE__*/_jsx("rect", {
18
+ id: "b",
19
+ x: "8.205",
20
+ y: "0",
21
+ width: "70.553",
22
+ height: "35",
23
+ rx: "4.411"
24
+ }), /*#__PURE__*/_jsx("rect", {
25
+ id: "c",
26
+ x: "8.205",
27
+ y: "39",
28
+ width: "70.553",
29
+ height: "34",
30
+ rx: "4.411"
31
+ })]
32
+ }), /*#__PURE__*/_jsxs("g", {
33
+ fill: "none",
34
+ "fill-rule": "evenodd",
35
+ children: [/*#__PURE__*/_jsx("path", {
36
+ d: "M127.825 24.898c-14.104-.501-27.538-5.171-40.364-10.28C74.634 9.509 61.927 3.848 48.16 1.14 39.308-.6 29.182-.846 22.048 4.02 15.18 8.7 11.447 16.428 10.255 23.924c-.897 5.653.091 11.956 2.548 17.242 1.708 3.67 4.739 6.754 6.836 10.268 7.291 12.23 2.141 27.313-5.767 39.255-3.7 5.602-8.008 10.947-10.868 16.909-2.86 5.962-4.184 12.796-1.682 18.88 2.482 6.03 8.393 10.558 14.797 13.742C29.126 146.691 43.976 150 59 150c33.5 0 66.6-.1 99.926-.1 12.29 0 24.607-.75 36.686-2.697 6.706-1.082 13.629-2.797 18.496-6.94 6.182-5.263 7.714-14.165 3.571-20.759-6.94-11.057-26.151-13.802-31.007-25.676-2.673-6.533.072-13.811 3.956-19.88 8.333-13 22.3-24.404 23.036-39.264.507-10.205-6.208-20.427-16.59-25.255-10.883-5.067-25.972-4.424-34.001 3.953-8.267 8.64-22.795 11.96-35.248 11.516z",
37
+ "fill-opacity": ".14",
38
+ fill: "#1657E2",
39
+ className: "fill-primary",
40
+ "fill-rule": "nonzero"
41
+ }), /*#__PURE__*/_jsxs("g", {
42
+ transform: "translate(0 39)",
43
+ children: [/*#__PURE__*/_jsx("use", {
44
+ fill: "#88A9F0",
45
+ className: "fill-primary-opa50",
46
+ xlinkHref: "#a"
47
+ }), /*#__PURE__*/_jsx("use", {
48
+ "fill-opacity": ".499",
49
+ fill: "#FFF",
50
+ xlinkHref: "#a"
51
+ }), /*#__PURE__*/_jsx("rect", {
52
+ fill: "#FFF",
53
+ width: "74.393",
54
+ height: "52",
55
+ rx: "4.411"
56
+ }), /*#__PURE__*/_jsx("path", {
57
+ fill: "#091E43",
58
+ d: "M8.752 8.719h17.504v17.438H8.752zM30.633 8.719h35.009v4.36H30.633zM30.633 17.438h26.803v4.36H30.633z"
59
+ }), /*#__PURE__*/_jsx("path", {
60
+ fill: "#C3D0D8",
61
+ d: "M8.752 30.517h18v4.36h-18zM8.752 39.517h18v4.36h-18zM30.256 30.517h28v4.36h-28zM30.256 39.517h28v4.36h-28z"
62
+ })]
63
+ }), /*#__PURE__*/_jsxs("g", {
64
+ "fill-rule": "nonzero",
65
+ children: [/*#__PURE__*/_jsx("path", {
66
+ fill: "#C3D0D8",
67
+ d: "M114 90.8L133 67l20 23.8V150h-39z"
68
+ }), /*#__PURE__*/_jsx("path", {
69
+ fill: "#FFF",
70
+ d: "M52 91h62v59H52z"
71
+ }), /*#__PURE__*/_jsx("path", {
72
+ d: "M105 140l.296.005c5.011.161 9.046 4.408 9.2 9.684l.004.311-.296-.005c-5.011-.161-9.046-4.408-9.2-9.684L105 140z",
73
+ fill: "#1657E2",
74
+ className: "fill-primary"
75
+ }), /*#__PURE__*/_jsx("path", {
76
+ className: "fill-primary40",
77
+ d: "M124 140l-.005.311c-.15 5.17-4.028 9.353-8.9 9.67l-.3.014-.295.005.005-.311c.15-5.17 4.028-9.353 8.9-9.67l.3-.014L124 140z",
78
+ fill: "#779DED"
79
+ }), /*#__PURE__*/_jsx("path", {
80
+ fill: "#091E43",
81
+ d: "M70.692 67H133l-18.692 24H52z"
82
+ }), /*#__PURE__*/_jsx("path", {
83
+ fill: "#C3D0D8",
84
+ d: "M89.5 104.2H102v12.4H89.5zM89.5 128.2H102v12.4H89.5zM64.5 104.2H77v12.4H64.5z"
85
+ }), /*#__PURE__*/_jsx("path", {
86
+ fill: "#091E43",
87
+ d: "M127 104.2h12.5v12.4H127zM127 128.2h12.5v12.4H127z"
88
+ }), /*#__PURE__*/_jsx("path", {
89
+ fill: "#C3D0D8",
90
+ d: "M64.5 128H77v22H64.5z"
91
+ })]
92
+ }), /*#__PURE__*/_jsxs("g", {
93
+ transform: "translate(145 39)",
94
+ children: [/*#__PURE__*/_jsx("use", {
95
+ fill: "#88A9F0",
96
+ className: "fill-primary-opa50",
97
+ xlinkHref: "#b"
98
+ }), /*#__PURE__*/_jsx("use", {
99
+ "fill-opacity": ".499",
100
+ fill: "#FFF",
101
+ xlinkHref: "#b"
102
+ }), /*#__PURE__*/_jsx("use", {
103
+ fill: "#88A9F0",
104
+ className: "fill-primary-opa50",
105
+ xlinkHref: "#c"
106
+ }), /*#__PURE__*/_jsx("use", {
107
+ "fill-opacity": ".499",
108
+ fill: "#FFF",
109
+ xlinkHref: "#c"
110
+ }), /*#__PURE__*/_jsx("rect", {
111
+ fill: "#FFF",
112
+ width: "74.393",
113
+ height: "35",
114
+ rx: "4.411"
115
+ }), /*#__PURE__*/_jsx("rect", {
116
+ fill: "#FFF",
117
+ y: "39",
118
+ width: "74.393",
119
+ height: "34",
120
+ rx: "4.411"
121
+ }), /*#__PURE__*/_jsx("path", {
122
+ fill: "#C3D0D8",
123
+ d: "M11.633 49.719h48v4.36h-48zM11.633 58.438h36.75v4.36h-36.75z"
124
+ }), /*#__PURE__*/_jsx("path", {
125
+ fill: "#1657E2",
126
+ className: "fill-primary",
127
+ d: "M8.752 8.719h17.504v17.438H8.752zM30.633 8.719h35.009v4.36H30.633zM30.633 17.438h26.803v4.36H30.633z"
128
+ })]
129
+ })]
130
+ })]
131
+ });
132
+
133
+ export default withIllustration('IllustrationMySiteDashboard')(IllustrationMySiteDashboard);
@@ -4,7 +4,7 @@ import { css } from '@emotion/react';
4
4
  import { alpha } from '../utils/alpha';
5
5
  export const SvgTheme = theme => {
6
6
  const hasDifferentIllustrationColor = theme.customIllustrationColor !== theme.primary;
7
- return /*#__PURE__*/css("position:relative;width:100%;&>svg{position:relative;height:100%;}&>svg+svg{position:absolute;display:flex;width:100%;height:70%;bottom:5px;}&>svg .svg-theme-bg{fill:", theme.bg, ";}&>svg .svg-theme-bg-overlay{fill:", hasDifferentIllustrationColor ? theme.customIllustrationColor : theme.primary, ";opacity:0.2;}&>svg .fill-secondary{fill:", hasDifferentIllustrationColor ? theme.primary : theme.secondary, ";}&>svg .fill-primary{fill:", hasDifferentIllustrationColor ? theme.customIllustrationColor : theme.primary, ";}&>svg .fill-primary-opa50{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, -50) : theme.illustrationPrimary50, ";}&>svg .fill-dark-primary{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, 5) : theme.primary5darker, ";}&>svg .fill-gray{fill:", theme.illustrationGray, ";}&>svg .fill-white{fill:#ffffff;}&>svg .fill-primary40{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, -40) : theme.illustrationPrimary40, ";}&>svg .fill-primary20{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, -20) : theme.illustrationPrimary20, ";}&>svg .fill-primary10{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, -10) : theme.illustrationPrimary10, ";}&>svg .fill-primary5{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, -5) : theme.illustrationPrimary5, ";}" + (process.env.NODE_ENV === "production" ? "" : ";label:SvgTheme;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYWNrYWdlcy9pbGx1c3RyYXRpb25zL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFRWSIsImZpbGUiOiIuLi8uLi9zcmMvcGFja2FnZXMvaWxsdXN0cmF0aW9ucy9zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCB7IElBcHBUaGVtZSB9IGZyb20gJy4uL2FwcC1zaGVsbC90aGVtZSdcbmltcG9ydCB7IGFscGhhIH0gZnJvbSAnLi4vdXRpbHMvYWxwaGEnXG5cbmV4cG9ydCBjb25zdCBTdmdUaGVtZSA9ICh0aGVtZTogSUFwcFRoZW1lKSA9PiB7XG4gIGNvbnN0IGhhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yID1cbiAgICB0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciAhPT0gdGhlbWUucHJpbWFyeVxuXG4gIHJldHVybiBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuXG4gICAgJiA+IHN2ZyB7XG4gICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgfVxuXG4gICAgJiA+IHN2ZyArIHN2ZyB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBoZWlnaHQ6IDcwJTtcbiAgICAgIGJvdHRvbTogNXB4O1xuICAgIH1cblxuICAgICYgPiBzdmcgLnN2Zy10aGVtZS1iZyB7XG4gICAgICBmaWxsOiAke3RoZW1lLmJnfTtcbiAgICB9XG4gICAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnLW92ZXJsYXkge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgIDogdGhlbWUucHJpbWFyeX07XG4gICAgICBvcGFjaXR5OiAwLjI7XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1zZWNvbmRhcnkge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvciA/IHRoZW1lLnByaW1hcnkgOiB0aGVtZS5zZWNvbmRhcnl9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gdGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgOiB0aGVtZS5wcmltYXJ5fTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnktb3BhNTAge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCAtNTApXG4gICAgICAgIDogdGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTUwfTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLWRhcmstcHJpbWFyeSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIDUpXG4gICAgICAgIDogdGhlbWUucHJpbWFyeTVkYXJrZXJ9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtZ3JheSB7XG4gICAgICBmaWxsOiAke3RoZW1lLmlsbHVzdHJhdGlvbkdyYXl9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtd2hpdGUge1xuICAgICAgZmlsbDogI2ZmZmZmZjtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnk0MCB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIC00MClcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5NDB9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeTIwIHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgLTIwKVxuICAgICAgICA6IHRoZW1lLmlsbHVzdHJhdGlvblByaW1hcnkyMH07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1wcmltYXJ5MTAge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCAtMTApXG4gICAgICAgIDogdGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTEwfTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnk1IHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgLTUpXG4gICAgICAgIDogdGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTV9O1xuICAgIH1cbiAgYFxufVxuXG5leHBvcnQgY29uc3Qgd2l0aG91dEJhY2tncm91bmQgPSBjc3NgXG4gICYgPiBzdmcgLnN2Zy10aGVtZS1iZyB7XG4gICAgZmlsbDogdHJhbnNwYXJlbnQ7XG4gIH1cbiAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnLW92ZXJsYXkge1xuICAgIGZpbGw6IHRyYW5zcGFyZW50O1xuICB9XG5gXG4iXX0= */");
7
+ return /*#__PURE__*/css("position:relative;width:100%;&>svg{position:relative;height:100%;}&>svg+svg{position:absolute;display:flex;width:100%;height:70%;bottom:5px;}&>svg .svg-theme-bg{fill:", theme.bg, ";}&>svg .svg-theme-bg-overlay{fill:", hasDifferentIllustrationColor ? theme.customIllustrationColor : theme.primary, ";opacity:0.2;}&>svg .fill-secondary{fill:", hasDifferentIllustrationColor ? theme.primary : theme.secondary, ";}&>svg .fill-primary{fill:", hasDifferentIllustrationColor ? theme.customIllustrationColor : theme.primary, ";}&>svg .fill-primary-opa50{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, 50) : theme.illustrationPrimary50, ";}&>svg .fill-dark-primary{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, 105) : theme.primary5darker, ";}&>svg .fill-gray{fill:", theme.illustrationGray, ";}&>svg .fill-white{fill:#ffffff;}&>svg .fill-primary40{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, 40) : theme.illustrationPrimary40, ";}&>svg .fill-primary20{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, 20) : theme.illustrationPrimary20, ";}&>svg .fill-primary10{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, 10) : theme.illustrationPrimary10, ";}&>svg .fill-primary5{fill:", hasDifferentIllustrationColor ? alpha(theme.customIllustrationColor, 5) : theme.illustrationPrimary5, ";}" + (process.env.NODE_ENV === "production" ? "" : ";label:SvgTheme;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYWNrYWdlcy9pbGx1c3RyYXRpb25zL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFRWSIsImZpbGUiOiIuLi8uLi9zcmMvcGFja2FnZXMvaWxsdXN0cmF0aW9ucy9zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCdcbmltcG9ydCB7IElBcHBUaGVtZSB9IGZyb20gJy4uL2FwcC1zaGVsbC90aGVtZSdcbmltcG9ydCB7IGFscGhhIH0gZnJvbSAnLi4vdXRpbHMvYWxwaGEnXG5cbmV4cG9ydCBjb25zdCBTdmdUaGVtZSA9ICh0aGVtZTogSUFwcFRoZW1lKSA9PiB7XG4gIGNvbnN0IGhhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yID1cbiAgICB0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciAhPT0gdGhlbWUucHJpbWFyeVxuXG4gIHJldHVybiBjc3NgXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHdpZHRoOiAxMDAlO1xuXG4gICAgJiA+IHN2ZyB7XG4gICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgfVxuXG4gICAgJiA+IHN2ZyArIHN2ZyB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBoZWlnaHQ6IDcwJTtcbiAgICAgIGJvdHRvbTogNXB4O1xuICAgIH1cblxuICAgICYgPiBzdmcgLnN2Zy10aGVtZS1iZyB7XG4gICAgICBmaWxsOiAke3RoZW1lLmJnfTtcbiAgICB9XG4gICAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnLW92ZXJsYXkge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgIDogdGhlbWUucHJpbWFyeX07XG4gICAgICBvcGFjaXR5OiAwLjI7XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1zZWNvbmRhcnkge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvciA/IHRoZW1lLnByaW1hcnkgOiB0aGVtZS5zZWNvbmRhcnl9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gdGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgOiB0aGVtZS5wcmltYXJ5fTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnktb3BhNTAge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCA1MClcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5NTB9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtZGFyay1wcmltYXJ5IHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgMTA1KVxuICAgICAgICA6IHRoZW1lLnByaW1hcnk1ZGFya2VyfTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLWdyYXkge1xuICAgICAgZmlsbDogJHt0aGVtZS5pbGx1c3RyYXRpb25HcmF5fTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXdoaXRlIHtcbiAgICAgIGZpbGw6ICNmZmZmZmY7XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1wcmltYXJ5NDAge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCA0MClcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5NDB9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeTIwIHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgMjApXG4gICAgICAgIDogdGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTIwfTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnkxMCB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIDEwKVxuICAgICAgICA6IHRoZW1lLmlsbHVzdHJhdGlvblByaW1hcnkxMH07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1wcmltYXJ5NSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIDUpXG4gICAgICAgIDogdGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTV9O1xuICAgIH1cbiAgYFxufVxuXG5leHBvcnQgY29uc3Qgd2l0aG91dEJhY2tncm91bmQgPSBjc3NgXG4gICYgPiBzdmcgLnN2Zy10aGVtZS1iZyB7XG4gICAgZmlsbDogdHJhbnNwYXJlbnQ7XG4gIH1cbiAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnLW92ZXJsYXkge1xuICAgIGZpbGw6IHRyYW5zcGFyZW50O1xuICB9XG5gXG4iXX0= */");
8
8
  };
9
9
  export const withoutBackground = process.env.NODE_ENV === "production" ? {
10
10
  name: "1u8p2fy",
@@ -12,6 +12,6 @@ export const withoutBackground = process.env.NODE_ENV === "production" ? {
12
12
  } : {
13
13
  name: "hiysao-withoutBackground",
14
14
  styles: "&>svg .svg-theme-bg{fill:transparent;}&>svg .svg-theme-bg-overlay{fill:transparent;};label:withoutBackground;",
15
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYWNrYWdlcy9pbGx1c3RyYXRpb25zL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEyRm9DIiwiZmlsZSI6Ii4uLy4uL3NyYy9wYWNrYWdlcy9pbGx1c3RyYXRpb25zL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xuaW1wb3J0IHsgSUFwcFRoZW1lIH0gZnJvbSAnLi4vYXBwLXNoZWxsL3RoZW1lJ1xuaW1wb3J0IHsgYWxwaGEgfSBmcm9tICcuLi91dGlscy9hbHBoYSdcblxuZXhwb3J0IGNvbnN0IFN2Z1RoZW1lID0gKHRoZW1lOiBJQXBwVGhlbWUpID0+IHtcbiAgY29uc3QgaGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3IgPVxuICAgIHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yICE9PSB0aGVtZS5wcmltYXJ5XG5cbiAgcmV0dXJuIGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgd2lkdGg6IDEwMCU7XG5cbiAgICAmID4gc3ZnIHtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIGhlaWdodDogMTAwJTtcbiAgICB9XG5cbiAgICAmID4gc3ZnICsgc3ZnIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGhlaWdodDogNzAlO1xuICAgICAgYm90dG9tOiA1cHg7XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnIHtcbiAgICAgIGZpbGw6ICR7dGhlbWUuYmd9O1xuICAgIH1cbiAgICAmID4gc3ZnIC5zdmctdGhlbWUtYmctb3ZlcmxheSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gdGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgOiB0aGVtZS5wcmltYXJ5fTtcbiAgICAgIG9wYWNpdHk6IDAuMjtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXNlY29uZGFyeSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yID8gdGhlbWUucHJpbWFyeSA6IHRoZW1lLnNlY29uZGFyeX07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1wcmltYXJ5IHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyB0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA6IHRoZW1lLnByaW1hcnl9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeS1vcGE1MCB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIC01MClcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5NTB9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtZGFyay1wcmltYXJ5IHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgNSlcbiAgICAgICAgOiB0aGVtZS5wcmltYXJ5NWRhcmtlcn07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1ncmF5IHtcbiAgICAgIGZpbGw6ICR7dGhlbWUuaWxsdXN0cmF0aW9uR3JheX07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC13aGl0ZSB7XG4gICAgICBmaWxsOiAjZmZmZmZmO1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeTQwIHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgLTQwKVxuICAgICAgICA6IHRoZW1lLmlsbHVzdHJhdGlvblByaW1hcnk0MH07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1wcmltYXJ5MjAge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCAtMjApXG4gICAgICAgIDogdGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTIwfTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnkxMCB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIC0xMClcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5MTB9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeTUge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCAtNSlcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5NX07XG4gICAgfVxuICBgXG59XG5cbmV4cG9ydCBjb25zdCB3aXRob3V0QmFja2dyb3VuZCA9IGNzc2BcbiAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnIHtcbiAgICBmaWxsOiB0cmFuc3BhcmVudDtcbiAgfVxuICAmID4gc3ZnIC5zdmctdGhlbWUtYmctb3ZlcmxheSB7XG4gICAgZmlsbDogdHJhbnNwYXJlbnQ7XG4gIH1cbmBcbiJdfQ== */",
15
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9wYWNrYWdlcy9pbGx1c3RyYXRpb25zL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEyRm9DIiwiZmlsZSI6Ii4uLy4uL3NyYy9wYWNrYWdlcy9pbGx1c3RyYXRpb25zL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0J1xuaW1wb3J0IHsgSUFwcFRoZW1lIH0gZnJvbSAnLi4vYXBwLXNoZWxsL3RoZW1lJ1xuaW1wb3J0IHsgYWxwaGEgfSBmcm9tICcuLi91dGlscy9hbHBoYSdcblxuZXhwb3J0IGNvbnN0IFN2Z1RoZW1lID0gKHRoZW1lOiBJQXBwVGhlbWUpID0+IHtcbiAgY29uc3QgaGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3IgPVxuICAgIHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yICE9PSB0aGVtZS5wcmltYXJ5XG5cbiAgcmV0dXJuIGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgd2lkdGg6IDEwMCU7XG5cbiAgICAmID4gc3ZnIHtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIGhlaWdodDogMTAwJTtcbiAgICB9XG5cbiAgICAmID4gc3ZnICsgc3ZnIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGhlaWdodDogNzAlO1xuICAgICAgYm90dG9tOiA1cHg7XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnIHtcbiAgICAgIGZpbGw6ICR7dGhlbWUuYmd9O1xuICAgIH1cbiAgICAmID4gc3ZnIC5zdmctdGhlbWUtYmctb3ZlcmxheSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gdGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgOiB0aGVtZS5wcmltYXJ5fTtcbiAgICAgIG9wYWNpdHk6IDAuMjtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXNlY29uZGFyeSB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yID8gdGhlbWUucHJpbWFyeSA6IHRoZW1lLnNlY29uZGFyeX07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1wcmltYXJ5IHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyB0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA6IHRoZW1lLnByaW1hcnl9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeS1vcGE1MCB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIDUwKVxuICAgICAgICA6IHRoZW1lLmlsbHVzdHJhdGlvblByaW1hcnk1MH07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1kYXJrLXByaW1hcnkge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCAxMDUpXG4gICAgICAgIDogdGhlbWUucHJpbWFyeTVkYXJrZXJ9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtZ3JheSB7XG4gICAgICBmaWxsOiAke3RoZW1lLmlsbHVzdHJhdGlvbkdyYXl9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtd2hpdGUge1xuICAgICAgZmlsbDogI2ZmZmZmZjtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnk0MCB7XG4gICAgICBmaWxsOiAke2hhc0RpZmZlcmVudElsbHVzdHJhdGlvbkNvbG9yXG4gICAgICAgID8gYWxwaGEodGhlbWUuY3VzdG9tSWxsdXN0cmF0aW9uQ29sb3IsIDQwKVxuICAgICAgICA6IHRoZW1lLmlsbHVzdHJhdGlvblByaW1hcnk0MH07XG4gICAgfVxuXG4gICAgJiA+IHN2ZyAuZmlsbC1wcmltYXJ5MjAge1xuICAgICAgZmlsbDogJHtoYXNEaWZmZXJlbnRJbGx1c3RyYXRpb25Db2xvclxuICAgICAgICA/IGFscGhhKHRoZW1lLmN1c3RvbUlsbHVzdHJhdGlvbkNvbG9yLCAyMClcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5MjB9O1xuICAgIH1cblxuICAgICYgPiBzdmcgLmZpbGwtcHJpbWFyeTEwIHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgMTApXG4gICAgICAgIDogdGhlbWUuaWxsdXN0cmF0aW9uUHJpbWFyeTEwfTtcbiAgICB9XG5cbiAgICAmID4gc3ZnIC5maWxsLXByaW1hcnk1IHtcbiAgICAgIGZpbGw6ICR7aGFzRGlmZmVyZW50SWxsdXN0cmF0aW9uQ29sb3JcbiAgICAgICAgPyBhbHBoYSh0aGVtZS5jdXN0b21JbGx1c3RyYXRpb25Db2xvciwgNSlcbiAgICAgICAgOiB0aGVtZS5pbGx1c3RyYXRpb25QcmltYXJ5NX07XG4gICAgfVxuICBgXG59XG5cbmV4cG9ydCBjb25zdCB3aXRob3V0QmFja2dyb3VuZCA9IGNzc2BcbiAgJiA+IHN2ZyAuc3ZnLXRoZW1lLWJnIHtcbiAgICBmaWxsOiB0cmFuc3BhcmVudDtcbiAgfVxuICAmID4gc3ZnIC5zdmctdGhlbWUtYmctb3ZlcmxheSB7XG4gICAgZmlsbDogdHJhbnNwYXJlbnQ7XG4gIH1cbmBcbiJdfQ== */",
16
16
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
17
17
  };
package/esm/index.js CHANGED
@@ -192,6 +192,9 @@ import IllustrationMySiteComputer from './illustrations/MySite/IllustrationMySit
192
192
  import IllustrationMySiteGift from './illustrations/MySite/IllustrationMySiteGift';
193
193
  import IllustrationMySitePapers from './illustrations/MySite/IllustrationMySitePapers';
194
194
  import IllustrationMySitePiggyBank from './illustrations/MySite/IllustrationMySitePiggyBank';
195
+ import IllustrationMySiteDashboard from './illustrations/MySite/IllustrationMySiteDashboard';
196
+ import IllustrationMySiteCooperative from './illustrations/MySite/IllustrationMySiteCooperative';
197
+ import IllustrationMySiteAssociation from './illustrations/MySite/IllustrationMySiteAssociation';
195
198
  import Html from './core/Html';
196
199
  import CustomText from './core/CustomText';
197
200
  import Select from './core/Select';
@@ -306,4 +309,4 @@ export { getFormatedPhone } from './utils/phone';
306
309
  export { getCurrentPage, getFirstButtonIndex, getHasMorePages, getHasPreviousPages, getSkippedItems } from './utils/pagination';
307
310
  export { handleDateToStringConvertion, handleStringToDateConvertion, getTimeFromHours, getTimeStringFromHours } from './utils/time';
308
311
  export { getFormattedPrice, getFormattedPriceWithEnding, getFormattedDate, getTitleString, getFormattedCardNumber, getFormattedTime, getFormattedOrganizationNumber, getFormattedDateTimePretty, getFormattedTimePeriod } from './utils/format';
309
- export { Topbar, Layout, LayoutShell, AppShell, AppLoader, Alert, Button, Card, Divider, Dropdown, Header, Input, Image, Checkbox, Link, List, ListItem, Tag, Text, Footer, FooterCol, FooterGroup, FooterLabel, FooterLink, FooterButton, Radio, Skeleton, Html, CustomText, Select, SearchSelect, Option, UserMenu, UserMenuOption, Modal, NotificationsMenu, NotificationRow, Table, Cell, Row, FileInput, Datepicker, DatepickerRange, Menu, AppPicker, MainMenu, MenuItem, MenuTop, SecondaryMenu, SecondaryMenuItem, MenuSpacer, Submenu, SubmenuItem, PreemptionCard, PreemptionCardLoading, PieChart, SimpleBarChart, SimpleLineChart, BarAndLineComposedChart, BarChartWithCustomizedEvent, IconApartment, IconArchives, IconArea, IconChoice, IconReply, IconReplyAll, IconForward, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowUp, IconAttachment, IconBack, IconBath, IconBoard, IconBookmarkOutline, IconBookmarkFilled, IconBus, IconBlock, IconCar, IconCaretDown, IconCaretLeft, IconCaretUp, IconCases, IconCaretRight, IconCheck, IconCheckedOutline, IconCheckedFilled, IconChevronLeft, IconChevronRight, IconChevronDown, IconClose, IconCloseAlt, IconComment, IconCompanyBuilding, IconDelete, IconDoor, IconDotFilled, IconDotOutline, IconDownload, IconDraft, IconElevator, IconErrorOutline, IconErrorFilled, IconExternalLink, IconEye, IconEyeDeny, IconFamily, IconFerry, IconFile, IconFileEdit, IconFileAdd, IconFileExcel, IconFilePDF, IconFileWord, IconFillOut, IconFloor, IconGarage, IconGrid, IconGym, IconHearth, IconHearthOutline, IconHelp, IconHistory, IconHouse, IconHomeFilled, IconHomeOutline, IconHouseBlockFilled, IconHouseBlockOutline, IconHumans, IconImportantComment, IconInbox, IconLabel, IconJointcost, IconJointcost2, IconKey, IconKitchen, IconLeafFilled, IconLeafOutline, IconLeisureTime, IconLock, IconLockLocked, IconLockOpen, IconMap, IconMail, IconMenu, IconMinus, IconMoney, IconPinned, IconParking, IconPaymentCard, IconPlus, IconPortalUser, IconReciept, IconRedo, IconRefresh, IconRoom, IconSave, IconSearch, IconSend, IconSettings, IconShopping, IconSign, IconStarFilled, IconStarHalf, IconStarOutline, IconStore, IconSubway, IconSwitch, IconSliders, IconTrain, IconTram, IconPrint, IconTransport, IconTypeOfBuilding, IconTypeOfBuildingOutline, IconUpload, IconUser, IconUserThin, IconVote, IconWalk, IconWarning, IconWarningBell, IconZip, IconSort, IconFilterList, IconBellOutline, IconPlusAlt, IconPhone, IconHouseOutline, IconMembership, IconMembershipFilled, IconCalendar, IconInfoOutline, IconInfoFilled, IconCamera, IllustrationHouse, IllustrationHighHouseComposition, IllustrationHighHouse, IllustrationHouseComposition, IllustrationLowHouse, IllustrationLowHouseComposition, IllustrationSemiDetachedHouse, IllustrationSemiDetachedHouseComposition, IllustrationSmallHouse, IllustrationSmallHouseComposition, IllustrationTerraceBlock, IllustrationTerraceBlockComposition, IllustrationTownHouse, IllustrationTownHouseComposition, IllustrationHousesBackground, IllustrationHousesBackgroundWithComposition, IllustrationHouseMissing, IllustrationError, IllustrationErrorGeneric, IllustrationPaperCompleted, IllustrationPaperMissing, IllustrationMySiteBuilding, IllustrationMySiteCoffeeBook, IllustrationMySiteComputer, IllustrationMySiteGift, IllustrationMySitePapers, IllustrationMySitePiggyBank, IllustrationMySiteTransfer, IconCommunication, IconCommunicationFilled, IconCompanyBuildingOutline, IconCompanyBuildingFilled, IconDashboard, IconDashboardFilled, IconEconomy, IconEconomyFilled, IconWork, IconWorkFilled, IconProfile, IconProfileFilled, IconLookup, IconLookupFilled, IconDocument, IconDocumentFilled, IconEarth, IconEdit, IconMinusAlt, IconMinusAltFilled, IconUndo, IconVisa, IconMasterCard, IconBankAxept, IconAmericanExpress, IconFileCopy, IconBblFlame, IconBblWater, IconBblShield, IconFullscreenOpen, IconFullscreenClose, IconGmail, IconOffice365, IconAuditorFilled, IconAuditorOutline, IconJanitorFilled, IconJanitorOutline, useScreenOrientation, Box, Textarea, InfoButton, CommentsTimeline, CommentLine, HeaderCell, RowCell, TableHeader, TableRow, BoxedTable, DraggableRow, CollapseList, CollapseListItem, Banner, Calendar, YearWheel, DropdownMenu, DropdownMenuOption, Timeline, Timepicker, TimelineStep, HighlightText, TabBar, TabItem, Editor, TabNav, TabNavItem, NoticeCard, ListPager, Spinner, Autocomplete, GoogleButton, NotificationCounter, SearchFilter, ImagePicker, Tooltip };
312
+ export { Topbar, Layout, LayoutShell, AppShell, AppLoader, Alert, Button, Card, Divider, Dropdown, Header, Input, Image, Checkbox, Link, List, ListItem, Tag, Text, Footer, FooterCol, FooterGroup, FooterLabel, FooterLink, FooterButton, Radio, Skeleton, Html, CustomText, Select, SearchSelect, Option, UserMenu, UserMenuOption, Modal, NotificationsMenu, NotificationRow, Table, Cell, Row, FileInput, Datepicker, DatepickerRange, Menu, AppPicker, MainMenu, MenuItem, MenuTop, SecondaryMenu, SecondaryMenuItem, MenuSpacer, Submenu, SubmenuItem, PreemptionCard, PreemptionCardLoading, PieChart, SimpleBarChart, SimpleLineChart, BarAndLineComposedChart, BarChartWithCustomizedEvent, IconApartment, IconArchives, IconArea, IconChoice, IconReply, IconReplyAll, IconForward, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowUp, IconAttachment, IconBack, IconBath, IconBoard, IconBookmarkOutline, IconBookmarkFilled, IconBus, IconBlock, IconCar, IconCaretDown, IconCaretLeft, IconCaretUp, IconCases, IconCaretRight, IconCheck, IconCheckedOutline, IconCheckedFilled, IconChevronLeft, IconChevronRight, IconChevronDown, IconClose, IconCloseAlt, IconComment, IconCompanyBuilding, IconDelete, IconDoor, IconDotFilled, IconDotOutline, IconDownload, IconDraft, IconElevator, IconErrorOutline, IconErrorFilled, IconExternalLink, IconEye, IconEyeDeny, IconFamily, IconFerry, IconFile, IconFileEdit, IconFileAdd, IconFileExcel, IconFilePDF, IconFileWord, IconFillOut, IconFloor, IconGarage, IconGrid, IconGym, IconHearth, IconHearthOutline, IconHelp, IconHistory, IconHouse, IconHomeFilled, IconHomeOutline, IconHouseBlockFilled, IconHouseBlockOutline, IconHumans, IconImportantComment, IconInbox, IconLabel, IconJointcost, IconJointcost2, IconKey, IconKitchen, IconLeafFilled, IconLeafOutline, IconLeisureTime, IconLock, IconLockLocked, IconLockOpen, IconMap, IconMail, IconMenu, IconMinus, IconMoney, IconPinned, IconParking, IconPaymentCard, IconPlus, IconPortalUser, IconReciept, IconRedo, IconRefresh, IconRoom, IconSave, IconSearch, IconSend, IconSettings, IconShopping, IconSign, IconStarFilled, IconStarHalf, IconStarOutline, IconStore, IconSubway, IconSwitch, IconSliders, IconTrain, IconTram, IconPrint, IconTransport, IconTypeOfBuilding, IconTypeOfBuildingOutline, IconUpload, IconUser, IconUserThin, IconVote, IconWalk, IconWarning, IconWarningBell, IconZip, IconSort, IconFilterList, IconBellOutline, IconPlusAlt, IconPhone, IconHouseOutline, IconMembership, IconMembershipFilled, IconCalendar, IconInfoOutline, IconInfoFilled, IconCamera, IllustrationHouse, IllustrationHighHouseComposition, IllustrationHighHouse, IllustrationHouseComposition, IllustrationLowHouse, IllustrationLowHouseComposition, IllustrationSemiDetachedHouse, IllustrationSemiDetachedHouseComposition, IllustrationSmallHouse, IllustrationSmallHouseComposition, IllustrationTerraceBlock, IllustrationTerraceBlockComposition, IllustrationTownHouse, IllustrationTownHouseComposition, IllustrationHousesBackground, IllustrationHousesBackgroundWithComposition, IllustrationHouseMissing, IllustrationError, IllustrationErrorGeneric, IllustrationPaperCompleted, IllustrationPaperMissing, IllustrationMySiteBuilding, IllustrationMySiteCoffeeBook, IllustrationMySiteComputer, IllustrationMySiteGift, IllustrationMySitePapers, IllustrationMySitePiggyBank, IllustrationMySiteDashboard, IllustrationMySiteAssociation, IllustrationMySiteCooperative, IllustrationMySiteTransfer, IconCommunication, IconCommunicationFilled, IconCompanyBuildingOutline, IconCompanyBuildingFilled, IconDashboard, IconDashboardFilled, IconEconomy, IconEconomyFilled, IconWork, IconWorkFilled, IconProfile, IconProfileFilled, IconLookup, IconLookupFilled, IconDocument, IconDocumentFilled, IconEarth, IconEdit, IconMinusAlt, IconMinusAltFilled, IconUndo, IconVisa, IconMasterCard, IconBankAxept, IconAmericanExpress, IconFileCopy, IconBblFlame, IconBblWater, IconBblShield, IconFullscreenOpen, IconFullscreenClose, IconGmail, IconOffice365, IconAuditorFilled, IconAuditorOutline, IconJanitorFilled, IconJanitorOutline, useScreenOrientation, Box, Textarea, InfoButton, CommentsTimeline, CommentLine, HeaderCell, RowCell, TableHeader, TableRow, BoxedTable, DraggableRow, CollapseList, CollapseListItem, Banner, Calendar, YearWheel, DropdownMenu, DropdownMenuOption, Timeline, Timepicker, TimelineStep, HighlightText, TabBar, TabItem, Editor, TabNav, TabNavItem, NoticeCard, ListPager, Spinner, Autocomplete, GoogleButton, NotificationCounter, SearchFilter, ImagePicker, Tooltip };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ interface IProps {
3
+ date: Date;
4
+ onChange: (e: Date) => void;
5
+ fromDate: Date;
6
+ toDate: Date;
7
+ }
8
+ declare const YearMonthForm: React.FC<IProps>;
9
+ export default YearMonthForm;
10
+ //# sourceMappingURL=YearMonthForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"YearMonthForm.d.ts","sourceRoot":"","sources":["../../../src/packages/core/DatepickerRange/YearMonthForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,UAAU,MAAM;IACd,IAAI,EAAE,IAAI,CAAA;IACV,QAAQ,EAAE,CAAC,CAAC,EAAE,IAAI,KAAK,IAAI,CAAA;IAC3B,QAAQ,EAAE,IAAI,CAAA;IACd,MAAM,EAAE,IAAI,CAAA;CACb;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAmDnC,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,56 @@
1
+ import React from 'react';
2
+ import { MONTHS } from '../../utils/dates';
3
+ import { StyledSelect, Div } from './styles';
4
+ import { jsx as _jsx } from "react/jsx-runtime";
5
+ import { jsxs as _jsxs } from "react/jsx-runtime";
6
+
7
+ const YearMonthForm = ({
8
+ onChange,
9
+ date,
10
+ fromDate,
11
+ toDate
12
+ }) => {
13
+ const months = MONTHS;
14
+ const years = [];
15
+
16
+ for (let i = fromDate.getFullYear(); i <= toDate.getFullYear(); i += 1) {
17
+ years.push(i);
18
+ }
19
+
20
+ const changeMonth = e => {
21
+ let newDate = date;
22
+ newDate.setMonth(e.target.value);
23
+ if (newDate > toDate) newDate = toDate;
24
+ onChange(newDate);
25
+ };
26
+
27
+ const changeYear = e => {
28
+ let newDate = date;
29
+ newDate.setFullYear(e.target.value);
30
+ if (newDate > toDate) newDate = toDate;
31
+ onChange(newDate);
32
+ };
33
+
34
+ return /*#__PURE__*/_jsxs(Div, {
35
+ className: "DayPicker-Caption",
36
+ children: [/*#__PURE__*/_jsx(StyledSelect, {
37
+ name: "month",
38
+ onChange: changeMonth,
39
+ value: date.getMonth(),
40
+ children: months.map((month, i) => /*#__PURE__*/_jsx("option", {
41
+ value: i,
42
+ children: month
43
+ }, month))
44
+ }), /*#__PURE__*/_jsx(StyledSelect, {
45
+ name: "year",
46
+ onChange: changeYear,
47
+ value: date.getFullYear(),
48
+ children: years.map(year => /*#__PURE__*/_jsx("option", {
49
+ value: year,
50
+ children: year
51
+ }, year))
52
+ })]
53
+ });
54
+ };
55
+
56
+ export default YearMonthForm;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIllustration").WithIllustrationWrapperProps>;
3
+ export default _default;
4
+ //# sourceMappingURL=IllustrationMySiteAssociation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IllustrationMySiteAssociation.d.ts","sourceRoot":"","sources":["../../../src/packages/illustrations/MySite/IllustrationMySiteAssociation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;;AAuDzB,wBAEC"}
@@ -0,0 +1,77 @@
1
+ import React from 'react';
2
+ import withIllustration from '../withIllustration';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IllustrationMySiteAssociation = props => /*#__PURE__*/_jsx("svg", {
7
+ viewBox: "0 0 222 150",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsxs("g", {
10
+ "fill-rule": "nonzero",
11
+ fill: "none",
12
+ children: [/*#__PURE__*/_jsx("path", {
13
+ d: "M128.987 24.731c-14.232-.497-27.788-5.136-40.731-10.21C75.313 9.445 62.49 3.82 48.599 1.131 39.664-.597 29.446-.84 22.248 3.994c-6.93 4.646-9.167 12.689-10.37 20.135-.906 5.615-1.438 11.51 1.041 16.761 1.723 3.646 4.782 6.709 6.898 10.2 7.358 12.149 2.161 27.13-5.819 38.993-3.733 5.564-8.08 10.873-10.967 16.795-2.886 5.923-4.222 12.71-1.697 18.753 2.505 5.99 8.47 10.488 14.931 13.652 13.126 6.428 14.42 10.76 29.58 10.715 34.035-.1 80.98-.1 114.503 0 12.4.037 24.854-1.844 37.043-3.778 6.766-1.075 13.752-2.778 18.664-6.895 6.238-5.227 7.784-14.07 3.603-20.619-7.004-10.984-26.39-13.71-31.29-25.504-2.697-6.49.074-13.72 3.993-19.749 8.409-12.911 22.503-24.24 23.246-39 .51-10.138-6.265-20.29-16.741-25.087-10.982-5.033-26.208-4.394-34.31 3.927-8.343 8.583-23.003 11.88-35.569 11.438z",
14
+ "fill-opacity": ".136",
15
+ fill: "#1657E2"
16
+ }), /*#__PURE__*/_jsx("path", {
17
+ d: "M192.767 97c11.633 23.556 15.94 41.222 12.923 53h-25.846c-2.835-11.778 1.473-29.444 12.923-53z",
18
+ fill: "#0842C0",
19
+ opacity: ".503"
20
+ }), /*#__PURE__*/_jsx("path", {
21
+ fill: "#FFF",
22
+ d: "M33 19.355h61.25V150H33z"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ fill: "#C3D0D8",
25
+ d: "M94.25 19.355H138V150H94.25z"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ fill: "#091E43",
28
+ d: "M33 15h105v4.355H33z"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ fill: "#091E43",
31
+ d: "M53 11h65v4.355H53z"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ fill: "#C3D0D8",
34
+ d: "M41.75 80.323h44v8.71h-44zM41.75 115.161h44v8.71h-44zM41.75 62.903h44v8.71h-44zM41.75 97.742h44v8.71h-44zM41.75 45.484h44v8.71h-44zM41.75 28.065h44v8.71h-44z"
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ fill: "#091E43",
37
+ d: "M54.25 132.581H63V150h-8.75zM64.25 132.581H73V150h-8.75zM103 62.903h26v8.71h-26zM103 45.484h26v8.71h-26zM103 28.065h26v8.71h-26z"
38
+ }), /*#__PURE__*/_jsxs("g", {
39
+ children: [/*#__PURE__*/_jsx("path", {
40
+ fill: "#FFF",
41
+ d: "M98 89.333h60.9V150H98z"
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ fill: "#C3D0D8",
44
+ d: "M158.9 89.333H185V150h-26.1z"
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ fill: "#091E43",
47
+ d: "M98 85h87v4.333H98z"
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ fill: "#091E43",
50
+ d: "M118 81h47v4.333h-47z"
51
+ }), /*#__PURE__*/_jsx("path", {
52
+ fill: "#C3D0D8",
53
+ d: "M106.7 115.333h44V124h-44zM106.7 98h44v8.667h-44z"
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ fill: "#091E43",
56
+ d: "M119.1 132.667h8.7V150h-8.7zM129.1 132.667h8.7V150h-8.7zM166 132.667h12v8.667h-12zM166 115.333h12V124h-12zM166 98h12v8.667h-12z"
57
+ })]
58
+ }), /*#__PURE__*/_jsx("g", {
59
+ fill: "#1657E2",
60
+ children: /*#__PURE__*/_jsx("path", {
61
+ d: "M175 150c0-5.155 4.278-9.333 9.556-9.333 2.544 0 4.856.97 6.568 2.554 2.443-4.306 7.144-7.221 12.543-7.221 7.794 0 14.135 6.077 14.328 13.644L218 150h-43z"
62
+ })
63
+ }), /*#__PURE__*/_jsx("g", {
64
+ fill: "#FFF",
65
+ children: /*#__PURE__*/_jsx("path", {
66
+ d: "M204 34c0-3.314-2.885-6-6.444-6-1.716 0-3.275.624-4.43 1.642-1.648-2.768-4.818-4.642-8.46-4.642-5.256 0-9.533 3.906-9.663 8.771L175 34h29zM146 57c0-3.314 2.885-6 6.444-6 1.716 0 3.275.624 4.43 1.642 1.648-2.768 4.818-4.642 8.46-4.642 5.256 0 9.533 3.906 9.663 8.771L175 57h-29z"
67
+ })
68
+ }), /*#__PURE__*/_jsx("g", {
69
+ fill: "#0842C0",
70
+ children: /*#__PURE__*/_jsx("path", {
71
+ d: "M22.767 97c11.633 23.556 15.94 41.222 12.923 53H9.844c-2.835-11.778 1.473-29.444 12.923-53z"
72
+ })
73
+ })]
74
+ })
75
+ });
76
+
77
+ export default withIllustration('IllustrationMySiteAssociation')(IllustrationMySiteAssociation);
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIllustration").WithIllustrationWrapperProps>;
3
+ export default _default;
4
+ //# sourceMappingURL=IllustrationMySiteCooperative.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IllustrationMySiteCooperative.d.ts","sourceRoot":"","sources":["../../../src/packages/illustrations/MySite/IllustrationMySiteCooperative.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;;AAgFzB,wBAEC"}
@@ -0,0 +1,115 @@
1
+ import React from 'react';
2
+ import withIllustration from '../withIllustration';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IllustrationMySiteCooperative = props => /*#__PURE__*/_jsx("svg", {
7
+ viewBox: "0 0 222 150",
8
+ ...props,
9
+ children: /*#__PURE__*/_jsxs("g", {
10
+ "fill-rule": "nonzero",
11
+ fill: "none",
12
+ children: [/*#__PURE__*/_jsx("path", {
13
+ d: "M128.987 24.731c-14.232-.497-27.788-5.136-40.731-10.21C75.313 9.445 62.49 3.82 48.599 1.131 39.664-.597 29.446-.84 22.248 3.994c-6.93 4.646-9.167 12.689-10.37 20.135-.906 5.615-1.438 11.51 1.041 16.761 1.723 3.646 4.782 6.709 6.898 10.2 7.358 12.149 2.161 27.13-5.819 38.993-3.733 5.564-8.08 10.873-10.967 16.795-2.886 5.923-4.222 12.71-1.697 18.753 2.505 5.99 8.47 10.488 14.931 13.652 13.126 6.428 14.42 10.76 29.58 10.715 34.035-.1 80.98-.1 114.503 0 12.4.037 24.854-1.844 37.043-3.778 6.766-1.075 13.752-2.778 18.664-6.895 6.238-5.227 7.784-14.07 3.603-20.619-7.004-10.984-26.39-13.71-31.29-25.504-2.697-6.49.074-13.72 3.993-19.749 8.409-12.911 22.503-24.24 23.246-39 .51-10.138-6.265-20.29-16.741-25.087-10.982-5.033-26.208-4.394-34.31 3.927-8.343 8.583-23.003 11.88-35.569 11.438z",
14
+ "fill-opacity": ".136",
15
+ fill: "#1657E2"
16
+ }), /*#__PURE__*/_jsx("path", {
17
+ d: "M193.767 97c11.633 23.556 15.94 41.222 12.923 53h-25.846c-2.835-11.778 1.473-29.444 12.923-53z",
18
+ fill: "#0842C0",
19
+ opacity: ".503"
20
+ }), /*#__PURE__*/_jsx("path", {
21
+ fill: "#FFF",
22
+ d: "M33 19.355h61.25V150H33z"
23
+ }), /*#__PURE__*/_jsx("path", {
24
+ fill: "#C3D0D8",
25
+ d: "M94.25 19.355H138V150H94.25z"
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ fill: "#091E43",
28
+ d: "M33 15h105v4.355H33z"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ fill: "#C3D0D8",
31
+ d: "M41.75 132.581h8.75v8.71h-8.75zM41.75 80.323h8.75v8.71h-8.75zM41.75 115.161h8.75v8.71h-8.75zM41.75 62.903h8.75v8.71h-8.75zM59.25 115.161H68v8.71h-8.75zM59.25 62.903H68v8.71h-8.75zM41.75 97.742h8.75v8.71h-8.75zM41.75 45.484h8.75v8.71h-8.75zM59.25 97.742H68v8.71h-8.75zM59.25 80.323H68v8.71h-8.75zM59.25 28.065H68v8.71h-8.75zM76.75 28.065h8.75v8.71h-8.75zM41.75 28.065h8.75v8.71h-8.75zM59.25 45.484H68v8.71h-8.75z"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ fill: "#091E43",
34
+ d: "M59.25 132.581H68V150h-8.75z"
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ fill: "#C3D0D8",
37
+ d: "M76.75 132.581h8.75v8.71h-8.75zM76.75 80.323h8.75v8.71h-8.75z"
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ fill: "#091E43",
40
+ d: "M103 62.903h8.75v8.71H103zM120.5 62.903h8.75v8.71h-8.75z"
41
+ }), /*#__PURE__*/_jsx("path", {
42
+ fill: "#C3D0D8",
43
+ d: "M76.75 115.161h8.75v8.71h-8.75zM76.75 62.903h8.75v8.71h-8.75z"
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ fill: "#091E43",
46
+ d: "M103 45.484h8.75v8.71H103zM120.5 45.484h8.75v8.71h-8.75z"
47
+ }), /*#__PURE__*/_jsx("path", {
48
+ fill: "#C3D0D8",
49
+ d: "M76.75 97.742h8.75v8.71h-8.75zM76.75 45.484h8.75v8.71h-8.75z"
50
+ }), /*#__PURE__*/_jsx("path", {
51
+ fill: "#091E43",
52
+ d: "M103 28.065h8.75v8.71H103zM120.5 28.065h8.75v8.71h-8.75z"
53
+ }), /*#__PURE__*/_jsxs("g", {
54
+ children: [/*#__PURE__*/_jsx("path", {
55
+ fill: "#FFF",
56
+ d: "M102 89.333h60.9V150H102z"
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ fill: "#C3D0D8",
59
+ d: "M162.9 89.333H189V150h-26.1z"
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ fill: "#091E43",
62
+ d: "M102 85h87v4.333h-87z"
63
+ }), /*#__PURE__*/_jsx("path", {
64
+ fill: "#C3D0D8",
65
+ d: "M110.7 132.667h8.7v8.667h-8.7zM110.7 115.333h8.7V124h-8.7zM128.1 115.333h8.7V124h-8.7zM110.7 98h8.7v8.667h-8.7zM128.1 98h8.7v8.667h-8.7z"
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ fill: "#091E43",
68
+ d: "M128.1 132.667h8.7V150h-8.7z"
69
+ }), /*#__PURE__*/_jsx("path", {
70
+ fill: "#C3D0D8",
71
+ d: "M145.5 132.667h8.7v8.667h-8.7z"
72
+ }), /*#__PURE__*/_jsx("path", {
73
+ fill: "#091E43",
74
+ d: "M171.6 132.667h8.7v8.667h-8.7z"
75
+ }), /*#__PURE__*/_jsx("path", {
76
+ fill: "#C3D0D8",
77
+ d: "M145.5 115.333h8.7V124h-8.7z"
78
+ }), /*#__PURE__*/_jsx("path", {
79
+ fill: "#091E43",
80
+ d: "M171.6 115.333h8.7V124h-8.7z"
81
+ }), /*#__PURE__*/_jsx("path", {
82
+ fill: "#C3D0D8",
83
+ d: "M145.5 98h8.7v8.667h-8.7z"
84
+ }), /*#__PURE__*/_jsx("path", {
85
+ fill: "#091E43",
86
+ d: "M171.6 98h8.7v8.667h-8.7z"
87
+ })]
88
+ }), /*#__PURE__*/_jsx("g", {
89
+ fill: "#1657E2",
90
+ children: /*#__PURE__*/_jsx("path", {
91
+ d: "M0 150c0-5.155 4.278-9.333 9.556-9.333 2.544 0 4.856.97 6.568 2.554 2.443-4.306 7.144-7.221 12.543-7.221 7.794 0 14.135 6.077 14.328 13.644L43 150H0z"
92
+ })
93
+ }), /*#__PURE__*/_jsx("g", {
94
+ transform: "translate(176 20)",
95
+ fill: "#10105A",
96
+ children: /*#__PURE__*/_jsx("circle", {
97
+ cx: "13.5",
98
+ cy: "13.5",
99
+ r: "13.5"
100
+ })
101
+ }), /*#__PURE__*/_jsx("g", {
102
+ fill: "#FFF",
103
+ children: /*#__PURE__*/_jsx("path", {
104
+ d: "M191 34c0-3.314-2.885-6-6.444-6-1.716 0-3.275.624-4.43 1.642-1.648-2.768-4.818-4.642-8.46-4.642-5.256 0-9.533 3.906-9.663 8.771L162 34h29z"
105
+ })
106
+ }), /*#__PURE__*/_jsx("g", {
107
+ fill: "#0842C0",
108
+ children: /*#__PURE__*/_jsx("path", {
109
+ d: "M207.767 97c11.633 23.556 15.94 41.222 12.923 53h-25.846c-2.835-11.778 1.473-29.444 12.923-53z"
110
+ })
111
+ })]
112
+ })
113
+ });
114
+
115
+ export default withIllustration('IllustrationMySiteCooperative')(IllustrationMySiteCooperative);
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ declare const _default: React.ComponentType<import("../withIllustration").WithIllustrationWrapperProps>;
3
+ export default _default;
4
+ //# sourceMappingURL=IllustrationMySiteDashboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IllustrationMySiteDashboard.d.ts","sourceRoot":"","sources":["../../../src/packages/illustrations/MySite/IllustrationMySiteDashboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;;AA4EzB,wBAEC"}