@uipath/apollo-react 6.17.2 → 6.17.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.
@@ -28,21 +28,12 @@ __webpack_require__.d(__webpack_exports__, {
28
28
  });
29
29
  const MuiFormLabel = (palette)=>({
30
30
  root: {
31
- color: palette.semantic.colorForegroundDeEmp,
32
- '&.Mui-error': {
33
- color: palette.semantic.colorForegroundDeEmp
34
- },
31
+ color: palette.semantic.colorForeground,
35
32
  '&.Mui-disabled': {
36
33
  color: palette.semantic.colorForegroundDisable
37
- }
38
- },
39
- asterisk: {
40
- color: 'inherit',
41
- '&.Mui-disabled': {
42
- color: 'inherit'
43
34
  },
44
- '&.Mui-error': {
45
- color: 'inherit'
35
+ '.MuiFormLabel-asterisk.Mui-error': {
36
+ color: palette.semantic.colorErrorText
46
37
  }
47
38
  }
48
39
  });
@@ -1 +1 @@
1
- {"version":3,"file":"MuiFormLabel.d.ts","sourceRoot":"","sources":["../../../../src/material/theme/overrides/MuiFormLabel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAEtE,eAAO,MAAM,YAAY,GAAI,SAAS,OAAO,KAAG,mBAAmB,CAAC,cAAc,CAWhF,CAAC"}
1
+ {"version":3,"file":"MuiFormLabel.d.ts","sourceRoot":"","sources":["../../../../src/material/theme/overrides/MuiFormLabel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAEtE,eAAO,MAAM,YAAY,GAAI,SAAS,OAAO,KAAG,mBAAmB,CAAC,cAAc,CAMhF,CAAC"}
@@ -1,20 +1,11 @@
1
1
  const MuiFormLabel = (palette)=>({
2
2
  root: {
3
- color: palette.semantic.colorForegroundDeEmp,
4
- '&.Mui-error': {
5
- color: palette.semantic.colorForegroundDeEmp
6
- },
3
+ color: palette.semantic.colorForeground,
7
4
  '&.Mui-disabled': {
8
5
  color: palette.semantic.colorForegroundDisable
9
- }
10
- },
11
- asterisk: {
12
- color: 'inherit',
13
- '&.Mui-disabled': {
14
- color: 'inherit'
15
6
  },
16
- '&.Mui-error': {
17
- color: 'inherit'
7
+ '.MuiFormLabel-asterisk.Mui-error': {
8
+ color: palette.semantic.colorErrorText
18
9
  }
19
10
  }
20
11
  });
@@ -84,6 +84,10 @@ const MuiIconButton = (palette)=>({
84
84
  width: apollo_core_default().Spacing.SpacingXxl,
85
85
  height: apollo_core_default().Spacing.SpacingXxl
86
86
  },
87
+ '&.MuiAutocomplete-popupIndicator, &.MuiAutocomplete-clearIndicator, .MuiInputAdornment-root &': {
88
+ width: 'auto',
89
+ height: 'auto'
90
+ },
87
91
  '&.Mui-disabled': {
88
92
  color: palette.semantic.colorForegroundDisable
89
93
  }
@@ -1 +1 @@
1
- {"version":3,"file":"MuiIconButton.d.ts","sourceRoot":"","sources":["../../../../src/material/theme/overrides/MuiIconButton.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAEtE,eAAO,MAAM,aAAa,GAAI,SAAS,OAAO,KAAG,mBAAmB,CAAC,eAAe,CAqClF,CAAC"}
1
+ {"version":3,"file":"MuiIconButton.d.ts","sourceRoot":"","sources":["../../../../src/material/theme/overrides/MuiIconButton.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAEtE,eAAO,MAAM,aAAa,GAAI,SAAS,OAAO,KAAG,mBAAmB,CAAC,eAAe,CA8ClF,CAAC"}
@@ -46,6 +46,10 @@ const MuiIconButton = (palette)=>({
46
46
  width: apollo_core.Spacing.SpacingXxl,
47
47
  height: apollo_core.Spacing.SpacingXxl
48
48
  },
49
+ '&.MuiAutocomplete-popupIndicator, &.MuiAutocomplete-clearIndicator, .MuiInputAdornment-root &': {
50
+ width: 'auto',
51
+ height: 'auto'
52
+ },
49
53
  '&.Mui-disabled': {
50
54
  color: palette.semantic.colorForegroundDisable
51
55
  }
@@ -56,20 +56,11 @@ const MuiInputLabel = (palette)=>({
56
56
  color: palette.semantic.colorForegroundDeEmp
57
57
  },
58
58
  '&.Mui-error': {
59
- color: palette.semantic.colorForegroundDeEmp
59
+ color: palette.semantic.colorErrorText
60
60
  },
61
61
  '&.Mui-disabled': {
62
62
  color: palette.semantic.colorForegroundDisable
63
63
  }
64
- },
65
- asterisk: {
66
- color: 'inherit',
67
- '&.Mui-disabled': {
68
- color: 'inherit'
69
- },
70
- '&.Mui-error': {
71
- color: 'inherit'
72
- }
73
64
  }
74
65
  });
75
66
  exports.MuiInputLabel = __webpack_exports__.MuiInputLabel;
@@ -1 +1 @@
1
- {"version":3,"file":"MuiInputLabel.d.ts","sourceRoot":"","sources":["../../../../src/material/theme/overrides/MuiInputLabel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAEtE,eAAO,MAAM,aAAa,GAAI,SAAS,OAAO,KAAG,mBAAmB,CAAC,eAAe,CAoBlF,CAAC"}
1
+ {"version":3,"file":"MuiInputLabel.d.ts","sourceRoot":"","sources":["../../../../src/material/theme/overrides/MuiInputLabel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAEtE,eAAO,MAAM,aAAa,GAAI,SAAS,OAAO,KAAG,mBAAmB,CAAC,eAAe,CAelF,CAAC"}
@@ -18,20 +18,11 @@ const MuiInputLabel = (palette)=>({
18
18
  color: palette.semantic.colorForegroundDeEmp
19
19
  },
20
20
  '&.Mui-error': {
21
- color: palette.semantic.colorForegroundDeEmp
21
+ color: palette.semantic.colorErrorText
22
22
  },
23
23
  '&.Mui-disabled': {
24
24
  color: palette.semantic.colorForegroundDisable
25
25
  }
26
- },
27
- asterisk: {
28
- color: 'inherit',
29
- '&.Mui-disabled': {
30
- color: 'inherit'
31
- },
32
- '&.Mui-error': {
33
- color: 'inherit'
34
- }
35
26
  }
36
27
  });
37
28
  export { MuiInputLabel };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/apollo-react",
3
- "version": "6.17.2",
3
+ "version": "6.17.3",
4
4
  "description": "Apollo Design System - React component library with Material UI theming",
5
5
  "repository": {
6
6
  "type": "git",