monica-alexandria 4.2.9 → 4.2.10

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/dist/index.es.js CHANGED
@@ -1220,7 +1220,6 @@ import*as e from"react";import t,{useState as n,createContext as r,useContext as
1220
1220
  `,mn=e=>{const[r,i]=n({country:"Greece",code:"GR",phoneCode:"+30",flag:"🇬🇷"}),{region:c}=a(Gt),{phoneCode:l,setPhoneCode:s}=a(Jt),u=e=>{let t=on.findIndex((t=>t.country==e));if(-1!==t){return on[t]}return r};return o((()=>{s(u(c).phoneCode),i(u(c))}),[c]),t.createElement(pn,null,t.createElement(qt,null,t.createElement("select",{value:r.phoneCode,onChange:e=>{const t=on.find((t=>t.phoneCode===e.target.value));i(t)},className:"Dropdown_EmojiAdapt"},t.createElement("option",{value:r.phoneCode},r.flag," ",r.phoneCode),on?.sort(((e,t)=>e.country.localeCompare(t.country)))?.map(((e,n)=>t.createElement("option",{key:n,value:e.phoneCode},e.flag," ",e.country))))),t.createElement(Yt,{ref:e.ref,value:e.value,className:e.className,placeholder:e.placeholder,id:e.id,onChange:e.onChange,defaultValue:e.defaultValue,onKeyPress:e.onKeyPress,onKeyDown:e.onKeyDown,disabled:e.disabled,required:e.required,errors:e.errors,helpers:e.helpers,successes:e.successes,tips:e.tips,list:e.list,icon_ListItem:e.listIcon,defaultListItem:e.defaultListItem,onAdd:e.onAdd,add:e.add,onDelete:e.onDelete,onDeleteDefault:e.onDeleteDefault}))},fn=y.div`
1221
1221
  margin-bottom: ${e=>e.last?"0":"2rem"};
1222
1222
  display: ${e=>e.split?"grid":"block"};
1223
- grid-template-columns: 1fr 1fr;
1224
1223
  grid-column-gap: 2rem;
1225
1224
 
1226
1225
  h4 {
package/dist/index.js CHANGED
@@ -1220,7 +1220,6 @@
1220
1220
  `,Rt=s.default.div`
1221
1221
  margin-bottom: ${e=>e.last?"0":"2rem"};
1222
1222
  display: ${e=>e.split?"grid":"block"};
1223
- grid-template-columns: 1fr 1fr;
1224
1223
  grid-column-gap: 2rem;
1225
1224
 
1226
1225
  h4 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monica-alexandria",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "A styled-components styles library for Doitforme platorm and universal tweeks to create your own new styled library for your project",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -5,7 +5,6 @@ import { device } from "../../helpers/MediaQ";
5
5
  const Builder = styled.div`
6
6
  margin-bottom: ${(p) => (p.last ? "0" : "2rem")};
7
7
  display: ${(p) => (p.split ? "grid" : "block")};
8
- grid-template-columns: 1fr 1fr;
9
8
  grid-column-gap: 2rem;
10
9
 
11
10
  h4 {