@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
|
@@ -11047,10 +11047,13 @@
|
|
|
11047
11047
|
padding: [
|
|
11048
11048
|
11,
|
|
11049
11049
|
16
|
|
11050
|
-
]
|
|
11050
|
+
],
|
|
11051
|
+
boxSizing: "border-box",
|
|
11052
|
+
width: "100%"
|
|
11051
11053
|
},
|
|
11052
11054
|
children: {
|
|
11053
|
-
marginRight: "auto"
|
|
11055
|
+
marginRight: "auto",
|
|
11056
|
+
overflow: "hidden"
|
|
11054
11057
|
}
|
|
11055
11058
|
};
|
|
11056
11059
|
var clearButtonStyles$2 = {
|