@tipp/ui 1.0.58 → 1.1.1
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 +13 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +13 -13
- package/dist/molecules/index.js +6 -6
- package/package.json +3 -3
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;
|
|
@@ -28700,6 +28709,10 @@ h2.react-datepicker__current-month{
|
|
|
28700
28709
|
background-color: var(--color-panel-solid);
|
|
28701
28710
|
transition: 0.3s ease-in-out background-color border-color;
|
|
28702
28711
|
}
|
|
28712
|
+
.expand-table .tbody .tr-wrapper.clickable,
|
|
28713
|
+
.expand-table .tbody .tr-wrapper.expandable{
|
|
28714
|
+
cursor: pointer;
|
|
28715
|
+
}
|
|
28703
28716
|
.expand-table .tbody .tr-wrapper.clickable:hover, .expand-table .tbody .tr-wrapper.expandable:hover{
|
|
28704
28717
|
border: 1px solid var(--accent-a7);
|
|
28705
28718
|
background-color: var(--accent-a2);
|