@central-design-system/components 3.6.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.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Automatically generated by CDS CLI from CDS Server
3
- * Generated on 7/23/2025, 11:22:02 AM
4
- * Updated on 2025-07-23T10:21:22.451Z
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<{
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  dark: boolean;
3
3
  colors: {
4
- 'surface-secondary': "#FFFFFF";
4
+ 'surface-secondary': "#EEEEEE";
5
5
  'surface-primary': "#FFFFFF";
6
6
  'surface-overlay': "#272A3080";
7
7
  'surface-inverse': "#404653";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-design-system/components",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "Central Design System on the Vue 3.0 and TypeScript",
5
5
  "author": {
6
6
  "name": "magersoft",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Automatically generated by CDS CLI from CDS Server
3
- * Generated on 7/23/2025, 11:22:02 AM
4
- * Updated on 2025-07-23T10:21:22.451Z
3
+ * Generated on 10/14/2025, 10:46:46 AM
4
+ * Updated on 2025-10-14T09:46:32.100Z
5
5
  **/
6
6
 
7
7
  const red = Object.freeze({
@@ -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: 255, 255, 255;
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;
@@ -3,7 +3,7 @@ import colors from './colors';
3
3
  export default {
4
4
  dark: false,
5
5
  colors: {
6
- 'surface-secondary': colors.gray.light0,
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,