@sysvale/cuida 3.117.0 → 3.117.2
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 +4 -3
- package/dist/@sysvale/cuida.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -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';
|
|
@@ -27799,7 +27799,8 @@ const n7 = /* @__PURE__ */ he(e2, [["render", wW], ["__scopeId", "data-v-f4113d0
|
|
|
27799
27799
|
default: J(() => [
|
|
27800
27800
|
R(Dt, {
|
|
27801
27801
|
direction: "column",
|
|
27802
|
-
gap: "1"
|
|
27802
|
+
gap: "1",
|
|
27803
|
+
fluid: ""
|
|
27803
27804
|
}, {
|
|
27804
27805
|
default: J(() => [
|
|
27805
27806
|
M("div", kW, W(o.value), 1),
|
|
@@ -27852,7 +27853,7 @@ const n7 = /* @__PURE__ */ he(e2, [["render", wW], ["__scopeId", "data-v-f4113d0
|
|
|
27852
27853
|
]);
|
|
27853
27854
|
};
|
|
27854
27855
|
}
|
|
27855
|
-
}, $W = /* @__PURE__ */ he(OW, [["__scopeId", "data-v-
|
|
27856
|
+
}, $W = /* @__PURE__ */ he(OW, [["__scopeId", "data-v-ad3705f9"]]);
|
|
27856
27857
|
function Qo(e) {
|
|
27857
27858
|
const t = ky();
|
|
27858
27859
|
return Object.keys(t).some((n) => n === e);
|
|
@@ -28067,7 +28068,7 @@ function BW(e, t, n, i, s, a) {
|
|
|
28067
28068
|
}, [
|
|
28068
28069
|
M("a", {
|
|
28069
28070
|
href: n.href,
|
|
28070
|
-
target: n.newTab ? "_blank" :
|
|
28071
|
+
target: n.newTab ? "_blank" : null
|
|
28071
28072
|
}, [
|
|
28072
28073
|
re(e.$slots, "default", { class: "link__text" }, () => [
|
|
28073
28074
|
Re(W(n.text), 1)
|