@ssa-ui-kit/core 3.16.3 → 3.16.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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -54088,11 +54088,11 @@ const History_History = ({
54088
54088
  function Pagination_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
54089
54089
 
54090
54090
 
54091
- /** Square 26x26 cell shared by page/selected/arrow buttons (design "Number" atom). */
54091
+ /** 26px-tall cell shared by page/selected/arrow buttons (design "Number" atom); width grows past 26 to fit multi-digit page numbers instead of clipping/overlapping. */
54092
54092
  const baseBtnStyles = {
54093
- width: 26,
54093
+ minWidth: 26,
54094
54094
  height: 26,
54095
- padding: 0,
54095
+ padding: '0 4px',
54096
54096
  borderRadius: 6,
54097
54097
  justifyContent: 'center',
54098
54098
  fontSize: 14,
@@ -54319,8 +54319,8 @@ const PageButton = ({
54319
54319
  * - Proper focus management
54320
54320
  */
54321
54321
  var PaginationButtons_ref = true ? {
54322
- name: "1lcc3va",
54323
- styles: "display:flex;align-items:center;gap:0"
54322
+ name: "1q7mb2q",
54323
+ styles: "display:flex;align-items:center;gap:2px"
54324
54324
  } : 0;
54325
54325
  const PaginationButtons = ({
54326
54326
  range,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssa-ui-kit/core",
3
- "version": "3.16.3",
3
+ "version": "3.16.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -39,8 +39,8 @@
39
39
  "luxon": "3.5.0",
40
40
  "plotly.js": "3.0.0",
41
41
  "react-plotly.js": "2.6.0",
42
- "@ssa-ui-kit/hooks": "^3.16.3",
43
- "@ssa-ui-kit/utils": "^3.16.3"
42
+ "@ssa-ui-kit/utils": "^3.16.4",
43
+ "@ssa-ui-kit/hooks": "^3.16.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@emotion/css": "11.13.5",