@tracktor/design-system 4.20.2 → 4.20.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -4411,6 +4411,9 @@ const Y1 = (A, e) => {
4411
4411
  ".MuiOutlinedInput-notchedOutline legend": {
4412
4412
  display: "none"
4413
4413
  },
4414
+ "& .MuiInputBase-input": {
4415
+ paddingTop: 0
4416
+ },
4414
4417
  "& .MuiInputBase-input.MuiFilledInput-input": {
4415
4418
  paddingBottom: 2.5,
4416
4419
  paddingTop: 5.5
@@ -4444,6 +4447,9 @@ const Y1 = (A, e) => {
4444
4447
  {
4445
4448
  props: { size: "xSmall" },
4446
4449
  style: {
4450
+ "& .MuiInputBase-input": {
4451
+ paddingTop: 0
4452
+ },
4447
4453
  "& .MuiInputBase-input.MuiFilledInput-input": {
4448
4454
  paddingBottom: 3.5,
4449
4455
  paddingTop: 13.5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracktor/design-system",
3
3
  "description": "Tracktor Design System",
4
4
  "sideEffects": false,
5
- "version": "4.20.2",
5
+ "version": "4.20.3",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",