Skip to content

Commit

Permalink
feat(@leav/ui): adapt color to design system
Browse files Browse the repository at this point in the history
  • Loading branch information
philippechevieux committed Oct 30, 2024
1 parent 5ef3765 commit 2e1263b
Show file tree
Hide file tree
Showing 13 changed files with 710 additions and 128 deletions.
2 changes: 1 addition & 1 deletion apps/data-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"antd": "5.15.3",
"apollo-cache-inmemory": "1.6.6",
"apollo-upload-client": "14.1.3",
"aristid-ds": "10.1.0-aa2d9f7",
"aristid-ds": "10.1.0-c112384",
"dayjs": "1.11.10",
"graphql": "15.0.0",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion apps/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@ant-design/icons": "5.2.6",
"@leav/ui": "workspace:libs/ui",
"antd": "5.15.3",
"aristid-ds": "10.1.0-aa2d9f7",
"aristid-ds": "10.1.0-c112384",
"i18next": "22.5.0",
"i18next-browser-languagedetector": "7.0.2",
"i18next-http-backend": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@leav/ui": "workspace:libs/ui",
"@leav/utils": "workspace:libs/utils",
"antd": "5.15.3",
"aristid-ds": "10.1.0-aa2d9f7",
"aristid-ds": "10.1.0-c112384",
"cross-fetch": "3.1.5",
"graphql-ws": "5.12.0",
"i18next": "22.5.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@ant-design/icons": ">=5.2",
"@apollo/client": ">=3.8.1",
"antd": "5.15.3",
"aristid-ds": "10.1.0-aa2d9f7",
"aristid-ds": "10.1.0-c112384",
"dayjs": "^1.11.10",
"i18next": "22.5",
"react": "18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const getAntdFormInitialValues = (recordForm: IRecordForm) =>
}

switch (attribute.format) {
case AttributeFormat.color:
case AttributeFormat.text:
case AttributeFormat.rich_text:
case AttributeFormat.boolean:
Expand Down

This file was deleted.

Loading

0 comments on commit 2e1263b

Please sign in to comment.