@tracktor/design-system 4.19.3 → 4.19.4

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
@@ -4645,6 +4645,9 @@ const Y1 = (A, e) => {
4645
4645
  {
4646
4646
  props: { variant: "standard" },
4647
4647
  style: {
4648
+ ".MuiInputBase-root": {
4649
+ backgroundColor: "transparent"
4650
+ },
4648
4651
  ".MuiInputBase-root:before, .MuiInputBase-root:after, .MuiInputBase-root.MuiInput-underline:hover:before": {
4649
4652
  borderBottom: "none"
4650
4653
  }
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.19.3",
5
+ "version": "4.19.4",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",