@axinom/mosaic-ui 0.66.0-rc.16 → 0.66.0-rc.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.66.0-rc.16",
3
+ "version": "0.66.0-rc.18",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -112,5 +112,5 @@
112
112
  "publishConfig": {
113
113
  "access": "public"
114
114
  },
115
- "gitHead": "da721e484a1248043876ae97427ec2d9b8fc1c05"
115
+ "gitHead": "a493cb7b60f9597e09393d1c155c750f9628887c"
116
116
  }
@@ -36,7 +36,7 @@ $pop-up-arrow-extrusion: -7px;
36
36
  color: var(--infotooltip-text-color, $infotooltip-text-color);
37
37
  padding: 15px;
38
38
 
39
- z-index: 10;
39
+ z-index: 9999;
40
40
 
41
41
  .arrow,
42
42
  .arrow::before {
@@ -13,7 +13,7 @@ $pop-up-arrow-extrusion: -7px;
13
13
 
14
14
  box-shadow: 0px 1px 8px 3px rgba(92, 92, 92, 0.27);
15
15
 
16
- z-index: 10;
16
+ z-index: 9999;
17
17
 
18
18
  .arrow,
19
19
  .arrow::before {
@@ -44,6 +44,7 @@ export const ListCheckBox: React.FC<ListCheckBoxProps> = ({
44
44
  <div
45
45
  className={clsx(classes.container, 'list-checkbox-container', className)}
46
46
  onClick={containerHandler}
47
+ aria-checked={isChecked}
47
48
  >
48
49
  <Button
49
50
  height={height}