From 35230a238e014d95f684350e54b804d55baaf243 Mon Sep 17 00:00:00 2001 From: Steve Lombardi Date: Mon, 19 Jul 2021 14:45:30 -0400 Subject: [PATCH] update to ds 6.7 --- client/angular.json | 1 + client/package.json | 4 ++-- client/src/styles.scss | 8 -------- package.json | 4 ++-- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/client/angular.json b/client/angular.json index 4f948b7..87217cb 100755 --- a/client/angular.json +++ b/client/angular.json @@ -24,6 +24,7 @@ }, "styles": [ "node_modules/@angular/material/prebuilt-themes/indigo-pink.css", + "node_modules/bootstrap/dist/css/bootstrap.min.css", "node_modules/pb-design-system/dist/css/designsystem.css", "src/styles.scss" ], diff --git a/client/package.json b/client/package.json index 0ff29e9..59152a6 100755 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "starter", - "version": "2.6.3", + "version": "2.7.0", "license": "MIT", "scripts": { "ng": "ng", @@ -32,7 +32,7 @@ "core-js": "3.11.1", "d3": "6.7.0", "jquery": "3.6.0", - "pb-design-system": "6.6.4", + "pb-design-system": "6.7.1", "popper.js": "1.16.1", "rxjs": "6.6.3", "topojson-client": "3.1.0", diff --git a/client/src/styles.scss b/client/src/styles.scss index f01b513..2e56fbc 100755 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -1,10 +1,2 @@ -@import '../node_modules/bootstrap/scss/functions'; -@import '../node_modules/bootstrap/scss/mixins'; - -@import '../node_modules/pb-design-system/sass/variables'; -@import '../node_modules/pb-design-system/sass/mixins'; - -@import '../node_modules/pb-design-system/dist/css/designsystem.css'; - // your project imports, add as many as you need @import '../src/sass/sample'; diff --git a/package.json b/package.json index 8cb6a24..1b39dd1 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng-starter-app", - "version": "2.6.3", - "description": "PB starter application with DS 6.6", + "version": "2.7.0", + "description": "PB starter application with DS 6.7", "main": "index.html", "scripts": { "start": "cd client && npm start",