@overmap-ai/blocks 0.0.1-alpha.35 → 0.0.1-alpha.36

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
- ._fluid_r73gr_1{flex-grow:1;width:auto}._hoverSpin90Clockwise_r73gr_15>svg{transition:unset}._hoverSpin90Clockwise_r73gr_15 svg{transition:transform .25s ease-in-out!important}._hoverSpin90Clockwise_r73gr_15:hover:not(:disabled) svg{transform:rotate(90deg)!important}._hoverSpin180Clockwise_r73gr_25>svg{transition:unset}._hoverSpin180Clockwise_r73gr_25 svg{transition:transform .3s ease-in-out!important}._hoverSpin180Clockwise_r73gr_25:hover:not(:disabled) svg{transform:rotate(180deg)!important}._hoverSpin360Clockwise_r73gr_35>svg{transition:unset}._hoverSpin360Clockwise_r73gr_35 svg{transition:transform .5s ease-in-out!important}._hoverSpin360Clockwise_r73gr_35:hover:not(:disabled) svg{transform:rotate(360deg)!important}._merged_f4366_1 button:not(:first-child):not(:last-child){border-radius:0}._merged_f4366_1[data-direction=column] button:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}._merged_f4366_1[data-direction=column] button:last-child{border-top-left-radius:0;border-top-right-radius:0}._merged_f4366_1[data-direction=row] button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}._merged_f4366_1[data-direction=row] button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}._fluid_7n1wr_1{flex-grow:1;width:auto}._accommodateCharCount_fni4k_1{margin-bottom:var(--line-height-1)}._default_fni4k_5{flex-grow:0}._noLeftIcon_fni4k_9{padding-left:.5rem!important}._noRightIcon_fni4k_13{padding-right:.5rem!important}._charCount_fni4k_17{position:absolute;right:0;top:98%;font-size:xx-small!important}._wrapper_o13vb_1{width:fit-content;min-width:300px;max-width:400px;display:block}._wrapper_o13vb_1[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x));transition:transform .2s ease-out}._wrapper_o13vb_1[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}._wrapper_o13vb_1[data-swipe=end]{animation:_slideRight_o13vb_1 .2s ease-out}@keyframes _slideRight_o13vb_1{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(100%)}}.radix-themes{--cursor-button: pointer;--cursor-menu-item: pointer}
1
+ ._fluid_r73gr_1{flex-grow:1;width:auto}._hoverSpin90Clockwise_r73gr_15>svg{transition:unset}._hoverSpin90Clockwise_r73gr_15 svg{transition:transform .25s ease-in-out!important}._hoverSpin90Clockwise_r73gr_15:hover:not(:disabled) svg{transform:rotate(90deg)!important}._hoverSpin180Clockwise_r73gr_25>svg{transition:unset}._hoverSpin180Clockwise_r73gr_25 svg{transition:transform .3s ease-in-out!important}._hoverSpin180Clockwise_r73gr_25:hover:not(:disabled) svg{transform:rotate(180deg)!important}._hoverSpin360Clockwise_r73gr_35>svg{transition:unset}._hoverSpin360Clockwise_r73gr_35 svg{transition:transform .5s ease-in-out!important}._hoverSpin360Clockwise_r73gr_35:hover:not(:disabled) svg{transform:rotate(360deg)!important}._merged_f4366_1 button:not(:first-child):not(:last-child){border-radius:0}._merged_f4366_1[data-direction=column] button:first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}._merged_f4366_1[data-direction=column] button:last-child{border-top-left-radius:0;border-top-right-radius:0}._merged_f4366_1[data-direction=row] button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}._merged_f4366_1[data-direction=row] button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}._fluid_7n1wr_1{flex-grow:1;width:auto}._accommodateCharCount_fni4k_1{margin-bottom:var(--line-height-1)}._default_fni4k_5{flex-grow:0}._noLeftIcon_fni4k_9{padding-left:.5rem!important}._noRightIcon_fni4k_13{padding-right:.5rem!important}._charCount_fni4k_17{position:absolute;right:0;top:98%;font-size:xx-small!important}._charCount_17uut_1{font-size:x-small}._wrapper_o13vb_1{width:fit-content;min-width:300px;max-width:400px;display:block}._wrapper_o13vb_1[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x));transition:transform .2s ease-out}._wrapper_o13vb_1[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}._wrapper_o13vb_1[data-swipe=end]{animation:_slideRight_o13vb_1 .2s ease-out}@keyframes _slideRight_o13vb_1{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(100%)}}.radix-themes{--cursor-button: pointer;--cursor-menu-item: pointer}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@overmap-ai/blocks",
3
3
  "private": false,
4
- "version": "0.0.1-alpha.35",
4
+ "version": "0.0.1-alpha.36",
5
5
  "type": "module",
6
6
  "main": "dist/blocks.umd.cjs",
7
7
  "module": "dist/blocks.js",