codexly-ui 0.0.53 → 0.0.54
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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -5216,9 +5216,9 @@ const MODAL_ANIM_DEFAULTS = {
|
|
|
5216
5216
|
};
|
|
5217
5217
|
|
|
5218
5218
|
const DRAWER_SIZE_MAP = {
|
|
5219
|
-
sm: 'w-
|
|
5220
|
-
md: 'w-
|
|
5221
|
-
lg: 'w-
|
|
5219
|
+
sm: 'w-[320px]',
|
|
5220
|
+
md: 'w-[420px]',
|
|
5221
|
+
lg: 'w-[560px]',
|
|
5222
5222
|
};
|
|
5223
5223
|
const DRAWER_WIDTH_MAP = {
|
|
5224
5224
|
sm: '320px',
|