@srimandir/common 2.25.0 → 2.27.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/dist/style.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";._overlay_1m4co_3{position:fixed;inset:0;z-index:1100;display:flex;align-items:flex-end;justify-content:center;background:#0006;animation:_bottomSheetFadeIn_1m4co_1 .2s ease-out}._sheet_1m4co_14{position:relative;display:flex;flex-direction:column;width:100%;max-width:480px;max-height:92%;min-height:96px;background:#fff;border-radius:16px 16px 0 0;animation:_bottomSheetSlideUp_1m4co_1 .28s cubic-bezier(.32,.72,0,1) both;-webkit-overflow-scrolling:touch;box-sizing:border-box}@keyframes _bottomSheetFadeIn_1m4co_1{0%{opacity:0}to{opacity:1}}@keyframes _bottomSheetSlideUp_1m4co_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._overlay_1m4co_3,._sheet_1m4co_14{animation:none}}._handle_1m4co_66{flex-shrink:0;width:40px;height:4px;margin:8px auto 0;border-radius:999px;background:#d1d5db}._closeBtn_1m4co_75{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#f3f4f6;color:#374151;cursor:pointer;z-index:2}._closeBtnOutside_1m4co_95{top:-44px;right:12px;background:#fff;color:#1d2125}._closeBtnOutside_1m4co_95 svg{width:20px;height:20px}._header_1m4co_107{flex-shrink:0}._body_1m4co_25{flex:1;min-height:0;overflow-y:auto}._footer_1m4co_119{flex-shrink:0;padding-bottom:env(safe-area-inset-bottom);background:#fff}
1
+ @charset "UTF-8";._overlay_15iql_3{position:fixed;inset:0;z-index:1100;display:flex;align-items:flex-end;justify-content:center;background:#0006;animation:_bottomSheetFadeIn_15iql_1 .2s ease-out}._sheet_15iql_14{position:relative;display:flex;flex-direction:column;width:100%;max-width:480px;max-height:92%;min-height:96px;background:#fff;border-radius:16px 16px 0 0;animation:_bottomSheetSlideUp_15iql_1 .28s cubic-bezier(.32,.72,0,1) both;-webkit-overflow-scrolling:touch;box-sizing:border-box}@keyframes _bottomSheetFadeIn_15iql_1{0%{opacity:0}to{opacity:1}}@keyframes _bottomSheetSlideUp_15iql_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._overlay_15iql_3,._sheet_15iql_14{animation:none}}._handle_15iql_66{flex-shrink:0;width:40px;height:4px;margin:8px auto 0;border-radius:999px;background:#d1d5db}._closeBtn_15iql_75{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;cursor:pointer;z-index:2;border-radius:50%!important;background:#f3f4f6!important;color:#374151!important}._closeBtnOutside_15iql_100{top:-44px;right:12px;background:#fff!important;color:#1d2125!important;box-shadow:0 2px 8px #00000026}._closeBtnOutside_15iql_100 svg{width:20px;height:20px}._header_15iql_116{flex-shrink:0}._body_15iql_25{flex:1;min-height:0;overflow-y:auto}._footer_15iql_128{flex-shrink:0;padding-bottom:env(safe-area-inset-bottom);background:#fff}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srimandir/common",
3
- "version": "2.25.0",
3
+ "version": "2.27.0",
4
4
  "description": "Generic, product-agnostic UI primitives (bottom sheet, buttons, modals) shared across the Srimandir packages",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -54,5 +54,5 @@
54
54
  "react"
55
55
  ],
56
56
  "license": "MIT",
57
- "gitHead": "8c371751042bd1b6edf1a94ccb47ec4f7378abec"
57
+ "gitHead": "0206f55877cfb86c0f14940ad47f7682f1ff84b4"
58
58
  }