@dgithiomi/sbui-web 1.0.3 → 1.0.4
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/README.md +2 -2
- package/dist/index.cjs +23 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +23 -14
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +6 -3
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -874,9 +874,9 @@ video {
|
|
|
874
874
|
width: 1.25rem;
|
|
875
875
|
height: 1.25rem;
|
|
876
876
|
}
|
|
877
|
-
.size-
|
|
878
|
-
width:
|
|
879
|
-
height:
|
|
877
|
+
.size-6 {
|
|
878
|
+
width: 1.5rem;
|
|
879
|
+
height: 1.5rem;
|
|
880
880
|
}
|
|
881
881
|
.h-1 {
|
|
882
882
|
height: 0.25rem;
|
|
@@ -1096,6 +1096,9 @@ video {
|
|
|
1096
1096
|
--tw-bg-opacity: 1;
|
|
1097
1097
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1098
1098
|
}
|
|
1099
|
+
.p-1 {
|
|
1100
|
+
padding: 0.25rem;
|
|
1101
|
+
}
|
|
1099
1102
|
.p-2 {
|
|
1100
1103
|
padding: 0.5rem;
|
|
1101
1104
|
}
|