@muonic/muon 0.0.2-experimental-207-90ac592.0 → 0.0.2-experimental-208-67dea68.0

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.
@@ -56,6 +56,7 @@
56
56
  %label-multiple {
57
57
  display: block;
58
58
  width: fit-content;
59
+ align-self: center;
59
60
  margin-block-start: revert; /* NOTE: @drew - 2023-05-18 - revert these to use padding instead, could benefit from using a `:not(.multiple)` on line 6 */
60
61
  margin-block-end: revert; /* NOTE: @drew - 2023-05-18 - revert these to use padding instead, could benefit from using a `:not(.multiple)` on line 6 */
61
62
  padding-inline-start: $INPUTTER_MULTIPLE_LABEL_PADDING_INLINE_START;
@@ -175,4 +176,4 @@
175
176
  width: $INPUTTER_VALIDATION_ICON_SIZE;
176
177
  flex-shrink: 0;
177
178
  }
178
- }
179
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muonic/muon",
3
- "version": "0.0.2-experimental-207-90ac592.0",
3
+ "version": "0.0.2-experimental-208-67dea68.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {