@lindle/linoardo 1.0.2 → 1.0.3

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/styles.css CHANGED
@@ -951,8 +951,8 @@
951
951
  }
952
952
  @font-face {
953
953
  font-family: "Material Design Icons";
954
- src: url("../node_modules/@mdi/font/fonts/materialdesignicons-webfont.eot?v=7.4.47");
955
- src: url("../node_modules/@mdi/font/fonts/materialdesignicons-webfont.eot?#iefix&v=7.4.47") format("embedded-opentype"),url("../node_modules/@mdi/font/fonts/materialdesignicons-webfont.woff2?v=7.4.47") format("woff2"),url("../node_modules/@mdi/font/fonts/materialdesignicons-webfont.woff?v=7.4.47") format("woff"),url("../node_modules/@mdi/font/fonts/materialdesignicons-webfont.ttf?v=7.4.47") format("truetype");
954
+ src: url("./fonts/materialdesignicons-webfont.eot?v=7.4.47");
955
+ src: url("./fonts/materialdesignicons-webfont.eot?#iefix&v=7.4.47") format("embedded-opentype"),url("./fonts/materialdesignicons-webfont.woff2?v=7.4.47") format("woff2"),url("./fonts/materialdesignicons-webfont.woff?v=7.4.47") format("woff"),url("./fonts/materialdesignicons-webfont.ttf?v=7.4.47") format("truetype");
956
956
  font-weight: normal;
957
957
  font-style: normal;
958
958
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindle/linoardo",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "scripts": {
51
51
  "build:js": "tsup",
52
- "build:css": "postcss src/styles.css -o dist/styles.css",
53
- "build": "tsup && postcss src/styles.css -o dist/styles.css",
52
+ "build:css": "postcss src/styles.css -o dist/styles.css && node ./scripts/fix-mdi-fonts.mjs",
53
+ "build": "npm run build:js && npm run build:css",
54
54
  "storybook": "storybook dev -p 6006",
55
55
  "storybook:build": "storybook build",
56
56
  "pubcheck": "npm pack --dry-run",