@thecb/components 7.8.2-beta.6 → 7.8.2-beta.7

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": "@thecb/components",
3
- "version": "7.8.2-beta.6",
3
+ "version": "7.8.2-beta.7",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -227,9 +227,9 @@ const Pagination = ({
227
227
  variant="pXL"
228
228
  weight={fontWeight}
229
229
  color={numberColor ?? themeValues.numberColor}
230
- aria-label="ellipsis"
230
+ role="presentation"
231
231
  >
232
- {"..."}
232
+ {""}
233
233
  </Text>
234
234
  </Cluster>
235
235
  </Box>