@central-design-system/components 3.5.0 → 3.6.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.
- package/dist/cds.css +1 -1
- package/dist/cds.d.ts +6 -3
- package/dist/cds.es.js +5914 -5625
- package/dist/cds.es.js.map +1 -1
- package/dist/cds.umd.js +5 -5
- package/dist/cds.umd.js.map +1 -1
- package/dist/components/CdsAutocomplete/CdsAutocomplete.figma.d.ts +1 -0
- package/dist/components/CdsCard/CdsCard.d.ts +15 -0
- package/dist/components/CdsCombobox/CdsCombobox.figma.d.ts +1 -0
- package/dist/components/CdsDivider/CdsDivider.figma.d.ts +1 -0
- package/dist/components/CdsDropdown/CdsDropdown.d.ts +8 -0
- package/dist/components/CdsDropdown/CdsDropdown.figma.d.ts +1 -0
- package/dist/components/CdsEmptyState/CdsEmptyState.figma.d.ts +1 -0
- package/dist/components/CdsImage/CdsImage.figma.d.ts +1 -0
- package/dist/components/CdsMenu/CdsMenu.figma.d.ts +1 -0
- package/dist/components/CdsProgress/CdsProgress.figma.d.ts +1 -0
- package/dist/components/CdsSlideView/CdsSlideView.d.ts +165 -0
- package/dist/components/CdsSlideView/CdsSlideViewItem.d.ts +68 -0
- package/dist/components/CdsSlideView/context.d.ts +13 -0
- package/dist/components/CdsSlideView/index.d.ts +2 -0
- package/dist/components/CdsSlideView/props.d.ts +136 -0
- package/dist/components/CdsTabsV2/CdsTabsV2.figma.d.ts +1 -0
- package/dist/components/CdsTabsV2/CdsTabsView.d.ts +99 -0
- package/dist/components/CdsTabsV2/CdsTabsViewItem.d.ts +60 -0
- package/dist/components/CdsTabsV2/index.d.ts +2 -0
- package/dist/components/CdsTextArea/CdsTextArea.figma.d.ts +1 -0
- package/dist/components/index.d.ts +7 -2
- package/dist/locale/index.d.ts +4 -0
- package/dist/themes/colors.d.ts +2 -2
- package/dist/themes/promoLight.d.ts +1 -1
- package/package.json +1 -1
- package/src/themes/colors.ts +2 -2
- package/src/themes/css/promoLight.css +1 -1
- package/src/themes/promoLight.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Automatically generated by CDS CLI
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on 9/26/2025, 3:07:28 PM
|
|
4
4
|
**/
|
|
5
5
|
export { default as CdsAutocomplete } from './CdsAutocomplete/CdsAutocomplete';
|
|
6
6
|
export { default as CdsBadge } from './CdsBadge/CdsBadge';
|
|
@@ -67,6 +67,8 @@ export { default as CdsSidebar } from './CdsSidebar/CdsSidebar';
|
|
|
67
67
|
export { default as CdsSkeletonLoader } from './CdsSkeletonLoader/CdsSkeletonLoader';
|
|
68
68
|
export { default as CdsSlideGroup } from './CdsSlideGroup/CdsSlideGroup';
|
|
69
69
|
export { default as CdsSlideGroupItem } from './CdsSlideGroup/CdsSlideGroupItem';
|
|
70
|
+
export { default as CdsSlideView } from './CdsSlideView/CdsSlideView';
|
|
71
|
+
export { default as CdsSlideViewItem } from './CdsSlideView/CdsSlideViewItem';
|
|
70
72
|
export { default as CdsStages } from './CdsStages/CdsStages';
|
|
71
73
|
export { default as CdsStatus } from './CdsStatus/CdsStatus';
|
|
72
74
|
export { default as CdsSteps } from './CdsSteps/CdsSteps';
|
|
@@ -76,8 +78,10 @@ export { default as CdsTableColumn } from './CdsTable/CdsTableColumn';
|
|
|
76
78
|
export { default as CdsTableColumnGroup } from './CdsTable/CdsTableColumnGroup';
|
|
77
79
|
export { default as CdsTab } from './CdsTabs/CdsTab';
|
|
78
80
|
export { default as CdsTabs } from './CdsTabs/CdsTabs';
|
|
79
|
-
export { default as CdsTabV2 } from './CdsTabsV2/CdsTabV2';
|
|
80
81
|
export { default as CdsTabsV2 } from './CdsTabsV2/CdsTabsV2';
|
|
82
|
+
export { default as CdsTabsView } from './CdsTabsV2/CdsTabsView';
|
|
83
|
+
export { default as CdsTabsViewItem } from './CdsTabsV2/CdsTabsViewItem';
|
|
84
|
+
export { default as CdsTabV2 } from './CdsTabsV2/CdsTabV2';
|
|
81
85
|
export { default as CdsTag } from './CdsTag/CdsTag';
|
|
82
86
|
export { default as CdsTextArea } from './CdsTextArea/CdsTextArea';
|
|
83
87
|
export { default as CdsTextInput } from './CdsTextInput/CdsTextInput';
|
|
@@ -129,6 +133,7 @@ export * from './CdsSelect';
|
|
|
129
133
|
export * from './CdsSidebar';
|
|
130
134
|
export * from './CdsSkeletonLoader';
|
|
131
135
|
export * from './CdsSlideGroup';
|
|
136
|
+
export * from './CdsSlideView';
|
|
132
137
|
export * from './CdsStages';
|
|
133
138
|
export * from './CdsStatus';
|
|
134
139
|
export * from './CdsSteps';
|
package/dist/locale/index.d.ts
CHANGED
package/dist/themes/colors.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Automatically generated by CDS CLI from CDS Server
|
|
3
|
-
* Generated on
|
|
4
|
-
* Updated on 2025-
|
|
3
|
+
* Generated on 10/14/2025, 10:46:46 AM
|
|
4
|
+
* Updated on 2025-10-14T09:46:32.100Z
|
|
5
5
|
**/
|
|
6
6
|
declare const _default: {
|
|
7
7
|
red: Readonly<{
|
package/package.json
CHANGED
package/src/themes/colors.ts
CHANGED
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
--cds-border-200: 0.125rem;
|
|
66
66
|
--cds-border-100: 0.0625rem;
|
|
67
67
|
--cds-base-unit: 16px;
|
|
68
|
-
--cds-color-surface-secondary:
|
|
68
|
+
--cds-color-surface-secondary: 238, 238, 238;
|
|
69
69
|
--cds-color-surface-primary: 255, 255, 255;
|
|
70
70
|
--cds-color-surface-overlay: 39, 42, 48, 0.5;
|
|
71
71
|
--cds-color-surface-inverse: 64, 70, 83;
|
package/src/themes/promoLight.ts
CHANGED
|
@@ -3,7 +3,7 @@ import colors from './colors';
|
|
|
3
3
|
export default {
|
|
4
4
|
dark: false,
|
|
5
5
|
colors: {
|
|
6
|
-
'surface-secondary': colors.gray.
|
|
6
|
+
'surface-secondary': colors.gray.light10,
|
|
7
7
|
'surface-primary': colors.gray.light0,
|
|
8
8
|
'surface-overlay': colors.alpha.dark500,
|
|
9
9
|
'surface-inverse': colors.silver.light900,
|