@bbl-digital/snorre 4.0.43 → 4.0.45

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. package/dist/bundle.js +918 -428
  2. package/esm/core/Autocomplete/utils/useHandleOptionsHeight.js +16 -0
  3. package/esm/core/CheckboxController/index.js +22 -0
  4. package/esm/core/Datepicker/yearMonthForm.js +56 -0
  5. package/esm/core/EditorOld/config.js +69 -0
  6. package/esm/core/EditorOld/index.js +147 -0
  7. package/esm/core/EditorOld/styles.js +65 -0
  8. package/esm/core/ImageCarousel/index.js +70 -0
  9. package/esm/core/ImageCarousel/styles.js +58 -0
  10. package/esm/core/Input/Input.stories.js +8 -0
  11. package/esm/core/Input/index.js +1 -1
  12. package/esm/core/Input/styles.js +18 -17
  13. package/esm/core/PreemptionCard/PreemptionCard.stories.js +12 -9
  14. package/esm/core/PreemptionCard/index.js +2 -2
  15. package/esm/core/Stepper/MobileStep/index.js +34 -0
  16. package/esm/core/Stepper/MobileStep/styles.js +90 -0
  17. package/esm/core/Stepper/Step/index.js +84 -0
  18. package/esm/core/Stepper/Step/styles.js +49 -0
  19. package/esm/core/Stepper/Stepper.stories.js +29 -0
  20. package/esm/core/Stepper/index.js +49 -0
  21. package/esm/core/Stepper/styles.js +24 -0
  22. package/esm/enums/ModifierKey.js +13 -0
  23. package/esm/illustrations/General/IllustrationBudget.js +186 -0
  24. package/esm/index.js +3 -1
  25. package/esm/utils/format.js +4 -8
  26. package/lib/core/Autocomplete/utils/useHandleOptionsHeight.d.ts +7 -0
  27. package/lib/core/Autocomplete/utils/useHandleOptionsHeight.d.ts.map +1 -0
  28. package/lib/core/Autocomplete/utils/useHandleOptionsHeight.js +16 -0
  29. package/lib/core/CheckboxController/index.d.ts +1 -0
  30. package/lib/core/CheckboxController/index.d.ts.map +1 -0
  31. package/lib/core/CheckboxController/index.js +22 -0
  32. package/lib/core/Datepicker/yearMonthForm.d.ts +10 -0
  33. package/lib/core/Datepicker/yearMonthForm.d.ts.map +1 -0
  34. package/lib/core/Datepicker/yearMonthForm.js +56 -0
  35. package/lib/core/EditorOld/config.d.ts +56 -0
  36. package/lib/core/EditorOld/config.d.ts.map +1 -0
  37. package/lib/core/EditorOld/config.js +69 -0
  38. package/lib/core/EditorOld/index.d.ts +39 -0
  39. package/lib/core/EditorOld/index.d.ts.map +1 -0
  40. package/lib/core/EditorOld/index.js +147 -0
  41. package/lib/core/EditorOld/styles.d.ts +23 -0
  42. package/lib/core/EditorOld/styles.d.ts.map +1 -0
  43. package/lib/core/EditorOld/styles.js +65 -0
  44. package/lib/core/ImageCarousel/index.d.ts +11 -0
  45. package/lib/core/ImageCarousel/index.d.ts.map +1 -0
  46. package/lib/core/ImageCarousel/index.js +70 -0
  47. package/lib/core/ImageCarousel/styles.d.ts +26 -0
  48. package/lib/core/ImageCarousel/styles.d.ts.map +1 -0
  49. package/lib/core/ImageCarousel/styles.js +58 -0
  50. package/lib/core/Input/Input.stories.d.ts +1 -0
  51. package/lib/core/Input/Input.stories.d.ts.map +1 -1
  52. package/lib/core/Input/Input.stories.js +8 -0
  53. package/lib/core/Input/index.d.ts +1 -1
  54. package/lib/core/Input/index.d.ts.map +1 -1
  55. package/lib/core/Input/index.js +1 -1
  56. package/lib/core/Input/styles.d.ts +1 -0
  57. package/lib/core/Input/styles.d.ts.map +1 -1
  58. package/lib/core/Input/styles.js +18 -17
  59. package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts +6 -7
  60. package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts.map +1 -1
  61. package/lib/core/PreemptionCard/PreemptionCard.stories.js +12 -9
  62. package/lib/core/PreemptionCard/index.d.ts.map +1 -1
  63. package/lib/core/PreemptionCard/index.js +2 -2
  64. package/lib/core/Stepper/MobileStep/index.d.ts +9 -0
  65. package/lib/core/Stepper/MobileStep/index.d.ts.map +1 -0
  66. package/lib/core/Stepper/MobileStep/index.js +34 -0
  67. package/lib/core/Stepper/MobileStep/styles.d.ts +32 -0
  68. package/lib/core/Stepper/MobileStep/styles.d.ts.map +1 -0
  69. package/lib/core/Stepper/MobileStep/styles.js +90 -0
  70. package/lib/core/Stepper/Step/index.d.ts +12 -0
  71. package/lib/core/Stepper/Step/index.d.ts.map +1 -0
  72. package/lib/core/Stepper/Step/index.js +84 -0
  73. package/lib/core/Stepper/Step/styles.d.ts +28 -0
  74. package/lib/core/Stepper/Step/styles.d.ts.map +1 -0
  75. package/lib/core/Stepper/Step/styles.js +49 -0
  76. package/lib/core/Stepper/Stepper.stories.d.ts +7 -0
  77. package/lib/core/Stepper/Stepper.stories.d.ts.map +1 -0
  78. package/lib/core/Stepper/Stepper.stories.js +29 -0
  79. package/lib/core/Stepper/index.d.ts +18 -0
  80. package/lib/core/Stepper/index.d.ts.map +1 -0
  81. package/lib/core/Stepper/index.js +49 -0
  82. package/lib/core/Stepper/styles.d.ts +14 -0
  83. package/lib/core/Stepper/styles.d.ts.map +1 -0
  84. package/lib/core/Stepper/styles.js +24 -0
  85. package/lib/enums/ModifierKey.d.ts +12 -0
  86. package/lib/enums/ModifierKey.d.ts.map +1 -0
  87. package/lib/enums/ModifierKey.js +13 -0
  88. package/lib/illustrations/General/IllustrationBudget.d.ts +4 -0
  89. package/lib/illustrations/General/IllustrationBudget.d.ts.map +1 -0
  90. package/lib/illustrations/General/IllustrationBudget.js +186 -0
  91. package/lib/index.d.ts +3 -1
  92. package/lib/index.d.ts.map +1 -1
  93. package/lib/index.js +3 -1
  94. package/lib/utils/format.d.ts +1 -1
  95. package/lib/utils/format.d.ts.map +1 -1
  96. package/lib/utils/format.js +4 -8
  97. package/package.json +1 -1
  98. package/esm/core/BoxedTable/TableBody/index.js +0 -10
  99. package/esm/core/BoxedTable/TableBody/styles.js +0 -16
  100. package/lib/core/BoxedTable/TableBody/index.d.ts +0 -7
  101. package/lib/core/BoxedTable/TableBody/index.d.ts.map +0 -1
  102. package/lib/core/BoxedTable/TableBody/index.js +0 -10
  103. package/lib/core/BoxedTable/TableBody/styles.d.ts +0 -6
  104. package/lib/core/BoxedTable/TableBody/styles.d.ts.map +0 -1
  105. package/lib/core/BoxedTable/TableBody/styles.js +0 -16
