@tipp/ui 1.1.1 → 1.1.3
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 +3 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +12 -12
- package/dist/molecules/index.js +5 -5
- package/dist/utils/scroll-to.cjs +55 -0
- package/dist/utils/scroll-to.cjs.map +1 -0
- package/dist/utils/scroll-to.js +32 -0
- package/dist/utils/scroll-to.js.map +1 -0
- package/package.json +3 -3
- package/src/utils/scroll-to.ts +30 -0
package/dist/index.css
CHANGED
|
@@ -28709,14 +28709,13 @@ h2.react-datepicker__current-month{
|
|
|
28709
28709
|
background-color: var(--color-panel-solid);
|
|
28710
28710
|
transition: 0.3s ease-in-out background-color border-color;
|
|
28711
28711
|
}
|
|
28712
|
-
.expand-table .tbody .tr-wrapper.clickable,
|
|
28713
|
-
.expand-table .tbody .tr-wrapper.expandable{
|
|
28714
|
-
cursor: pointer;
|
|
28715
|
-
}
|
|
28716
28712
|
.expand-table .tbody .tr-wrapper.clickable:hover, .expand-table .tbody .tr-wrapper.expandable:hover{
|
|
28717
28713
|
border: 1px solid var(--accent-a7);
|
|
28718
28714
|
background-color: var(--accent-a2);
|
|
28719
28715
|
}
|
|
28716
|
+
.expand-table .tbody .tr-wrapper.clickable button.tr, .expand-table .tbody .tr-wrapper.expandable button.tr{
|
|
28717
|
+
cursor: pointer;
|
|
28718
|
+
}
|
|
28720
28719
|
.expand-table .tbody .tr-wrapper.expandable .expand-comp-wrapper{
|
|
28721
28720
|
width: 100%;
|
|
28722
28721
|
height: 100%;
|