gd-bs 5.5.2 → 5.5.5

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.
package/package.json CHANGED
@@ -1,61 +1,59 @@
1
- {
2
- "name": "gd-bs",
3
- "version": "5.5.2",
4
- "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
- "main": "build/index.js",
6
- "typings": "src/index.d.ts",
7
- "scripts": {
8
- "all": "npm run clean && npm run generate-icons && npm run build && npm run build-icons && npm run build-core && npm run prod && npm run prod-icons && npm run prod-core && npm run typings && npm run docs",
9
- "build": "tsc && npm run build-bs && webpack --mode=development && npm run post-build",
10
- "build-bs": "webpack --mode=production --config webpack.sass.js",
11
- "build-core": "webpack --mode=development --config webpack.core.js",
12
- "build-icons": "webpack --mode=development --config webpack.icons.js",
13
- "post-build": "node ./post-build",
14
- "clean": "node ./clean.js",
15
- "docs": "typedoc",
16
- "generate-icons": "node ./generateIcons",
17
- "prod": "webpack --mode=production",
18
- "prod-core": "webpack --mode=production --config webpack.core.js",
19
- "prod-icons": "webpack --mode=production --config webpack.icons.js",
20
- "typings": "dts-bundle --configJson dts-bundle.json"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/gunjandatta/gd-bs.git"
25
- },
26
- "keywords": [
27
- "Bootstrap",
28
- "TypeScript"
29
- ],
30
- "author": "Gunjan Datta <me@dattabase.com> (https://dattabase.com)",
31
- "license": "MIT",
32
- "bugs": {
33
- "url": "https://github.com/gunjandatta/gd-bs/issues"
34
- },
35
- "homepage": "https://dattabase.com/extras/bs",
36
- "dependencies": {
37
- "@popperjs/core": "^2.11.5",
38
- "bootstrap": "^5.1.3",
39
- "bootstrap-icons": "^1.8.2",
40
- "core-js": "^3.22.6",
41
- "tippy.js": "^6.3.7"
42
- },
43
- "devDependencies": {
44
- "@babel/core": "^7.18.0",
45
- "@babel/preset-env": "^7.18.0",
46
- "@types/node": "^16.11.36",
47
- "autoprefixer": "^10.4.7",
48
- "babel-loader": "^8.2.5",
49
- "css-loader": "^6.7.1",
50
- "dts-bundle": "^0.7.3",
51
- "html-loader": "^2.1.2",
52
- "postcss-loader": "^6.2.1",
53
- "sass": "^1.52.1",
54
- "sass-loader": "^12.6.0",
55
- "style-loader": "^3.3.1",
56
- "ts-loader": "^9.3.0",
57
- "typedoc": "^0.22.15",
58
- "webpack": "^5.72.1",
59
- "webpack-cli": "^4.9.2"
60
- }
1
+ {
2
+ "name": "gd-bs",
3
+ "version": "5.5.5",
4
+ "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
+ "main": "build/index.js",
6
+ "typings": "src/index.d.ts",
7
+ "scripts": {
8
+ "all": "npm run clean && npm run generate-icons && npm run build && npm run build-icons && npm run prod && npm run prod-icons && npm run typings && npm run docs",
9
+ "build": "tsc && npm run build-bs && webpack --mode=development && npm run post-build",
10
+ "build-bs": "webpack --mode=production --config webpack.sass.js",
11
+ "build-icons": "webpack --mode=development --config webpack.icons.js",
12
+ "post-build": "node ./post-build",
13
+ "clean": "node ./clean.js",
14
+ "docs": "typedoc",
15
+ "generate-icons": "node ./generateIcons",
16
+ "prod": "webpack --mode=production",
17
+ "prod-icons": "webpack --mode=production --config webpack.icons.js",
18
+ "typings": "dts-bundle --configJson dts-bundle.json"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/gunjandatta/gd-bs.git"
23
+ },
24
+ "keywords": [
25
+ "Bootstrap",
26
+ "TypeScript"
27
+ ],
28
+ "author": "Gunjan Datta <me@dattabase.com> (https://dattabase.com)",
29
+ "license": "MIT",
30
+ "bugs": {
31
+ "url": "https://github.com/gunjandatta/gd-bs/issues"
32
+ },
33
+ "homepage": "https://dattabase.com/extras/bs",
34
+ "dependencies": {
35
+ "@popperjs/core": "^2.11.5",
36
+ "bootstrap": "^5.1.3",
37
+ "bootstrap-icons": "^1.8.2",
38
+ "core-js": "^3.22.6",
39
+ "tippy.js": "^6.3.7"
40
+ },
41
+ "devDependencies": {
42
+ "@babel/core": "^7.18.0",
43
+ "@babel/preset-env": "^7.18.0",
44
+ "@types/node": "^16.11.36",
45
+ "autoprefixer": "^10.4.7",
46
+ "babel-loader": "^8.2.5",
47
+ "css-loader": "^6.7.1",
48
+ "dts-bundle": "^0.7.3",
49
+ "html-loader": "^2.1.2",
50
+ "postcss-loader": "^6.2.1",
51
+ "sass": "^1.52.1",
52
+ "sass-loader": "^12.6.0",
53
+ "style-loader": "^3.3.1",
54
+ "ts-loader": "^9.3.0",
55
+ "typedoc": "^0.22.15",
56
+ "webpack": "^5.72.1",
57
+ "webpack-cli": "^4.9.2"
58
+ }
61
59
  }
package/src/bs.scss CHANGED
@@ -80,6 +80,10 @@
80
80
  background-color: #c4e4ff;
81
81
  color: #0078d4;
82
82
  }
83
+ /* Color match accordion while expanded */
84
+ .accordion-button:not(.collapsed)::after {
85
+ background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%230078d4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
86
+ }
83
87
  /* Create a reusable 'SharePoint Blue' background color */
84
88
  .bg-sharepoint {
85
89
  background-color: #0078d4 !important;
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.tippy = exports.Components = void 0;
4
- // Import the IE fix
5
- require("./ie");
6
- // Bootstrap Components
7
- var Components = require("./components");
8
- exports.Components = Components;
9
- // TippyJS library
10
- var libs_1 = require("./libs");
11
- Object.defineProperty(exports, "tippy", { enumerable: true, get: function () { return libs_1.tippy; } });
12
- // Bootstrap Global library
13
- var BS = { Components: Components, tippy: libs_1.tippy };
14
- window["GD"] = window["GD"] || BS;