@xsolla/xui-input-phone 0.138.5 → 0.139.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/native/index.js +6 -6
- package/native/index.js.map +1 -1
- package/native/index.mjs +6 -6
- package/native/index.mjs.map +1 -1
- package/package.json +3 -3
- package/web/index.js +6 -6
- package/web/index.js.map +1 -1
- package/web/index.mjs +6 -6
- package/web/index.mjs.map +1 -1
package/native/index.js
CHANGED
|
@@ -481,25 +481,25 @@ var BaseIcon = ({
|
|
|
481
481
|
|
|
482
482
|
// ../icons-base/src/components/controls/CheckCr.tsx
|
|
483
483
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
484
|
-
var solidContent = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_check-cr--solid"><path id="Union" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11 12.5859L9.08203 10.668L7.66797 12.
|
|
485
|
-
var lineContent = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_check-cr--line"><g id="Union"><path d="M16.707 9.70703L11 15.
|
|
484
|
+
var solidContent = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_check-cr--solid"><path id="Union" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11 12.5859L9.08203 10.668L7.66797 12.082L10.6464 15.0605C10.8417 15.2558 11.1583 15.2558 11.3536 15.0605L16.707 9.70703L15.293 8.29297L11 12.5859Z" style="fill: currentColor"/></g></svg>`;
|
|
485
|
+
var lineContent = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_check-cr--line"><g id="Union"><path d="M16.707 9.70703L11.3536 15.0605C11.1583 15.2558 10.8417 15.2558 10.6464 15.0605L7.66797 12.082L9.08203 10.668L11 12.5859L15.293 8.29297L16.707 9.70703Z" style="fill: currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4Z" style="fill: currentColor"/></g></g></svg>`;
|
|
486
486
|
var CheckCr = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(BaseIcon, { ...props, solidContent, lineContent });
|
|
487
487
|
|
|
488
488
|
// ../icons-base/src/components/controls/Remove.tsx
|
|
489
489
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
490
|
-
var solidContent2 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_remove--solid"><path id="Union" d="
|
|
490
|
+
var solidContent2 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_remove--solid"><path id="Union" d="M20.5 3C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5C3 3.22386 3.22386 3 3.5 3H20.5ZM12 10.5859L7.20703 5.79297L5.79297 7.20703L10.5859 12L5.79297 16.793L7.20703 18.207L12 13.4141L16.793 18.207L18.207 16.793L13.4141 12L18.207 7.20703L16.793 5.79297L12 10.5859Z" style="fill: currentColor"/></g></svg>`;
|
|
491
491
|
var lineContent2 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_remove--line"><path id="Union" d="M20.0303 5.41455L13.4199 12.0249L20.0195 18.6245L18.6055 20.0386L12.0059 13.439L5.41406 20.0308L4 18.6167L10.5918 12.0249L4.00879 5.44189L5.42285 4.02783L12.0059 10.6108L18.6162 4.00049L20.0303 5.41455Z" style="fill: currentColor"/></g></svg>`;
|
|
492
492
|
var Remove = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(BaseIcon, { ...props, solidContent: solidContent2, lineContent: lineContent2 });
|
|
493
493
|
|
|
494
494
|
// ../icons-base/src/components/navigation-travel/Location.tsx
|
|
495
495
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
496
|
-
var solidContent3 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_location--
|
|
497
|
-
var lineContent3 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_location--line"><
|
|
496
|
+
var solidContent3 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_location--solid"><path id="Union" d="M12 1.99341C16.9705 1.99341 20.9999 5.83187 21 10.5657C20.9996 16.731 13.7235 21.8571 12.2559 22.8284C12.1176 22.9197 11.9502 22.932 11.8047 22.8635L11.7441 22.8284C10.2765 21.8571 3.00038 16.731 3 10.5657C3.00008 5.83187 7.02949 1.99341 12 1.99341ZM11.791 8.89282C11.588 8.9113 11.3872 8.95923 11.1953 9.03638C11.0673 9.08784 10.9431 9.15213 10.8252 9.22974C10.7663 9.26848 10.7089 9.31046 10.6533 9.35571C10.5976 9.40105 10.5441 9.45031 10.4922 9.5022C10.3376 9.65677 10.2118 9.82905 10.1152 10.0129C10.0832 10.074 10.054 10.1362 10.0283 10.1995C9.82226 10.7076 9.82227 11.2802 10.0283 11.7883C10.0541 11.8519 10.083 11.9145 10.1152 11.9758C10.2118 12.1595 10.3378 12.3322 10.4922 12.4866L10.5254 12.5198C10.6785 12.6728 10.8493 12.7977 11.0312 12.8938C11.274 13.0221 11.5369 13.0993 11.8037 13.1262C11.9371 13.1397 12.0715 13.1401 12.2051 13.1282C12.2721 13.1222 12.3389 13.1132 12.4053 13.1008C12.6695 13.0515 12.9266 12.952 13.1602 12.801C13.2184 12.7634 13.2749 12.722 13.3301 12.678C13.3854 12.6338 13.4395 12.5869 13.4912 12.5364C13.5953 12.4346 13.6861 12.3242 13.7646 12.2083C14.0005 11.8598 14.1215 11.4562 14.126 11.051C14.129 10.7809 14.0798 10.5103 13.9795 10.2551C13.9545 10.1916 13.9269 10.1289 13.8955 10.0676C13.801 9.88283 13.6771 9.70918 13.5244 9.55298L13.4912 9.5188C13.4398 9.4663 13.3863 9.41635 13.3311 9.37036C13.2758 9.32442 13.2187 9.28187 13.1602 9.24243C12.7505 8.9665 12.2649 8.84975 11.791 8.89282Z" style="fill: currentColor"/></g></svg>`;
|
|
497
|
+
var lineContent3 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_location--line"><path id="Union" d="M12 2.04346C16.9705 2.04346 20.9999 5.88094 21 10.6147C21 16.7803 13.7235 21.9062 12.2559 22.8774C12.1175 22.969 11.9503 22.9812 11.8047 22.9126L11.7441 22.8774C10.2765 21.9062 3 16.7803 3 10.6147C3.00008 5.88094 7.02949 2.04346 12 2.04346ZM12 4.04346C8.04098 4.04346 5.00008 7.07634 5 10.6147C5 12.9353 6.39945 15.284 8.29297 17.3394C9.62373 18.7838 11.0539 19.9242 12 20.6157C12.9461 19.9242 14.3763 18.7838 15.707 17.3394C17.6006 15.284 19 12.9353 19 10.6147C18.9999 7.07634 15.959 4.04346 12 4.04346ZM10.4922 9.55127C11.3224 8.72155 12.6702 8.729 13.4912 9.56787L13.5244 9.60205C14.3392 10.435 14.3243 11.7709 13.4912 12.5854C12.6649 13.3932 11.3426 13.3858 10.5254 12.5688L10.4922 12.5356C9.66832 11.7118 9.66832 10.3751 10.4922 9.55127Z" style="fill: currentColor"/></g></svg>`;
|
|
498
498
|
var Location = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(BaseIcon, { ...props, solidContent: solidContent3, lineContent: lineContent3 });
|
|
499
499
|
|
|
500
500
|
// ../icons-base/src/components/user-interface/Search.tsx
|
|
501
501
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
502
|
-
var solidContent4 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_search--
|
|
502
|
+
var solidContent4 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_search--solid"><path id="Union" d="M10.0215 2.02148C14.4398 2.02148 18.0215 5.60321 18.0215 10.0215C18.0215 11.8699 17.3926 13.5702 16.3398 14.9248L21.9785 20.5645L20.5645 21.9785L14.9248 16.3389C13.5702 17.3918 11.8701 18.0215 10.0215 18.0215C5.60321 18.0215 2.02148 14.4398 2.02148 10.0215C2.02148 5.60321 5.60321 2.02148 10.0215 2.02148ZM10.0215 4.02148C6.70778 4.02148 4.02148 6.70778 4.02148 10.0215C4.02148 13.3352 6.70778 16.0215 10.0215 16.0215C13.3352 16.0215 16.0215 13.3352 16.0215 10.0215C16.0215 6.70778 13.3352 4.02148 10.0215 4.02148ZM7.19336 7.19336C8.75546 5.63126 11.2875 5.63126 12.8496 7.19336C14.4117 8.75546 14.4117 11.2875 12.8496 12.8496C11.2875 14.4117 8.75546 14.4117 7.19336 12.8496C5.63126 11.2875 5.63127 8.75546 7.19336 7.19336Z" style="fill: currentColor"/></g></svg>`;
|
|
503
503
|
var lineContent4 = `<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><g id="icon_search--line"><path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M10 2C14.4183 2 18 5.58172 18 10C18 11.8484 17.3711 13.5488 16.3184 14.9033L21.957 20.543L20.543 21.957L14.9033 16.3174C13.5487 17.3703 11.8486 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2ZM10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4Z" style="fill: currentColor"/></g></svg>`;
|
|
504
504
|
var Search = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(BaseIcon, { ...props, solidContent: solidContent4, lineContent: lineContent4 });
|
|
505
505
|
|