@linzjs/step-ag-grid 29.5.0 → 29.5.1

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.
@@ -58,31 +58,30 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
58
58
  )
59
59
  );
60
60
 
61
- // Don't hide the drag handle
62
- .ag-theme-step-default.theme-specific .ag-drag-handle.ag-row-drag, .ag-theme-step-compact.theme-specific div.ag-drag-handle.ag-row-drag {
63
- opacity: 1 !important;
64
- }
61
+ .ag-theme-step-default.theme-specific,
62
+ .ag-theme-step-compact.theme-specific {
63
+ // Don't hide the drag handle
64
+ .ag-drag-handle.ag-row-drag {
65
+ opacity: 1 !important;
66
+ }
65
67
 
66
- .ag-header-hide-default-select .ag-labeled {
67
- display: none;
68
- }
68
+ .ag-header-hide-default-select .ag-labeled {
69
+ display: none;
70
+ }
69
71
 
70
- .ag-header-hide-default-select .ag-wrapper.ag-checkbox-input-wrapper {
71
- margin-right: 9px;
72
- }
72
+ div.ag-header-cell.ag-header-select-draggable[col-id='ag-Grid-SelectionColumn'] {
73
+ padding-left: 40px;
74
+ }
73
75
 
74
- div.ag-header-cell.ag-header-select-draggable[col-id='ag-Grid-SelectionColumn'] {
75
- padding-left: 40px;
76
- }
76
+ div.ag-header-cell:not(.ag-header-select-draggable)[col-id='ag-Grid-SelectionColumn'] {
77
+ padding-left: 12px;
78
+ }
77
79
 
78
- .ag-drag-handle.ag-row-drag {
79
- .ag-icon.ag-icon-grip {
80
- margin: auto;
80
+ div.ag-cell-wrapper {
81
+ margin-left: 4px;
82
+ margin-right: 4px;
81
83
  }
82
- }
83
84
 
84
- .ag-theme-step-default.theme-specific,
85
- .ag-theme-step-compact.theme-specific {
86
85
  div.ag-center-cols-viewport {
87
86
  // when using domLayout={"autoHeight"}, ag grid has a default min-height
88
87
  // set to 150px so the !important is necessary here
@@ -158,6 +157,9 @@ div.ag-header-cell.ag-header-select-draggable[col-id='ag-Grid-SelectionColumn']
158
157
  }
159
158
  }
160
159
 
160
+ div.ag-cell-wrapper .ag-selection-checkbox {
161
+ margin: 0;
162
+ }
161
163
 
162
164
  .ag-cell {
163
165
  display: flex;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "29.5.0",
5
+ "version": "29.5.1",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -76,22 +76,22 @@
76
76
  ]
77
77
  },
78
78
  "optionalDependencies": {
79
- "@rollup/rollup-linux-x64-gnu": "^4.52.3",
79
+ "@rollup/rollup-linux-x64-gnu": "^4.52.4",
80
80
  "@swc/core-linux-x64-gnu": "^1.13.20"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@chromatic-com/storybook": "^4.1.1",
84
- "@linzjs/lui": "^23.11.1",
84
+ "@linzjs/lui": "^23.14.2",
85
85
  "@linzjs/style": "^5.4.0",
86
86
  "@linzjs/windows": "^5.7.0",
87
- "@rollup/plugin-commonjs": "^28.0.6",
87
+ "@rollup/plugin-commonjs": "^28.0.8",
88
88
  "@rollup/plugin-json": "^6.1.0",
89
- "@rollup/plugin-node-resolve": "^16.0.1",
89
+ "@rollup/plugin-node-resolve": "^16.0.3",
90
90
  "@semantic-release/git": "^10.0.1",
91
- "@storybook/addon-docs": "^9.1.8",
92
- "@storybook/addon-links": "^9.1.8",
93
- "@storybook/react": "^9.1.8",
94
- "@storybook/react-vite": "^9.1.8",
91
+ "@storybook/addon-docs": "^9.1.12",
92
+ "@storybook/addon-links": "^9.1.12",
93
+ "@storybook/react": "^9.1.12",
94
+ "@storybook/react-vite": "^9.1.12",
95
95
  "@testing-library/dom": "^10.4.1",
96
96
  "@testing-library/react": "^16.3.0",
97
97
  "@testing-library/user-event": "^14.6.1",
@@ -111,7 +111,7 @@
111
111
  "cross-env": "^10.1.0",
112
112
  "css-loader": "^7.1.2",
113
113
  "eslint-plugin-react": "^7.37.5",
114
- "eslint-plugin-storybook": "^9.1.8",
114
+ "eslint-plugin-storybook": "^9.1.12",
115
115
  "jsdom": "^26.1.0",
116
116
  "lodash-es": "^4.17.21",
117
117
  "mkdirp": "^3.0.1",
@@ -123,7 +123,7 @@
123
123
  "react-app-polyfill": "^3.0.0",
124
124
  "react-dom": "^18.3.1",
125
125
  "rimraf": "^6.0.1",
126
- "rollup": "^4.52.3",
126
+ "rollup": "^4.52.4",
127
127
  "rollup-plugin-copy": "^3.5.0",
128
128
  "rollup-plugin-peer-deps-external": "^2.2.4",
129
129
  "rollup-plugin-postcss": "^4.0.2",
@@ -131,11 +131,11 @@
131
131
  "sass": "^1.93.2",
132
132
  "sass-loader": "^16.0.5",
133
133
  "semantic-release": "^24.2.9",
134
- "storybook": "^9.1.8",
134
+ "storybook": "^9.1.12",
135
135
  "storybook-css-modules-preset": "^1.1.1",
136
136
  "style-loader": "^4.0.0",
137
- "typescript": "^5.9.2",
138
- "vite": "^7.1.7",
137
+ "typescript": "^5.9.3",
138
+ "vite": "^7.1.10",
139
139
  "vite-plugin-html": "^3.2.2",
140
140
  "vite-tsconfig-paths": "^5.1.4",
141
141
  "vitest": "^3.2.4"
@@ -58,31 +58,30 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
58
58
  )
59
59
  );
