@sysvale/cuida 3.117.0 → 3.117.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.
- package/README.md +6 -1
- package/dist/@sysvale/cuida.es.js +1 -1
- package/dist/@sysvale/cuida.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,8 +51,13 @@ app.provide('cdsUtils', cdsUtils);
|
|
|
51
51
|
<cds-badge variant="gray"> Conteúdo </cds-badge>
|
|
52
52
|
```
|
|
53
53
|
|
|
54
|
-
- Para utilizar os tokens
|
|
54
|
+
- Para utilizar os tokens do Cuida instale o sass-embedded
|
|
55
55
|
|
|
56
|
+
```bash
|
|
57
|
+
npm install -D sass-embedded
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
e importe o arquivo de tokens na sua tag script.
|
|
56
61
|
```html
|
|
57
62
|
<style lang="scss" scoped>
|
|
58
63
|
@import 'node_modules/@sysvale/cuida/dist/@sysvale/tokens.scss';
|
|
@@ -28067,7 +28067,7 @@ function BW(e, t, n, i, s, a) {
|
|
|
28067
28067
|
}, [
|
|
28068
28068
|
M("a", {
|
|
28069
28069
|
href: n.href,
|
|
28070
|
-
target: n.newTab ? "_blank" :
|
|
28070
|
+
target: n.newTab ? "_blank" : null
|
|
28071
28071
|
}, [
|
|
28072
28072
|
re(e.$slots, "default", { class: "link__text" }, () => [
|
|
28073
28073
|
Re(W(n.text), 1)
|