@sunggang/ui-lib 0.1.73 → 0.1.75
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/index.esm.css +8 -3
- package/index.esm.js +10021 -587
- package/package.json +1 -1
- package/src/lib/DragDrop/dragDropImages.d.ts +13 -0
- package/src/lib/DropImage/index.d.ts +1 -7
- package/src/lib/DropImage/index.stories.d.ts +15 -0
package/index.esm.css
CHANGED
|
@@ -637,9 +637,6 @@ video {
|
|
|
637
637
|
.inset-0 {
|
|
638
638
|
inset: 0px;
|
|
639
639
|
}
|
|
640
|
-
.bottom-0 {
|
|
641
|
-
bottom: 0px;
|
|
642
|
-
}
|
|
643
640
|
.left-0 {
|
|
644
641
|
left: 0px;
|
|
645
642
|
}
|
|
@@ -701,6 +698,10 @@ video {
|
|
|
701
698
|
margin-top: 0.25rem;
|
|
702
699
|
margin-bottom: 0.25rem;
|
|
703
700
|
}
|
|
701
|
+
.my-2 {
|
|
702
|
+
margin-top: 0.5rem;
|
|
703
|
+
margin-bottom: 0.5rem;
|
|
704
|
+
}
|
|
704
705
|
.mb-2 {
|
|
705
706
|
margin-bottom: 0.5rem;
|
|
706
707
|
}
|
|
@@ -1114,6 +1115,10 @@ video {
|
|
|
1114
1115
|
--tw-bg-opacity: 1;
|
|
1115
1116
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
1116
1117
|
}
|
|
1118
|
+
.bg-gray-200 {
|
|
1119
|
+
--tw-bg-opacity: 1;
|
|
1120
|
+
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1121
|
+
}
|
|
1117
1122
|
.bg-gray-500 {
|
|
1118
1123
|
--tw-bg-opacity: 1;
|
|
1119
1124
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|