@easypost/easy-ui 1.0.0-alpha.111 → 1.0.0-alpha.113
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/AlertBadge/AlertBadge.d.ts +1 -1
- package/AlertBadge/AlertBadge.d.ts.map +1 -1
- package/AlertBadge/index.js +20 -16
- package/AlertBadge/index.mjs +20 -16
- package/Badge/index.js +29 -19
- package/Badge/index.mjs +29 -19
- package/Banner/index.js +19 -12
- package/Banner/index.mjs +19 -12
- package/Button/index.js +1 -1
- package/Button/index.mjs +1 -1
- package/CHANGELOG.md +13 -0
- package/Calendar/index.js +1 -1
- package/Calendar/index.mjs +1 -1
- package/Card/index.js +1 -1
- package/Card/index.mjs +1 -1
- package/CheckableCard/index.js +33 -24
- package/CheckableCard/index.mjs +33 -24
- package/Checkbox/index.js +1 -1
- package/Checkbox/index.mjs +1 -1
- package/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/CodeBlock/context.d.ts +2 -1
- package/CodeBlock/context.d.ts.map +1 -1
- package/CodeBlock/index.js +81 -59
- package/CodeBlock/index.mjs +81 -59
- package/CodeSnippet/index.js +1 -1
- package/CodeSnippet/index.mjs +1 -1
- package/ColorPicker/index.js +71 -54
- package/ColorPicker/index.mjs +71 -54
- package/CustomerPortalLayout/index.js +101 -72
- package/CustomerPortalLayout/index.mjs +101 -72
- package/DataGrid/index.js +229 -173
- package/DataGrid/index.mjs +229 -173
- package/DatePicker/index.js +10 -8
- package/DatePicker/index.mjs +10 -8
- package/DateRangePicker/index.js +10 -8
- package/DateRangePicker/index.mjs +10 -8
- package/Drawer/context.d.ts +2 -2
- package/Drawer/context.d.ts.map +1 -1
- package/Drawer/index.js +99 -78
- package/Drawer/index.mjs +99 -78
- package/Drawer/useIntersectionDetection.d.ts +1 -1
- package/Drawer/useIntersectionDetection.d.ts.map +1 -1
- package/DropdownButton/index.js +15 -7
- package/DropdownButton/index.mjs +16 -8
- package/EmptyStateCard/index.js +53 -33
- package/EmptyStateCard/index.mjs +53 -33
- package/FocusedProductLayout/index.js +104 -76
- package/FocusedProductLayout/index.mjs +104 -76
- package/ForgeLayout/index.js +283 -217
- package/ForgeLayout/index.mjs +283 -217
- package/FormLayout/index.js +38 -24
- package/FormLayout/index.mjs +38 -24
- package/HorizontalGrid/index.js +1 -1
- package/HorizontalGrid/index.mjs +1 -1
- package/HorizontalStack/index.js +1 -1
- package/HorizontalStack/index.mjs +1 -1
- package/Icon/index.js +1 -1
- package/Icon/index.mjs +1 -1
- package/IconButton/index.js +16 -9
- package/IconButton/index.mjs +17 -10
- package/InputField/index.js +1 -1
- package/InputField/index.mjs +1 -1
- package/KebabButton/index.js +1 -1
- package/KebabButton/index.mjs +1 -1
- package/Menu/MenuTrigger.d.ts +1 -1
- package/Menu/MenuTrigger.d.ts.map +1 -1
- package/Menu/index.js +1 -1
- package/Menu/index.mjs +1 -1
- package/Modal/context.d.ts +3 -3
- package/Modal/context.d.ts.map +1 -1
- package/Modal/index.js +124 -93
- package/Modal/index.mjs +124 -93
- package/Modal/useIntersectionDetection.d.ts +1 -1
- package/Modal/useIntersectionDetection.d.ts.map +1 -1
- package/MultiSelect/MultiSelectDropdown.d.ts +2 -2
- package/MultiSelect/MultiSelectDropdown.d.ts.map +1 -1
- package/MultiSelect/index.js +106 -83
- package/MultiSelect/index.mjs +107 -84
- package/MultiSelect/utilities.d.ts +1 -1
- package/MultiSelect/utilities.d.ts.map +1 -1
- package/MultipageSection/index.js +94 -71
- package/MultipageSection/index.mjs +94 -71
- package/NexusLayout/index.js +136 -102
- package/NexusLayout/index.mjs +136 -102
- package/Notification/NotificationTransition.d.ts +1 -1
- package/Notification/NotificationTransition.d.ts.map +1 -1
- package/Notification/index.js +1 -1
- package/Notification/index.mjs +1 -1
- package/Pagination/index.js +62 -50
- package/Pagination/index.mjs +63 -51
- package/PillGroup/index.js +1 -1
- package/PillGroup/index.mjs +1 -1
- package/PlanCard/illustrations/Building01/index.js +532 -531
- package/PlanCard/illustrations/Building01/index.mjs +532 -531
- package/PlanCard/illustrations/Building02/index.js +206 -205
- package/PlanCard/illustrations/Building02/index.mjs +206 -205
- package/PlanCard/illustrations/Building03/index.js +773 -772
- package/PlanCard/illustrations/Building03/index.mjs +773 -772
- package/PlanCard/illustrations/Building04/index.js +1528 -1527
- package/PlanCard/illustrations/Building04/index.mjs +1528 -1527
- package/PlanCard/index.js +59 -36
- package/PlanCard/index.mjs +60 -37
- package/ProductLayout/index.js +132 -91
- package/ProductLayout/index.mjs +132 -91
- package/Provider/index.js +18 -14
- package/Provider/index.mjs +18 -14
- package/RadioButtonGroup/index.js +14 -10
- package/RadioButtonGroup/index.mjs +14 -10
- package/RadioGroup/index.js +1 -1
- package/RadioGroup/index.mjs +1 -1
- package/RangeCalendar/index.js +1 -1
- package/RangeCalendar/index.mjs +1 -1
- package/SearchNav/CondensedSearchNav.d.ts.map +1 -1
- package/SearchNav/index.js +197 -141
- package/SearchNav/index.mjs +197 -141
- package/SearchNav/utilities.d.ts +3 -3
- package/SearchNav/utilities.d.ts.map +1 -1
- package/SectionCard/index.js +43 -25
- package/SectionCard/index.mjs +43 -25
- package/Select/index.js +74 -62
- package/Select/index.mjs +74 -62
- package/SelectorErrorTooltip/index.js +1 -1
- package/SelectorErrorTooltip/index.mjs +1 -1
- package/Spinner/index.js +1 -1
- package/Spinner/index.mjs +1 -1
- package/SplitToggleCard/index.js +22 -16
- package/SplitToggleCard/index.mjs +22 -16
- package/Stepper/index.js +1 -1
- package/Stepper/index.mjs +1 -1
- package/TabNav/index.js +1 -1
- package/TabNav/index.mjs +1 -1
- package/TabPanels/index.js +22 -16
- package/TabPanels/index.mjs +24 -18
- package/Tabs/index.js +1 -1
- package/Tabs/index.mjs +1 -1
- package/Text/index.js +1 -1
- package/Text/index.mjs +1 -1
- package/TextField/index.js +1 -1
- package/TextField/index.mjs +1 -1
- package/Textarea/index.js +3 -3
- package/Textarea/index.mjs +3 -3
- package/Theme/index.js +1 -1
- package/Theme/index.mjs +1 -1
- package/Toggle/index.js +1 -1
- package/Toggle/index.mjs +1 -1
- package/ToggleCard/index.js +20 -15
- package/ToggleCard/index.mjs +21 -16
- package/Tooltip/index.js +1 -1
- package/Tooltip/index.mjs +1 -1
- package/UnstyledButton/index.js +1 -1
- package/UnstyledButton/index.mjs +1 -1
- package/VerticalNav/index.js +115 -88
- package/VerticalNav/index.mjs +115 -88
- package/VerticalStack/index.js +1 -1
- package/VerticalStack/index.mjs +1 -1
- package/__chunks__/{Button-5AuHgwU3.js → Button-C3vDXJsJ.js} +15 -12
- package/__chunks__/{Button-BsGH6vGC.mjs → Button-Dexauftx.mjs} +16 -13
- package/__chunks__/{Calendar-D09mdpmC.js → Calendar-BEbdigVB.js} +3 -2
- package/__chunks__/{Calendar-BGZysoV0.mjs → Calendar-BOxw8lwX.mjs} +3 -2
- package/__chunks__/{CalendarBase-Bn9o8BdD.mjs → CalendarBase-3a9i7QNo.mjs} +86 -64
- package/__chunks__/{CalendarBase-DHxad3N9.js → CalendarBase-Bx8bdXeT.js} +86 -64
- package/__chunks__/{Card-CJug4GMX.mjs → Card-8778avMv.mjs} +21 -12
- package/__chunks__/{Card-BM2DKiVA.js → Card-DIZFYg6E.js} +21 -12
- package/__chunks__/{Checkbox-BWfY9XqH.mjs → Checkbox-C-NlI-Ym.mjs} +36 -28
- package/__chunks__/{Checkbox-D2-8vvdr.js → Checkbox-DFWhjlaO.js} +36 -28
- package/__chunks__/{CodeSnippet-CIijbclb.js → CodeSnippet-BCOMwE07.js} +16 -12
- package/__chunks__/{CodeSnippet-QpCpkoXv.mjs → CodeSnippet-CWnMHdVu.mjs} +16 -12
- package/__chunks__/{DatePickerBase-CFB0JDQA.mjs → DatePickerBase-C4PwUr9x.mjs} +80 -62
- package/__chunks__/{DatePickerBase-DSPIErms.js → DatePickerBase-XoRply_u.js} +80 -62
- package/__chunks__/EasyPostLogo-D3WNdZ29.js +22 -0
- package/__chunks__/EasyPostLogo-tf6CCEAq.mjs +23 -0
- package/__chunks__/{HelpMenu-CO6kYktc.mjs → HelpMenu-8r0cjx5z.mjs} +30 -21
- package/__chunks__/{HelpMenu-nihaGEVy.js → HelpMenu-DBo_fklD.js} +30 -20
- package/__chunks__/{HorizontalGrid-CAwv7zKY.js → HorizontalGrid-BAvSeg39.js} +5 -3
- package/__chunks__/{HorizontalGrid-Dz8EFgmu.mjs → HorizontalGrid-C4MBFEH-.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CxE8tPx_.mjs → HorizontalStack-BkE82C73.mjs} +6 -4
- package/__chunks__/{HorizontalStack-CXpjASZi.js → HorizontalStack-DidoI4Ks.js} +5 -3
- package/__chunks__/{Icon-W8F9w-jS.js → Icon-BVa5ddiD.js} +11 -10
- package/__chunks__/{Icon-0SN9dbwU.mjs → Icon-DzTns8u5.mjs} +11 -10
- package/__chunks__/{InputCaption-BJO9_Tby.mjs → InputCaption-B8bZH6sX.mjs} +19 -15
- package/__chunks__/{InputCaption-C3Hf9Hvt.js → InputCaption-Dkyn1sg6.js} +19 -15
- package/__chunks__/{InputField-dq5XIhr1.mjs → InputField-BTrYBVAD.mjs} +77 -66
- package/__chunks__/{InputField-CDHznUZd.js → InputField-Dvkk5R1K.js} +77 -66
- package/__chunks__/{InputIcon-Bpg4lyQx.mjs → InputIcon-BLJ6dx_5.mjs} +9 -8
- package/__chunks__/{InputIcon-DdcvN3A4.js → InputIcon-BSIAXX9k.js} +9 -8
- package/__chunks__/{KebabButton-DdzHU7is.js → KebabButton-3FnxY-Fz.js} +15 -8
- package/__chunks__/{KebabButton-Bf1OdC5_.mjs → KebabButton-DSK0ISAn.mjs} +15 -8
- package/__chunks__/{Menu-DHwqwFlg.mjs → Menu-C2F4fvhd.mjs} +88 -70
- package/__chunks__/{Menu-Kfc6nxFP.js → Menu-Du8SsMeJ.js} +88 -70
- package/__chunks__/{Notification-vF_YGVIP.js → Notification-CeJn5Qq1.js} +62 -48
- package/__chunks__/{Notification-BoT3Hm0B.mjs → Notification-CgUT2gv6.mjs} +64 -50
- package/__chunks__/{PillGroup-DjLJ4wVb.mjs → PillGroup-EJ8t8SrT.mjs} +41 -27
- package/__chunks__/{PillGroup-CAHVIlU0.js → PillGroup-rTS853Rr.js} +41 -27
- package/__chunks__/{RadioGroup-CGQKZwDU.js → RadioGroup-BFqH1Csi.js} +58 -40
- package/__chunks__/{RadioGroup-DUu5GEpn.mjs → RadioGroup-DBgIqOkZ.mjs} +58 -40
- package/__chunks__/{RangeCalendar-LPcJB19o.mjs → RangeCalendar-BSsmX9l4.mjs} +3 -2
- package/__chunks__/{RangeCalendar-Ckqj2J9L.js → RangeCalendar-Do2nei5A.js} +3 -2
- package/__chunks__/{SelectOverlay-DptO7xtn.mjs → SelectOverlay-DUIIhF4t.mjs} +62 -51
- package/__chunks__/{SelectOverlay-CmbC4zrD.js → SelectOverlay-DjiJHthj.js} +62 -51
- package/__chunks__/{SelectorErrorTooltip-Dw1Fvd_q.mjs → SelectorErrorTooltip-BC-1JoX3.mjs} +19 -12
- package/__chunks__/{SelectorErrorTooltip-_D8DSBKs.js → SelectorErrorTooltip-BMxbuFiM.js} +19 -11
- package/__chunks__/{Spinner-DOmPV59I.mjs → Spinner-2PFCOK3I.mjs} +17 -13
- package/__chunks__/{Spinner-D0ifPtVV.js → Spinner-Dd68v9QX.js} +16 -12
- package/__chunks__/{Stepper-CX0Mu37p.js → Stepper-BZ90AIx0.js} +47 -36
- package/__chunks__/{Stepper-BEyDIPNJ.mjs → Stepper-q3YNLglj.mjs} +48 -37
- package/__chunks__/{TabNav-vCt_zTvE.mjs → TabNav-BnpNl7tj.mjs} +10 -8
- package/__chunks__/{TabNav-B8aEzVyr.js → TabNav-CLVG0bL2.js} +10 -8
- package/__chunks__/{Tabs-BL8odO0p.js → Tabs-5_61DIBw.js} +46 -37
- package/__chunks__/{Tabs-DJ4aKu11.mjs → Tabs-CtyYEye0.mjs} +47 -38
- package/__chunks__/{Text-CSESKR_s.js → Text-C4CEsglh.js} +5 -4
- package/__chunks__/{Text-YOL3isF4.mjs → Text-u9mYLeWj.mjs} +5 -4
- package/__chunks__/{TextField-D2QhDAdD.mjs → TextField-D1JGaTQv.mjs} +3 -3
- package/__chunks__/{TextField-94cCP805.js → TextField-DE1vPtQm.js} +3 -3
- package/__chunks__/{Theme-BAFk7BvV.mjs → Theme-CyUCrGdN.mjs} +28 -18
- package/__chunks__/{Theme-DqbmY4wy.js → Theme-unLHjjnm.js} +27 -17
- package/__chunks__/{Toggle-D2ucsFxO.js → Toggle-BHzAGPDh.js} +43 -37
- package/__chunks__/{Toggle-CxjLdmzW.mjs → Toggle-DioYP2KQ.mjs} +43 -37
- package/__chunks__/{Tooltip-DAyUY3na.mjs → Tooltip-BKGkKnOx.mjs} +25 -17
- package/__chunks__/{Tooltip-DqpxBjpa.js → Tooltip-COjtKErw.js} +25 -17
- package/__chunks__/{UnstyledButton-DpQ5Ic9D.mjs → UnstyledButton-BCg7eEyP.mjs} +6 -4
- package/__chunks__/{UnstyledButton-BFpQ2Irc.js → UnstyledButton-_YQekhlm.js} +5 -3
- package/__chunks__/{VerticalStack-C2yDQVHD.mjs → VerticalStack-Cbdpucbh.mjs} +6 -4
- package/__chunks__/{VerticalStack-Dzpv3O67.js → VerticalStack-CunLpHRv.js} +5 -3
- package/__chunks__/index-CqNUlUoB.js +217 -0
- package/__chunks__/index-ee-P7jQr.mjs +218 -0
- package/__chunks__/jsx-runtime-CH1d66I3.js +320 -0
- package/__chunks__/jsx-runtime-DTpFD6nx.mjs +321 -0
- package/__chunks__/{useEdgeInterceptors-D_DARZZd.mjs → useEdgeInterceptors-BBmo6MI4.mjs} +17 -14
- package/__chunks__/{useEdgeInterceptors-Ihk8NfjJ.js → useEdgeInterceptors-BLxn3eUi.js} +16 -13
- package/package.json +5 -7
- package/types.d.ts +1 -1
- package/types.d.ts.map +1 -1
- package/utilities/Noop.d.ts +1 -1
- package/utilities/Noop.d.ts.map +1 -1
- package/utilities/react.d.ts +1 -1
- package/utilities/react.d.ts.map +1 -1
- package/utilities/react.js +1 -1
- package/utilities/react.mjs +1 -1
- package/utilities/test.d.ts +1 -0
- package/utilities/test.d.ts.map +1 -1
- package/__chunks__/EasyPostLogo-B3Um5vvS.mjs +0 -22
- package/__chunks__/EasyPostLogo-DQt5KlFX.js +0 -21
- package/__chunks__/index-CUcRN4NO.js +0 -311
- package/__chunks__/index-Izk6uvQC.mjs +0 -312
|
@@ -1,214 +1,215 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
3
|
+
const jsxRuntime = require("../../../__chunks__/jsx-runtime-CH1d66I3.js");
|
|
4
4
|
function PlanCardIllustrationBuilding02() {
|
|
5
|
-
return
|
|
5
|
+
return jsxRuntime.jsxRuntimeExports.jsxs("svg", {
|
|
6
6
|
width: "237",
|
|
7
7
|
height: "140",
|
|
8
8
|
viewBox: "0 0 237 140",
|
|
9
9
|
fill: "none",
|
|
10
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
children: [jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
12
|
+
d: "M229.813 139.09H6.21559",
|
|
13
|
+
stroke: "#164DFF",
|
|
14
|
+
strokeWidth: "0.75",
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
18
|
+
d: "M22.3059 139.049C21.9491 137.783 21.7521 136.446 21.7521 135.061C21.7521 127.275 27.81 120.96 35.2861 120.96C35.6953 120.96 36.0983 120.983 36.4983 121.018C36.4183 120.46 36.3752 119.893 36.3752 119.313C36.3752 113.062 41.2393 107.994 47.2386 107.994C53.238 107.994 58.1021 113.062 58.1021 119.313C58.1021 119.893 58.059 120.464 57.979 121.018C58.379 120.98 58.782 120.96 59.1912 120.96C66.6642 120.96 72.7251 127.272 72.7251 135.061C72.7251 136.446 72.5313 137.786 72.1713 139.049H22.309H22.3059Z",
|
|
19
|
+
fill: "#00AC83",
|
|
20
|
+
stroke: "#164DFF",
|
|
21
|
+
strokeWidth: "0.75",
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
25
|
+
d: "M75.5122 11.5973C78.4226 4.99726 84.8189 0.413483 92.2458 0.413483H126.288C133.715 0.413483 140.111 5.00046 143.022 11.6005H157.168V27.5828H61.3691V11.6005H75.5153L75.5122 11.5973Z",
|
|
26
|
+
fill: "#00AC83",
|
|
27
|
+
stroke: "#164DFF",
|
|
28
|
+
strokeWidth: "0.75",
|
|
29
|
+
strokeLinecap: "round",
|
|
30
|
+
strokeLinejoin: "round"
|
|
31
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
32
|
+
d: "M157.931 27.5828H197.121V139.225H157.931V27.5828Z",
|
|
33
|
+
fill: "#FEDEDE",
|
|
34
|
+
stroke: "#164DFF",
|
|
35
|
+
strokeWidth: "0.75",
|
|
36
|
+
strokeLinecap: "round",
|
|
37
|
+
strokeLinejoin: "round"
|
|
38
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
39
|
+
d: "M51.3454 27.5828H158.5V139.225H51.3454V27.5828Z",
|
|
40
|
+
fill: "#FFF9F5",
|
|
41
|
+
stroke: "#164DFF",
|
|
42
|
+
strokeWidth: "0.75",
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round"
|
|
45
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
46
|
+
d: "M60.4213 75.7766H90.6519V139.225H60.4213V75.7766Z",
|
|
47
|
+
fill: "#A2B8FF",
|
|
48
|
+
stroke: "#164DFF",
|
|
49
|
+
strokeWidth: "0.75",
|
|
50
|
+
strokeMiterlimit: "10"
|
|
51
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
52
|
+
d: "M99.9711 75.7766H145.969V120.964H99.9711V75.7766Z",
|
|
53
|
+
fill: "#D0DBFF",
|
|
54
|
+
stroke: "#164DFF",
|
|
55
|
+
strokeWidth: "0.75",
|
|
56
|
+
strokeMiterlimit: "10"
|
|
57
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
58
|
+
d: "M126.38 75.7862C126.728 75.7605 140.8 75.7862 140.8 75.7862L117.403 120.96H102.866L126.377 75.7862H126.38Z",
|
|
59
|
+
fill: "#E9EFFF",
|
|
60
|
+
stroke: "#164DFF",
|
|
61
|
+
strokeWidth: "0.75",
|
|
62
|
+
strokeMiterlimit: "10"
|
|
63
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
64
|
+
d: "M145.969 37.4106H55.782C47.5122 37.4106 40.796 44.4081 40.796 53.0243V68.9041H145.969V37.4106Z",
|
|
65
|
+
fill: "#00E5AE",
|
|
66
|
+
stroke: "#164DFF",
|
|
67
|
+
strokeWidth: "0.75",
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round"
|
|
70
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
71
|
+
d: "M71.171 11.5973C74.0784 4.99726 80.4746 0.413483 87.9015 0.413483H121.944C129.371 0.413483 135.767 5.00046 138.678 11.6005H152.824V27.5828H57.0248V11.6005H71.171V11.5973Z",
|
|
72
|
+
fill: "#00E5AE",
|
|
73
|
+
stroke: "#164DFF",
|
|
74
|
+
strokeWidth: "0.75",
|
|
75
|
+
strokeLinecap: "round",
|
|
76
|
+
strokeLinejoin: "round"
|
|
77
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
78
|
+
d: "M145.969 37.4106H136.18C128.26 37.4106 121.833 44.1068 121.833 52.3576V68.9041H145.969V37.4106Z",
|
|
79
|
+
fill: "#00AC83",
|
|
80
|
+
stroke: "#164DFF",
|
|
81
|
+
strokeWidth: "0.75",
|
|
82
|
+
strokeLinecap: "round",
|
|
83
|
+
strokeLinejoin: "round"
|
|
84
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
85
|
+
d: "M129.762 37.4106H119.972C112.05 37.4106 105.626 44.1036 105.626 52.3576V68.9041",
|
|
86
|
+
stroke: "#164DFF",
|
|
87
|
+
strokeWidth: "0.75",
|
|
88
|
+
strokeLinecap: "round",
|
|
89
|
+
strokeLinejoin: "round"
|
|
90
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
91
|
+
d: "M113.554 37.4106H103.764C95.8423 37.4106 89.4183 44.1036 89.4183 52.3576V68.9041",
|
|
92
|
+
stroke: "#164DFF",
|
|
93
|
+
strokeWidth: "0.75",
|
|
94
|
+
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round"
|
|
96
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
97
|
+
d: "M97.3467 37.4106H87.557C79.6347 37.4106 73.2108 44.1036 73.2108 52.3576V68.9041",
|
|
98
|
+
stroke: "#164DFF",
|
|
99
|
+
strokeWidth: "0.75",
|
|
100
|
+
strokeLinecap: "round",
|
|
101
|
+
strokeLinejoin: "round"
|
|
102
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
103
|
+
d: "M81.1392 37.4106H71.3494C63.4272 37.4106 57.0033 44.1036 57.0033 52.3576V68.9041",
|
|
104
|
+
stroke: "#164DFF",
|
|
105
|
+
strokeWidth: "0.75",
|
|
106
|
+
strokeLinecap: "round",
|
|
107
|
+
strokeLinejoin: "round"
|
|
108
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
109
|
+
d: "M104.925 21.8418C100.767 21.8418 97.3963 18.3301 97.3963 13.9981C97.3963 9.66617 100.767 6.15442 104.925 6.15442C109.083 6.15442 112.453 9.66617 112.453 13.9981C112.453 18.3301 109.083 21.8418 104.925 21.8418Z",
|
|
110
|
+
fill: "#00AC83",
|
|
111
|
+
stroke: "#164DFF",
|
|
112
|
+
strokeWidth: "0.75",
|
|
113
|
+
strokeLinecap: "round",
|
|
114
|
+
strokeLinejoin: "round"
|
|
115
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
116
|
+
d: "M90.6489 134.205H158.5V139.222H90.6489V134.205Z",
|
|
117
|
+
fill: "#F6F8FE",
|
|
118
|
+
stroke: "#164DFF",
|
|
119
|
+
strokeWidth: "0.75",
|
|
120
|
+
strokeLinecap: "round",
|
|
121
|
+
strokeLinejoin: "round"
|
|
122
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
123
|
+
d: "M158.5 134.205H197.121V139.222H158.5V134.205Z",
|
|
124
|
+
fill: "#F6F8FE",
|
|
125
|
+
stroke: "#164DFF",
|
|
126
|
+
strokeWidth: "0.75",
|
|
127
|
+
strokeLinecap: "round",
|
|
128
|
+
strokeLinejoin: "round"
|
|
129
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
130
|
+
d: "M44.6569 27.5828H158.5V32.5993H44.6569V27.5828Z",
|
|
131
|
+
fill: "#F6F8FE",
|
|
132
|
+
stroke: "#164DFF",
|
|
133
|
+
strokeWidth: "0.75",
|
|
134
|
+
strokeLinecap: "round",
|
|
135
|
+
strokeLinejoin: "round"
|
|
136
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
137
|
+
d: "M158.503 27.5828H200.646V32.5993H158.503V27.5828Z",
|
|
138
|
+
fill: "#F6F8FE",
|
|
139
|
+
stroke: "#164DFF",
|
|
140
|
+
strokeWidth: "0.75",
|
|
141
|
+
strokeLinecap: "round",
|
|
142
|
+
strokeLinejoin: "round"
|
|
143
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
144
|
+
d: "M51.3485 134.205H60.4214V139.222H51.3485V134.205Z",
|
|
145
|
+
fill: "#F6F8FE",
|
|
146
|
+
stroke: "#164DFF",
|
|
147
|
+
strokeWidth: "0.75",
|
|
148
|
+
strokeLinecap: "round",
|
|
149
|
+
strokeLinejoin: "round"
|
|
150
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
151
|
+
d: "M79.9976 104.375H85.6001V116.97H79.9976V104.375Z",
|
|
152
|
+
fill: "#FFF9F5",
|
|
153
|
+
stroke: "#164DFF",
|
|
154
|
+
strokeWidth: "0.75",
|
|
155
|
+
strokeLinecap: "round",
|
|
156
|
+
strokeLinejoin: "round"
|
|
157
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
158
|
+
d: "M153.056 74.9557C153.056 64.3489 158.766 55.1659 167.093 50.7C171.071 48.5668 173.318 44.1502 172.881 39.5685C172.768 38.3984 172.711 37.2038 172.711 35.9918C172.711 21.4216 181.026 9.60782 191.283 9.60782C201.54 9.60782 209.855 21.4192 209.855 35.9918C209.855 37.2062 209.797 38.3984 209.685 39.5685C209.248 44.1502 211.494 48.5668 215.472 50.7C223.797 55.1659 229.51 64.3489 229.51 74.9557C229.51 87.9741 220.907 98.8494 209.425 101.485C206.948 102.054 205.032 104.111 204.603 106.678C203.179 115.178 197.759 119.814 191.283 119.814C184.806 119.814 179.386 115.178 177.963 106.678C177.533 104.111 175.617 102.054 173.14 101.485C161.659 98.8469 153.056 87.9716 153.056 74.9557Z",
|
|
159
|
+
fill: "#00E5AE",
|
|
160
|
+
stroke: "#164DFF",
|
|
161
|
+
strokeWidth: "0.75",
|
|
162
|
+
strokeLinecap: "round",
|
|
163
|
+
strokeLinejoin: "round"
|
|
164
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
165
|
+
d: "M192.922 31.1393V139.22",
|
|
166
|
+
stroke: "#164DFF",
|
|
167
|
+
strokeWidth: "0.75",
|
|
168
|
+
strokeLinecap: "round",
|
|
169
|
+
strokeLinejoin: "round"
|
|
170
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
171
|
+
d: "M192.922 46.0247L181.187 30.0086",
|
|
172
|
+
stroke: "#164DFF",
|
|
173
|
+
strokeWidth: "0.75",
|
|
174
|
+
strokeLinecap: "round",
|
|
175
|
+
strokeLinejoin: "round"
|
|
176
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
177
|
+
d: "M192.922 61.3339L181.187 45.3177",
|
|
178
|
+
stroke: "#164DFF",
|
|
179
|
+
strokeWidth: "0.75",
|
|
180
|
+
strokeLinecap: "round",
|
|
181
|
+
strokeLinejoin: "round"
|
|
182
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
183
|
+
d: "M192.922 76.6406L175.752 53.2076",
|
|
184
|
+
stroke: "#164DFF",
|
|
185
|
+
strokeWidth: "0.75",
|
|
186
|
+
strokeLinecap: "round",
|
|
187
|
+
strokeLinejoin: "round"
|
|
188
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
189
|
+
d: "M192.922 53.476L204.262 37.8663",
|
|
190
|
+
stroke: "#164DFF",
|
|
191
|
+
strokeWidth: "0.75",
|
|
192
|
+
strokeLinecap: "round",
|
|
193
|
+
strokeLinejoin: "round"
|
|
194
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
195
|
+
d: "M192.922 68.7828L204.262 53.1755",
|
|
196
|
+
stroke: "#164DFF",
|
|
197
|
+
strokeWidth: "0.75",
|
|
198
|
+
strokeLinecap: "round",
|
|
199
|
+
strokeLinejoin: "round"
|
|
200
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
201
|
+
d: "M192.922 84.092L212.239 57.5035",
|
|
202
|
+
stroke: "#164DFF",
|
|
203
|
+
strokeWidth: "0.75",
|
|
204
|
+
strokeLinecap: "round",
|
|
205
|
+
strokeLinejoin: "round"
|
|
206
|
+
}), jsxRuntime.jsxRuntimeExports.jsx("path", {
|
|
207
|
+
d: "M192.922 107.259L167.641 72.756",
|
|
208
|
+
stroke: "#164DFF",
|
|
209
|
+
strokeWidth: "0.75",
|
|
210
|
+
strokeLinecap: "round",
|
|
211
|
+
strokeLinejoin: "round"
|
|
212
|
+
})]
|
|
213
|
+
});
|
|
213
214
|
}
|
|
214
215
|
exports.PlanCardIllustrationBuilding02 = PlanCardIllustrationBuilding02;
|