@central-design-system/components 4.0.0-alpha.6 → 4.0.0-alpha.7
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/browser/entry.js +2 -2
- package/dist/cjs/entry.js +3 -3
- package/dist/es/entry.js +1 -1
- package/dist/es/src/cds.js +1 -1
- package/dist/es/src/composables/useDisabled/index.js +1 -1
- package/dist/es/src/composables/useLocation/index.js +1 -1
- package/dist/es/src/composables/useReadonly/index.js +1 -1
- package/dist/esm-node/entry.mjs +1 -1
- package/dist/esm-node/src/cds.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCard.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardActions.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardDivider.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardGroup.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardSubtitle.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardText.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/CdsCardTitle.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/api/CdsCard.constants.mjs +9 -9
- package/dist/esm-node/src/components/CdsCard/api/CdsCard.props.mjs +1 -1
- package/dist/esm-node/src/components/CdsCard/index.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsList.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsListGroup.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsListItem.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/CdsListSubheader.vue_vue_type_script_setup_true_lang.mjs +1 -1
- package/dist/esm-node/src/components/CdsList/api/CdsList.constants.mjs +4 -4
- package/dist/esm-node/src/components/CdsList/api/CdsList.props.mjs +2 -2
- package/dist/esm-node/src/components/CdsList/index.mjs +1 -1
- package/dist/esm-node/src/composables/useDisabled/index.mjs +1 -1
- package/dist/esm-node/src/composables/useLoader/index.mjs +1 -1
- package/dist/esm-node/src/composables/useReadonly/index.mjs +1 -1
- package/dist/iife/entry.js +3 -3
- package/dist/styles.css +1 -1
- package/llms/llms-components.txt +1 -1
- package/llms/llms-full.txt +1 -1
- package/llms/llms-guides.txt +1 -1
- package/llms/llms-migration.txt +1 -1
- package/llms/llms-tokens.txt +1 -1
- package/llms/llms.txt +1 -1
- package/package.json +1 -1
package/llms/llms-components.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Central Design System (CDS 4) — components
|
|
2
2
|
|
|
3
|
-
> Version: 4.0.0-alpha.
|
|
3
|
+
> Version: 4.0.0-alpha.7
|
|
4
4
|
> Documentation for all `@central-design-system/components` components: purpose, examples, and the full API contract.
|
|
5
5
|
> Generated automatically (`bun run generate:meta` → `bun run generate:llms`). Do not edit manually.
|
|
6
6
|
|
package/llms/llms-full.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Central Design System (CDS 4) — full documentation
|
|
2
2
|
|
|
3
|
-
> Version: 4.0.0-alpha.
|
|
3
|
+
> Version: 4.0.0-alpha.7
|
|
4
4
|
> Everything at once: guides, tokens and themes, components with examples and the API contract, CDS 3 migration.
|
|
5
5
|
> Generated automatically (`bun run generate:meta` → `bun run generate:llms`). Do not edit manually.
|
|
6
6
|
|
package/llms/llms-guides.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Central Design System (CDS 4) — guides
|
|
2
2
|
|
|
3
|
-
> Version: 4.0.0-alpha.
|
|
3
|
+
> Version: 4.0.0-alpha.7
|
|
4
4
|
> Setup, conventions, forms, theming, Tailwind CSS, tree-shaking, and responsiveness.
|
|
5
5
|
> Generated automatically (`bun run generate:meta` → `bun run generate:llms`). Do not edit manually.
|
|
6
6
|
|
package/llms/llms-migration.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Central Design System — CDS 3 → CDS 4 migration
|
|
2
2
|
|
|
3
|
-
> Version: 4.0.0-alpha.
|
|
3
|
+
> Version: 4.0.0-alpha.7
|
|
4
4
|
> The full migration guide (currently in Russian): breaking changes, renames, deprecations, and migration steps.
|
|
5
5
|
> Generated automatically (`bun run generate:meta` → `bun run generate:llms`). Do not edit manually.
|
|
6
6
|
|
package/llms/llms-tokens.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Central Design System (CDS 4) — tokens and themes
|
|
2
2
|
|
|
3
|
-
> Version: 4.0.0-alpha.
|
|
3
|
+
> Version: 4.0.0-alpha.7
|
|
4
4
|
> Three token levels: the primitive palette, theme color tokens (`--cds-color-*`), and local component variables.
|
|
5
5
|
> Generated automatically (`bun run generate:meta` → `bun run generate:llms`). Do not edit manually.
|
|
6
6
|
|
package/llms/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Central Design System (CDS 4)
|
|
2
2
|
|
|
3
|
-
> Version: 4.0.0-alpha.
|
|
3
|
+
> Version: 4.0.0-alpha.7. A modular Vue 3 UI component library, `@central-design-system/components`.
|
|
4
4
|
> This file is an index for AI agents building product UI with CDS.
|
|
5
5
|
> Generated automatically (`bun run generate:meta` → `bun run generate:llms`). Do not edit manually.
|
|
6
6
|
|