@tracktor/design-system 4.19.2 → 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
@@ -4642,6 +4642,17 @@ const Y1 = (A, e) => {
4642
4642
  }
4643
4643
  },
4644
4644
  variants: [
4645
+ {
4646
+ props: { variant: "standard" },
4647
+ style: {
4648
+ ".MuiInputBase-root": {
4649
+ backgroundColor: "transparent"
4650
+ },
4651
+ ".MuiInputBase-root:before, .MuiInputBase-root:after, .MuiInputBase-root.MuiInput-underline:hover:before": {
4652
+ borderBottom: "none"
4653
+ }
4654
+ }
4655
+ },
4645
4656
  {
4646
4657
  props: { variant: "outlined" },
4647
4658
  style: ({ theme: A }) => ({
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.2",
5
+ "version": "4.19.4",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",