Skip to content

Commit

Permalink
Fix font styling for textareas (#810)
Browse files Browse the repository at this point in the history
* Fix font styling for textareas

* Automatic frontend build

---------

Co-authored-by: vin0401 <[email protected]>
  • Loading branch information
vin0401 and vin0401 authored Dec 9, 2024
1 parent d1a3d28 commit dd99936
Show file tree
Hide file tree
Showing 31 changed files with 1,963 additions and 1,979 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
*/

import React from 'react'

import { Input } from 'antd'
import { type AbstractObjectDataDefinition, DynamicTypeObjectDataAbstract } from '../dynamic-type-object-data-abstract'
import TextArea from 'antd/es/input/TextArea'

const { TextArea } = Input

export type TextareaObjectDataDefinition = AbstractObjectDataDefinition & {
showCharCount: boolean
Expand Down
17 changes: 0 additions & 17 deletions assets/js/src/core/styles/global.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@
import { createGlobalStyle } from 'antd-style'

export const GlobalStyles = createGlobalStyle`
@font-face {
font-family: Lato;
src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
font-family: Lato;
src: url(../fonts/Lato-Light.ttf);
font-weight: 300;
}
@font-face {
font-family: Lato;
src: url(../fonts/Lato-Bold.ttf);
font-weight: 700;
}
* {
box-sizing: border-box;
}
Expand Down

This file was deleted.

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/076acf8b-622a-4011-b70c-d1f2af9c256c/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"entrypoints": {
"core-dll": {
"css": [
"/bundles/pimcorestudioui/build/076acf8b-622a-4011-b70c-d1f2af9c256c/core-dll.css"
],
"js": [
"/bundles/pimcorestudioui/build/076acf8b-622a-4011-b70c-d1f2af9c256c/core-dll.js"
]
}
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/build/54dc70ff-771a-4114-869c-c7034e3af3e1/vendor.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/54dc70ff-771a-4114-869c-c7034e3af3e1/vendor.js": "/bundles/pimcorestudioui/build/54dc70ff-771a-4114-869c-c7034e3af3e1/vendor.js"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcorestudioui/build/c0fa8c00-e464-4b62-817f-72afd741990d/main.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/c0fa8c00-e464-4b62-817f-72afd741990d/main.js": "/bundles/pimcorestudioui/build/c0fa8c00-e464-4b62-817f-72afd741990d/main.js"
}
12 changes: 0 additions & 12 deletions public/build/eaf3c753-b81b-4e24-ba42-cd89423aa91b/entrypoints.json

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit dd99936

Please sign in to comment.