react-fontpicker-ts 0.4.0 → 0.4.1
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.css +3190 -3072
- package/dist/index.css.map +1 -1
- package/dist/index.js +229 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +229 -1
- package/dist/index.mjs.map +1 -1
- package/dist/sprite.2.1.5x-GO2XRBL4.png +0 -0
- package/dist/sprite.2.1x-5J66NJ5X.png +0 -0
- package/dist/sprite.2.2x-C66OZOKE.png +0 -0
- package/dist/sprite.3.1.5x-VC7T4DSW.png +0 -0
- package/dist/sprite.3.1x-OJY7JT6Y.png +0 -0
- package/dist/sprite.3.2x-FTRF4VYV.png +0 -0
- package/dist/sprite.4.1.5x-QFQ66ZOY.png +0 -0
- package/dist/sprite.4.1x-2GEASVOL.png +0 -0
- package/dist/sprite.4.2x-VYLYXLP7.png +0 -0
- package/dist/sprite.5.1.5x-MULSQ6AN.png +0 -0
- package/dist/sprite.5.1x-QUSF4RII.png +0 -0
- package/dist/sprite.5.2x-AVXDWANZ.png +0 -0
- package/dist/sprite.6.1.5x-QP2WHD6I.png +0 -0
- package/dist/sprite.6.1x-KLGQR7LG.png +0 -0
- package/dist/sprite.6.2x-GHMWP7LD.png +0 -0
- package/dist/sprite.7.1.5x-RRQCFCMB.png +0 -0
- package/dist/sprite.7.1x-U3NN2CZJ.png +0 -0
- package/dist/sprite.7.2x-LSV7RY3Q.png +0 -0
- package/dist/sprite.8.1.5x-OX3625NA.png +0 -0
- package/dist/sprite.8.1x-GAIYGOUL.png +0 -0
- package/dist/sprite.8.2x-TFGSTYDM.png +0 -0
- package/dist/sprite.9.1.5x-EF5HBRU5.png +0 -0
- package/dist/sprite.9.1x-CM3Y5V2K.png +0 -0
- package/dist/sprite.9.2x-GNHMLHQR.png +0 -0
- package/package.json +2 -2
- package/dist/sprite.2.1.5x-CSFPDSWF.png +0 -0
- package/dist/sprite.2.1x-6SYZK4KS.png +0 -0
- package/dist/sprite.2.2x-A3HYTQ3K.png +0 -0
- package/dist/sprite.3.1.5x-WHMWNNIC.png +0 -0
- package/dist/sprite.3.1x-4VAQQ56E.png +0 -0
- package/dist/sprite.3.2x-5BHEJ44W.png +0 -0
- package/dist/sprite.4.1.5x-DB6SPGJ5.png +0 -0
- package/dist/sprite.4.1x-CUQVFA7A.png +0 -0
- package/dist/sprite.4.2x-TZYBNQUZ.png +0 -0
- package/dist/sprite.5.1.5x-YIVGBKFU.png +0 -0
- package/dist/sprite.5.1x-WPECUBJZ.png +0 -0
- package/dist/sprite.5.2x-4H3GITFG.png +0 -0
- package/dist/sprite.6.1.5x-LJAWT47D.png +0 -0
- package/dist/sprite.6.1x-AELE5GAG.png +0 -0
- package/dist/sprite.6.2x-B3YG6JLG.png +0 -0
- package/dist/sprite.7.1.5x-FW6U2ELW.png +0 -0
- package/dist/sprite.7.1x-34TZX23N.png +0 -0
- package/dist/sprite.7.2x-7BNUK3XH.png +0 -0
- package/dist/sprite.8.1.5x-BQQDIJFJ.png +0 -0
- package/dist/sprite.8.1x-WXQP5LRL.png +0 -0
- package/dist/sprite.8.2x-7XFEHGVM.png +0 -0
- package/dist/sprite.9.1.5x-C7KARLVQ.png +0 -0
- package/dist/sprite.9.1x-4MXLMOFI.png +0 -0
- package/dist/sprite.9.2x-KHIDGREE.png +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-fontpicker-ts",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "A Google font picker component for React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fontpicker",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dev:vite": "vite --port 3000",
|
|
47
47
|
"test-all": "run-p test:*",
|
|
48
48
|
"test": "run-p test:vitest",
|
|
49
|
-
"test:cypress-e2e": "start-server-and-test preview http://localhost:4173/react-fontpicker cypress:fast:e2e",
|
|
49
|
+
"test:cypress-e2e": "start-server-and-test preview http://localhost:4173/react-fontpicker/ cypress:fast:e2e",
|
|
50
50
|
"test:cypress-comp": "npm run cypress:fast:comp",
|
|
51
51
|
"test:vitest": "npm run vitest",
|
|
52
52
|
"cypress:run": "run-p cypress:run:*",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|