blue-web 1.16.0 → 1.16.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.
- package/dist/js/actions.bundle.js +1 -1
- package/dist/js/actions.d.ts +1 -0
- package/dist/js/actions.js +11 -2
- package/dist/merged.scss +18 -8
- package/dist/style.css +105 -101
- package/dist/style.css.map +1 -1
- package/dist/style.min.css +4 -4
- package/dist/style.scss +1 -1
- package/dist/styles/_actions.css +4 -0
- package/dist/styles/_bootstrap-variables.scss +1 -1
- package/package.json +4 -4
package/dist/style.scss
CHANGED
package/dist/styles/_actions.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Main color theme. E.g. used for background for body and sidebar.
|
|
2
2
|
$theme: hsl(217deg 10% 94%) !default;
|
|
3
3
|
$theme-dark: hsl(217deg 10% 8%) !default;
|
|
4
|
-
$primary: hsl(
|
|
4
|
+
$primary: hsl(221, 97%, 53%) !default;
|
|
5
5
|
$white: #fff !default;
|
|
6
6
|
$gray-100: hsl(217deg 17% 98%) !default;
|
|
7
7
|
$gray-200: hsl(217deg 16% 93%) !default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blue-web",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "UI components built on top of Bootstrap 5",
|
|
5
5
|
"license": "LGPL-3.0-or-later",
|
|
6
6
|
"type": "module",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@popperjs/core": "^2.11.5",
|
|
36
|
-
"bootstrap": "~5.3.
|
|
36
|
+
"bootstrap": "~5.3.7"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@astrojs/mdx": "^4.3.
|
|
39
|
+
"@astrojs/mdx": "^4.3.1",
|
|
40
40
|
"@astrojs/react": "^4.3.0",
|
|
41
41
|
"@babel/cli": "^7.10.4",
|
|
42
42
|
"@babel/preset-env": "^7.10.4",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/react": "^19.0.8",
|
|
47
47
|
"@types/react-dom": "^19.0.3",
|
|
48
48
|
"@types/react-syntax-highlighter": "^13.5.0",
|
|
49
|
-
"astro": "^5.
|
|
49
|
+
"astro": "^5.12.1",
|
|
50
50
|
"autoprefixer": "^10.3.6",
|
|
51
51
|
"babel-loader": "^8.4.1",
|
|
52
52
|
"blue-react": "^10.1.1",
|