Skip to content

Commit

Permalink
fix(design): remove notification, success, and error old tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjoy2Live committed Jun 15, 2024
1 parent c7635df commit 16e56dd
Showing 1 changed file with 0 additions and 106 deletions.
106 changes: 0 additions & 106 deletions packages/tailwind-constructor/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -781,112 +781,6 @@
"type": "color"
}
},
"Notification": {
"notification": {
"value": "#3959ff",
"type": "color"
},
"notification-100": {
"value": "#748bff",
"type": "color"
},
"notification-200": {
"value": "#9cacff",
"type": "color"
},
"notification-300": {
"value": "#4e64d9",
"type": "color"
},
"notification-400": {
"value": "#5c6cbf",
"type": "color"
},
"notification-500": {
"value": "#3350e5",
"type": "color"
},
"notification-600": {
"value": "#283eb3",
"type": "color"
},
"notification-700": {
"value": "#172466",
"type": "color"
}
},
"Success": {
"success-700": {
"value": "#24471f",
"type": "color"
},
"success": {
"value": "#5bb14d",
"type": "color"
},
"success-100": {
"value": "#8cc882",
"type": "color"
},
"success-200": {
"value": "#add8a6",
"type": "color"
},
"success-300": {
"value": "#66a25c",
"type": "color"
},
"success-400": {
"value": "#6d9766",
"type": "color"
},
"success-500": {
"value": "#529f45",
"type": "color"
},
"success-600": {
"value": "#407c36",
"type": "color"
}
},
"Error": {
"error": {
"value": "#f03d3e",
"type": "color"
},
"error-100": {
"value": "#f57778",
"type": "color"
},
"error-200": {
"value": "#f89e9e",
"type": "color"
},
"error-250": {
"value": "#f9c8c8",
"type": "color"
},
"error-300": {
"value": "#ce5151",
"type": "color"
},
"error-400": {
"value": "#b85e5e",
"type": "color"
},
"error-500": {
"value": "#d83738",
"type": "color"
},
"error-600": {
"value": "#a82b2b",
"type": "color"
},
"error-700": {
"value": "#601819",
"type": "color"
}
},
"highlight-sm": {
"value": {
"color": "#7f7e7f52",
Expand Down

0 comments on commit 16e56dd

Please sign in to comment.