@solfacil/girassol 0.20.0 → 0.21.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.
- package/README.md +8 -4
- package/dist/components.d.ts +1 -0
- package/dist/components.json +1 -1
- package/dist/girassol.es.js +6304 -6156
- package/dist/girassol.umd.js +5 -5
- package/dist/logo.svg +28 -23
- package/dist/style.css +1 -1
- package/dist/types/components/alert/Alert.vue.d.ts +8 -3
- package/dist/types/components/link/Link.vue.d.ts +52 -0
- package/dist/types/components/link/index.d.ts +2 -0
- package/dist/types/components/link/types.d.ts +19 -0
- package/dist/types/components/list/List.vue.d.ts +16 -10
- package/dist/types/components/list/ListItem.vue.d.ts +4 -4
- package/dist/types/components/menus/menu-item/MenuItemSeparator.vue.d.ts +1 -1
- package/dist/types/components/modals/onboarding/Onboarding.vue.d.ts +13 -2
- package/dist/types/components/overlay/Overlay.vue.d.ts +8 -1
- package/dist/types/components/tabs/Tabs.vue.d.ts +9 -2
- package/dist/types/index.d.ts +565 -93
- package/package.json +11 -11
- package/public/logo.svg +28 -23
- package/theme/solfacil/index.ts +14 -12
- package/theme/solfacil/utilities.ts +32 -9
- package/windi.config.ts +1 -0
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img style="width: 300px" src="https://girassol.pages.dev/public/
|
|
2
|
+
<img style="width: 300px" src="https://girassol.pages.dev/public/logo.svg" />
|
|
3
3
|
</div>
|
|
4
4
|
|
|
5
5
|
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
</a>
|
|
23
23
|
|
|
24
24
|
<a href="https://npm.im/@solfacil/girassol" target="_blank">
|
|
25
|
-
<img src="https://badgen.net/badge/typescript/v4.
|
|
25
|
+
<img src="https://badgen.net/badge/typescript/v4.9.4/1081c2?icon=typescript" />
|
|
26
26
|
</a>
|
|
27
27
|
|
|
28
28
|
<a href="https://npm.im/@solfacil/girassol" target="_blank">
|
|
29
|
-
<img src="https://badgen.net/badge/vue.js/v3.2.
|
|
29
|
+
<img src="https://badgen.net/badge/vue.js/v3.2.45/42b883" />
|
|
30
30
|
</a>
|
|
31
31
|
|
|
32
32
|
<a href="https://bundlephobia.com/result?p=@solfacil/girassol" target="_blank">
|
|
@@ -42,11 +42,15 @@
|
|
|
42
42
|
</a>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
|
+
|
|
46
|
+
- 👨💻 Develop in production
|
|
47
|
+
- ⚡️ Nuxt/Vue support
|
|
48
|
+
- 🧪 Fully tested with unit tests
|
|
49
|
+
|
|
45
50
|
# 📝 Documentação
|
|
46
51
|
|
|
47
52
|
Para compreender melhor o design system e para saber quais features e componentes estão disponíveis, acesse a **<a href="https://girassol.pages.dev/" target="_blank">Documentação oficial do Girassol</a>**
|
|
48
53
|
|
|
49
|
-
|
|
50
54
|
## 🔨 Tecnologias
|
|
51
55
|
|
|
52
56
|
As seguintes ferramentas foram usadas na construção do projeto:
|
package/dist/components.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ import '@vue/runtime-core'
|
|
|
36
36
|
SolMenuItemSeparator: typeof import('@solfacil/girassol')['SolMenuItemSeparator']
|
|
37
37
|
SolBreadcrumb: typeof import('@solfacil/girassol')['SolBreadcrumb']
|
|
38
38
|
SolDivider: typeof import('@solfacil/girassol')['SolDivider']
|
|
39
|
+
SolLink: typeof import('@solfacil/girassol')['SolLink']
|
|
39
40
|
}
|
|
40
41
|
}
|
|
41
42
|
|
package/dist/components.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"components":["SolButton","SolButtonDestructive","SolInputTextarea","SolInputText","SolInputTextPassword","SolRadio","SolRadioGroup","SolCheckbox","SolCheckboxGroup","SolSwitch","SolSelect","SolRemovableChip","SolSelectableChip","SolTag","SolAlert","SolAccordion","SolList","SolTabs","SolMenu","SolMenuItem","SolMenuItemLink","SolMenuNavigationLinks","SolModal","SolOnboarding","SolPagination","SolEmptyState","SolSearch","SolDatePicker","SolCollapsible","SolSteps","SolTextValue","SolFileUpload","SolMenuItemSeparator","SolBreadcrumb","SolDivider"]}
|
|
1
|
+
{"components":["SolButton","SolButtonDestructive","SolInputTextarea","SolInputText","SolInputTextPassword","SolRadio","SolRadioGroup","SolCheckbox","SolCheckboxGroup","SolSwitch","SolSelect","SolRemovableChip","SolSelectableChip","SolTag","SolAlert","SolAccordion","SolList","SolTabs","SolMenu","SolMenuItem","SolMenuItemLink","SolMenuNavigationLinks","SolModal","SolOnboarding","SolPagination","SolEmptyState","SolSearch","SolDatePicker","SolCollapsible","SolSteps","SolTextValue","SolFileUpload","SolMenuItemSeparator","SolBreadcrumb","SolDivider","SolLink"]}
|