cetec-design-system 0.0.27 → 0.0.28
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.
|
@@ -200,6 +200,7 @@ const ue = (e) => Xe.get(e) || e, Ye = {
|
|
|
200
200
|
breakpoints: { keys: ["base", "xs", "sm", "md", "lg", "xl", "2xl"] }
|
|
201
201
|
},
|
|
202
202
|
utility: {
|
|
203
|
+
prefix: "Cetec",
|
|
203
204
|
transform: (e, t) => {
|
|
204
205
|
const r = ue(e);
|
|
205
206
|
return { className: `${De.get(r) || Nt(r)}_${re(t)}` };
|
|
@@ -289,6 +290,7 @@ const _ = (e, t, r) => {
|
|
|
289
290
|
breakpoints: { keys: ["base", "xs", "sm", "md", "lg", "xl", "2xl"] }
|
|
290
291
|
},
|
|
291
292
|
utility: {
|
|
293
|
+
prefix: "Cetec",
|
|
292
294
|
toHash: (l, m) => m(l.join(":")),
|
|
293
295
|
transform: (l, m) => (or(e, r, a, l), m === "__ignore__" ? { className: e } : (m = re(m), { className: `${e}--${l}_${m}` }))
|
|
294
296
|
}
|