@popmenu/common-ui 0.42.0 → 0.43.0
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/build/index.es.js +71 -37
- package/build/index.es.js.map +1 -1
- package/build/index.js +71 -37
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -90,130 +90,164 @@ function __rest(s, e) {
|
|
|
90
90
|
return t;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
var _g;
|
|
93
|
+
var _g$17, _defs$I;
|
|
94
94
|
|
|
95
|
-
function _extends$
|
|
95
|
+
function _extends$25() { _extends$25 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$25.apply(this, arguments); }
|
|
96
96
|
|
|
97
97
|
function SvgCheckCircle(props) {
|
|
98
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
98
|
+
return /*#__PURE__*/React.createElement("svg", _extends$25({
|
|
99
99
|
viewBox: "0 0 16 16",
|
|
100
100
|
fill: "none",
|
|
101
101
|
strokeLinecap: "round",
|
|
102
102
|
strokeLinejoin: "round",
|
|
103
103
|
width: "1em",
|
|
104
104
|
height: "1em"
|
|
105
|
-
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
105
|
+
}, props), _g$17 || (_g$17 = /*#__PURE__*/React.createElement("g", {
|
|
106
|
+
clipPath: "url(#check-circle_svg__clip0_8_5831)",
|
|
106
107
|
stroke: "currentColor"
|
|
107
108
|
}, /*#__PURE__*/React.createElement("path", {
|
|
108
109
|
d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
|
|
109
110
|
}), /*#__PURE__*/React.createElement("path", {
|
|
110
111
|
d: "M14.667 2.667L8 9.34l-2-2"
|
|
111
|
-
})))
|
|
112
|
+
}))), _defs$I || (_defs$I = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
113
|
+
id: "check-circle_svg__clip0_8_5831"
|
|
114
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
115
|
+
fill: "currentColor",
|
|
116
|
+
d: "M0 0h16v16H0z"
|
|
117
|
+
})))));
|
|
112
118
|
}
|
|
113
119
|
|
|
114
|
-
var
|
|
120
|
+
var _g$Z, _defs$A;
|
|
115
121
|
|
|
116
|
-
function _extends$
|
|
122
|
+
function _extends$1T() { _extends$1T = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1T.apply(this, arguments); }
|
|
117
123
|
|
|
118
124
|
function SvgInfo(props) {
|
|
119
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
125
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1T({
|
|
120
126
|
viewBox: "0 0 16 16",
|
|
121
127
|
fill: "none",
|
|
122
128
|
strokeLinecap: "round",
|
|
123
129
|
strokeLinejoin: "round",
|
|
124
130
|
width: "1em",
|
|
125
131
|
height: "1em"
|
|
126
|
-
}, props),
|
|
127
|
-
|
|
132
|
+
}, props), _g$Z || (_g$Z = /*#__PURE__*/React.createElement("g", {
|
|
133
|
+
clipPath: "url(#info_svg__clip0_8_5377)",
|
|
128
134
|
stroke: "currentColor"
|
|
129
|
-
}
|
|
135
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007"
|
|
137
|
+
}))), _defs$A || (_defs$A = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
138
|
+
id: "info_svg__clip0_8_5377"
|
|
139
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
140
|
+
fill: "currentColor",
|
|
141
|
+
d: "M0 0h16v16H0z"
|
|
142
|
+
})))));
|
|
130
143
|
}
|
|
131
144
|
|
|
132
|
-
var
|
|
145
|
+
var _g$V, _defs$z;
|
|
133
146
|
|
|
134
|
-
function _extends$
|
|
147
|
+
function _extends$1J() { _extends$1J = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1J.apply(this, arguments); }
|
|
135
148
|
|
|
136
149
|
function SvgMinusCircle(props) {
|
|
137
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
150
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1J({
|
|
138
151
|
viewBox: "0 0 16 16",
|
|
139
152
|
fill: "none",
|
|
140
153
|
strokeLinecap: "round",
|
|
141
154
|
strokeLinejoin: "round",
|
|
142
155
|
width: "1em",
|
|
143
156
|
height: "1em"
|
|
144
|
-
}, props),
|
|
145
|
-
|
|
157
|
+
}, props), _g$V || (_g$V = /*#__PURE__*/React.createElement("g", {
|
|
158
|
+
clipPath: "url(#minus-circle_svg__clip0_8_5970)",
|
|
146
159
|
stroke: "currentColor"
|
|
147
|
-
}
|
|
160
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
161
|
+
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334"
|
|
162
|
+
}))), _defs$z || (_defs$z = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
163
|
+
id: "minus-circle_svg__clip0_8_5970"
|
|
164
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
fill: "currentColor",
|
|
166
|
+
d: "M0 0h16v16H0z"
|
|
167
|
+
})))));
|
|
148
168
|
}
|
|
149
169
|
|
|
150
|
-
var
|
|
170
|
+
var _g$U, _defs$y;
|
|
151
171
|
|
|
152
|
-
function _extends$
|
|
172
|
+
function _extends$1F() { _extends$1F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1F.apply(this, arguments); }
|
|
153
173
|
|
|
154
174
|
function SvgPlusCircle(props) {
|
|
155
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
175
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1F({
|
|
156
176
|
viewBox: "0 0 16 16",
|
|
157
177
|
fill: "none",
|
|
158
178
|
strokeLinecap: "round",
|
|
159
179
|
strokeLinejoin: "round",
|
|
160
180
|
width: "1em",
|
|
161
181
|
height: "1em"
|
|
162
|
-
}, props),
|
|
163
|
-
|
|
182
|
+
}, props), _g$U || (_g$U = /*#__PURE__*/React.createElement("g", {
|
|
183
|
+
clipPath: "url(#plus-circle_svg__clip0_8_5870)",
|
|
164
184
|
stroke: "currentColor"
|
|
165
|
-
}
|
|
185
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-9.334v5.334M5.333 8h5.334"
|
|
187
|
+
}))), _defs$y || (_defs$y = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
188
|
+
id: "plus-circle_svg__clip0_8_5870"
|
|
189
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
190
|
+
fill: "currentColor",
|
|
191
|
+
d: "M0 0h16v16H0z"
|
|
192
|
+
})))));
|
|
166
193
|
}
|
|
167
194
|
|
|
168
|
-
var _path$
|
|
195
|
+
var _path$F;
|
|
169
196
|
|
|
170
|
-
function _extends$
|
|
197
|
+
function _extends$1s() { _extends$1s = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1s.apply(this, arguments); }
|
|
171
198
|
|
|
172
199
|
function SvgUser(props) {
|
|
173
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
200
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
174
201
|
viewBox: "0 0 16 16",
|
|
175
202
|
fill: "none",
|
|
176
203
|
strokeLinecap: "round",
|
|
177
204
|
strokeLinejoin: "round",
|
|
178
205
|
width: "1em",
|
|
179
206
|
height: "1em"
|
|
180
|
-
}, props), _path$
|
|
207
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
181
208
|
d: "M13.333 14v-1.333A2.667 2.667 0 0010.667 10H5.333a2.667 2.667 0 00-2.666 2.667V14M8 7.333A2.667 2.667 0 108 2a2.667 2.667 0 000 5.333z",
|
|
182
209
|
stroke: "currentColor"
|
|
183
210
|
})));
|
|
184
211
|
}
|
|
185
212
|
|
|
186
|
-
var
|
|
213
|
+
var _g$K, _defs$r;
|
|
187
214
|
|
|
188
|
-
function _extends$
|
|
215
|
+
function _extends$1o() { _extends$1o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1o.apply(this, arguments); }
|
|
189
216
|
|
|
190
217
|
function SvgError(props) {
|
|
191
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
218
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
192
219
|
viewBox: "0 0 16 16",
|
|
193
220
|
fill: "none",
|
|
194
221
|
strokeLinecap: "round",
|
|
195
222
|
strokeLinejoin: "round",
|
|
196
223
|
width: "1em",
|
|
197
224
|
height: "1em"
|
|
198
|
-
}, props),
|
|
199
|
-
|
|
225
|
+
}, props), _g$K || (_g$K = /*#__PURE__*/React.createElement("g", {
|
|
226
|
+
clipPath: "url(#error_svg__clip0_8_5411)",
|
|
200
227
|
stroke: "currentColor"
|
|
201
|
-
}
|
|
228
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
229
|
+
d: "M5.24 1.333h5.52l3.907 3.907v5.52l-3.907 3.907H5.24L1.333 10.76V5.24L5.24 1.333zm2.76 4V8m0 2.666h.008"
|
|
230
|
+
}))), _defs$r || (_defs$r = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
231
|
+
id: "error_svg__clip0_8_5411"
|
|
232
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
233
|
+
fill: "currentColor",
|
|
234
|
+
d: "M0 0h16v16H0z"
|
|
235
|
+
})))));
|
|
202
236
|
}
|
|
203
237
|
|
|
204
|
-
var _path;
|
|
238
|
+
var _path$C;
|
|
205
239
|
|
|
206
|
-
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
240
|
+
function _extends$1n() { _extends$1n = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1n.apply(this, arguments); }
|
|
207
241
|
|
|
208
242
|
function SvgWarning(props) {
|
|
209
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
243
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
210
244
|
viewBox: "0 0 16 16",
|
|
211
245
|
fill: "none",
|
|
212
246
|
strokeLinecap: "round",
|
|
213
247
|
strokeLinejoin: "round",
|
|
214
248
|
width: "1em",
|
|
215
249
|
height: "1em"
|
|
216
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
250
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
217
251
|
d: "M6.86 2.573L1.213 12a1.334 1.334 0 001.14 2h11.294a1.332 1.332 0 001.14-2L9.14 2.573a1.333 1.333 0 00-2.28 0v0zM8 6v2.667m0 2.667h.007",
|
|
218
252
|
stroke: "currentColor"
|
|
219
253
|
})));
|