Skip to content

Commit

Permalink
fix: Add design-system deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
antonjoel82 committed May 15, 2024
1 parent 770665e commit 40a3d8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/design-system/src/config/colors.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
/** @deprecated: Please only use values via Panda CSS defined via tokens. If the color doesn't exist, please contact Design. */
const gradientStart = '#FF512F';
/** @deprecated: Please only use values via Panda CSS defined via tokens. If the color doesn't exist, please contact Design. */
const gradientEnd = '#DD2476';
/** @deprecated: Please only use values via Panda CSS defined via tokens. If the color doesn't exist, please contact Design. */
const error = '#E54545';

/** @deprecated: Please only use values via Panda CSS defined via tokens. If the color doesn't exist, please contact Design. */
export const colors = {
white: '#FFFFFF',
black: '#000000',
Expand Down
1 change: 1 addition & 0 deletions libs/design-system/src/config/shadows.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @deprecated: Please only use values via Panda CSS defined via tokens. If the color doesn't exist, please contact Design. */
export const shadows = {
light: '0px 5px 15px rgba(38, 68, 128, 0.05)',
medium: '0px 5px 15px rgba(122, 133, 153, 0.25)',
Expand Down

0 comments on commit 40a3d8f

Please sign in to comment.