@tidbcloud/uikit 2.0.0-beta.98 → 2.0.0-beta.99

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @tidbcloud/uikit
2
2
 
3
+ ## 2.0.0-beta.99
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(MultiSelect): remove padding from input styles in MultiSelect ([#373](https://github.com/tidbcloud/tidbcloud-uikit/pull/373))
8
+
3
9
  ## 2.0.0-beta.98
4
10
 
5
11
  ### Patch Changes
@@ -621,10 +621,6 @@ const theme = createTheme.createTheme({
621
621
  fontSize: 14,
622
622
  marginBottom: 6
623
623
  },
624
- input: {
625
- paddingTop: 8,
626
- paddingBottom: 8
627
- },
628
624
  inputField: {
629
625
  "&::placeholder": {
630
626
  color: themeColor(theme2, "carbon", 6)
@@ -619,10 +619,6 @@ const theme = createTheme({
619
619
  fontSize: 14,
620
620
  marginBottom: 6
621
621
  },
622
- input: {
623
- paddingTop: 8,
624
- paddingBottom: 8
625
- },
626
622
  inputField: {
627
623
  "&::placeholder": {
628
624
  color: themeColor(theme2, "carbon", 6)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidbcloud/uikit",
3
- "version": "2.0.0-beta.98",
3
+ "version": "2.0.0-beta.99",
4
4
  "description": "tidbcloud uikit",
5
5
  "type": "module",
6
6
  "main": "dist/primitive/index.cjs",