@solfacil/girassol 0.7.0-beta-pagination.1 → 0.7.0-beta-tabs.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.
Files changed (42) hide show
  1. package/cli/build/cli.js +68 -0
  2. package/cli/build/commands/create:component.js +136 -0
  3. package/cli/build/commands/generate:plugin.js +109 -0
  4. package/cli/build/commands/generate:types.js +76 -0
  5. package/cli/build/commands/girassol-cli.js +52 -0
  6. package/cli/build/extensions/cli-extension.js +17 -0
  7. package/cli/build/templates/components.d.ts.ejs +1 -0
  8. package/cli/build/templates/nuxt-plugin.ejs +8 -0
  9. package/cli/build/templates/vitesse-plugin.ejs +8 -0
  10. package/cli/build/templates/vue-plugin.ejs +5 -0
  11. package/cli/build/templates/windi.config.ts.ejs +3 -0
  12. package/cli/build/types/cli.d.ts +1 -0
  13. package/cli/build/types/commands/create:component.d.ts +1 -0
  14. package/cli/build/types/commands/generate:plugin.d.ts +1 -0
  15. package/cli/build/types/commands/generate:types.d.ts +7 -0
  16. package/cli/build/types/commands/girassol-cli.d.ts +1 -0
  17. package/cli/build/types/extensions/cli-extension.d.ts +1 -0
  18. package/cli/build/types/types.d.ts +0 -0
  19. package/cli/build/types.js +2 -0
  20. package/dist/components.d.ts +3 -0
  21. package/dist/components.json +1 -1
  22. package/dist/girassol.es.js +2729 -2532
  23. package/dist/girassol.umd.js +9 -9
  24. package/dist/style.css +1 -1
  25. package/dist/types/components/empty-state/EmptyState.vue.d.ts +97 -0
  26. package/dist/types/components/empty-state/empty-state.spec.d.ts +1 -0
  27. package/dist/types/components/empty-state/index.d.ts +2 -0
  28. package/dist/types/components/empty-state/types.d.ts +7 -0
  29. package/dist/types/components/filters/chip/removable-chip/RemovableChip.vue.d.ts +4 -4
  30. package/dist/types/components/forms/button/button/Button.vue.d.ts +4 -4
  31. package/dist/types/components/informations/tag/Tag.vue.d.ts +4 -4
  32. package/dist/types/components/list/ListItem.vue.d.ts +17 -9
  33. package/dist/types/components/list/types.d.ts +2 -2
  34. package/dist/types/components/tabs/TabItem.vue.d.ts +83 -0
  35. package/dist/types/components/tabs/Tabs.vue.d.ts +133 -0
  36. package/dist/types/components/tabs/index.d.ts +2 -0
  37. package/dist/types/components/tabs/tabs.spec.d.ts +1 -0
  38. package/dist/types/components/tabs/types.d.ts +13 -0
  39. package/dist/types/composables/use-navigate/index.d.ts +3 -6
  40. package/dist/types/composables/use-navigate/types.d.ts +8 -0
  41. package/dist/types/index.d.ts +417 -61
  42. package/package.json +26 -22
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.7.0-beta-pagination.1",
4
+ "version": "0.7.0-beta-tabs.1",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {
@@ -37,6 +37,7 @@
37
37
  },
38
38
  "types": "./dist/types/index.d.ts",
39
39
  "scripts": {
40
+ "typecheck": "vue-tsc --noEmit",
40
41
  "dev": "vite --port 3333 --host",
41
42
  "build:lib": "vue-tsc --noEmit && vite build",
42
43
  "build:lib:ts": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
@@ -59,19 +60,19 @@
59
60
  "semantic-release": "semantic-release"
60
61
  },
61
62
  "dependencies": {
62
- "@vueuse/core": "^9.3.0",
63
+ "@vueuse/core": "^9.4.0",
63
64
  "gluegun": "latest",
64
65
  "maska": "^1.5.0",
65
- "vee-validate": "^4.7.0",
66
- "vue": "^3.2.40"
66
+ "vee-validate": "^4.7.1",
67
+ "vue": "^3.2.41"
67
68
  },
