@popmenu/common-ui 0.67.0 → 0.69.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 +9 -15
- package/build/index.es.js.map +1 -1
- package/build/index.js +9 -15
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -157,46 +157,40 @@ function __rest(s, e) {
|
|
|
157
157
|
return t;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
var _g$
|
|
160
|
+
var _g$1j;
|
|
161
161
|
|
|
162
|
-
function _extends$
|
|
162
|
+
function _extends$2j() { _extends$2j = 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$2j.apply(this, arguments); }
|
|
163
163
|
|
|
164
164
|
function SvgCheckCircle(props) {
|
|
165
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
165
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2j({
|
|
166
166
|
viewBox: "0 0 16 16",
|
|
167
167
|
fill: "none",
|
|
168
168
|
strokeLinecap: "round",
|
|
169
169
|
strokeLinejoin: "round",
|
|
170
170
|
width: "1em",
|
|
171
171
|
height: "1em"
|
|
172
|
-
}, props), _g$
|
|
173
|
-
clipPath: "url(#check-circle_svg__clip0_8_5831)",
|
|
172
|
+
}, props), _g$1j || (_g$1j = /*#__PURE__*/React__namespace.createElement("g", {
|
|
174
173
|
stroke: "currentColor"
|
|
175
174
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
176
175
|
d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
|
|
177
176
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
178
177
|
d: "M14.667 2.667L8 9.34l-2-2"
|
|
179
|
-
})))
|
|
180
|
-
id: "check-circle_svg__clip0_8_5831"
|
|
181
|
-
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
182
|
-
fill: "currentColor",
|
|
183
|
-
d: "M0 0h16v16H0z"
|
|
184
|
-
})))));
|
|
178
|
+
}))));
|
|
185
179
|
}
|
|
186
180
|
|
|
187
|
-
var _g$
|
|
181
|
+
var _g$1h, _defs$H;
|
|
188
182
|
|
|
189
|
-
function _extends$
|
|
183
|
+
function _extends$2g() { _extends$2g = 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$2g.apply(this, arguments); }
|
|
190
184
|
|
|
191
185
|
function SvgXCircle(props) {
|
|
192
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
186
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2g({
|
|
193
187
|
viewBox: "0 0 16 16",
|
|
194
188
|
fill: "none",
|
|
195
189
|
strokeLinecap: "round",
|
|
196
190
|
strokeLinejoin: "round",
|
|
197
191
|
width: "1em",
|
|
198
192
|
height: "1em"
|
|
199
|
-
}, props), _g$
|
|
193
|
+
}, props), _g$1h || (_g$1h = /*#__PURE__*/React__namespace.createElement("g", {
|
|
200
194
|
clipPath: "url(#x-circle_svg__clip0_8_6136)",
|
|
201
195
|
stroke: "currentColor"
|
|
202
196
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|