@descope/web-components-ui 2.2.28 → 2.2.30
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/index.esm.js
CHANGED
|
@@ -4678,7 +4678,6 @@ const CheckboxClass = compose(
|
|
|
4678
4678
|
:host {
|
|
4679
4679
|
display: inline-flex;
|
|
4680
4680
|
max-width: 100%;
|
|
4681
|
-
margin: 1px;
|
|
4682
4681
|
}
|
|
4683
4682
|
|
|
4684
4683
|
:host ::part(error-message) {
|
|
@@ -4690,7 +4689,7 @@ const CheckboxClass = compose(
|
|
|
4690
4689
|
}
|
|
4691
4690
|
|
|
4692
4691
|
descope-boolean-field-internal {
|
|
4693
|
-
padding:
|
|
4692
|
+
padding: 2px;
|
|
4694
4693
|
width: 100%;
|
|
4695
4694
|
height: 100%;
|
|
4696
4695
|
}
|