@opengovsg/oui 0.0.46 → 0.0.47

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.
@@ -179,7 +179,7 @@ const Pagination = utils.forwardRef((props, ref) => {
179
179
  paginationItem.PaginationItem,
180
180
  {
181
181
  className: slots.item({
182
- class: ouiTheme.cn(classNames?.item, "group")
182
+ class: ouiTheme.cn(classNames?.item, "group/ellipsis")
183
183
  }),
184
184
  isDisabled: props.isDisabled,
185
185
  "data-slot": "item",
@@ -177,7 +177,7 @@ const Pagination = forwardRef((props, ref) => {
177
177
  PaginationItem,
178
178
  {
179
179
  className: slots.item({
180
- class: cn(classNames?.item, "group")
180
+ class: cn(classNames?.item, "group/ellipsis")
181
181
  }),
182
182
  isDisabled: props.isDisabled,
183
183
  "data-slot": "item",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengovsg/oui",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "sideEffects": false,
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "module",
@@ -50,7 +50,7 @@
50
50
  "storybook": "10.1.10",
51
51
  "tsx": "^4.21.0",
52
52
  "typescript": "5.7.3",
53
- "@opengovsg/oui-theme": "0.0.46",
53
+ "@opengovsg/oui-theme": "0.0.47",
54
54
  "@oui/chromatic": "0.0.0",
55
55
  "@oui/eslint-config": "0.0.0",
56
56
  "@oui/prettier-config": "0.0.0",
@@ -90,7 +90,7 @@
90
90
  "motion": ">=11.12.0 || >=12.0.0-alpha.1",
91
91
  "react": ">= 18",
92
92
  "react-aria-components": "^1.14.0",
93
- "@opengovsg/oui-theme": "0.0.46"
93
+ "@opengovsg/oui-theme": "0.0.47"
94
94
  },
95
95
  "scripts": {
96
96
  "build": "tsx ../../tooling/build-scripts/main.ts --dts --clean",