@solfacil/girassol 0.2.10 → 0.3.0

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 (26) hide show
  1. package/dist/girassol.es.js +340 -317
  2. package/dist/girassol.umd.js +2 -2
  3. package/dist/style.css +1 -1
  4. package/dist/theme/solfacil/miscs.d.ts +7 -0
  5. package/dist/theme/solfacil/spacing.d.ts +3 -0
  6. package/dist/types/components/forms/button/{Button.vue.d.ts → button/Button.vue.d.ts} +0 -0
  7. package/dist/types/components/forms/button/{button.spec.d.ts → button/button.spec.d.ts} +0 -0
  8. package/dist/types/components/forms/button/{ButtonDestructive.vue.d.ts → button-destructive/ButtonDestructive.vue.d.ts} +0 -0
  9. package/dist/types/components/forms/button/index.d.ts +2 -2
  10. package/dist/types/components/forms/checkbox/{Checkbox.vue.d.ts → checkbox/Checkbox.vue.d.ts} +12 -8
  11. package/dist/types/components/forms/checkbox/{checkbox.spec.d.ts → checkbox/checkbox.spec.d.ts} +0 -0
  12. package/dist/types/components/forms/checkbox/{CheckboxGroup.vue.d.ts → checkbox-group/CheckboxGroup.vue.d.ts} +12 -12
  13. package/dist/types/components/forms/checkbox/{checkbox-group.spec.d.ts → checkbox-group/checkbox-group.spec.d.ts} +0 -0
  14. package/dist/types/components/forms/checkbox/index.d.ts +2 -2
  15. package/dist/types/components/forms/checkbox/{checkbox-type.d.ts → type.d.ts} +1 -0
  16. package/dist/types/components/forms/radio/index.d.ts +2 -2
  17. package/dist/types/components/forms/radio/{Radio.vue.d.ts → radio/Radio.vue.d.ts} +8 -8
  18. package/dist/types/components/forms/radio/{radio.spec.d.ts → radio/radio.spec.d.ts} +0 -0
  19. package/dist/types/components/forms/radio/{RadioGroup.vue.d.ts → radio-group/RadioGroup.vue.d.ts} +14 -14
  20. package/dist/types/components/forms/radio/{radio-group.spec.d.ts → radio-group/radio-group.spec.d.ts} +0 -0
  21. package/dist/types/components/forms/radio/{radio-type.d.ts → types.d.ts} +0 -0
  22. package/dist/types/components/menus/menu-item/menu-item-link/MenuItemLink.vue.d.ts +4 -0
  23. package/dist/types/components/menus/menu-item/menu-item-link/types.d.ts +1 -0
  24. package/dist/types/index.d.ts +108 -84
  25. package/package.json +20 -18
  26. package/theme/solfacil/spacing.ts +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.2.10",
4
+ "version": "0.3.0",
5
5
  "authors": [
6
6
  {
7
7
  "name": "Kevin Martin",
@@ -68,21 +68,23 @@
68
68
  "@commitlint/cli": "^17.0.3",
69
69
  "@commitlint/config-conventional": "^17.0.3",
70
70
  "@iconify/json": "^2.1.89",
71
- "@storybook/addon-a11y": "^6.5.9",
72
- "@storybook/addon-actions": "^6.5.9",
73
- "@storybook/addon-essentials": "^6.5.9",
74
- "@storybook/addon-links": "^6.5.9",
71
+ "@storybook/addon-a11y": "^6.5.10",
72
+ "@storybook/addon-actions": "^6.5.10",
73
+ "@storybook/addon-essentials": "^6.5.10",
74
+ "@storybook/addon-links": "^6.5.10",
75
75
  "@storybook/builder-vite": "^0.2.2",
76
- "@storybook/theming": "^6.5.9",
77
- "@storybook/vue3": "^6.5.9",
78
- "@testing-library/jest-dom": "^5.16.4",
79
- "@testing-library/user-event": "^14.2.1",
76
+ "@storybook/theming": "^6.5.10",
77
+ "@storybook/vue3": "^6.5.10",
78
+ "@testing-library/jest-dom": "^5.16.5",
79
+ "@testing-library/user-event": "^14.4.3",
80
80
  "@testing-library/vue": "^6.6.1",
81
81
  "@types/jest-axe": "^3.5.4",
82
82
  "@types/node": "^17.0.41",
83
83
  "@typescript-eslint/eslint-plugin": "^5.30.0",
84
84
  "@typescript-eslint/parser": "^5.30.0",
85
- "@vitejs/plugin-vue": "^3.0.1",
85
+ "@vitejs/plugin-vue": "^3.0.3",
86
+ "@vitest/coverage-c8": "^0.22.1",
87
+ "@vitest/ui": "^0.22.1",
86
88
  "babel-loader": "^8.2.5",
87
89
  "c8": "^7.12.0",
88
90
  "cli-spinner": "^0.2.10",
@@ -100,19 +102,19 @@
100
102
  "jsdom": "^20.0.0",
101
103
  "sass": "^1.50.0",
102
104
  "storybook-addon-designs": "^6.3.1",
103
- "stylelint": "^14.9.1",
105
+ "stylelint": "^14.10.0",
104
106
  "stylelint-config-prettier": "^9.0.3",
105
107
  "stylelint-config-property-sort-order-smacss": "^9.0.0",
106
108
  "stylelint-order": "^5.0.0",
107
- "ts-node": "^10.8.1",
109
+ "ts-node": "^10.9.1",
108
110
  "typescript": "^4.7.4",
109
- "unplugin-icons": "^0.14.7",
110
- "vite": "^3.0.5",
111
- "vite-plugin-inspect": "^0.5.1",
111
+ "unplugin-icons": "^0.14.8",
112
+ "vite": "^3.0.9",
113
+ "vite-plugin-inspect": "^0.6.0",
112
114
  "vite-plugin-windicss": "^1.8.7",
113
- "vitest": "^0.21.1",
115
+ "vitest": "^0.22.1",
114
116
  "vue-loader": "^17.0.0",
115
- "vue-tsc": "^0.40.0",
117
+ "vue-tsc": "^0.40.1",
116
118
  "windicss": "^3.5.6"
117
119
  },
118
120
  "repository": {
@@ -136,4 +138,4 @@
136
138
  "path": "./node_modules/cz-conventional-changelog"
137
139
  }
138
140
  }
139
- }
141
+ }
@@ -2,7 +2,8 @@ export const sizings = {
2
2
  'quark': '0.25rem',
3
3
  'nano': '0.5rem',
4
4
  'micro': '0.75rem',
5
- '3xs': '1rem',
5
+ '4xs': '1rem',
6
+ '3xs': '1.25rem',
6
7
  '2xs': '1.5rem',
7
8
  'xs': '2rem',
8
9