@nikaat-crop/es-icons 0.175.2 → 0.175.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/.vercel/README.txt +11 -0
- package/.vercel/project.json +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/storybook-static/247.25a0be85.iframe.bundle.js +0 -87
- package/storybook-static/247.25a0be85.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/247.25a0be85.iframe.bundle.js.map +0 -1
- package/storybook-static/254.e01ff6bb.iframe.bundle.js +0 -409
- package/storybook-static/254.e01ff6bb.iframe.bundle.js.LICENSE.txt +0 -9
- package/storybook-static/254.e01ff6bb.iframe.bundle.js.map +0 -1
- package/storybook-static/357.6c8d88a6.iframe.bundle.js +0 -1
- package/storybook-static/648.3e8aa4c4.iframe.bundle.js +0 -1
- package/storybook-static/735.921e2ca6.iframe.bundle.js +0 -2
- package/storybook-static/735.921e2ca6.iframe.bundle.js.LICENSE.txt +0 -19
- package/storybook-static/788.09d6734a.iframe.bundle.js +0 -1
- package/storybook-static/favicon-wrapper.svg +0 -46
- package/storybook-static/favicon.svg +0 -1
- package/storybook-static/iframe.html +0 -533
- package/storybook-static/index.html +0 -148
- package/storybook-static/index.json +0 -1
- package/storybook-static/main.99b920e4.iframe.bundle.js +0 -1
- package/storybook-static/mocker-runtime-injected.js +0 -2
- package/storybook-static/mocker-runtime-injected.js.LICENSE.txt +0 -46
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +0 -1
- package/storybook-static/runtime~main.d9c16a52.iframe.bundle.js +0 -1
- package/storybook-static/sb-addons/docs-1/manager-bundle.js +0 -151
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +0 -971
- package/storybook-static/sb-common-assets/favicon-wrapper.svg +0 -46
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/globals-module-info.js +0 -797
- package/storybook-static/sb-manager/globals-runtime.js +0 -69653
- package/storybook-static/sb-manager/globals.js +0 -34
- package/storybook-static/sb-manager/runtime.js +0 -13181
- package/storybook-static/sb-preview/globals.js +0 -25
- package/storybook-static/sb-preview/runtime.js +0 -43265
- package/storybook-static/stories-datePicker-stories.1a36012a.iframe.bundle.js +0 -2
- package/storybook-static/stories-datePicker-stories.1a36012a.iframe.bundle.js.LICENSE.txt +0 -9
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
> Why do I have a folder named ".vercel" in my project?
|
|
2
|
+
The ".vercel" folder is created when you link a directory to a Vercel project.
|
|
3
|
+
|
|
4
|
+
> What does the "project.json" file contain?
|
|
5
|
+
The "project.json" file contains:
|
|
6
|
+
- The ID of the Vercel project that you linked ("projectId")
|
|
7
|
+
- The ID of the user or team your Vercel project is owned by ("orgId")
|
|
8
|
+
|
|
9
|
+
> Should I commit the ".vercel" folder?
|
|
10
|
+
No, you should not share the ".vercel" folder with anyone.
|
|
11
|
+
Upon creation, it will be automatically added to your ".gitignore" file.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"projectId":"prj_LCz6nB5buKlUMiza6dFXPJeaVEXE","orgId":"team_TkY1kU3stcto4H6waARV2Wpr","projectName":"es-icons"}
|