microboard-ui-temp 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/dist/board.html +3 -15
  2. package/package.json +3 -2
package/dist/board.html CHANGED
@@ -8,11 +8,7 @@
8
8
  href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap"
9
9
  rel="stylesheet"
10
10
  />
11
- <link
12
- rel="stylesheet"
13
- crossorigin
14
- href="https://unpkg.com/microboard-ui-temp/dist/board.css"
15
- />
11
+ <link rel="stylesheet" crossorigin href="https://unpkg.com/microboard-ui-temp/dist/board.css" />
16
12
  <body style="overflow-x: hidden; overflow-y: hidden">
17
13
  <div id="items">
18
14
  <shape-item
@@ -82,15 +78,7 @@
82
78
  ></shape-item
83
79
  >
84
80
  </div>
85
- <script
86
- type="module"
87
- src="https://unpkg.com/microboard-ui-temp/dist/customWebComponents.js"
88
- ></script>
89
- <script
90
- defer
91
- src="https://unpkg.com/microboard-ui-temp/dist/loadLinksImages.js"
92
- ></script>
93
- <!-- <script type="module" src="public/customWebComponents.ts"></script>
94
- <script defer src="public/loadLinksImages.js"></script> -->
81
+ <script type="module" src="https://unpkg.com/microboard-ui-temp/dist/customWebComponents.js"></script>
82
+ <script defer src="https://unpkg.com/microboard-ui-temp/dist/loadLinksImages.js"></script>
95
83
  </body>
96
84
  </head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",
@@ -9,7 +9,8 @@
9
9
  "fix:css": "bun run scripts/cameliseCssClasses.ts",
10
10
  "lint": "bun run lint:css",
11
11
  "clean": "rimraf dist",
12
- "build": "bun run scripts/build.ts",
12
+ "build:dev": "bun run scripts/buildDev.ts",
13
+ "build": "bun run scripts/buildProd.ts",
13
14
  "prepare": "bun run scripts/prepareHooks.ts"
14
15
  },
15
16
  "files": [