68
69
  "devDependencies": {
69
- "@antfu/eslint-config": "^0.26.1",
70
- "@babel/core": "^7.18.10",
71
- "@babel/preset-env": "^7.18.10",
72
- "@commitlint/cli": "^17.0.3",
73
- "@commitlint/config-conventional": "^17.0.3",
74
- "@iconify/json": "^2.1.119",
70
+ "@antfu/eslint-config": "^0.27.0",
71
+ "@babel/core": "^7.19.6",
72
+ "@babel/preset-env": "^7.19.4",
73
+ "@commitlint/cli": "^17.1.2",
74
+ "@commitlint/config-conventional": "^17.1.0",
75
+ "@iconify/json": "^2.1.125",
75
76
  "@semantic-release/changelog": "^6.0.1",
76
77
  "@semantic-release/git": "^10.0.1",
77
78
  "@semantic-release/npm": "^9.0.1",
@@ -80,7 +81,7 @@
80
81
  "@storybook/addon-actions": "^6.5.10",
81
82
  "@storybook/addon-essentials": "^6.5.10",
82
83
  "@storybook/addon-links": "^6.5.10",
83
- "@storybook/builder-vite": "^0.2.2",
84
+ "@storybook/builder-vite": "^0.2.4",
84
85
  "@storybook/theming": "^6.5.10",
85
86
  "@storybook/vue3": "^6.5.10",
86
87
  "@testing-library/jest-dom": "^5.16.5",
@@ -88,22 +89,22 @@
88
89
  "@testing-library/vue": "^6.6.1",
89
90
  "@types/jest-axe": "^3.5.5",
90
91
  "@types/node": "18.8.0",
91
- "@typescript-eslint/eslint-plugin": "^5.30.0",
92
- "@typescript-eslint/parser": "^5.30.0",
92
+ "@typescript-eslint/eslint-plugin": "^5.40.1",
93
+ "@typescript-eslint/parser": "^5.40.1",
93
94
  "@vitejs/plugin-vue": "^3.1.2",
94
- "@vitest/coverage-c8": "^0.24.0",
95
- "@vitest/ui": "^0.24.0",
95
+ "@vitest/coverage-c8": "^0.24.3",
96
+ "@vitest/ui": "^0.24.3",
96
97
  "babel-loader": "^8.2.5",
97
98
  "c8": "^7.12.0",
98
99
  "cli-spinner": "^0.2.10",
99
- "commitizen": "^4.2.4",
100
+ "commitizen": "^4.2.5",
100
101
  "copyfiles": "^2.4.1",
101
102
  "critters": "^0.0.16",
102
103
  "eslint": "^8.25.0",
103
104
  "eslint-config-prettier": "^8.5.0",
104
- "eslint-plugin-html": "^6.2.0",
105
+ "eslint-plugin-html": "^7.1.0",
105
106
  "eslint-plugin-prettier": "^4.2.1",
106
- "eslint-plugin-vue": "^8.7.1",
107
+ "eslint-plugin-vue": "^9.6.0",
107
108
  "eslint-plugin-vuejs-accessibility": "^1.2.0",
108
109
  "husky": "^8.0.1",
109
110
  "jest-axe": "^5.0.1",
@@ -117,13 +118,13 @@
117
118
  "stylelint-order": "^5.0.0",
118
119
  "ts-node": "^10.9.1",
119
120
  "typescript": "^4.8.4",
120
- "unplugin-icons": "^0.14.11",
121
- "vite": "^3.1.6",
121
+ "unplugin-icons": "^0.14.12",
122
+ "vite": "^3.1.8",
122
123
  "vite-plugin-inspect": "^0.7.5",
123
124
  "vite-plugin-windicss": "^1.8.8",
124
- "vitest": "^0.24.0",
125
+ "vitest": "^0.24.3",
125
126
  "vue-loader": "^17.0.0",
126
- "vue-tsc": "^1.0.7",
127
+ "vue-tsc": "^1.0.9",
127
128
  "windicss": "^3.5.6"
128
129
  },
129
130
  "resolutions": {
@@ -150,5 +151,8 @@
150
151
  "commitizen": {
151
152
  "path": "./node_modules/cz-conventional-changelog"
152
153
  }
154
+ },
155
+ "publishConfig": {
156
+ "access": "public"
153
157
  }
154
158
  }