@@ -0,0 +1,186 @@
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
+ const IllustrationBudget = props => {
6
+ return /*#__PURE__*/_jsxs("svg", {
7
+ width: "244",
8
+ height: "164",
9
+ viewBox: "0 0 244 164",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [/*#__PURE__*/_jsxs("g", {
13
+ "clip-path": "url(#clip0_3227_55494)",
14
+ children: [/*#__PURE__*/_jsx("path", {
15
+ d: "M141.592 27.2215C126.09 26.6738 111.325 21.5679 97.2273 15.9824C83.1297 10.3969 69.1626 4.20627 54.0336 1.24625C44.3013 -0.656766 33.1717 -0.925277 25.3311 4.39593C17.7837 9.51043 13.6803 17.96 12.3707 26.156C11.3842 32.336 12.4704 39.2278 15.1709 45.0072C17.0476 49.0199 20.3794 52.3912 22.6841 56.2335C30.698 69.6058 25.038 86.0958 16.3457 99.1526C12.2799 105.277 7.54433 111.121 4.40082 117.639C1.25731 124.158 -0.197817 131.63 2.55195 138.281C5.28032 144.874 11.777 149.825 18.8152 153.307C33.1118 160.382 49.4336 164 65.946 164C102.766 164 139.147 163.892 175.774 163.892C189.282 163.892 202.82 163.071 216.096 160.942C223.466 159.759 231.076 157.884 236.425 153.354C243.22 147.6 244.904 137.867 240.35 130.658C232.721 118.569 211.607 115.568 206.27 102.586C203.332 95.4425 206.349 87.4852 210.618 80.8491C219.777 66.6372 235.129 54.1685 235.938 37.9215C236.494 26.7633 229.113 15.5882 217.703 10.3096C205.741 4.76886 189.157 5.47211 180.332 14.6313C171.246 24.0782 155.278 27.7074 141.592 27.2215Z",
16
+ fill: "#E6EDFB"
17
+ }), /*#__PURE__*/_jsx("path", {
18
+ "fill-rule": "evenodd",
19
+ "clip-rule": "evenodd",
20
+ d: "M151.092 77.1416H10.6306V155.57C10.6306 160.446 14.604 164.399 19.5055 164.399H140.526C146.362 164.399 151.092 159.693 151.092 153.889V77.1416Z",
21
+ fill: "#88A9F0"
22
+ }), /*#__PURE__*/_jsx("path", {
23
+ d: "M151.092 60.937H27.8214V77.5574L133.482 77.5568L133.482 155.64C133.482 160.477 137.424 164.399 142.287 164.399C147.15 164.399 151.092 160.477 151.092 155.64L151.092 60.937Z",
24
+ fill: "#1657E2"
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M151.092 60.937H27.8214V77.5574L133.482 77.5568L133.482 155.64C133.482 160.477 137.424 164.399 142.287 164.399C147.15 164.399 151.092 160.477 151.092 155.64L151.092 60.937Z",
27
+ fill: "black",
28
+ "fill-opacity": "0.201016"
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ d: "M41.0288 25.2031H129.079V77.5573H41.0288V25.2031Z",
31
+ fill: "#88A9F0"
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ d: "M41.0288 25.2031H129.079V77.5573H41.0288V25.2031Z",
34
+ fill: "white",
35
+ "fill-opacity": "0.501748"
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M27.8213 51.3804H115.872V78.43H27.8213V51.3804Z",
38
+ fill: "#1657E2"
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M27.8213 51.3804H115.872V78.43H27.8213V51.3804Z",
41
+ fill: "white",
42
+ "fill-opacity": "0.502841"
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ d: "M41.0288 77.5571H115.872V155.216H41.0288V77.5571Z",
45
+ fill: "#1657E2"
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M21.6577 41.7817H109.708V155.216H21.6577V41.7817Z",
48
+ fill: "white"
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M48.36 87.1348H78.0356V93.3216H48.36V87.1348Z",
51
+ fill: "#C3D4F7"
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M84.6302 87.1348H101.117V93.3216H84.6302V87.1348Z",
54
+ fill: "#C3D4F7"
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M30.7741 87.1348H39.5669V93.3216H30.7741V87.1348Z",
57
+ fill: "#C3D4F7"
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "M30.7744 52.8682H101.117V76.9215H30.7744V52.8682Z",
60
+ fill: "#C3D4F7"
61
+ }), /*#__PURE__*/_jsx("path", {
62
+ d: "M48.3598 101.535H75.0679V107.721H48.3598V101.535Z",
63
+ fill: "#C3D4F7"
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ d: "M84.6303 101.535H96.9951V107.721H84.6303V101.535Z",
66
+ fill: "#C3D4F7"
67
+ }), /*#__PURE__*/_jsx("path", {
68
+ d: "M48.36 129.961H78.0356V136.148H48.36V129.961Z",
69
+ fill: "#C3D4F7"
70
+ }), /*#__PURE__*/_jsx("path", {
71
+ d: "M84.63 129.961H99.0557V136.148H84.63V129.961Z",
72
+ fill: "#C3D4F7"
73
+ }), /*#__PURE__*/_jsx("path", {
74
+ d: "M30.7741 101.535H40.666V107.721H30.7741V101.535Z",
75
+ fill: "#C3D4F7"
76
+ }), /*#__PURE__*/_jsx("path", {
77
+ d: "M30.7741 129.961H41.7651V136.148H30.7741V129.961Z",
78
+ fill: "#C3D4F7"
79
+ }), /*#__PURE__*/_jsx("path", {
80
+ d: "M48.36 115.935H71.1113V122.121H48.36V115.935Z",
81
+ fill: "#C3D4F7"
82
+ }), /*#__PURE__*/_jsx("path", {
83
+ d: "M84.6302 115.935H101.117V122.121H84.6302V115.935Z",
84
+ fill: "#C3D4F7"
85
+ }), /*#__PURE__*/_jsx("path", {
86
+ d: "M30.7746 115.935H38.4683V122.121H30.7746V115.935Z",
87
+ fill: "#C3D4F7"
88
+ }), /*#__PURE__*/_jsx("path", {
89
+ d: "M226.318 45.9199H136.288C135.074 45.9199 134.09 46.8989 134.09 48.1066V103.782C134.09 104.99 135.074 105.969 136.288 105.969H226.318C227.532 105.969 228.516 104.99 228.516 103.782V48.1066C228.516 46.8989 227.532 45.9199 226.318 45.9199Z",
90
+ fill: "#00226C"
91
+ }), /*#__PURE__*/_jsx("path", {
92
+ d: "M227.513 45.9199H141.069C139.855 45.9199 138.871 46.8989 138.871 48.1066V104.96C138.871 106.168 139.855 107.147 141.069 107.147H227.513C228.727 107.147 229.712 106.168 229.712 104.96V48.1066C229.712 46.8989 228.727 45.9199 227.513 45.9199Z",
93
+ fill: "#1657E2"
94
+ }), /*#__PURE__*/_jsx("path", {
95
+ opacity: "0.502511",
96
+ d: "M204.611 74.1782H173.534V80.0654H204.611V74.1782Z",
97
+ fill: "#C3D0D8"
98
+ }), /*#__PURE__*/_jsx("path", {
99
+ d: "M214.324 54.6665H124.198C122.984 54.6665 122 55.6455 122 56.8532V109.333C122 110.541 122.984 111.52 124.198 111.52H214.324C215.538 111.52 216.523 110.541 216.523 109.333V56.8532C216.523 55.6455 215.538 54.6665 214.324 54.6665Z",
100
+ fill: "#C3D0D8"
101
+ }), /*#__PURE__*/_jsx("path", {
102
+ d: "M218.721 54.6665H127.496C126.282 54.6665 125.297 55.6455 125.297 56.8532V109.333C125.297 110.541 126.282 111.52 127.496 111.52H218.721C219.935 111.52 220.919 110.541 220.919 109.333V56.8532C220.919 55.6455 219.935 54.6665 218.721 54.6665Z",
103
+ fill: "white"
104
+ }), /*#__PURE__*/_jsx("path", {
105
+ d: "M212.126 72.1597H164.865V76.533H212.126V72.1597Z",
106
+ fill: "#C3D0D8"
107
+ }), /*#__PURE__*/_jsx("path", {
108
+ d: "M212.126 63.4131H179.153V67.7864H212.126V63.4131Z",
109
+ fill: "#C3D0D8"
110
+ }), /*#__PURE__*/_jsx("path", {
111
+ d: "M220.919 96.2134H124.198V102.773H220.919V96.2134Z",
112
+ fill: "#C3D0D8"
113
+ }), /*#__PURE__*/_jsx("path", {
114
+ d: "M204.193 144.932H156.167V164H204.193V144.932Z",
115
+ fill: "#1657E2"
116
+ }), /*#__PURE__*/_jsx("path", {
117
+ d: "M204.193 130.631H156.167V144.932H204.193V130.631Z",
118
+ fill: "#00226C"
119
+ }), /*#__PURE__*/_jsx("path", {
120
+ d: "M204.193 111.564H156.167V130.632H204.193V111.564Z",
121
+ fill: "#FEC9C8"
122
+ }), /*#__PURE__*/_jsx("path", {
123
+ d: "M204.193 111.564H156.167V117.523H204.193V111.564Z",
124
+ fill: "black",
125
+ "fill-opacity": "0.102273"
126
+ }), /*#__PURE__*/_jsx("path", {
127
+ "fill-rule": "evenodd",
128
+ "clip-rule": "evenodd",
129
+ d: "M194.588 92.4961C199.893 92.4961 204.193 96.7739 204.193 102.051V128.248H184.983V102.051C184.983 96.7739 189.283 92.4961 194.588 92.4961Z",
130
+ fill: "#FEC9C8"
131
+ }), /*#__PURE__*/_jsx("path", {
132
+ d: "M218.92 132.958H197.848V165.093H218.92V132.958Z",
133
+ fill: "#FDD33F"
134
+ }), /*#__PURE__*/_jsx("path", {
135
+ d: "M203.948 132.958H197.848V165.093H203.948V132.958Z",
136
+ fill: "#F7B523"
137
+ }), /*#__PURE__*/_jsx("path", {
138
+ d: "M215.593 132.958H212.266V165.093H215.593V132.958Z",
139
+ fill: "#FFE168"
140
+ }), /*#__PURE__*/_jsx("path", {
141
+ d: "M206.72 141.823H203.393V147.363H206.72V141.823Z",
142
+ fill: "#F7B523"
143
+ }), /*#__PURE__*/_jsx("path", {
144
+ d: "M206.72 159.553H203.393V165.093H206.72V159.553Z",
145
+ fill: "#F7B523"
146
+ }), /*#__PURE__*/_jsx("path", {
147
+ d: "M218.92 138.499H197.848V141.823H218.92V138.499Z",
148
+ fill: "#F7B523"
149
+ }), /*#__PURE__*/_jsx("path", {
150
+ d: "M218.92 147.363H197.848V150.688H218.92V147.363Z",
151
+ fill: "#F7B523"
152
+ }), /*#__PURE__*/_jsx("path", {
153
+ d: "M218.92 156.229H197.848V159.553H218.92V156.229Z",
154
+ fill: "#F7B523"
155
+ }), /*#__PURE__*/_jsx("path", {
156
+ d: "M233.338 141.823H212.266V165.093H233.338V141.823Z",
157
+ fill: "#FDD33F"
158
+ }), /*#__PURE__*/_jsx("path", {
159
+ d: "M218.366 138.499H212.266V165.093H218.366V138.499Z",
160
+ fill: "#F7B523"
161
+ }), /*#__PURE__*/_jsx("path", {
162
+ d: "M230.011 141.823H227.238V165.093H230.011V141.823Z",
163
+ fill: "#FFE168"
164
+ }), /*#__PURE__*/_jsx("path", {
165
+ d: "M221.138 150.688H217.811V156.228H221.138V150.688Z",
166
+ fill: "#F7B523"
167
+ }), /*#__PURE__*/_jsx("path", {
168
+ d: "M233.338 147.363H212.266V150.688H233.338V147.363Z",
169
+ fill: "#F7B523"
170
+ }), /*#__PURE__*/_jsx("path", {
171
+ d: "M233.338 156.229H212.266V159.553H233.338V156.229Z",
172
+ fill: "#F7B523"
173
+ })]
174
+ }), /*#__PURE__*/_jsx("defs", {
175
+ children: /*#__PURE__*/_jsx("clipPath", {
176
+ id: "clip0_3227_55494",
177
+ children: /*#__PURE__*/_jsx("rect", {
178
+ width: "244",
179
+ height: "164",
180
+ fill: "white"
181
+ })
182
+ })
183
+ })]
184
+ });
185
+ };
186
+ export default withIllustration('IllustrationBudget')(IllustrationBudget);
package/esm/index.js CHANGED
@@ -306,7 +306,9 @@ import ImagePicker from './core/ImagePicker';
306
306
  import Tooltip from './core/Tooltip';
