@sparkstudio/authentication-ui 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/index.cjs +16 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +89 -1
- package/dist/index.d.ts +89 -1
- package/dist/index.js +11 -8
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/assets/icons/google_icon.webp +0 -0
- package/dist/google_icon-IHKY4ITL.webp +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sparkstudio/authentication-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"scripts": {
|
|
26
26
|
"dev": "vite",
|
|
27
27
|
"clean": "rimraf dist",
|
|
28
|
-
"build": "npm run clean && tsup
|
|
28
|
+
"build": "npm run clean && tsup && sass --load-path=node_modules src/index.scss dist/index.css",
|
|
29
29
|
"lint": "eslint .",
|
|
30
30
|
"preview": "vite preview",
|
|
31
31
|
"start": "vite"
|
|
Binary file
|
|
Binary file
|