@wistia/ui 0.6.26 → 0.6.27
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.cjs +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +27 -3
- package/dist/index.d.ts +27 -3
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.6.
|
|
3
|
+
* @license @wistia/ui v0.6.27
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -9221,6 +9221,12 @@ var StyledFormField = import_styled_components50.default.div`
|
|
|
9221
9221
|
grid-template-columns: auto 1fr;
|
|
9222
9222
|
grid-template-rows: auto 1fr;
|
|
9223
9223
|
|
|
9224
|
+
&[data-label-position='inline-compact'] {
|
|
9225
|
+
gap: var(--form-field-spacing-inline);
|
|
9226
|
+
grid-template-columns: auto 1fr;
|
|
9227
|
+
grid-template-rows: 1fr auto;
|
|
9228
|
+
}
|
|
9229
|
+
|
|
9224
9230
|
&[data-label-position='inline'] {
|
|
9225
9231
|
gap: var(--form-field-spacing-inline);
|
|
9226
9232
|
grid-template-columns: minmax(auto, 1fr) 1fr;
|