Skip to content

Commit

Permalink
vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson committed Jan 30, 2025
1 parent 1dd8ca9 commit 755cd7b
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 98 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
src/react-menu3/index.d.ts
rollup.config.ts


82 changes: 13 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"babel-preset-react-app": "^10.0.1",
"chromatic": "^11.25.1",
"css-loader": "^7.1.2",
"happy-dom": "^16.7.3",
"jsdom": "^26.0.0",
"mkdirp": "^3.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion src/lui/ActionButton.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;

.ActionButton {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/lui/FormError.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;

.FormError {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/lui/TextInputFormatted.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;

.LuiTextInput.GridLuiTextInput {
margin-bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/Grid.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use "../react-menu3/styles/index";
@use "./react-menu-customisations";
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;

.LabelPreferencesPanelGridCellAlignCenter .ag-wrapper {
margin-left: auto;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/GridIcon.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;

.AgGridGenericCellRenderer-icon {
margin-right: 4px;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/GridPopoverMenu.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;

.ag-cell .GridPopoutMenu-burger {
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/GridTheme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;
@use "ag-grid-community/styles" as ag;

// ag-grid likes to add 1px to this, so we subtract to compensate
Expand Down
Loading

0 comments on commit 755cd7b

Please sign in to comment.