@cck-ui/core 0.7.0 → 0.8.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.
@@ -0,0 +1,390 @@
1
+ "use client";
2
+ const require_export_helper = require("../../_virtual/_/plugin-vue/export-helper.cjs");
3
+ const require_use_component_props = require("../../core/config-provider/use-component-props/use-component-props.cjs");
4
+ const require_index = require("../../core/box/index.cjs");
5
+ const require_use_styles = require("../../core/styles-api/use-styles/use-styles.cjs");
6
+ const require_center_module = require("./center.module.cjs");
7
+ let vue = require("vue");
8
+ //#region packages/@cck-ui/core/src/components/center/center.vue
9
+ const _sfc_main = /*@__PURE__*/ (0, vue.defineComponent)({
10
+ name: "CCenter",
11
+ __name: "center",
12
+ props: {
13
+ inline: {
14
+ type: Boolean,
15
+ required: false
16
+ },
17
+ className: {
18
+ type: String,
19
+ required: false
20
+ },
21
+ style: {
22
+ type: [
23
+ Object,
24
+ Function,
25
+ Array
26
+ ],
27
+ required: false,
28
+ skipCheck: true
29
+ },
30
+ __vars: {
31
+ type: null,
32
+ required: false
33
+ },
34
+ __size: {
35
+ type: String,
36
+ required: false
37
+ },
38
+ hiddenFrom: {
39
+ type: null,
40
+ required: false
41
+ },
42
+ visibleFrom: {
43
+ type: null,
44
+ required: false
45
+ },
46
+ lightHidden: {
47
+ type: Boolean,
48
+ required: false
49
+ },
50
+ darkHidden: {
51
+ type: Boolean,
52
+ required: false
53
+ },
54
+ mod: {
55
+ type: [
56
+ Object,
57
+ String,
58
+ Array
59
+ ],
60
+ required: false
61
+ },
62
+ m: {
63
+ type: null,
64
+ required: false
65
+ },
66
+ my: {
67
+ type: null,
68
+ required: false
69
+ },
70
+ mx: {
71
+ type: null,
72
+ required: false
73
+ },
74
+ mt: {
75
+ type: null,
76
+ required: false
77
+ },
78
+ mb: {
79
+ type: null,
80
+ required: false
81
+ },
82
+ ms: {
83
+ type: null,
84
+ required: false
85
+ },
86
+ me: {
87
+ type: null,
88
+ required: false
89
+ },
90
+ mis: {
91
+ type: null,
92
+ required: false
93
+ },
94
+ mie: {
95
+ type: null,
96
+ required: false
97
+ },
98
+ ml: {
99
+ type: null,
100
+ required: false
101
+ },
102
+ mr: {
103
+ type: null,
104
+ required: false
105
+ },
106
+ p: {
107
+ type: null,
108
+ required: false
109
+ },
110
+ py: {
111
+ type: null,
112
+ required: false
113
+ },
114
+ px: {
115
+ type: null,
116
+ required: false
117
+ },
118
+ pt: {
119
+ type: null,
120
+ required: false
121
+ },
122
+ pb: {
123
+ type: null,
124
+ required: false
125
+ },
126
+ ps: {
127
+ type: null,
128
+ required: false
129
+ },
130
+ pe: {
131
+ type: null,
132
+ required: false
133
+ },
134
+ pis: {
135
+ type: null,
136
+ required: false
137
+ },
138
+ pie: {
139
+ type: null,
140
+ required: false
141
+ },
142
+ pl: {
143
+ type: null,
144
+ required: false
145
+ },
146
+ pr: {
147
+ type: null,
148
+ required: false
149
+ },
150
+ bd: {
151
+ type: null,
152
+ required: false
153
+ },
154
+ bdrs: {
155
+ type: null,
156
+ required: false
157
+ },
158
+ bg: {
159
+ type: null,
160
+ required: false
161
+ },
162
+ c: {
163
+ type: null,
164
+ required: false
165
+ },
166
+ opacity: {
167
+ type: [
168
+ String,
169
+ Object,
170
+ Number
171
+ ],
172
+ required: false
173
+ },
174
+ ff: {
175
+ type: [String, Object],
176
+ required: false
177
+ },
178
+ fz: {
179
+ type: null,
180
+ required: false
181
+ },
182
+ fw: {
183
+ type: null,
184
+ required: false
185
+ },
186
+ lts: {
187
+ type: null,
188
+ required: false
189
+ },
190
+ ta: {
191
+ type: [String, Object],
192
+ required: false
193
+ },
194
+ lh: {
195
+ type: null,
196
+ required: false
197
+ },
198
+ fs: {
199
+ type: null,
200
+ required: false
201
+ },
202
+ tt: {
203
+ type: [String, Object],
204
+ required: false
205
+ },
206
+ td: {
207
+ type: null,
208
+ required: false
209
+ },
210
+ w: {
211
+ type: null,
212
+ required: false
213
+ },
214
+ miw: {
215
+ type: null,
216
+ required: false
217
+ },
218
+ maw: {
219
+ type: null,
220
+ required: false
221
+ },
222
+ h: {
223
+ type: null,
224
+ required: false
225
+ },
226
+ mih: {
227
+ type: null,
228
+ required: false
229
+ },
230
+ mah: {
231
+ type: null,
232
+ required: false
233
+ },
234
+ bgsz: {
235
+ type: null,
236
+ required: false
237
+ },
238
+ bgp: {
239
+ type: null,
240
+ required: false
241
+ },
242
+ bgr: {
243
+ type: null,
244
+ required: false
245
+ },
246
+ bga: {
247
+ type: null,
248
+ required: false
249
+ },
250
+ pos: {
251
+ type: [String, Object],
252
+ required: false
253
+ },
254
+ top: {
255
+ type: null,
256
+ required: false
257
+ },
258
+ left: {
259
+ type: null,
260
+ required: false
261
+ },
262
+ bottom: {
263
+ type: null,
264
+ required: false
265
+ },
266
+ right: {
267
+ type: null,
268
+ required: false
269
+ },
270
+ inset: {
271
+ type: null,
272
+ required: false
273
+ },
274
+ display: {
275
+ type: null,
276
+ required: false
277
+ },
278
+ flex: {
279
+ type: null,
280
+ required: false
281
+ },
282
+ unstyled: {
283
+ type: Boolean,
284
+ required: false
285
+ },
286
+ variant: {
287
+ type: null,
288
+ required: false
289
+ },
290
+ classNames: {
291
+ type: null,
292
+ required: false
293
+ },
294
+ styles: {
295
+ type: null,
296
+ required: false
297
+ },
298
+ vars: {
299
+ type: Function,
300
+ required: false
301
+ },
302
+ attributes: {
303
+ type: null,
304
+ required: false
305
+ }
306
+ },
307
+ setup(__props, { expose: __expose }) {
308
+ const _root = (0, vue.ref)(null);
309
+ const attrs = (0, vue.useAttrs)();
310
+ const rawProps = __props;
311
+ const props = require_use_component_props.useComponentProps({
312
+ component: "CCenter",
313
+ defaultProps: {},
314
+ props: rawProps
315
+ });
316
+ const knownProps = [
317
+ "classNames",
318
+ "className",
319
+ "style",
320
+ "styles",
321
+ "unstyled",
322
+ "vars",
323
+ "inline",
324
+ "mod",
325
+ "attributes"
326
+ ];
327
+ const getStyles = require_use_styles.useStyles({
328
+ name: "Center",
329
+ props: {
330
+ ...props.value,
331
+ ...attrs
332
+ },
333
+ classes: require_center_module.default,
334
+ className: props.value.className,
335
+ style: props.value.style,
336
+ classNames: props.value.classNames,
337
+ styles: props.value.styles,
338
+ unstyled: props.value.unstyled,
339
+ attributes: props.value.attributes,
340
+ vars: props.value.vars
341
+ });
342
+ const modList = (0, vue.computed)(() => [{ inline: props.value.inline }]);
343
+ const rootAttrs = (0, vue.computed)(() => getStyles("root"));
344
+ const mergedAttrs = (0, vue.computed)(() => {
345
+ const others = {};
346
+ const propsValue = props.value;
347
+ Object.keys(propsValue).forEach((key) => {
348
+ if (!knownProps.includes(key)) others[key] = propsValue[key];
349
+ });
350
+ const userMod = props.value.mod;
351
+ const mergedMod = [...Array.isArray(userMod) ? userMod : [userMod].filter(Boolean), ...modList.value || []];
352
+ return {
353
+ ...others,
354
+ mod: mergedMod,
355
+ ...rootAttrs.value
356
+ };
357
+ });
358
+ __expose({ root: (0, vue.computed)(() => _root.value?.root ?? null) });
359
+ const __returned__ = {
360
+ _root,
361
+ attrs,
362
+ rawProps,
363
+ props,
364
+ knownProps,
365
+ getStyles,
366
+ modList,
367
+ rootAttrs,
368
+ mergedAttrs,
369
+ get CBox() {
370
+ return require_index.CBox;
371
+ }
372
+ };
373
+ Object.defineProperty(__returned__, "__isScriptSetup", {
374
+ enumerable: false,
375
+ value: true
376
+ });
377
+ return __returned__;
378
+ }
379
+ });
380
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
381
+ return (0, vue.openBlock)(), (0, vue.createBlock)($setup["CBox"], (0, vue.mergeProps)({ ref: "_root" }, $setup.mergedAttrs), {
382
+ default: (0, vue.withCtx)(() => [(0, vue.renderSlot)(_ctx.$slots, "default")]),
383
+ _: 3
384
+ }, 16);
385
+ }
386
+ var center_default = /*#__PURE__*/ require_export_helper.default(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/cck-ui/cck-ui/packages/@cck-ui/core/src/components/center/center.vue"]]);
387
+ //#endregion
388
+ exports.default = center_default;
389
+
390
+ //# sourceMappingURL=center.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"center.cjs","names":[],"sources":["../../../src/components/center/center.vue"],"sourcesContent":["<template>\n <c-box ref=\"_root\" v-bind=\"mergedAttrs\">\n <slot />\n </c-box>\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, ref, useAttrs } from 'vue'\nimport { CenterFactory, CenterProps } from './center.types'\nimport { CBox, useComponentProps, useStyles } from '../../core'\nimport classes from './center.module.css'\n\ndefineOptions({\n name: 'CCenter',\n})\n\nconst _root = ref<InstanceType<typeof CBox> | null>(null)\n\nconst attrs = useAttrs()\n\nconst rawProps = defineProps<CenterProps>()\n\nconst props = useComponentProps({\n component: 'CCenter',\n defaultProps: {},\n props: rawProps,\n})\n\nconst knownProps = [\n 'classNames',\n 'className',\n 'style',\n 'styles',\n 'unstyled',\n 'vars',\n 'inline',\n 'mod',\n 'attributes',\n]\n\nconst getStyles = useStyles<CenterFactory>({\n name: 'Center',\n props: { ...props.value, ...attrs } as CenterProps,\n classes,\n className: props.value.className,\n style: props.value.style,\n classNames: props.value.classNames,\n styles: props.value.styles,\n unstyled: props.value.unstyled,\n attributes: props.value.attributes,\n vars: props.value.vars,\n})\n\nconst modList = computed(() => [{ inline: props.value.inline }])\n\nconst rootAttrs = computed(() => getStyles('root'))\n\nconst mergedAttrs = computed(() => {\n const others: Record<string, any> = {}\n const propsValue = props.value\n Object.keys(propsValue).forEach((key) => {\n if (!knownProps.includes(key)) {\n others[key] = propsValue[key as keyof typeof propsValue]\n }\n })\n const userMod = props.value.mod\n const mergedMod = [\n ...(Array.isArray(userMod) ? userMod : [userMod].filter(Boolean)),\n ...(modList.value || []),\n ]\n return { ...others, mod: mergedMod, ...rootAttrs.value }\n})\n\ndefineExpose({\n root: computed(() => _root.value?.root ?? null),\n})\n</script>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBA,MAAM,SAAA,GAAA,IAAA,IAAA,CAA8C,IAAI;EAExD,MAAM,SAAA,GAAA,IAAA,SAAA,CAAiB;EAEvB,MAAM,WAAW;EAEjB,MAAM,QAAQ,4BAAA,kBAAkB;GAC9B,WAAW;GACX,cAAc,CAAC;GACf,OAAO;EACT,CAAC;EAED,MAAM,aAAa;GACjB;GACA;GACA;GACA;GACA;GACA;GACA;GACA;GACA;EACF;EAEA,MAAM,YAAY,mBAAA,UAAyB;GACzC,MAAM;GACN,OAAO;IAAE,GAAG,MAAM;IAAO,GAAG;GAAM;GAClC,SAAA,sBAAA;GACA,WAAW,MAAM,MAAM;GACvB,OAAO,MAAM,MAAM;GACnB,YAAY,MAAM,MAAM;GACxB,QAAQ,MAAM,MAAM;GACpB,UAAU,MAAM,MAAM;GACtB,YAAY,MAAM,MAAM;GACxB,MAAM,MAAM,MAAM;EACpB,CAAC;EAED,MAAM,WAAA,GAAA,IAAA,SAAA,OAAyB,CAAC,EAAE,QAAQ,MAAM,MAAM,OAAO,CAAC,CAAC;EAE/D,MAAM,aAAA,GAAA,IAAA,SAAA,OAA2B,UAAU,MAAM,CAAC;EAElD,MAAM,eAAA,GAAA,IAAA,SAAA,OAA6B;GACjC,MAAM,SAA8B,CAAC;GACrC,MAAM,aAAa,MAAM;GACzB,OAAO,KAAK,UAAU,CAAC,CAAC,SAAS,QAAQ;IACvC,IAAI,CAAC,WAAW,SAAS,GAAG,GAC1B,OAAO,OAAO,WAAW;GAE7B,CAAC;GACD,MAAM,UAAU,MAAM,MAAM;GAC5B,MAAM,YAAY,CAChB,GAAI,MAAM,QAAQ,OAAO,IAAI,UAAU,CAAC,OAAO,CAAC,CAAC,OAAO,OAAO,GAC/D,GAAI,QAAQ,SAAS,CAAC,CACxB;GACA,OAAO;IAAE,GAAG;IAAQ,KAAK;IAAW,GAAG,UAAU;GAAM;EACzD,CAAC;EAED,SAAa,EACX,OAAA,GAAA,IAAA,SAAA,OAAqB,MAAM,OAAO,QAAQ,IAAI,EAChD,CAAC;;;;;;;;;;;;;;;;;;;;;;;mDAxES,OAAA,UAAA,GAAA,IAAA,WAAA,CAAA,EAFD,KAAI,QAAO,GAAS,OAAA,WAAW,GAAA;kCAC5B,EAAA,GAAA,IAAA,WAAA,CAAA,KAAA,QAAA,SAAA,CAAA,CAAA"}
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ //#region packages/@cck-ui/core/src/components/center/center.module.css
3
+ var center_module_default = { "root": "m_e0e8435a" };
4
+ //#endregion
5
+ exports.default = center_module_default;
6
+
7
+ //# sourceMappingURL=center.module.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"center.module.cjs","names":[],"sources":["../../../src/components/center/center.module.css"],"sourcesContent":[".root {\n display: flex;\n align-items: center;\n justify-content: center;\n\n &:where([data-inline]) {\n display: inline-flex;\n }\n}\n"],"mappings":";;AAAA,IAAA,wBAAe,EAAC,QAAO,aAAY"}
@@ -0,0 +1,13 @@
1
+ "use client";
2
+ const require_install = require("../../core/utils/vue/install.cjs");
3
+ const require_statics = require("../../core/utils/vue/statics.cjs");
4
+ const require_center_module = require("./center.module.cjs");
5
+ const require_center = require("./center.cjs");
6
+ //#region packages/@cck-ui/core/src/components/center/index.ts
7
+ const CenterWithStatic = require_statics.withPropsFactory(require_statics.withExtend(require_statics.withClasses(require_center.default, require_center_module.default)));
8
+ const CCenter = require_install.withInstall(CenterWithStatic);
9
+ //#endregion
10
+ exports.CCenter = CCenter;
11
+ exports.default = CCenter;
12
+
13
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","names":["withPropsFactory","withExtend","withClasses","Center","classes","withInstall"],"sources":["../../../src/components/center/index.ts"],"sourcesContent":["import {\n SFCWithInstallAndClasses,\n withClasses,\n withExtend,\n withInstall,\n withPropsFactory,\n} from '../../core'\nimport Center from './center.vue'\nimport classes from './center.module.css'\n\nconst CenterWithStatic = withPropsFactory(withExtend(withClasses(Center, classes)))\n\nexport const CCenter: SFCWithInstallAndClasses<typeof Center, typeof classes> =\n withInstall(CenterWithStatic)\n\nexport default CCenter\n\nexport * from './center.types'\n"],"mappings":";;;;;;AAUA,MAAM,mBAAmBA,gBAAAA,iBAAiBC,gBAAAA,WAAWC,gBAAAA,YAAYC,eAAAA,SAAQC,sBAAAA,OAAO,CAAC,CAAC;AAElF,MAAa,UACXC,gBAAAA,YAAY,gBAAgB"}
package/cjs/index.cjs CHANGED
@@ -61,27 +61,30 @@ const require_transitions = require("./components/transition/transitions.cjs");
61
61
  const require_get_transition_props = require("./components/transition/get-transition-props/get-transition-props.cjs");
62
62
  const require_index$6 = require("./components/transition/index.cjs");
63
63
  const require_index$7 = require("./components/button/index.cjs");
64
- const require_index$8 = require("./components/grid/index.cjs");
65
- const require_index$9 = require("./components/group/index.cjs");
66
- const require_index$10 = require("./components/simple-grid/index.cjs");
67
- const require_index$11 = require("./components/stack/index.cjs");
68
- const require_index$12 = require("./components/text/index.cjs");
64
+ const require_index$8 = require("./components/center/index.cjs");
65
+ const require_index$9 = require("./components/grid/index.cjs");
66
+ const require_index$10 = require("./components/group/index.cjs");
67
+ const require_index$11 = require("./components/simple-grid/index.cjs");
68
+ const require_index$12 = require("./components/stack/index.cjs");
69
+ const require_index$13 = require("./components/text/index.cjs");
69
70
  let _vue_shared = require("@vue/shared");
70
71
  //#region packages/@cck-ui/core/src/index.ts
71
72
  const INSTALLED_KEY = Symbol("INSTALLED_KEY");
72
73
  const components = [
73
74
  require_index$1.CckConfigProvider,
74
75
  require_index$2.CBox,
76
+ require_index$3.CAspectRatio,
75
77
  require_index$7.CButton,
76
78
  require_index$7.CButtonGroup,
77
79
  require_index$7.CButtonGroupSection,
78
- require_index$8.CGrid,
79
- require_index$8.CCol,
80
- require_index$9.CGroup,
80
+ require_index$8.CCenter,
81
+ require_index$9.CCol,
82
+ require_index$9.CGrid,
83
+ require_index$10.CGroup,
81
84
  require_index$5.CLoader,
82
- require_index$10.CSimpleGrid,
83
- require_index$11.CStack,
84
- require_index$12.CText,
85
+ require_index$11.CSimpleGrid,
86
+ require_index$12.CStack,
87
+ require_index$13.CText,
85
88
  require_index$6.CTransition,
86
89
  require_index$4.UnstyledButton
87
90
  ];
@@ -99,15 +102,16 @@ exports.CButton = require_index$7.CButton;
99
102
  exports.CButtonGroup = require_index$7.CButtonGroup;
100
103
  exports.CButtonGroupSection = require_index$7.CButtonGroupSection;
101
104
  exports.CCK_TRANSITIONS = require_transitions.transitions;
102
- exports.CCol = require_index$8.CCol;
105
+ exports.CCenter = require_index$8.CCenter;
106
+ exports.CCol = require_index$9.CCol;
103
107
  exports.CDefaultLoaders = require_index$5.CDefaultLoaders;
104
- exports.CGrid = require_index$8.CGrid;
105
- exports.CGroup = require_index$9.CGroup;
108
+ exports.CGrid = require_index$9.CGrid;
109
+ exports.CGroup = require_index$10.CGroup;
106
110
  exports.CLoader = require_index$5.CLoader;
107
111
  exports.CONFIG_KEY = require_config_provider_types.CONFIG_KEY;
108
- exports.CSimpleGrid = require_index$10.CSimpleGrid;
109
- exports.CStack = require_index$11.CStack;
110
- exports.CText = require_index$12.CText;
112
+ exports.CSimpleGrid = require_index$11.CSimpleGrid;
113
+ exports.CStack = require_index$12.CStack;
114
+ exports.CText = require_index$13.CText;
111
115
  exports.CTransition = require_index$6.CTransition;
112
116
  exports.CckConfigProvider = require_index$1.CckConfigProvider;
113
117
  exports.CckUI = CckUI;
package/cjs/index.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.cjs","names":["CckConfigProvider","CBox","CButton","CButtonGroup","CButtonGroupSection","CGrid","CCol","CGroup","CLoader","CSimpleGrid","CStack","CText","CTransition","UnstyledButton"],"sources":["../src/index.ts"],"sourcesContent":["import type { App, Plugin } from 'vue'\nimport {\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CCol,\n CGrid,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n} from './components'\nimport { CckConfigProvider, CBox } from './core'\n\nconst INSTALLED_KEY = Symbol('INSTALLED_KEY')\n\nconst components = [\n CckConfigProvider,\n CBox,\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CGrid,\n CCol,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n]\n\nconst CckUI: Plugin = {\n install(app: App) {\n if ((app as any)[INSTALLED_KEY]) {\n return\n }\n ;(app as any)[INSTALLED_KEY] = true\n components.forEach((c) => {\n if (c.name) {\n app.component(c.name, c)\n }\n })\n },\n}\n\nexport default CckUI\nexport { CckUI }\n\nexport * from './components'\nexport * from './core'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,MAAM,gBAAgB,OAAO,eAAe;AAE5C,MAAM,aAAa;CACjBA,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,iBAAAA;CACAC,iBAAAA;CACAC,iBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;AACF;AAEA,MAAM,QAAgB,EACpB,QAAQ,KAAU;CAChB,IAAK,IAAY,gBACf;CAED,IAAa,iBAAiB;CAC/B,WAAW,SAAS,MAAM;EACxB,IAAI,EAAE,MACJ,IAAI,UAAU,EAAE,MAAM,CAAC;CAE3B,CAAC;AACH,EACF"}
1
+ {"version":3,"file":"index.cjs","names":["CckConfigProvider","CBox","CAspectRatio","CButton","CButtonGroup","CButtonGroupSection","CCenter","CCol","CGrid","CGroup","CLoader","CSimpleGrid","CStack","CText","CTransition","UnstyledButton"],"sources":["../src/index.ts"],"sourcesContent":["import type { App, Plugin } from 'vue'\nimport {\n CAspectRatio,\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CCenter,\n CCol,\n CGrid,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n} from './components'\nimport { CckConfigProvider, CBox } from './core'\n\nconst INSTALLED_KEY = Symbol('INSTALLED_KEY')\n\nconst components = [\n CckConfigProvider,\n CBox,\n CAspectRatio,\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CCenter,\n CCol,\n CGrid,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n]\n\nconst CckUI: Plugin = {\n install(app: App) {\n if ((app as any)[INSTALLED_KEY]) {\n return\n }\n ;(app as any)[INSTALLED_KEY] = true\n components.forEach((c) => {\n if (c.name) {\n app.component(c.name, c)\n }\n })\n },\n}\n\nexport default CckUI\nexport { CckUI }\n\nexport * from './components'\nexport * from './core'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,MAAM,gBAAgB,OAAO,eAAe;AAE5C,MAAM,aAAa;CACjBA,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;CACAC,iBAAAA;CACAC,gBAAAA;CACAC,iBAAAA;CACAC,iBAAAA;CACAC,iBAAAA;CACAC,gBAAAA;CACAC,gBAAAA;AACF;AAEA,MAAM,QAAgB,EACpB,QAAQ,KAAU;CAChB,IAAK,IAAY,gBACf;CAED,IAAa,iBAAiB;CAC/B,WAAW,SAAS,MAAM;EACxB,IAAI,EAAE,MACJ,IAAI,UAAU,EAAE,MAAM,CAAC;CAE3B,CAAC;AACH,EACF"}
@@ -0,0 +1,390 @@
1
+ "use client";
2
+ import export_helper_default from "../../_virtual/_/plugin-vue/export-helper.mjs";
3
+ import { useComponentProps } from "../../core/config-provider/use-component-props/use-component-props.mjs";
4
+ import { CBox } from "../../core/box/index.mjs";
5
+ import { useStyles } from "../../core/styles-api/use-styles/use-styles.mjs";
6
+ import center_module_default from "./center.module.mjs";
7
+ import { computed, createBlock, defineComponent, mergeProps, openBlock, ref, renderSlot, useAttrs, withCtx } from "vue";
8
+ //#region packages/@cck-ui/core/src/components/center/center.vue
9
+ const _sfc_main = /*@__PURE__*/ defineComponent({
10
+ name: "CCenter",
11
+ __name: "center",
12
+ props: {
13
+ inline: {
14
+ type: Boolean,
15
+ required: false
16
+ },
17
+ className: {
18
+ type: String,
19
+ required: false
20
+ },
21
+ style: {
22
+ type: [
23
+ Object,
24
+ Function,
25
+ Array
26
+ ],
27
+ required: false,
28
+ skipCheck: true
29
+ },
30
+ __vars: {
31
+ type: null,
32
+ required: false
33
+ },
34
+ __size: {
35
+ type: String,
36
+ required: false
37
+ },
38
+ hiddenFrom: {
39
+ type: null,
40
+ required: false
41
+ },
42
+ visibleFrom: {
43
+ type: null,
44
+ required: false
45
+ },
46
+ lightHidden: {
47
+ type: Boolean,
48
+ required: false
49
+ },
50
+ darkHidden: {
51
+ type: Boolean,
52
+ required: false
53
+ },
54
+ mod: {
55
+ type: [
56
+ Object,
57
+ String,
58
+ Array
59
+ ],
60
+ required: false
61
+ },
62
+ m: {
63
+ type: null,
64
+ required: false
65
+ },
66
+ my: {
67
+ type: null,
68
+ required: false
69
+ },
70
+ mx: {
71
+ type: null,
72
+ required: false
73
+ },
74
+ mt: {
75
+ type: null,
76
+ required: false
77
+ },
78
+ mb: {
79
+ type: null,
80
+ required: false
81
+ },
82
+ ms: {
83
+ type: null,
84
+ required: false
85
+ },
86
+ me: {
87
+ type: null,
88
+ required: false
89
+ },
90
+ mis: {
91
+ type: null,
92
+ required: false
93
+ },
94
+ mie: {
95
+ type: null,
96
+ required: false
97
+ },
98
+ ml: {
99
+ type: null,
100
+ required: false
101
+ },
102
+ mr: {
103
+ type: null,
104
+ required: false
105
+ },
106
+ p: {
107
+ type: null,
108
+ required: false
109
+ },
110
+ py: {
111
+ type: null,
112
+ required: false
113
+ },
114
+ px: {
115
+ type: null,
116
+ required: false
117
+ },
118
+ pt: {
119
+ type: null,
120
+ required: false
121
+ },
122
+ pb: {
123
+ type: null,
124
+ required: false
125
+ },
126
+ ps: {
127
+ type: null,
128
+ required: false
129
+ },
130
+ pe: {
131
+ type: null,
132
+ required: false
133
+ },
134
+ pis: {
135
+ type: null,
136
+ required: false
137
+ },
138
+ pie: {
139
+ type: null,
140
+ required: false
141
+ },
142
+ pl: {
143
+ type: null,
144
+ required: false
145
+ },
146
+ pr: {
147
+ type: null,
148
+ required: false
149
+ },
150
+ bd: {
151
+ type: null,
152
+ required: false
153
+ },
154
+ bdrs: {
155
+ type: null,
156
+ required: false
157
+ },
158
+ bg: {
159
+ type: null,
160
+ required: false
161
+ },
162
+ c: {
163
+ type: null,
164
+ required: false
165
+ },
166
+ opacity: {
167
+ type: [
168
+ String,
169
+ Object,
170
+ Number
171
+ ],
172
+ required: false
173
+ },
174
+ ff: {
175
+ type: [String, Object],
176
+ required: false
177
+ },
178
+ fz: {
179
+ type: null,
180
+ required: false
181
+ },
182
+ fw: {
183
+ type: null,
184
+ required: false
185
+ },
186
+ lts: {
187
+ type: null,
188
+ required: false
189
+ },
190
+ ta: {
191
+ type: [String, Object],
192
+ required: false
193
+ },
194
+ lh: {
195
+ type: null,
196
+ required: false
197
+ },
198
+ fs: {
199
+ type: null,
200
+ required: false
201
+ },
202
+ tt: {
203
+ type: [String, Object],
204
+ required: false
205
+ },
206
+ td: {
207
+ type: null,
208
+ required: false
209
+ },
210
+ w: {
211
+ type: null,
212
+ required: false
213
+ },
214
+ miw: {
215
+ type: null,
216
+ required: false
217
+ },
218
+ maw: {
219
+ type: null,
220
+ required: false
221
+ },
222
+ h: {
223
+ type: null,
224
+ required: false
225
+ },
226
+ mih: {
227
+ type: null,
228
+ required: false
229
+ },
230
+ mah: {
231
+ type: null,
232
+ required: false
233
+ },
234
+ bgsz: {
235
+ type: null,
236
+ required: false
237
+ },
238
+ bgp: {
239
+ type: null,
240
+ required: false
241
+ },
242
+ bgr: {
243
+ type: null,
244
+ required: false
245
+ },
246
+ bga: {
247
+ type: null,
248
+ required: false
249
+ },
250
+ pos: {
251
+ type: [String, Object],
252
+ required: false
253
+ },
254
+ top: {
255
+ type: null,
256
+ required: false
257
+ },
258
+ left: {
259
+ type: null,
260
+ required: false
261
+ },
262
+ bottom: {
263
+ type: null,
264
+ required: false
265
+ },
266
+ right: {
267
+ type: null,
268
+ required: false
269
+ },
270
+ inset: {
271
+ type: null,
272
+ required: false
273
+ },
274
+ display: {
275
+ type: null,
276
+ required: false
277
+ },
278
+ flex: {
279
+ type: null,
280
+ required: false
281
+ },
282
+ unstyled: {
283
+ type: Boolean,
284
+ required: false
285
+ },
286
+ variant: {
287
+ type: null,
288
+ required: false
289
+ },
290
+ classNames: {
291
+ type: null,
292
+ required: false
293
+ },
294
+ styles: {
295
+ type: null,
296
+ required: false
297
+ },
298
+ vars: {
299
+ type: Function,
300
+ required: false
301
+ },
302
+ attributes: {
303
+ type: null,
304
+ required: false
305
+ }
306
+ },
307
+ setup(__props, { expose: __expose }) {
308
+ const _root = ref(null);
309
+ const attrs = useAttrs();
310
+ const rawProps = __props;
311
+ const props = useComponentProps({
312
+ component: "CCenter",
313
+ defaultProps: {},
314
+ props: rawProps
315
+ });
316
+ const knownProps = [
317
+ "classNames",
318
+ "className",
319
+ "style",
320
+ "styles",
321
+ "unstyled",
322
+ "vars",
323
+ "inline",
324
+ "mod",
325
+ "attributes"
326
+ ];
327
+ const getStyles = useStyles({
328
+ name: "Center",
329
+ props: {
330
+ ...props.value,
331
+ ...attrs
332
+ },
333
+ classes: center_module_default,
334
+ className: props.value.className,
335
+ style: props.value.style,
336
+ classNames: props.value.classNames,
337
+ styles: props.value.styles,
338
+ unstyled: props.value.unstyled,
339
+ attributes: props.value.attributes,
340
+ vars: props.value.vars
341
+ });
342
+ const modList = computed(() => [{ inline: props.value.inline }]);
343
+ const rootAttrs = computed(() => getStyles("root"));
344
+ const mergedAttrs = computed(() => {
345
+ const others = {};
346
+ const propsValue = props.value;
347
+ Object.keys(propsValue).forEach((key) => {
348
+ if (!knownProps.includes(key)) others[key] = propsValue[key];
349
+ });
350
+ const userMod = props.value.mod;
351
+ const mergedMod = [...Array.isArray(userMod) ? userMod : [userMod].filter(Boolean), ...modList.value || []];
352
+ return {
353
+ ...others,
354
+ mod: mergedMod,
355
+ ...rootAttrs.value
356
+ };
357
+ });
358
+ __expose({ root: computed(() => _root.value?.root ?? null) });
359
+ const __returned__ = {
360
+ _root,
361
+ attrs,
362
+ rawProps,
363
+ props,
364
+ knownProps,
365
+ getStyles,
366
+ modList,
367
+ rootAttrs,
368
+ mergedAttrs,
369
+ get CBox() {
370
+ return CBox;
371
+ }
372
+ };
373
+ Object.defineProperty(__returned__, "__isScriptSetup", {
374
+ enumerable: false,
375
+ value: true
376
+ });
377
+ return __returned__;
378
+ }
379
+ });
380
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
381
+ return openBlock(), createBlock($setup["CBox"], mergeProps({ ref: "_root" }, $setup.mergedAttrs), {
382
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
383
+ _: 3
384
+ }, 16);
385
+ }
386
+ var center_default = /*#__PURE__*/ export_helper_default(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/cck-ui/cck-ui/packages/@cck-ui/core/src/components/center/center.vue"]]);
387
+ //#endregion
388
+ export { center_default as default };
389
+
390
+ //# sourceMappingURL=center.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"center.mjs","names":[],"sources":["../../../src/components/center/center.vue"],"sourcesContent":["<template>\n <c-box ref=\"_root\" v-bind=\"mergedAttrs\">\n <slot />\n </c-box>\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, ref, useAttrs } from 'vue'\nimport { CenterFactory, CenterProps } from './center.types'\nimport { CBox, useComponentProps, useStyles } from '../../core'\nimport classes from './center.module.css'\n\ndefineOptions({\n name: 'CCenter',\n})\n\nconst _root = ref<InstanceType<typeof CBox> | null>(null)\n\nconst attrs = useAttrs()\n\nconst rawProps = defineProps<CenterProps>()\n\nconst props = useComponentProps({\n component: 'CCenter',\n defaultProps: {},\n props: rawProps,\n})\n\nconst knownProps = [\n 'classNames',\n 'className',\n 'style',\n 'styles',\n 'unstyled',\n 'vars',\n 'inline',\n 'mod',\n 'attributes',\n]\n\nconst getStyles = useStyles<CenterFactory>({\n name: 'Center',\n props: { ...props.value, ...attrs } as CenterProps,\n classes,\n className: props.value.className,\n style: props.value.style,\n classNames: props.value.classNames,\n styles: props.value.styles,\n unstyled: props.value.unstyled,\n attributes: props.value.attributes,\n vars: props.value.vars,\n})\n\nconst modList = computed(() => [{ inline: props.value.inline }])\n\nconst rootAttrs = computed(() => getStyles('root'))\n\nconst mergedAttrs = computed(() => {\n const others: Record<string, any> = {}\n const propsValue = props.value\n Object.keys(propsValue).forEach((key) => {\n if (!knownProps.includes(key)) {\n others[key] = propsValue[key as keyof typeof propsValue]\n }\n })\n const userMod = props.value.mod\n const mergedMod = [\n ...(Array.isArray(userMod) ? userMod : [userMod].filter(Boolean)),\n ...(modList.value || []),\n ]\n return { ...others, mod: mergedMod, ...rootAttrs.value }\n})\n\ndefineExpose({\n root: computed(() => _root.value?.root ?? null),\n})\n</script>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBA,MAAM,QAAQ,IAAsC,IAAI;EAExD,MAAM,QAAQ,SAAS;EAEvB,MAAM,WAAW;EAEjB,MAAM,QAAQ,kBAAkB;GAC9B,WAAW;GACX,cAAc,CAAC;GACf,OAAO;EACT,CAAC;EAED,MAAM,aAAa;GACjB;GACA;GACA;GACA;GACA;GACA;GACA;GACA;GACA;EACF;EAEA,MAAM,YAAY,UAAyB;GACzC,MAAM;GACN,OAAO;IAAE,GAAG,MAAM;IAAO,GAAG;GAAM;GAClC,SAAA;GACA,WAAW,MAAM,MAAM;GACvB,OAAO,MAAM,MAAM;GACnB,YAAY,MAAM,MAAM;GACxB,QAAQ,MAAM,MAAM;GACpB,UAAU,MAAM,MAAM;GACtB,YAAY,MAAM,MAAM;GACxB,MAAM,MAAM,MAAM;EACpB,CAAC;EAED,MAAM,UAAU,eAAe,CAAC,EAAE,QAAQ,MAAM,MAAM,OAAO,CAAC,CAAC;EAE/D,MAAM,YAAY,eAAe,UAAU,MAAM,CAAC;EAElD,MAAM,cAAc,eAAe;GACjC,MAAM,SAA8B,CAAC;GACrC,MAAM,aAAa,MAAM;GACzB,OAAO,KAAK,UAAU,CAAC,CAAC,SAAS,QAAQ;IACvC,IAAI,CAAC,WAAW,SAAS,GAAG,GAC1B,OAAO,OAAO,WAAW;GAE7B,CAAC;GACD,MAAM,UAAU,MAAM,MAAM;GAC5B,MAAM,YAAY,CAChB,GAAI,MAAM,QAAQ,OAAO,IAAI,UAAU,CAAC,OAAO,CAAC,CAAC,OAAO,OAAO,GAC/D,GAAI,QAAQ,SAAS,CAAC,CACxB;GACA,OAAO;IAAE,GAAG;IAAQ,KAAK;IAAW,GAAG,UAAU;GAAM;EACzD,CAAC;EAED,SAAa,EACX,MAAM,eAAe,MAAM,OAAO,QAAQ,IAAI,EAChD,CAAC;;;;;;;;;;;;;;;;;;;;;;;qBA1EC,YAEQ,OAAA,SAFR,WAEQ,EAFD,KAAI,QAAO,GAAS,OAAA,WAAW,GAAA;yBAC5B,CAAR,WAAQ,KAAA,QAAA,SAAA,CAAA,CAAA"}
@@ -0,0 +1,7 @@
1
+ "use client";
2
+ //#region packages/@cck-ui/core/src/components/center/center.module.css
3
+ var center_module_default = { "root": "m_e0e8435a" };
4
+ //#endregion
5
+ export { center_module_default as default };
6
+
7
+ //# sourceMappingURL=center.module.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"center.module.mjs","names":[],"sources":["../../../src/components/center/center.module.css"],"sourcesContent":[".root {\n display: flex;\n align-items: center;\n justify-content: center;\n\n &:where([data-inline]) {\n display: inline-flex;\n }\n}\n"],"mappings":";;AAAA,IAAA,wBAAe,EAAC,QAAO,aAAY"}
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import { withInstall } from "../../core/utils/vue/install.mjs";
3
+ import { withClasses, withExtend, withPropsFactory } from "../../core/utils/vue/statics.mjs";
4
+ import center_module_default from "./center.module.mjs";
5
+ import center_default from "./center.mjs";
6
+ const CCenter = withInstall(withPropsFactory(withExtend(withClasses(center_default, center_module_default))));
7
+ //#endregion
8
+ export { CCenter, CCenter as default };
9
+
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":["Center","classes"],"sources":["../../../src/components/center/index.ts"],"sourcesContent":["import {\n SFCWithInstallAndClasses,\n withClasses,\n withExtend,\n withInstall,\n withPropsFactory,\n} from '../../core'\nimport Center from './center.vue'\nimport classes from './center.module.css'\n\nconst CenterWithStatic = withPropsFactory(withExtend(withClasses(Center, classes)))\n\nexport const CCenter: SFCWithInstallAndClasses<typeof Center, typeof classes> =\n withInstall(CenterWithStatic)\n\nexport default CCenter\n\nexport * from './center.types'\n"],"mappings":";;;;;AAYA,MAAa,UACX,YAHuB,iBAAiB,WAAW,YAAYA,gBAAQC,qBAAO,CAAC,CAGnE,CAAgB"}
package/esm/index.mjs CHANGED
@@ -57,6 +57,7 @@ import { transitions } from "./components/transition/transitions.mjs";
57
57
  import { getTransitionProps } from "./components/transition/get-transition-props/get-transition-props.mjs";
58
58
  import { CTransition } from "./components/transition/index.mjs";
59
59
  import { CButton, CButtonGroup, CButtonGroupSection } from "./components/button/index.mjs";
60
+ import { CCenter } from "./components/center/index.mjs";
60
61
  import { CCol, CGrid } from "./components/grid/index.mjs";
61
62
  import { CGroup } from "./components/group/index.mjs";
62
63
  import { CSimpleGrid } from "./components/simple-grid/index.mjs";
@@ -67,11 +68,13 @@ const INSTALLED_KEY = Symbol("INSTALLED_KEY");
67
68
  const components = [
68
69
  CckConfigProvider,
69
70
  CBox,
71
+ CAspectRatio,
70
72
  CButton,
71
73
  CButtonGroup,
72
74
  CButtonGroupSection,
73
- CGrid,
75
+ CCenter,
74
76
  CCol,
77
+ CGrid,
75
78
  CGroup,
76
79
  CLoader,
77
80
  CSimpleGrid,
@@ -88,6 +91,6 @@ const CckUI = { install(app) {
88
91
  });
89
92
  } };
90
93
  //#endregion
91
- export { CAspectRatio, CBox, CButton, CButtonGroup, CButtonGroupSection, transitions as CCK_TRANSITIONS, CCol, CDefaultLoaders, CGrid, CGroup, CLoader, CONFIG_KEY, CSimpleGrid, CStack, CText, CTransition, CckConfigProvider, CckUI, CckUI as default, DEFAULT_THEME, FOCUS_CLASS_NAMES, STYLE_PROPS_DATA, THEME_KEY, UnstyledButton, alpha, camelToKebabCase, colorsTuple, createTheme, createVarsResolver, darken, deepMerge, defaultCssVariablesResolver, defaultVariantColorsResolver, em, extractStyleProps, filterProps, getBaseValue, getBreakpointValue, getCSSColorVariables, getComponentName, getFontSize, getGradient, getLineHeight, getPrimaryShade, getRadius, getShadow, getSize, getSortedBreakpoints, getSpacing, getThemeColor, getTransitionProps, hashStyleProps, isLightColor, isNumber, isNumberLike, isString, isStringNumber, isUndefined, isVirtualColor, keys, luminance, mergeThemeOverrides, normalizeNumberLikeStringProp, numberLikeStringToNumber, parseStyleProps, parseThemeColor, px, rem, resolveClassNames, resolveStyles, responsiveStyleManager, rgb, rgba, stylesToString, toRgba, useCckClassNamesPrefix, useCckColorScheme, useCckCssVariablesResolver, useCckEnv, useCckIsHeadless, useCckStyleNonce, useCckStylesTransform, useCckSxTransform, useCckTheme, useCckWithStaticClasses, useComponentProps, useConfigContext, useProviderColorScheme, useRandomClassName, useStyles, virtualColor, withClasses, withExtend, withInstall, withPropsDefaultSetter, withPropsFactory, withVarsResolver };
94
+ export { CAspectRatio, CBox, CButton, CButtonGroup, CButtonGroupSection, transitions as CCK_TRANSITIONS, CCenter, CCol, CDefaultLoaders, CGrid, CGroup, CLoader, CONFIG_KEY, CSimpleGrid, CStack, CText, CTransition, CckConfigProvider, CckUI, CckUI as default, DEFAULT_THEME, FOCUS_CLASS_NAMES, STYLE_PROPS_DATA, THEME_KEY, UnstyledButton, alpha, camelToKebabCase, colorsTuple, createTheme, createVarsResolver, darken, deepMerge, defaultCssVariablesResolver, defaultVariantColorsResolver, em, extractStyleProps, filterProps, getBaseValue, getBreakpointValue, getCSSColorVariables, getComponentName, getFontSize, getGradient, getLineHeight, getPrimaryShade, getRadius, getShadow, getSize, getSortedBreakpoints, getSpacing, getThemeColor, getTransitionProps, hashStyleProps, isLightColor, isNumber, isNumberLike, isString, isStringNumber, isUndefined, isVirtualColor, keys, luminance, mergeThemeOverrides, normalizeNumberLikeStringProp, numberLikeStringToNumber, parseStyleProps, parseThemeColor, px, rem, resolveClassNames, resolveStyles, responsiveStyleManager, rgb, rgba, stylesToString, toRgba, useCckClassNamesPrefix, useCckColorScheme, useCckCssVariablesResolver, useCckEnv, useCckIsHeadless, useCckStyleNonce, useCckStylesTransform, useCckSxTransform, useCckTheme, useCckWithStaticClasses, useComponentProps, useConfigContext, useProviderColorScheme, useRandomClassName, useStyles, virtualColor, withClasses, withExtend, withInstall, withPropsDefaultSetter, withPropsFactory, withVarsResolver };
92
95
 
93
96
  //# sourceMappingURL=index.mjs.map
package/esm/index.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { App, Plugin } from 'vue'\nimport {\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CCol,\n CGrid,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n} from './components'\nimport { CckConfigProvider, CBox } from './core'\n\nconst INSTALLED_KEY = Symbol('INSTALLED_KEY')\n\nconst components = [\n CckConfigProvider,\n CBox,\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CGrid,\n CCol,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n]\n\nconst CckUI: Plugin = {\n install(app: App) {\n if ((app as any)[INSTALLED_KEY]) {\n return\n }\n ;(app as any)[INSTALLED_KEY] = true\n components.forEach((c) => {\n if (c.name) {\n app.component(c.name, c)\n }\n })\n },\n}\n\nexport default CckUI\nexport { CckUI }\n\nexport * from './components'\nexport * from './core'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,MAAM,gBAAgB,OAAO,eAAe;AAE5C,MAAM,aAAa;CACjB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAM,QAAgB,EACpB,QAAQ,KAAU;CAChB,IAAK,IAAY,gBACf;CAED,IAAa,iBAAiB;CAC/B,WAAW,SAAS,MAAM;EACxB,IAAI,EAAE,MACJ,IAAI,UAAU,EAAE,MAAM,CAAC;CAE3B,CAAC;AACH,EACF"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { App, Plugin } from 'vue'\nimport {\n CAspectRatio,\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CCenter,\n CCol,\n CGrid,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n} from './components'\nimport { CckConfigProvider, CBox } from './core'\n\nconst INSTALLED_KEY = Symbol('INSTALLED_KEY')\n\nconst components = [\n CckConfigProvider,\n CBox,\n CAspectRatio,\n CButton,\n CButtonGroup,\n CButtonGroupSection,\n CCenter,\n CCol,\n CGrid,\n CGroup,\n CLoader,\n CSimpleGrid,\n CStack,\n CText,\n CTransition,\n UnstyledButton,\n]\n\nconst CckUI: Plugin = {\n install(app: App) {\n if ((app as any)[INSTALLED_KEY]) {\n return\n }\n ;(app as any)[INSTALLED_KEY] = true\n components.forEach((c) => {\n if (c.name) {\n app.component(c.name, c)\n }\n })\n },\n}\n\nexport default CckUI\nexport { CckUI }\n\nexport * from './components'\nexport * from './core'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,MAAM,gBAAgB,OAAO,eAAe;AAE5C,MAAM,aAAa;CACjB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;AACF;AAEA,MAAM,QAAgB,EACpB,QAAQ,KAAU;CAChB,IAAK,IAAY,gBACf;CAED,IAAa,iBAAiB;CAC/B,WAAW,SAAS,MAAM;EACxB,IAAI,EAAE,MACJ,IAAI,UAAU,EAAE,MAAM,CAAC;CAE3B,CAAC;AACH,EACF"}
@@ -0,0 +1,14 @@
1
+ import { BoxProps, PolymorphicFactory, StylesApiProps } from '../../core';
2
+ export type CenterStylesNames = 'root';
3
+ export interface CenterProps extends BoxProps, StylesApiProps<CenterFactory> {
4
+ /**
5
+ * @description If set, `inline-flex` is used instead of `flex`
6
+ */
7
+ inline?: boolean;
8
+ }
9
+ export type CenterFactory = PolymorphicFactory<{
10
+ props: CenterProps;
11
+ defaultRef: HTMLDivElement;
12
+ defaultComponent: 'div';
13
+ stylesNames: CenterStylesNames;
14
+ }>;
@@ -0,0 +1,6 @@
1
+ import { SFCWithInstallAndClasses } from '../../core';
2
+ import Center from './center.vue';
3
+ import classes from './center.module.css';
4
+ export declare const CCenter: SFCWithInstallAndClasses<typeof Center, typeof classes>;
5
+ export default CCenter;
6
+ export * from './center.types';
@@ -1,5 +1,6 @@
1
1
  export * from './aspect-ratio';
