@tipp/ui 1.4.0 → 1.4.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/atoms/drawer.cjs +63 -9
- package/dist/atoms/drawer.cjs.map +1 -1
- package/dist/atoms/drawer.js +3 -1
- package/dist/atoms/field-error-wrapper.js +2 -2
- package/dist/atoms/index.cjs +8 -4
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +58 -58
- package/dist/atoms/pagination.js +2 -2
- package/dist/chunk-3IZQ2PIQ.js +60 -0
- package/dist/chunk-3IZQ2PIQ.js.map +1 -0
- package/dist/chunk-JZYVXLEK.js +188 -0
- package/dist/chunk-JZYVXLEK.js.map +1 -0
- package/dist/index.cjs +13 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +73 -73
- package/dist/molecules/date-picker/index.js +2 -2
- package/dist/molecules/expand-table/index.js +26 -26
- package/dist/molecules/expand-table/row.js +25 -25
- package/dist/molecules/index.js +31 -31
- package/dist/molecules/learning-post.js +3 -3
- package/dist/molecules/navigation.js +26 -26
- package/dist/molecules/stepper.js +3 -3
- package/dist/molecules/tag-selector.js +26 -26
- package/package.json +1 -1
- package/src/atoms/drawer.tsx +11 -0
package/dist/index.css
CHANGED
|
@@ -28845,6 +28845,12 @@ h2.react-datepicker__current-month{
|
|
|
28845
28845
|
z-index: 10000;
|
|
28846
28846
|
position: fixed;
|
|
28847
28847
|
}
|
|
28848
|
+
.DrawerContent .DialogClose{
|
|
28849
|
+
position: absolute;
|
|
28850
|
+
right: 24px;
|
|
28851
|
+
top: 24px;
|
|
28852
|
+
z-index: 9999;
|
|
28853
|
+
}
|
|
28848
28854
|
.DrawerContent.right,
|
|
28849
28855
|
.DrawerContent.left{
|
|
28850
28856
|
height: 100%;
|