@pingux/astro 1.16.0-alpha.3 → 1.16.0-alpha.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.
@@ -133,7 +133,9 @@ var ChipWithIcon = function ChipWithIcon() {
133
133
  icon: _ContentCopyIcon["default"],
134
134
  ml: "xs",
135
135
  size: "14px",
136
- color: "white"
136
+ color: "white",
137
+ "aria-hidden": "true",
138
+ focusable: "false"
137
139
  })));
138
140
  };
139
141
 
@@ -109,7 +109,7 @@ var listBoxSectionTitle = {
109
109
  justifyContent: 'center'
110
110
  };
111
111
  var chip = {
112
- cursor: 'pointer',
112
+ cursor: 'default',
113
113
  p: '3px 5px 4px 5px',
114
114
  alignItems: 'center',
115
115
  justifyContent: 'center',
@@ -102,6 +102,8 @@ export var ChipWithIcon = function ChipWithIcon() {
102
102
  icon: ContentCopy,
103
103
  ml: "xs",
104
104
  size: "14px",
105
- color: "white"
105
+ color: "white",
106
+ "aria-hidden": "true",
107
+ focusable: "false"
106
108
  })));
107
109
  };
@@ -90,7 +90,7 @@ var listBoxSectionTitle = {
90
90
  justifyContent: 'center'
91
91
  };
92
92
  export var chip = {
93
- cursor: 'pointer',
93
+ cursor: 'default',
94
94
  p: '3px 5px 4px 5px',
95
95
  alignItems: 'center',
96
96
  justifyContent: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.16.0-alpha.3",
3
+ "version": "1.16.0-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",