@tipp/ui 1.0.58 → 1.1.2

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/index.css CHANGED
@@ -4718,6 +4718,15 @@
4718
4718
  --spinner-opacity: 0.65;
4719
4719
  color: var(--gray-12);
4720
4720
  --default-font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI (Custom)', Roboto, 'Helvetica Neue', 'Open Sans (Custom)', system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
4721
+ --cursor-button: pointer;
4722
+ --cursor-checkbox: pointer;
4723
+ --cursor-disabled: not-allowed;
4724
+ --cursor-link: pointer;
4725
+ --cursor-menu-item: pointer;
4726
+ --cursor-radio: pointer;
4727
+ --cursor-slider-thumb: grab;
4728
+ --cursor-slider-thumb-active: grabbing;
4729
+ --cursor-switch: pointer;
4721
4730
  }
4722
4731
  .radix-themes:where([data-scaling='90%']){
4723
4732
  --scaling: 0.9;
@@ -28704,6 +28713,9 @@ h2.react-datepicker__current-month{
28704
28713
  border: 1px solid var(--accent-a7);
28705
28714
  background-color: var(--accent-a2);
28706
28715
  }
28716
+ .expand-table .tbody .tr-wrapper.clickable button.tr, .expand-table .tbody .tr-wrapper.expandable button.tr{
28717
+ cursor: pointer;
28718
+ }
28707
28719
  .expand-table .tbody .tr-wrapper.expandable .expand-comp-wrapper{
28708
28720
  width: 100%;
28709
28721
  height: 100%;