@orderly.network/ui 2.8.5-alpha.0 → 2.8.6-alpha.0
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 +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +313 -1
- package/dist/index.d.ts +313 -1
- package/dist/index.js +82 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +81 -7
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -1190,6 +1190,9 @@ body {
|
|
|
1190
1190
|
.oui-mt-0 {
|
|
1191
1191
|
margin-top: 0px;
|
|
1192
1192
|
}
|
|
1193
|
+
.oui-mt-0\.5 {
|
|
1194
|
+
margin-top: 0.125rem;
|
|
1195
|
+
}
|
|
1193
1196
|
.oui-mt-1 {
|
|
1194
1197
|
margin-top: 0.25rem;
|
|
1195
1198
|
}
|
|
@@ -4645,6 +4648,9 @@ body {
|
|
|
4645
4648
|
.oui-leading-\[1\.5\] {
|
|
4646
4649
|
line-height: 1.5;
|
|
4647
4650
|
}
|
|
4651
|
+
.oui-leading-\[10px\] {
|
|
4652
|
+
line-height: 10px;
|
|
4653
|
+
}
|
|
4648
4654
|
.oui-leading-\[14px\] {
|
|
4649
4655
|
line-height: 14px;
|
|
4650
4656
|
}
|