@egov3/system-design 1.3.143 → 1.3.144

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.
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var css_248z = ".BottomSheet-module_contentWrap__ffurp {\n align-self: flex-end;\n width: 100%;\n background: var(--page-color-background-white);\n border-radius: 16px 16px 0 0;\n display: flex;\n flex-direction: column;\n height: auto;\n max-height: calc(100% - 64px);\n}\n\n.BottomSheet-module_largeVariant__9LYsH {\n height: calc(100% - 64px);\n}\n\n.BottomSheet-module_smallVariant__9hVmR {\n height: auto;\n}\n\n.BottomSheet-module_contentBody__Ku11- {\n flex: 1 1 auto;\n overflow-y: auto;\n min-height: 0;\n padding: 0 0 18px;\n}\n\n.BottomSheet-module_contentHeader__MrGrx {\n display: flex;\n align-items: center;\n}\n\n.BottomSheet-module_posLeft__7OLLr {\n padding: 16px 20px;\n flex: 1 0 0;\n}\n\n.BottomSheet-module_posRight__TCy-f {\n display: flex;\n width: 56px;\n padding: 16px;\n align-items: center;\n}\n\n.BottomSheet-module_grabber__NiEaj {\n flex: 0 0 auto;\n width: 36px;\n height: 4px;\n margin: 8px auto 0;\n border-radius: 100px;\n background: var(--icon-tertiary);\n}\n";
6
- var styles = {"contentWrap":"BottomSheet-module_contentWrap__ffurp","largeVariant":"BottomSheet-module_largeVariant__9LYsH","smallVariant":"BottomSheet-module_smallVariant__9hVmR","contentBody":"BottomSheet-module_contentBody__Ku11-","contentHeader":"BottomSheet-module_contentHeader__MrGrx","posLeft":"BottomSheet-module_posLeft__7OLLr","posRight":"BottomSheet-module_posRight__TCy-f","grabber":"BottomSheet-module_grabber__NiEaj"};
5
+ var css_248z = ".BottomSheet-module_contentWrap__ffurp {\n align-self: flex-end;\n width: 100%;\n background: var(--page-color-background-white);\n border-radius: 16px 16px 0 0;\n display: flex;\n flex-direction: column;\n height: auto;\n max-height: calc(100% - 64px);\n animation: BottomSheet-module_slideUp__lehy7 0.3s ease;\n}\n\n.BottomSheet-module_largeVariant__9LYsH {\n height: calc(100% - 64px);\n}\n\n.BottomSheet-module_smallVariant__9hVmR {\n height: auto;\n}\n\n@keyframes BottomSheet-module_slideUp__lehy7 {\n from {\n transform: translateY(100%);\n }\n to {\n transform: translateY(0);\n }\n}\n\n.BottomSheet-module_contentBody__Ku11- {\n flex: 1 1 auto;\n overflow-y: auto;\n min-height: 0;\n padding: 0 0 18px;\n}\n\n.BottomSheet-module_contentHeader__MrGrx {\n display: flex;\n align-items: center;\n}\n\n.BottomSheet-module_posLeft__7OLLr {\n padding: 16px 20px;\n flex: 1 0 0;\n}\n\n.BottomSheet-module_posRight__TCy-f {\n display: flex;\n width: 56px;\n padding: 16px;\n align-items: center;\n}\n\n.BottomSheet-module_grabber__NiEaj {\n flex: 0 0 auto;\n width: 36px;\n height: 4px;\n margin: 8px auto 0;\n border-radius: 100px;\n background: var(--icon-tertiary);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .BottomSheet-module_contentWrap__ffurp {\n animation: none;\n }\n}\n";
6
+ var styles = {"contentWrap":"BottomSheet-module_contentWrap__ffurp","slideUp":"BottomSheet-module_slideUp__lehy7","largeVariant":"BottomSheet-module_largeVariant__9LYsH","smallVariant":"BottomSheet-module_smallVariant__9hVmR","contentBody":"BottomSheet-module_contentBody__Ku11-","contentHeader":"BottomSheet-module_contentHeader__MrGrx","posLeft":"BottomSheet-module_posLeft__7OLLr","posRight":"BottomSheet-module_posRight__TCy-f","grabber":"BottomSheet-module_grabber__NiEaj"};
7
7
  function styleInject(css, options) {
8
8
  if (typeof document === 'undefined') return;
9
9
  const head = document.head || document.getElementsByTagName('head')[0];
@@ -1,5 +1,5 @@
1
- var css_248z = ".BottomSheet-module_contentWrap__ffurp {\n align-self: flex-end;\n width: 100%;\n background: var(--page-color-background-white);\n border-radius: 16px 16px 0 0;\n display: flex;\n flex-direction: column;\n height: auto;\n max-height: calc(100% - 64px);\n}\n\n.BottomSheet-module_largeVariant__9LYsH {\n height: calc(100% - 64px);\n}\n\n.BottomSheet-module_smallVariant__9hVmR {\n height: auto;\n}\n\n.BottomSheet-module_contentBody__Ku11- {\n flex: 1 1 auto;\n overflow-y: auto;\n min-height: 0;\n padding: 0 0 18px;\n}\n\n.BottomSheet-module_contentHeader__MrGrx {\n display: flex;\n align-items: center;\n}\n\n.BottomSheet-module_posLeft__7OLLr {\n padding: 16px 20px;\n flex: 1 0 0;\n}\n\n.BottomSheet-module_posRight__TCy-f {\n display: flex;\n width: 56px;\n padding: 16px;\n align-items: center;\n}\n\n.BottomSheet-module_grabber__NiEaj {\n flex: 0 0 auto;\n width: 36px;\n height: 4px;\n margin: 8px auto 0;\n border-radius: 100px;\n background: var(--icon-tertiary);\n}\n";
2
- var styles = {"contentWrap":"BottomSheet-module_contentWrap__ffurp","largeVariant":"BottomSheet-module_largeVariant__9LYsH","smallVariant":"BottomSheet-module_smallVariant__9hVmR","contentBody":"BottomSheet-module_contentBody__Ku11-","contentHeader":"BottomSheet-module_contentHeader__MrGrx","posLeft":"BottomSheet-module_posLeft__7OLLr","posRight":"BottomSheet-module_posRight__TCy-f","grabber":"BottomSheet-module_grabber__NiEaj"};
1
+ var css_248z = ".BottomSheet-module_contentWrap__ffurp {\n align-self: flex-end;\n width: 100%;\n background: var(--page-color-background-white);\n border-radius: 16px 16px 0 0;\n display: flex;\n flex-direction: column;\n height: auto;\n max-height: calc(100% - 64px);\n animation: BottomSheet-module_slideUp__lehy7 0.3s ease;\n}\n\n.BottomSheet-module_largeVariant__9LYsH {\n height: calc(100% - 64px);\n}\n\n.BottomSheet-module_smallVariant__9hVmR {\n height: auto;\n}\n\n@keyframes BottomSheet-module_slideUp__lehy7 {\n from {\n transform: translateY(100%);\n }\n to {\n transform: translateY(0);\n }\n}\n\n.BottomSheet-module_contentBody__Ku11- {\n flex: 1 1 auto;\n overflow-y: auto;\n min-height: 0;\n padding: 0 0 18px;\n}\n\n.BottomSheet-module_contentHeader__MrGrx {\n display: flex;\n align-items: center;\n}\n\n.BottomSheet-module_posLeft__7OLLr {\n padding: 16px 20px;\n flex: 1 0 0;\n}\n\n.BottomSheet-module_posRight__TCy-f {\n display: flex;\n width: 56px;\n padding: 16px;\n align-items: center;\n}\n\n.BottomSheet-module_grabber__NiEaj {\n flex: 0 0 auto;\n width: 36px;\n height: 4px;\n margin: 8px auto 0;\n border-radius: 100px;\n background: var(--icon-tertiary);\n}\n\n@media (prefers-reduced-motion: reduce) {\n .BottomSheet-module_contentWrap__ffurp {\n animation: none;\n }\n}\n";
2
+ var styles = {"contentWrap":"BottomSheet-module_contentWrap__ffurp","slideUp":"BottomSheet-module_slideUp__lehy7","largeVariant":"BottomSheet-module_largeVariant__9LYsH","smallVariant":"BottomSheet-module_smallVariant__9hVmR","contentBody":"BottomSheet-module_contentBody__Ku11-","contentHeader":"BottomSheet-module_contentHeader__MrGrx","posLeft":"BottomSheet-module_posLeft__7OLLr","posRight":"BottomSheet-module_posRight__TCy-f","grabber":"BottomSheet-module_grabber__NiEaj"};
3
3
  function styleInject(css, options) {
4
4
  if (typeof document === 'undefined') return;
5
5
  const head = document.head || document.getElementsByTagName('head')[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.3.143",
3
+ "version": "1.3.144",
4
4
  "type": "module",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/types/index.d.ts",