307
307
  import IllustrationTechninalDifficulties from './illustrations/General/IllustrationTechninalDifficulties';
308
308
  import IllustrationServiceMessage from './illustrations/General/IllustrationServiceMessage';
309
+ import IllustrationBudget from './illustrations/General/IllustrationBudget';
309
310
  import ImageViewer from './core/ImageViewer';
311
+ import Stepper from './core/Stepper';
310
312
  export { getReducedArray } from './utils/array';
311
313
  export { Key } from './enums/Keyboard';
312
314
  export { useIsMobile } from './hooks/useIsMobile';
@@ -318,4 +320,4 @@ export { getFormatedPhone } from './utils/phone';
318
320
  export { getCurrentPage, getFirstButtonIndex, getHasMorePages, getHasPreviousPages, getSkippedItems } from './utils/pagination';
319
321
  export { handleDateToStringConvertion, handleStringToDateConvertion, getTimeFromHours, getTimeStringFromHours } from './utils/time';
320
322
  export { getFormattedPrice, getFormattedPriceWithEnding, getFormattedDate, getTitleString, getFormattedCardNumber, getFormattedTime, getFormattedOrganizationNumber, getFormattedDateTimePretty, getFormattedTimePeriod } from './utils/format';
321
- 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, MediaCarousel, 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, IllustrationMySiteMailbox, IllustrationMySiteTransfer, IllustrationMySiteLetterSent, IllustrationMySiteBenefits, IllustrationTechninalDifficulties, IllustrationServiceMessage, 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, VisuallyHidden, 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, Video, TabNavItem, NoticeCard, ListPager, Spinner, Autocomplete, GoogleButton, NotificationCounter, SearchFilter, ImagePicker, Tooltip, ImageViewer };
323
+ 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, MediaCarousel, 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, IllustrationBudget, 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, IllustrationMySiteMailbox, IllustrationMySiteTransfer, IllustrationMySiteLetterSent, IllustrationMySiteBenefits, IllustrationTechninalDifficulties, IllustrationServiceMessage, 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, VisuallyHidden, 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, Video, TabNavItem, NoticeCard, ListPager, Spinner, Autocomplete, GoogleButton, NotificationCounter, SearchFilter, ImagePicker, Tooltip, ImageViewer, Stepper };
@@ -22,15 +22,11 @@ const getFormattedPrice = (price, decimals, roundDown) => {
22
22
  }).format(price);
