gd-bs 5.8.1 → 5.8.4
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/build/bs.js +1 -1
- package/dist/gd-bs-icons.js +2 -24070
- package/dist/gd-bs-icons.js.LICENSE.txt +8755 -0
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.js +2 -3706
- package/dist/gd-bs.js.LICENSE.txt +1367 -0
- package/dist/gd-bs.min.js +1 -1
- package/package.json +2 -1
- package/pnpm-lock.yaml +3 -1
- package/src/styles/_core.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gd-bs",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.4",
|
|
4
4
|
"description": "Bootstrap JavaScript, TypeScript and Web Components library.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"sass": "^1.54.0",
|
|
53
53
|
"sass-loader": "^13.0.2",
|
|
54
54
|
"style-loader": "^3.3.1",
|
|
55
|
+
"terser-webpack-plugin": "^5.3.3",
|
|
55
56
|
"ts-loader": "^9.3.1",
|
|
56
57
|
"typedoc": "^0.23.9",
|
|
57
58
|
"typescript": "^4.7.4",
|
package/pnpm-lock.yaml
CHANGED
|
@@ -17,6 +17,7 @@ devDependencies:
|
|
|
17
17
|
sass: 1.54.0
|
|
18
18
|
sass-loader: 13.0.2_sass@1.54.0+webpack@5.74.0
|
|
19
19
|
style-loader: 3.3.1_webpack@5.74.0
|
|
20
|
+
terser-webpack-plugin: 5.3.3_webpack@5.74.0
|
|
20
21
|
ts-loader: 9.3.1_typescript@4.7.4+webpack@5.74.0
|
|
21
22
|
typedoc: 0.23.9_typescript@4.7.4
|
|
22
23
|
typescript: 4.7.4
|
|
@@ -2286,7 +2287,7 @@ packages:
|
|
|
2286
2287
|
integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
|
|
2287
2288
|
/jest-worker/27.5.1:
|
|
2288
2289
|
dependencies:
|
|
2289
|
-
'@types/node':
|
|
2290
|
+
'@types/node': 18.6.2
|
|
2290
2291
|
merge-stream: 2.0.0
|
|
2291
2292
|
supports-color: 8.1.1
|
|
2292
2293
|
dev: true
|
|
@@ -3303,6 +3304,7 @@ specifiers:
|
|
|
3303
3304
|
sass: ^1.54.0
|
|
3304
3305
|
sass-loader: ^13.0.2
|
|
3305
3306
|
style-loader: ^3.3.1
|
|
3307
|
+
terser-webpack-plugin: ^5.3.3
|
|
3306
3308
|
tippy.js: ^6.3.7
|
|
3307
3309
|
ts-loader: ^9.3.1
|
|
3308
3310
|
typedoc: ^0.23.9
|
package/src/styles/_core.scss
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
@import "~bootstrap/scss/maps";
|
|
5
5
|
@import "~bootstrap/scss/mixins";
|
|
6
6
|
@import "~bootstrap/scss/utilities";
|
|
7
|
+
@import "~bootstrap/scss/root";
|
|
7
8
|
|
|
8
9
|
.bs {
|
|
9
10
|
// Layout & components
|
|
10
|
-
@import "~bootstrap/scss/root";
|
|
11
11
|
@import "~bootstrap/scss/reboot";
|
|
12
12
|
@import "~bootstrap/scss/type";
|
|
13
13
|
@import "~bootstrap/scss/images";
|