Skip to content

Commit

Permalink
Fix icon in data object editor and modal CSS (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser authored Jan 21, 2025
1 parent cb60cb7 commit f43c4e3
Show file tree
Hide file tree
Showing 31 changed files with 1,165 additions and 1,164 deletions.
1 change: 1 addition & 0 deletions assets/js/src/core/components/modal/modal.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const useStyle = createStyles(({ token, css }) => {
line-height: 24px;
display: flex;
gap: 4px;
}
}
.ant-modal-footer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const ExternalImageFooter = (props: ExternalImageFooterProps): React.JSX.
>
<IconButton
disabled={ openUrlDisabled }
icon={ { value: 'group' } }
icon={ { value: 'open-folder' } }
onClick={ openUrl }
/>
</Tooltip>,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcorestudioui/build/266c1c50-04f7-49d0-88e8-4adb163a3909/main.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/266c1c50-04f7-49d0-88e8-4adb163a3909/main.js": "/bundles/pimcorestudioui/build/266c1c50-04f7-49d0-88e8-4adb163a3909/main.js"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/build/3384a45c-c170-490f-9799-5428fa0cbfbc/vendor.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/3384a45c-c170-490f-9799-5428fa0cbfbc/vendor.js": "/bundles/pimcorestudioui/build/3384a45c-c170-490f-9799-5428fa0cbfbc/vendor.js"
}

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions public/build/bea829d7-f43d-4273-b7be-89f0bc44b450/entrypoints.json

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions public/build/ead548ac-7a82-423f-859d-f804625e435e/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"entrypoints": {
"core-dll": {
"css": [
"/bundles/pimcorestudioui/build/ead548ac-7a82-423f-859d-f804625e435e/core-dll.css"
],
"js": [
"/bundles/pimcorestudioui/build/ead548ac-7a82-423f-859d-f804625e435e/core-dll.js"
]
}
}
}

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

0 comments on commit f43c4e3

Please sign in to comment.