@muonic/muon 0.0.2-experimental-206-44f549b.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-206-44f549b.0",
3
+ "version": "0.0.2-experimental-208-67dea68.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -44,7 +44,6 @@
44
44
  "postcss-clean": "1.2.2",
45
45
  "postcss-extend-rule": "4.0.0",
46
46
  "postcss-import": "15.1.0",
47
- "postcss-nested-import": "1.0.0",
48
47
  "postcss-preset-env": "8.3.2",
49
48
  "postcss-simple-vars": "7.0.1",
50
49
  "rollup-plugin-lit-css": "4.0.1",
@@ -6,7 +6,6 @@ import autoprefixer from 'autoprefixer';
6
6
  import postcss from 'postcss';
7
7
  import postcssPreset from 'postcss-preset-env';
8
8
  import postcssImport from 'postcss-import';
9
- import postcssImportNested from 'postcss-nested-import';
10
9
  import postcssVariables from 'postcss-simple-vars';
11
10
  import postcssExtendRule from 'postcss-extend-rule';
12
11
  import litcssPlugin from 'rollup-plugin-lit-css';
@@ -44,7 +43,6 @@ const postcssPlugins = [
44
43
  }
45
44
  }),
46
45
  postcssImport(),
47
- postcssImportNested(),
48
46
  postcssPreset({
49
47
  stage: 0,
50
48
  features: {