@esportsplus/ui 0.9.4 → 0.9.5

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.
@@ -1,4 +1,5 @@
1
1
  import onclick from './onclick.js';
2
+ import './scss/index.scss';
2
3
  declare const _default: {
3
4
  onclick: {
4
5
  (): Promise<void>;
@@ -1,3 +1,4 @@
1
1
  import onclick from './onclick.js';
2
+ import './scss/index.scss';
2
3
  export default { onclick };
3
4
  export { onclick };
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  "private": false,
38
38
  "sideEffects": false,
39
39
  "type": "module",
40
- "version": "0.9.4",
40
+ "version": "0.9.5",
41
41
  "scripts": {
42
42
  "build": "run-s build:vite build:ts",
43
43
  "build:ts": "tsc && tsc-alias",
@@ -1,4 +1,5 @@
1
1
  import onclick from './onclick';
2
+ import './scss/index.scss';
2
3
 
3
4
 
4
5
  export default { onclick };