2
2
  export * from './button';
3
+ export * from './center';
3
4
  export * from './grid';
4
5
  export * from './group';
5
6
  export * from './loader';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cck-ui/core",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "Vue component library focused on usability, accessibility and developer experience",
5
5
  "homepage": "https://cck-ui.jackatlas.xyz",
6
6
  "license": "ISC",
@@ -0,0 +1,9 @@
1
+ .m_e0e8435a {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ }
6
+
7
+ .m_e0e8435a:where([data-inline]) {
8
+ display: inline-flex;
9
+ }
@@ -0,0 +1,10 @@
1
+ @layer cck {.m_e0e8435a {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ }
6
+
7
+ .m_e0e8435a:where([data-inline]) {
8
+ display: inline-flex;
9
+ }
10
+ }
package/styles.css CHANGED
@@ -896,6 +896,16 @@ fieldset:disabled .c-active:active {
896
896
  object-fit: cover;
897
897
  }
898
898
 
899
+ .m_e0e8435a {
900
+ display: flex;
901
+ align-items: center;
902
+ justify-content: center;
903
+ }
904
+
905
+ .m_e0e8435a:where([data-inline]) {
906
+ display: inline-flex;
907
+ }
908
+
899
909
  .m_c031daba {
900
910
  container: c-grid / inline-size;
901
911
  }
package/styles.layer.css CHANGED
@@ -896,6 +896,16 @@ fieldset:disabled .c-active:active {
896
896
  object-fit: cover;
897
897
  }
898
898
 
899
+ .m_e0e8435a {
900
+ display: flex;
901
+ align-items: center;
902
+ justify-content: center;
903
+ }
904
+
905
+ .m_e0e8435a:where([data-inline]) {
906
+ display: inline-flex;
907
+ }
908
+
899
909
  .m_c031daba {
900
910
  container: c-grid / inline-size;
901
911
  }