@fynd-design-engineering/fynd-one-v2 3.4.2 → 3.4.4
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.iti{position:relative;display:flex;width:100%}.iti__country-container{position:absolute;z-index:2;height:38px;top:1px;left:1px}.iti input,.iti input[type=tel],.iti input[type=text]{z-index:1}button.iti__selected-country{display:flex;align-items:center;gap:8px;height:100%;padding-left:10px;padding-right:20px;border-radius:6px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;position:absolute;right:6px;top:19px}.iti__dropdown-content{background:#fff;top:6px;position:relative;border:1px solid #E3E3E3;border-radius:10px;overflow:hidden}span.iti__search-icon,span.iti__a11y-text{display:none}input.iti__search-input{border:1px solid var(--_color-palette---button--secondary--button-border-default);background-color:var(--background--background-light);color:var(--_primitives---neutral--neutral-100);border-radius:.5rem;width:100%;height:2rem;margin-bottom:0;padding:.5rem .75rem;font-weight:400;transition:all .3s;position:relative;z-index:1;font-size:.85rem}.iti__search-input-wrapper{position:relative;z-index:2;padding:8px}button.iti__search-clear{position:absolute;right:10px;top:8px;z-index:3;background:#fff}input#phone-number{padding-left:102px!important}.iti__arrow.iti__arrow--up{display:none}.iti__country-list{width:100%;position:static;z-index:2;list-style:none;text-align:left;padding:0;margin:0;box-shadow:none;background-color:#fff;border:0px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}
|
|
1
|
+
.iti{position:relative;display:flex;width:100%}.iti__country-container{position:absolute;z-index:2;height:38px;top:1px;left:1px}.iti input,.iti input[type=tel],.iti input[type=text]{z-index:1}button.iti__selected-country{display:flex;align-items:center;gap:8px;height:100%;padding-left:10px;padding-right:20px;border-radius:6px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555;position:absolute;right:6px;top:19px}.iti__dropdown-content{background:#fff;top:6px;position:relative;border:1px solid #E3E3E3;border-radius:10px;overflow:hidden}span.iti__search-icon,span.iti__a11y-text{display:none}input.iti__search-input{border:1px solid var(--_color-palette---button--secondary--button-border-default);background-color:var(--background--background-light);color:var(--_primitives---neutral--neutral-100);border-radius:.5rem;width:100%;height:2rem;margin-bottom:0;padding:.5rem .75rem;font-weight:400;transition:all .3s;position:relative;z-index:1;font-size:.85rem}.iti__search-input-wrapper{position:relative;z-index:2;padding:8px;border-bottom:1px solid #E3E3E3}button.iti__search-clear{position:absolute;right:10px;top:8px;z-index:3;background:#fff}input#phone-number{padding-left:102px!important}.iti__arrow.iti__arrow--up{display:none}.iti__country-list{width:100%;position:static;z-index:2;list-style:none;text-align:left;padding:0;margin:0;box-shadow:none;background-color:#fff;border:0px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__no-results{padding:40px 16px;text-align:center;background:#0000000a}.iti__country{padding:5px 10px;outline:0;display:flex;align-items:center;gap:10px}.iti__country-name,.iti__flag-box{margin-right:0}@media (max-width:500px){.iti--fullscreen-popup{padding:0!important;z-index:1000000000}.iti__country-list{position:static}.iti__flag{background-position:var(--iti-flag-offset) 0!important}.iti--fullscreen-popup .iti__dropdown-content{height:100vh}.iti--flexible-dropdown-width .iti__country-list{height:calc(100vh - 60px);max-height:none}.iti input,.iti input[type=tel],.iti input[type=text]{height:40px}}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/form/country-dropdown.css"],
|
|
4
|
-
"sourcesContent": [".iti {\n position: relative;\n display: flex;\n width: 100%;\n}\n\n.iti__country-container {\n position: absolute;\n z-index: 2;\n height: 38px;\n top: 1px;\n left: 1px;\n}\n\n.iti input,\n.iti input[type=tel],\n.iti input[type=text] {\n z-index: 1;\n}\n\nbutton.iti__selected-country {\n display: flex;\n align-items: center;\n gap: 8px;\n height: 100%;\n padding-left: 10px;\n padding-right: 20px;\n border-radius: 6px;\n}\n\n.iti__arrow {\n margin-left: 6px;\n width: 0;\n height: 0;\n border-left: 3px solid transparent;\n border-right: 3px solid transparent;\n border-top: 4px solid #555;\n position: absolute;\n right: 6px;\n top: 19px;\n}\n\n.iti__dropdown-content {\n background: white;\n\n top: 6px;\n position: relative;\n border: 1px solid #E3E3E3;\n border-radius: 10px;\n overflow: hidden;\n\n}\n\nspan.iti__search-icon {\n display: none;\n}\n\nspan.iti__a11y-text {\n display: none;\n}\n\ninput.iti__search-input {\n border: 1px solid var(--_color-palette---button--secondary--button-border-default);\n background-color: var(--background--background-light);\n color: var(--_primitives---neutral--neutral-100);\n border-radius: .5rem;\n width: 100%;\n height: 2rem;\n margin-bottom: 0;\n padding: .5rem .75rem;\n font-weight: 400;\n transition: all .3s;\n position: relative;\n z-index: 1;\n font-size: 0.85rem;\n}\n\n.iti__search-input-wrapper {\n position: relative;\n z-index: 2;\n padding: 8px;\n}\n\nbutton.iti__search-clear {\n position: absolute;\n right: 10px;\n top: 8px;\n z-index: 3;\n background: white;\n}\n\ninput#phone-number {\n padding-left: 102px !important;\n}\n\n.iti__arrow.iti__arrow--up {\n display: none;\n}\n\n.iti__country-list {\n width: 100%;\n position: static;\n z-index: 2;\n list-style: none;\n text-align: left;\n padding: 0;\n margin: 0px;\n box-shadow: none;\n background-color: #fff;\n border: 0px solid #ccc;\n white-space: nowrap;\n max-height: 200px;\n overflow-y: scroll;\n -webkit-overflow-scrolling: touch;\n}"],
|
|
5
|
-
"mappings": ";AAAA,CAAC;AACG,YAAU;AACV,WAAS;AACT,SAAO;AACX;AAEA,CAAC;AACG,YAAU;AACV,WAAS;AACT,UAAQ;AACR,OAAK;AACL,QAAM;AACV;AAEA,CAdC,IAcI;AACL,CAfC,IAeI,KAAK,CAAC;AACX,CAhBC,IAgBI,KAAK,CAAC;AACP,WAAS;AACb;AAEA,MAAM,CAAC;AACH,WAAS;AACT,eAAa;AACb,OAAK;AACL,UAAQ;AACR,gBAAc;AACd,iBAAe;AACf,iBAAe;AACnB;AAEA,CAAC;AACG,eAAa;AACb,SAAO;AACP,UAAQ;AACR,eAAa,IAAI,MAAM;AACvB,gBAAc,IAAI,MAAM;AACxB,cAAY,IAAI,MAAM;AACtB,YAAU;AACV,SAAO;AACP,OAAK;AACT;AAEA,CAAC;AACG,cAAY;AAEZ,OAAK;AACL,YAAU;AACV,UAAQ,IAAI,MAAM;AAClB,iBAAe;AACf,YAAU;AAEd;AAEA,IAAI,CAAC;AACD,WAAS;AACb;AAEA,IAAI,CAAC;AACD,WAAS;AACb;AAEA,KAAK,CAAC;AACF,UAAQ,IAAI,MAAM,IAAI;AACtB,oBAAkB,IAAI;AACtB,SAAO,IAAI;AACX,iBAAe;AACf,SAAO;AACP,UAAQ;AACR,iBAAe;AACf,WAAS,MAAM;AACf,eAAa;AACb,cAAY,IAAI;AAChB,YAAU;AACV,WAAS;AACT,aAAW;AACf;AAEA,CAAC;AACG,YAAU;AACV,WAAS;AACT,WAAS;
|
|
4
|
+
"sourcesContent": [".iti {\n position: relative;\n display: flex;\n width: 100%;\n}\n\n.iti__country-container {\n position: absolute;\n z-index: 2;\n height: 38px;\n top: 1px;\n left: 1px;\n}\n\n.iti input,\n.iti input[type=tel],\n.iti input[type=text] {\n z-index: 1;\n}\n\nbutton.iti__selected-country {\n display: flex;\n align-items: center;\n gap: 8px;\n height: 100%;\n padding-left: 10px;\n padding-right: 20px;\n border-radius: 6px;\n}\n\n.iti__arrow {\n margin-left: 6px;\n width: 0;\n height: 0;\n border-left: 3px solid transparent;\n border-right: 3px solid transparent;\n border-top: 4px solid #555;\n position: absolute;\n right: 6px;\n top: 19px;\n}\n\n.iti__dropdown-content {\n background: white;\n\n top: 6px;\n position: relative;\n border: 1px solid #E3E3E3;\n border-radius: 10px;\n overflow: hidden;\n\n}\n\nspan.iti__search-icon {\n display: none;\n}\n\nspan.iti__a11y-text {\n display: none;\n}\n\ninput.iti__search-input {\n border: 1px solid var(--_color-palette---button--secondary--button-border-default);\n background-color: var(--background--background-light);\n color: var(--_primitives---neutral--neutral-100);\n border-radius: .5rem;\n width: 100%;\n height: 2rem;\n margin-bottom: 0;\n padding: .5rem .75rem;\n font-weight: 400;\n transition: all .3s;\n position: relative;\n z-index: 1;\n font-size: 0.85rem;\n}\n\n.iti__search-input-wrapper {\n position: relative;\n z-index: 2;\n padding: 8px;\n border-bottom: 1px solid #E3E3E3;\n}\n\nbutton.iti__search-clear {\n position: absolute;\n right: 10px;\n top: 8px;\n z-index: 3;\n background: white;\n}\n\ninput#phone-number {\n padding-left: 102px !important;\n}\n\n.iti__arrow.iti__arrow--up {\n display: none;\n}\n\n.iti__country-list {\n width: 100%;\n position: static;\n z-index: 2;\n list-style: none;\n text-align: left;\n padding: 0;\n margin: 0px;\n box-shadow: none;\n background-color: #fff;\n border: 0px solid #ccc;\n white-space: nowrap;\n max-height: 200px;\n overflow-y: scroll;\n -webkit-overflow-scrolling: touch;\n}\n\n.iti__no-results {\n padding-top: 40px;\n padding-bottom: 40px;\n padding-right: 16px;\n padding-left: 16px;\n text-align: center;\n background: #0000000a;\n}\n.iti__country {\n padding: 5px 10px;\n outline: 0;\n display: flex;\n align-items: center;\n gap: 10px;\n}\n.iti__country-name, .iti__flag-box {\n margin-right: 0px;\n}"],
|
|
5
|
+
"mappings": ";AAAA,CAAC;AACG,YAAU;AACV,WAAS;AACT,SAAO;AACX;AAEA,CAAC;AACG,YAAU;AACV,WAAS;AACT,UAAQ;AACR,OAAK;AACL,QAAM;AACV;AAEA,CAdC,IAcI;AACL,CAfC,IAeI,KAAK,CAAC;AACX,CAhBC,IAgBI,KAAK,CAAC;AACP,WAAS;AACb;AAEA,MAAM,CAAC;AACH,WAAS;AACT,eAAa;AACb,OAAK;AACL,UAAQ;AACR,gBAAc;AACd,iBAAe;AACf,iBAAe;AACnB;AAEA,CAAC;AACG,eAAa;AACb,SAAO;AACP,UAAQ;AACR,eAAa,IAAI,MAAM;AACvB,gBAAc,IAAI,MAAM;AACxB,cAAY,IAAI,MAAM;AACtB,YAAU;AACV,SAAO;AACP,OAAK;AACT;AAEA,CAAC;AACG,cAAY;AAEZ,OAAK;AACL,YAAU;AACV,UAAQ,IAAI,MAAM;AAClB,iBAAe;AACf,YAAU;AAEd;AAEA,IAAI,CAAC;AACD,WAAS;AACb;AAEA,IAAI,CAAC;AACD,WAAS;AACb;AAEA,KAAK,CAAC;AACF,UAAQ,IAAI,MAAM,IAAI;AACtB,oBAAkB,IAAI;AACtB,SAAO,IAAI;AACX,iBAAe;AACf,SAAO;AACP,UAAQ;AACR,iBAAe;AACf,WAAS,MAAM;AACf,eAAa;AACb,cAAY,IAAI;AAChB,YAAU;AACV,WAAS;AACT,aAAW;AACf;AAEA,CAAC;AACG,YAAU;AACV,WAAS;AACT,WAAS;AACT,iBAAe,IAAI,MAAM;AAC7B;AAEA,MAAM,CAAC;AACH,YAAU;AACV,SAAO;AACP,OAAK;AACL,WAAS;AACT,cAAY;AAChB;AAEA,KAAK,CAAC;AACF,gBAAc;AAClB;AAEA,CAlEC,UAkEU,CAAC;AACR,WAAS;AACb;AAEA,CAAC;AACG,SAAO;AACP,YAAU;AACV,WAAS;AACT,cAAY;AACZ,cAAY;AACZ,WAAS;AACT,UAAQ;AACR,cAAY;AACZ,oBAAkB;AAClB,UAAQ,IAAI,MAAM;AAClB,eAAa;AACb,cAAY;AACZ,cAAY;AACZ,8BAA4B;AAChC;AAEA,CAAC;AACG,eAAa;AACb,kBAAgB;AAChB,iBAAe;AACf,gBAAc;AACd,cAAY;AACZ,cAAY;AAChB;AACA,CAAC;AACG,WAAS,IAAI;AACb,WAAS;AACT,WAAS;AACT,eAAa;AACb,OAAK;AACT;AACA,CAAC;AAAmB,CAAC;AACjB,gBAAc;AAClB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED