@descope/web-components-ui 2.2.27 → 2.2.29
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/cjs/index.cjs.js +1 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/9582.js +1 -1
- package/dist/umd/9582.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/package.json +30 -30
- package/src/components/boolean-fields/descope-checkbox/CheckboxClass.js +1 -2
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -6623,7 +6623,6 @@ const CheckboxClass = compose$1(
|
|
|
6623
6623
|
:host {
|
|
6624
6624
|
display: inline-flex;
|
|
6625
6625
|
max-width: 100%;
|
|
6626
|
-
margin: 1px;
|
|
6627
6626
|
}
|
|
6628
6627
|
|
|
6629
6628
|
:host ::part(error-message) {
|
|
@@ -6635,7 +6634,7 @@ const CheckboxClass = compose$1(
|
|
|
6635
6634
|
}
|
|
6636
6635
|
|
|
6637
6636
|
descope-boolean-field-internal {
|
|
6638
|
-
padding:
|
|
6637
|
+
padding: 2px;
|
|
6639
6638
|
width: 100%;
|
|
6640
6639
|
height: 100%;
|
|
6641
6640
|
}
|