@televet/kibble-ui 4.0.0-beta.121 → 4.0.0-beta.122
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/dist/chunks/{theme.provider-CWlAUk5a.js → theme.provider-B0zBjo_b.js} +5 -1
- package/dist/chunks/{theme.provider-CWlAUk5a.js.map → theme.provider-B0zBjo_b.js.map} +1 -1
- package/dist/chunks/{theme.provider-BWaTybbq.js → theme.provider-Bhx8UNwC.js} +5 -1
- package/dist/chunks/{theme.provider-BWaTybbq.js.map → theme.provider-Bhx8UNwC.js.map} +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/theme/index.cjs +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/theme/index.js +1 -1
- package/package.json +1 -1
|
@@ -12229,21 +12229,25 @@ const mi = (e) => /* @__PURE__ */ n.jsx(zt, { attribute: "class", disableTransit
|
|
|
12229
12229
|
font-family: "aktiv-grotesk", sans-serif;
|
|
12230
12230
|
font-style: normal;
|
|
12231
12231
|
font-weight: 400;
|
|
12232
|
+
font-display: swap;
|
|
12232
12233
|
}
|
|
12233
12234
|
@font-face {
|
|
12234
12235
|
font-family: "aktiv-grotesk", sans-serif;
|
|
12235
12236
|
font-style: italic;
|
|
12236
12237
|
font-weight: 400;
|
|
12238
|
+
font-display: swap;
|
|
12237
12239
|
}
|
|
12238
12240
|
@font-face {
|
|
12239
12241
|
font-family: "aktiv-grotesk", sans-serif;
|
|
12240
12242
|
font-style: normal;
|
|
12241
12243
|
font-weight: 600;
|
|
12244
|
+
font-display: swap;
|
|
12242
12245
|
}
|
|
12243
12246
|
@font-face {
|
|
12244
12247
|
font-family: "aktiv-grotesk", sans-serif;
|
|
12245
12248
|
font-style: italic;
|
|
12246
12249
|
font-weight: 600;
|
|
12250
|
+
font-display: swap;
|
|
12247
12251
|
}
|
|
12248
12252
|
`
|
|
12249
12253
|
}
|
|
@@ -12261,4 +12265,4 @@ export {
|
|
|
12261
12265
|
Ls as k,
|
|
12262
12266
|
Fs as s
|
|
12263
12267
|
};
|
|
12264
|
-
//# sourceMappingURL=theme.provider-
|
|
12268
|
+
//# sourceMappingURL=theme.provider-B0zBjo_b.js.map
|