sdga-ui 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. package/css/dga-ui.css +27286 -27286
  2. package/package.json +3 -2
  3. package/theme/dga-ui.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdga-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "DGA UI - Government-Style Bootstrap Theme",
5
5
  "keywords": [
6
6
  "dga",
@@ -28,7 +28,8 @@
28
28
  "format": "prettier --write \"**/*.{js,json,md,css,scss}\"",
29
29
  "format:check": "prettier --check \"**/*.{js,json,md,css,scss}\"",
30
30
  "build-css": "sass theme/dga-ui.scss:css/dga-ui.css",
31
- "watch-css": "sass --watch theme/dga-ui.scss:css/dga-ui.css"
31
+ "watch-css": "sass --watch theme/dga-ui.scss:css/dga-ui.css",
32
+ "prepublishOnly": "npm version patch --no-git-tag-version"
32
33
  },
33
34
  "dependencies": {
34
35
  "bootstrap": "^5.3.8"
package/theme/dga-ui.scss CHANGED
@@ -8,7 +8,7 @@
8
8
  @import './variables';
9
9
 
10
10
  // 2. Import Bootstrap source files
11
- @import '../node_modules/bootstrap/scss/bootstrap';
11
+ @import 'bootstrap/scss/bootstrap';
12
12
 
13
13
  // ============================================
14
14
  // SDJA CUSTOM ENHANCEMENTS