@stencitecnologia/front-kit 0.1.40 → 0.1.42
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 +2 -4
- package/dist/index.cjs +5 -5
- package/dist/index.es.js +466 -1581
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @stencitecnologia/front-kit
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
UI component library and front-end utilities for Stenci Vue projects.
|
|
4
4
|
|
|
5
5
|
Este pacote centraliza:
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@ Este pacote centraliza:
|
|
|
8
8
|
* Design System (tokens, base e UI)
|
|
9
9
|
* Integração com PrimeVue
|
|
10
10
|
* Diretivas customizadas
|
|
11
|
-
*
|
|
11
|
+
* Composables
|
|
12
12
|
* Wrapper de FontAwesome
|
|
13
13
|
* Overrides de estilos
|
|
14
14
|
|
|
@@ -82,8 +82,6 @@ src/
|
|
|
82
82
|
composables/
|
|
83
83
|
directives/
|
|
84
84
|
services/
|
|
85
|
-
utils/
|
|
86
|
-
validators/
|
|
87
85
|
styles/
|
|
88
86
|
tokens.css
|
|
89
87
|
base.css
|