@mirai/ui 1.0.47 → 1.0.48
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.
|
@@ -121,3 +121,15 @@
|
|
|
121
121
|
align-self: flex-end;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
+
|
|
125
|
+
@media only screen and (min-width: 600px) and (orientation: landscape) {
|
|
126
|
+
.modal {
|
|
127
|
+
min-width: 25vw;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
@media only screen and (min-width: 600px) and (orientation: portrait) {
|
|
132
|
+
.modal {
|
|
133
|
+
min-width: 40vw;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.constants.js","names":["ICONS","Empty","undefined","Left","Right","Up","Down","Close","CloseArrow","Plus","Minus","EyeOpen","EyeClose","Check","Error","Info","Success","Warning","Bed","Calendar","List","Lock","Person"],"sources":["../../../src/primitives/Icon/Icon.constants.js"],"sourcesContent":["import {\n // directions\n FiArrowUp as Up,\n FiArrowDown as Down,\n FiArrowLeft as Left,\n FiArrowRight as Right,\n // Close\n FiChevronDown as CloseArrow,\n FiX as Close,\n // Calc\n FiMinus as Minus,\n FiPlus as Plus,\n // Eye\n FiEye as EyeOpen,\n FiEyeOff as EyeClose,\n // Check\n FiCheck as Check,\n} from 'react-icons/fi';\nimport {\n MdBed as Bed,\n MdOutlineCalendarToday as Calendar,\n MdListAlt as List,\n MdLockOutline as Lock,\n MdOutlinePersonOutline as Person,\n\n // Notification\n MdError as Error,\n MdInfo as Info,\n MdCheckCircle as Success,\n MdWarning as Warning,\n} from 'react-icons/md';\n\nconst ICONS = {\n Empty: undefined,\n // directions\n Left,\n Right,\n Up,\n Down,\n // Close\n Close,\n CloseArrow,\n // Calc\n Plus,\n Minus,\n // Eye\n EyeOpen,\n EyeClose,\n // Check\n Check,\n // Notification,\n Error,\n Info,\n Success,\n Warning,\n // Finder\n Bed,\n Calendar,\n List,\n Lock,\n Person,\n};\n\nexport { ICONS };\n"],"mappings":";;;;;;;AAAA;;
|
|
1
|
+
{"version":3,"file":"Icon.constants.js","names":["ICONS","Empty","undefined","Account","Left","Right","Up","Down","Close","CloseArrow","Plus","Minus","EyeOpen","EyeClose","Check","Error","Info","Success","Warning","Bed","Calendar","List","Lock","Person"],"sources":["../../../src/primitives/Icon/Icon.constants.js"],"sourcesContent":["import {\n // directions\n FiArrowUp as Up,\n FiArrowDown as Down,\n FiArrowLeft as Left,\n FiArrowRight as Right,\n // Close\n FiChevronDown as CloseArrow,\n FiX as Close,\n // Calc\n FiMinus as Minus,\n FiPlus as Plus,\n // Eye\n FiEye as EyeOpen,\n FiEyeOff as EyeClose,\n // Check\n FiCheck as Check,\n // User\n} from 'react-icons/fi';\nimport {\n MdOutlineAccountCircle as Account,\n MdBed as Bed,\n MdOutlineCalendarToday as Calendar,\n MdListAlt as List,\n MdLockOutline as Lock,\n MdOutlinePersonOutline as Person,\n\n // Notification\n MdError as Error,\n MdInfo as Info,\n MdCheckCircle as Success,\n MdWarning as Warning,\n} from 'react-icons/md';\n\nconst ICONS = {\n Empty: undefined,\n Account,\n // directions\n Left,\n Right,\n Up,\n Down,\n // Close\n Close,\n CloseArrow,\n // Calc\n Plus,\n Minus,\n // Eye\n EyeOpen,\n EyeClose,\n // Check\n Check,\n // Notification,\n Error,\n Info,\n Success,\n Warning,\n // Finder\n Bed,\n Calendar,\n List,\n Lock,\n Person,\n};\n\nexport { ICONS };\n"],"mappings":";;;;;;;AAAA;;AAmBA;;AAeA,IAAMA,KAAK,GAAG;EACZC,KAAK,EAAEC,SADK;EAEZC,OAAO,EAAPA,0BAFY;EAGZ;EACAC,IAAI,EAAJA,eAJY;EAKZC,KAAK,EAALA,gBALY;EAMZC,EAAE,EAAFA,aANY;EAOZC,IAAI,EAAJA,eAPY;EAQZ;EACAC,KAAK,EAALA,OATY;EAUZC,UAAU,EAAVA,iBAVY;EAWZ;EACAC,IAAI,EAAJA,UAZY;EAaZC,KAAK,EAALA,WAbY;EAcZ;EACAC,OAAO,EAAPA,SAfY;EAgBZC,QAAQ,EAARA,YAhBY;EAiBZ;EACAC,KAAK,EAALA,WAlBY;EAmBZ;EACAC,KAAK,EAALA,WApBY;EAqBZC,IAAI,EAAJA,UArBY;EAsBZC,OAAO,EAAPA,iBAtBY;EAuBZC,OAAO,EAAPA,aAvBY;EAwBZ;EACAC,GAAG,EAAHA,SAzBY;EA0BZC,QAAQ,EAARA,0BA1BY;EA2BZC,IAAI,EAAJA,aA3BY;EA4BZC,IAAI,EAAJA,iBA5BY;EA6BZC,MAAM,EAANA;AA7BY,CAAd"}
|