@true-engineering/true-react-common-ui-kit 3.0.0-alpha.7 → 3.0.0-alpha.8
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/true-react-common-ui-kit.js +5 -2
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +5 -2
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/MultiSelectList/MultiSelectList.styles.ts +3 -0
|
@@ -11057,10 +11057,13 @@ var checkboxStyles = {
|
|
|
11057
11057
|
padding: [
|
|
11058
11058
|
11,
|
|
11059
11059
|
16
|
|
11060
|
-
]
|
|
11060
|
+
],
|
|
11061
|
+
boxSizing: "border-box",
|
|
11062
|
+
width: "100%"
|
|
11061
11063
|
},
|
|
11062
11064
|
children: {
|
|
11063
|
-
marginRight: "auto"
|
|
11065
|
+
marginRight: "auto",
|
|
11066
|
+
overflow: "hidden"
|
|
11064
11067
|
}
|
|
11065
11068
|
};
|
|
11066
11069
|
var clearButtonStyles$2 = {
|