@lumx/core 3.6.6-alpha.0 → 3.6.6-alpha.2

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/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
41
41
  },
42
42
  "sideEffects": false,
43
- "version": "3.6.6-alpha.0",
43
+ "version": "3.6.6-alpha.2",
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.18.13",
46
46
  "@babel/plugin-proposal-class-properties": "^7.18.6",
@@ -64,7 +64,6 @@
64
64
 
65
65
  &__chips {
66
66
  @include lumx-text-field-chips;
67
- margin: $lumx-chip-group-spacing * 2 0;
68
67
  }
69
68
 
70
69
  &__input-native {
@@ -138,7 +138,6 @@
138
138
  flex: 1 1 auto;
139
139
  width: auto;
140
140
  min-width: $lumx-text-field-min-width;
141
- margin: $lumx-chip-group-spacing 0;
142
141
  line-height: var(--lumx-material-chip-size-s-height);
143
142
  }
144
143
 
@@ -140,6 +140,6 @@
140
140
  flex: 1 1 auto;
141
141
  flex-wrap: wrap;
142
142
  align-items: center;
143
- margin: calc((var(--lumx-text-field-input-min-height) - var(--lumx-size-s) - 6px) / 2) 0;
143
+ margin: calc((var(--lumx-text-field-input-min-height) - var(--lumx-size-s) - 6px) / 2 + $lumx-chip-group-spacing) 0;
144
144
  gap: $lumx-chip-group-spacing * 2;
145
145
  }