@irbags/ui-kit 1.0.1-alpha.0 → 1.0.1-alpha.2

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/README.md CHANGED
@@ -1,84 +1,36 @@
1
- <!--
2
- Get your module up and running quickly.
1
+ # @irbags/ui-kit
3
2
 
4
- Find and replace all on all files (CMD+SHIFT+F):
5
- - Name: My Module
6
- - Package name: my-module
7
- - Description: My new Nuxt module
8
- -->
3
+ IRBAGS UI Kit module.
9
4
 
10
- # My Module
5
+ ## Installing
11
6
 
12
- [![npm version][npm-version-src]][npm-version-href]
13
- [![npm downloads][npm-downloads-src]][npm-downloads-href]
14
- [![License][license-src]][license-href]
15
- [![Nuxt][nuxt-src]][nuxt-href]
7
+ Выберите ваш пакетный менеджер:
16
8
 
17
- My new Nuxt module for doing amazing things.
18
-
19
- - [✨ &nbsp;Release Notes](/CHANGELOG.md)
20
- <!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/my-module?file=playground%2Fapp.vue) -->
21
- <!-- - [📖 &nbsp;Documentation](https://example.com) -->
22
-
23
- ## Features
24
-
25
- <!-- Highlight some of the features your module provide here -->
26
- - ⛰ &nbsp;Foo
27
- - 🚠 &nbsp;Bar
28
- - 🌲 &nbsp;Baz
29
-
30
- ## Quick Setup
31
-
32
- Install the module to your Nuxt application with one command:
9
+ ### pnpm
33
10
 
34
11
  ```bash
35
- npx nuxi module add my-module
12
+ pnpm add -D @irbags/ui-kit
36
13
  ```
37
14
 
38
- That's it! You can now use My Module in your Nuxt app ✨
39
-
40
-
41
- ## Contribution
15
+ ### npm
42
16
 
43
- <details>
44
- <summary>Local development</summary>
45
-
46
- ```bash
47
- # Install dependencies
48
- npm install
49
-
50
- # Generate type stubs
51
- npm run dev:prepare
52
-
53
- # Develop with the playground
54
- npm run dev
55
-
56
- # Build the playground
57
- npm run dev:build
58
-
59
- # Run ESLint
60
- npm run lint
61
-
62
- # Run Vitest
63
- npm run test
64
- npm run test:watch
65
-
66
- # Release new version
67
- npm run release
68
- ```
69
-
70
- </details>
17
+ ```bash
18
+ npm install -D @irbags/ui-kit
19
+ ```
71
20
 
21
+ ### yarn
72
22
 
73
- <!-- Badges -->
74
- [npm-version-src]: https://img.shields.io/npm/v/my-module/latest.svg?style=flat&colorA=020420&colorB=00DC82
75
- [npm-version-href]: https://npmjs.com/package/my-module
23
+ ```bash
24
+ yarn add -D @irbags/ui-kit
25
+ ```
76
26
 
77
- [npm-downloads-src]: https://img.shields.io/npm/dm/my-module.svg?style=flat&colorA=020420&colorB=00DC82
78
- [npm-downloads-href]: https://npm.chart.dev/my-module
27
+ ## Using
79
28
 
80
- [license-src]: https://img.shields.io/npm/l/my-module.svg?style=flat&colorA=020420&colorB=00DC82
81
- [license-href]: https://npmjs.com/package/my-module
29
+ Add module to `nuxt.config.ts`:
82
30
 
83
- [nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
84
- [nuxt-href]: https://nuxt.com
31
+ ```ts
32
+ export default defineNuxtConfig({
33
+ modules: ["@irbags/ui-kit"],
34
+ srcDir: "src",
35
+ });
36
+ ```
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.0.1-alpha.0",
7
+ "version": "1.0.1-alpha.2",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
@@ -1,4 +1,4 @@
1
- <svg width="55" height="38" viewBox="0 0 55 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M34.4328 22.4993L40.3696 11.9153L55 38H0L21.6275 0L34.4328 22.4993Z" fill="white"/>
3
- <path d="M37.5764 3.48333C37.5764 5.40712 36.0461 6.96667 34.1583 6.96667C32.2706 6.96667 30.7403 5.40712 30.7403 3.48333C30.7403 1.55954 32.2706 0 34.1583 0C36.0461 0 37.5764 1.55954 37.5764 3.48333Z" fill="white"/>
4
- </svg>
1
+ <svg width="55" height="38" viewBox="0 0 55 38" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M34.4328 22.4993L40.3696 11.9153L55 38H0L21.6275 0L34.4328 22.4993Z" fill="white"/>
3
+ <path d="M37.5764 3.48333C37.5764 5.40712 36.0461 6.96667 34.1583 6.96667C32.2706 6.96667 30.7403 5.40712 30.7403 3.48333C30.7403 1.55954 32.2706 0 34.1583 0C36.0461 0 37.5764 1.55954 37.5764 3.48333Z" fill="white"/>
4
+ </svg>
package/package.json CHANGED
@@ -1,62 +1,62 @@
1
- {
2
- "name": "@irbags/ui-kit",
3
- "version": "1.0.1-alpha.0",
4
- "description": "My new Nuxt module",
5
- "repository": "your-org/my-module",
6
- "license": "MIT",
7
- "type": "module",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/types.d.mts",
11
- "import": "./dist/module.mjs"
12
- }
13
- },
14
- "main": "./dist/module.mjs",
15
- "typesVersions": {
16
- "*": {
17
- ".": [
18
- "./dist/types.d.mts"
19
- ]
20
- }
21
- },
22
- "files": [
23
- "dist"
24
- ],
25
- "scripts": {
26
- "dev": "npm run dev:prepare && nuxi dev playground",
27
- "dev:build": "nuxi build playground",
28
- "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
29
- "lint": "eslint .",
30
- "test": "vitest run",
31
- "test:watch": "vitest watch",
32
- "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
33
- "prepack": "nuxt-module-build build",
34
- "pack": "npm pack",
35
- "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
36
- "release:alpha": "npm version prerelease --preid=alpha && npm publish --tag next --access public",
37
- "release:beta": "npm version prerelease --preid=beta && npm publish --tag next --access public",
38
- "release:rc": "npm version prerelease --preid=rc && npm publish --tag next --access public",
39
- "release:patch": "npm version patch && npm publish --tag latest --access public",
40
- "release:minor": "npm version minor && npm publish --tag latest --access public",
41
- "release:major": "npm version major && npm publish --tag latest --access public"
42
- },
43
- "dependencies": {
44
- "@antfu/eslint-config": "^6.2.0",
45
- "@nuxt/kit": "^4.2.1",
46
- "@nuxt/ui": "^3.3.7",
47
- "@nuxtjs/tailwindcss": "^6.14.0",
48
- "nuxt": "3.18.1"
49
- },
50
- "devDependencies": {
51
- "@nuxt/devtools": "^3.1.0",
52
- "@nuxt/eslint-config": "^1.10.0",
53
- "@nuxt/module-builder": "^1.0.2",
54
- "@nuxt/schema": "^4.2.1",
55
- "@types/node": "latest",
56
- "changelogen": "^0.6.2",
57
- "eslint": "^9.39.1",
58
- "typescript": "~5.9.3",
59
- "vue-tsc": "^3.1.4"
60
- },
61
- "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
62
- }
1
+ {
2
+ "name": "@irbags/ui-kit",
3
+ "version": "1.0.1-alpha.2",
4
+ "description": "IRBAGS UI Kit",
5
+ "repository": "danda-studio/irbags/tree/develop/frontend/ui-kit",
6
+ "license": "MIT",
7
+ "type": "module",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/types.d.mts",
11
+ "import": "./dist/module.mjs"
12
+ }
13
+ },
14
+ "main": "./dist/module.mjs",
15
+ "typesVersions": {
16
+ "*": {
17
+ ".": [
18
+ "./dist/types.d.mts"
19
+ ]
20
+ }
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "scripts": {
26
+ "dev": "npm run dev:prepare && nuxi dev playground",
27
+ "dev:build": "nuxi build playground",
28
+ "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
29
+ "lint": "eslint .",
30
+ "test": "vitest run",
31
+ "test:watch": "vitest watch",
32
+ "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
33
+ "prepack": "nuxt-module-build build",
34
+ "pack": "npm pack",
35
+ "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
36
+ "release:alpha": "npm version prerelease --preid=alpha && npm publish --tag next --access public",
37
+ "release:beta": "npm version prerelease --preid=beta && npm publish --tag next --access public",
38
+ "release:rc": "npm version prerelease --preid=rc && npm publish --tag next --access public",
39
+ "release:patch": "npm version patch && npm publish --tag latest --access public",
40
+ "release:minor": "npm version minor && npm publish --tag latest --access public",
41
+ "release:major": "npm version major && npm publish --tag latest --access public"
42
+ },
43
+ "dependencies": {
44
+ "@antfu/eslint-config": "^6.2.0",
45
+ "@nuxt/kit": "^4.2.1",
46
+ "@nuxt/ui": "^3.3.7",
47
+ "@nuxtjs/tailwindcss": "^6.14.0",
48
+ "nuxt": "3.18.1"
49
+ },
50
+ "devDependencies": {
51
+ "@nuxt/devtools": "^3.1.0",
52
+ "@nuxt/eslint-config": "^1.10.0",
53
+ "@nuxt/module-builder": "^1.0.2",
54
+ "@nuxt/schema": "^4.2.1",
55
+ "@types/node": "latest",
56
+ "changelogen": "^0.6.2",
57
+ "eslint": "^9.39.1",
58
+ "typescript": "~5.9.3",
59
+ "vue-tsc": "^3.1.4"
60
+ },
61
+ "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
62
+ }