@team-monolith/cds 1.42.0 → 1.42.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.
@@ -107,12 +107,12 @@ export const light = {
107
107
  videoAlt: "#CEC8DE",
108
108
  },
109
109
  blanket: {
110
- neutral: "alpha030",
111
- neutralLight: "alpha015",
112
- neutralHeavy: "alpha065",
113
- inverse: "alphaf50",
114
- inverseLight: "alphaf20",
115
- inverseHeavy: "alphaf10",
110
+ neutral: COLOR.alpha030,
111
+ neutralLight: COLOR.alpha015,
112
+ neutralHeavy: COLOR.alpha065,
113
+ inverse: COLOR.alphaf50,
114
+ inverseLight: COLOR.alphaf20,
115
+ inverseHeavy: COLOR.alphaf10,
116
116
  },
117
117
  },
118
118
  };
@@ -63,7 +63,7 @@ const COLOR_TO_STYLE = (theme, color) => ({
63
63
  background: ${theme.color.container.obsidianContainer};
64
64
  color: ${theme.color.container.obsidianOnContainer};
65
65
  `,
66
- }[color]);
66
+ })[color];
67
67
  /**
68
68
  * [피그마](https://www.figma.com/file/yhrRFizzmhPoHdw9FbYow2/Codle-PD-Kit---Components?type=design&node-id=42-869&t=HZXCHP0r0tbvMA6v-0)
69
69
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.42.0",
3
+ "version": "1.42.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,