23
23
  return decimals ? formatted : formatted.replace(/,/g, '.');
24
24
  };
25
- const getPriceWithLabel = pricing => {
26
- return `${getPriceLabel(pricing)} ${getFormattedPriceWithEnding(getPrice(pricing))}`;
27
- };
28
- const getPriceLabel = pricing => {
29
- return pricing.fixedPrice ? 'Fastpris' : 'Prisantydning';
30
- };
31
- const getPrice = pricing => {
32
- return pricing.fixedPrice ? pricing.fixedPrice : pricing.askingPrice;
25
+ const getPriceWithLabel = (clarificationInAdvance, pricing) => {
26
+ return `${getPriceLabel(clarificationInAdvance)} ${getFormattedPriceWithEnding(getPrice(clarificationInAdvance, pricing))}`;
33
27
  };
28
+ const getPriceLabel = clarificationInAdvance => clarificationInAdvance ? 'Prisantydning' : 'Fastpris';
29
+ const getPrice = (clarificationInAdvance, pricing) => clarificationInAdvance ? pricing.askingPrice : pricing.fixedPrice;
34
30
  const getFormattedPriceWithEnding = (price, decimals) => {
35
31
  if (price === undefined || price === null) {
36
32
  return 'Ikke angitt';
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare const useHandleOptionsHeight: () => {
3
+ optionsHeight: number;
4
+ optionsRef: import("react").RefObject<HTMLDivElement>;
5
+ };
6
+ export default useHandleOptionsHeight;
7
+ //# sourceMappingURL=useHandleOptionsHeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHandleOptionsHeight.d.ts","sourceRoot":"","sources":["../../../../src/packages/core/Autocomplete/utils/useHandleOptionsHeight.ts"],"names":[],"mappings":";AAEA,QAAA,MAAM,sBAAsB;;;CAW3B,CAAA;AAED,eAAe,sBAAsB,CAAA"}
@@ -0,0 +1,16 @@
1
+ import { createRef, useEffect, useState } from 'react';
2
+
3
+ const useHandleOptionsHeight = () => {
4
+ const [optionsHeight, setOptionsHeight] = useState(0);
5
+ const optionsRef = /*#__PURE__*/createRef();
6
+ useEffect(() => {
7
+ const rect = optionsRef.current?.getBoundingClientRect();
8
+ setOptionsHeight(rect?.height || 0); // eslint-disable-next-line react-hooks/exhaustive-deps
9
+ }, [optionsRef.current]);
10
+ return {
11
+ optionsHeight,
12
+ optionsRef
13
+ };
14
+ };
15
+
16
+ export default useHandleOptionsHeight;
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/CheckboxController/index.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ // import React from 'react'
2
+ // interface IProps {
3
+ // /** Function children in which CheckBox components can be rendered. */
4
+ // children: (component: React.ComponentType, values: string[], id: string) => void;
5
+ // /** Unique name of the field. */
6
+ // name: string,;
7
+ // /** Callback that is triggered when a child CheckBox is clicked. */
8
+ // onChange: (values: string[], event: React.ChangeEvent<HTMLInputElement>) => void;
9
+ // /** Default checked values. */
10
+ // value?: string,[];
11
+ // }
12
+ // const CheckboxController: React.FC<IProps> = props => {
13
+ // const type: string = 'checkbox'
14
+ // const onChange = (e: React.ChangeEvent<HTMLInputElement>) => {
15
+ // if (props.onChange) {
16
+ // props.onChange(e.target.checked)
17
+ // }
18
+ // }
19
+ // return (
20
+ // )
21
+ // }
22
+ // export default Checkbox
@@ -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/Datepicker/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,56 @@
1
+ import { ExtendedHTMLElement } from 'draft-convert';
2
+ export declare const basicToolbar: {
3
+ options: string[];
4
+ inline: {
5
+ options: string[];
6
+ };
7
+ };
8
+ export declare const richToolbar: {
9
+ options: string[];
10
+ inline: {
11
+ options: string[];
12
+ };
13
+ textAlign: {
14
+ options: string[];
15
+ };
16
+ blockType: {
17
+ inDropdown: boolean;
18
+ options: string[];
19
+ };
20
+ link: {
21
+ showOpenOptionOnHover: boolean;
22
+ defaultTargetOption: string;
23
+ options: string[];
24
+ };
25
+ };
26
+ export declare const htmlToEntity: (nodeName: string, node: ExtendedHTMLElement<DOMStringMap>, createEntity: any) => any;
27
+ export declare const getStrippedHtml: (html: string) => string;
28
+ export declare const editorLabels: {
29
+ 'generic.add': string;
30
+ 'generic.cancel': string;
31
+ 'components.controls.inline.bold': string;
32
+ 'components.controls.inline.italic': string;
33
+ 'components.controls.inline.underline': string;
34
+ 'components.controls.list.unordered': string;
35
+ 'components.controls.list.ordered': string;
36
+ 'components.controls.list.indent': string;
37
+ 'components.controls.list.outdent': string;
38
+ 'components.controls.textAlign.left': string;
39
+ 'components.controls.textAlign.center': string;
40
+ 'components.controls.textAlign.right': string;
41
+ 'components.controls.textAlign.justify': string;
42
+ 'components.controls.blocktype.normal': string;
43
+ 'components.controls.blocktype.h1': string;
44
+ 'components.controls.blocktype.h2': string;
45
+ 'components.controls.blocktype.h3': string;
46
+ 'components.controls.blocktype.h4': string;
47
+ 'components.controls.blocktype.h5': string;
48
+ 'components.controls.blocktype.h6': string;
49
+ 'components.controls.link.linkTitle': string;
50
+ 'components.controls.link.linkTarget': string;
51
+ 'components.controls.link.linkTargetOption': string;
52
+ 'components.controls.link.link': string;
53
+ 'components.controls.link.unlink': string;
54
+ 'components.controls.remove.remove': string;
55
+ };
56
+ //# sourceMappingURL=config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/packages/core/EditorOld/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAEnD,eAAO,MAAM,YAAY;;;;;CAKxB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;CAiBvB,CAAA;AAED,eAAO,MAAM,YAAY,aACb,MAAM,QACV,oBAAoB,YAAY,CAAC,gBACzB,GAAG,QAKlB,CAAA;AAED,eAAO,MAAM,eAAe,SAAU,MAAM,WAE3C,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCxB,CAAA"}
@@ -0,0 +1,69 @@
1
+ export const basicToolbar = {
2
+ options: ['inline', 'list'],
3
+ inline: {
4
+ options: ['bold', 'italic', 'underline']
5
+ }
6
+ };
7
+ export const richToolbar = {
8
+ options: ['blockType', 'inline', 'list', 'textAlign', 'link'],
9
+ inline: {
10
+ options: ['bold', 'italic', 'underline']
11
+ },
12
+ textAlign: {
13
+ options: ['left', 'center', 'right', 'justify']
14
+ },
15
+ blockType: {
16
+ inDropdown: true,
17
+ options: ['Normal', 'H1', 'H2', 'H3', 'H4', 'H5', 'H6']
18
+ },
19
+ link: {
20
+ showOpenOptionOnHover: true,
21
+ defaultTargetOption: '_blank',
22
+ options: ['link', 'unlink']
23
+ }
24
+ };
25
+ export const htmlToEntity = (nodeName, node, createEntity) => {
26
+ if (nodeName === 'a') {
27
+ return createEntity('LINK', 'MUTABLE', {
28
+ url: node.href
29
+ });
30
+ }
31
+ };
32
+ export const getStrippedHtml = html => {
33
+ return html.replace(/<img[^>]*>/g, '');
34
+ };
35
+ export const editorLabels = {
36
+ // Generic
37
+ 'generic.add': 'Legg til',
38
+ 'generic.cancel': 'Avbryt',
39
+ // Inline
40
+ 'components.controls.inline.bold': 'Fet',
41
+ 'components.controls.inline.italic': 'Kursiv',
42
+ 'components.controls.inline.underline': 'Understrek',
43
+ // List
44
+ 'components.controls.list.unordered': 'Punktliste',
45
+ 'components.controls.list.ordered': 'Nummerliste',
46
+ 'components.controls.list.indent': 'Innrykk',
47
+ 'components.controls.list.outdent': 'Utrykk',
48
+ // Text align
49
+ 'components.controls.textAlign.left': 'Venstrejuster',
50
+ 'components.controls.textAlign.center': 'Midtstill',
51
+ 'components.controls.textAlign.right': 'Høyrejuster',
52
+ 'components.controls.textAlign.justify': 'Blokkjuster',
53
+ // Block type
54
+ 'components.controls.blocktype.normal': 'Avsnitt',
55
+ 'components.controls.blocktype.h1': 'Overskrift 1',
56
+ 'components.controls.blocktype.h2': 'Overskrift 2',
57
+ 'components.controls.blocktype.h3': 'Overskrift 3',
58
+ 'components.controls.blocktype.h4': 'Overskrift 4',
59
+ 'components.controls.blocktype.h5': 'Overskrift 5',
60
+ 'components.controls.blocktype.h6': 'Overskrift 6',
61
+ // Link
62
+ 'components.controls.link.linkTitle': 'Tittel',
63
+ 'components.controls.link.linkTarget': 'URL',
64
+ 'components.controls.link.linkTargetOption': 'Åpne i ny fane',
65
+ 'components.controls.link.link': 'Legg til lenke',
66
+ 'components.controls.link.unlink': 'Fjern lenke',
67
+ // Remove
68
+ 'components.controls.remove.remove': 'Fjern'
69
+ };
@@ -0,0 +1,39 @@
1
+ /** @jsxImportSource @emotion/react */
2
+ import React from 'react';
3
+ import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
4
+ interface IProps {
5
+ /** Input text */
6
+ initialValue?: string;
7
+ /** Editor type, defaults to basic */
8
+ type?: 'basic' | 'rich' | 'custom';
9
+ /** Adds a custom toolbar if type is set to custom */
10
+ customToolbar?: object;
11
+ /** Height of textarea */
12
+ label?: string;
13
+ /** Deafult height of texteditor */
14
+ height?: number;
15
+ /** Max resize height of texteditor */
16
+ maxHeight?: number;
17
+ /** Maxlength of input */
18
+ maxlength?: number;
19
+ /** Specifies whether maxlength should include html or not, defaults to 'plaintext' */
20
+ maxlengthType?: 'plaintext' | 'html';
21
+ /** Adds an error message if text is too long */
22
+ maxlengthText?: string;
23
+ /** Adds a counter of characters compared to maxlength, if maxlength is specified */
24
+ withCounter?: boolean;
25
+ /** Error message */
26
+ invalidMessage?: string;
27
+ /** Cb on blur */
28
+ onBlur?: () => void;
29
+ /** Cb on change */
30
+ onChange: (value: string) => void;
31
+ }
32
+ /**
33
+ *
34
+ * TODO: REMOVE AND CLEANUP PACKAGES
35
+ *
36
+ */
37
+ declare const EditorOld: React.FC<IProps>;
38
+ export default EditorOld;
39
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/EditorOld/index.tsx"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,OAAO,KAAmB,MAAM,OAAO,CAAA;AAIvC,OAAO,kDAAkD,CAAA;AAqBzD,UAAU,MAAM;IACd,iBAAiB;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,qCAAqC;IACrC,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAA;IAClC,sDAAsD;IACtD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,yBAAyB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,mCAAmC;IACnC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,sCAAsC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,yBAAyB;IACzB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,sFAAsF;IACtF,aAAa,CAAC,EAAE,WAAW,GAAG,MAAM,CAAA;IACpC,gDAAgD;IAChD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,oFAAoF;IACpF,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,oBAAoB;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,iBAAiB;IACjB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;IACnB,mBAAmB;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;CAClC;AAED;;;;GAIG;AAEH,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CA8I/B,CAAA;AAED,eAAe,SAAS,CAAA"}