Skip to content

Commit

Permalink
Switched lib for dashboard-style-airframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Symyon committed Jan 12, 2023
1 parent 4e6a78c commit 70858be
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/common.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import * as CommonDashboardFuncs from '@owczar/dashboard-style--airframe';
import * as CommonDashboardFuncs from '@miltonbo/dashboard-style-airframe';

export default CommonDashboardFuncs;
2 changes: 1 addition & 1 deletion app/styles/bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import '~@owczar/dashboard-style--airframe/scss/bootstrap/bootstrap';
@import '~@miltonbo/dashboard-style-airframe/scss/bootstrap/bootstrap';
2 changes: 1 addition & 1 deletion app/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import '~@owczar/dashboard-style--airframe/scss/style';
@import '~@miltonbo/dashboard-style-airframe/scss/style';
4 changes: 2 additions & 2 deletions app/styles/plugins/_ag-grid.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import '~@owczar/dashboard-style--airframe/scss/plugins/ag-grid/ag-grid';
@import '~@owczar/dashboard-style--airframe/scss/plugins/ag-grid/ag-theme-bootstrap';
@import '~@miltonbo/dashboard-style-airframe/scss/plugins/ag-grid/ag-grid';
@import '~@miltonbo/dashboard-style-airframe/scss/plugins/ag-grid/ag-theme-bootstrap';
2 changes: 1 addition & 1 deletion app/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "~@owczar/dashboard-style--airframe/scss/variables";
@import "~@miltonbo/dashboard-style-airframe/scss/variables";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@owczar/dashboard-style--airframe": "^0.1.13",
"@miltonbo/dashboard-style-airframe": "^0.2.0",
"ag-grid-community": "^21.0.1",
"ag-grid-react": "^21.0.1",
"bootstrap": "^4.3.1",
Expand Down

0 comments on commit 70858be

Please sign in to comment.