60
60
 
61
- // Don't hide the drag handle
62
- .ag-theme-step-default.theme-specific .ag-drag-handle.ag-row-drag, .ag-theme-step-compact.theme-specific div.ag-drag-handle.ag-row-drag {
63
- opacity: 1 !important;
64
- }
61
+ .ag-theme-step-default.theme-specific,
62
+ .ag-theme-step-compact.theme-specific {
63
+ // Don't hide the drag handle
64
+ .ag-drag-handle.ag-row-drag {
65
+ opacity: 1 !important;
66
+ }
65
67
 
66
- .ag-header-hide-default-select .ag-labeled {
67
- display: none;
68
- }
68
+ .ag-header-hide-default-select .ag-labeled {
69
+ display: none;
70
+ }
69
71
 
70
- .ag-header-hide-default-select .ag-wrapper.ag-checkbox-input-wrapper {
71
- margin-right: 9px;
72
- }
72
+ div.ag-header-cell.ag-header-select-draggable[col-id='ag-Grid-SelectionColumn'] {
73
+ padding-left: 40px;
74
+ }
73
75
 
74
- div.ag-header-cell.ag-header-select-draggable[col-id='ag-Grid-SelectionColumn'] {
75
- padding-left: 40px;
76
- }
76
+ div.ag-header-cell:not(.ag-header-select-draggable)[col-id='ag-Grid-SelectionColumn'] {
77
+ padding-left: 12px;
78
+ }
77
79
 
78
- .ag-drag-handle.ag-row-drag {
79
- .ag-icon.ag-icon-grip {
80
- margin: auto;
80
+ div.ag-cell-wrapper {
81
+ margin-left: 4px;
82
+ margin-right: 4px;
81
83
  }
82
- }
83
84
 
84
- .ag-theme-step-default.theme-specific,
85
- .ag-theme-step-compact.theme-specific {
86
85
  div.ag-center-cols-viewport {
87
86
  // when using domLayout={"autoHeight"}, ag grid has a default min-height
88
87
  // set to 150px so the !important is necessary here
@@ -158,6 +157,9 @@ div.ag-header-cell.ag-header-select-draggable[col-id='ag-Grid-SelectionColumn']
158
157
  }
159
158
  }
160
159
 
160
+ div.ag-cell-wrapper .ag-selection-checkbox {
161
+ margin: 0;
162
+ }
161
163
 
162
164
  .ag-cell {
163
165
  display: flex;