blue-web 1.14.2 → 1.15.0
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/merged.scss +28 -20
- package/dist/style.css +145 -104
- package/dist/style.css.map +1 -1
- package/dist/style.min.css +3 -3
- package/dist/style.scss +1 -1
- package/dist/styles/_bootstrap-variables.scss +3 -3
- package/dist/styles/_buttons.scss +14 -14
- package/dist/styles/_menu-item.scss +2 -0
- package/dist/styles/_page-header.scss +2 -2
- package/dist/styles/_tabs.scss +6 -0
- package/package.json +2 -2
package/dist/style.scss
CHANGED
|
@@ -28,9 +28,9 @@ $h4-font-size: $font-size-base * 1.125 !default;
|
|
|
28
28
|
$h5-font-size: $font-size-base * 1.1 !default;
|
|
29
29
|
$h6-font-size: $font-size-base !default;
|
|
30
30
|
|
|
31
|
-
$border-radius: 0.
|
|
32
|
-
$border-radius-lg:
|
|
33
|
-
$border-radius-sm: 0.
|
|
31
|
+
$border-radius: 0.7rem !default;
|
|
32
|
+
$border-radius-lg: 1rem !default;
|
|
33
|
+
$border-radius-sm: 0.5rem !default;
|
|
34
34
|
|
|
35
35
|
$custom-checkbox-indicator-border-radius: $border-radius-sm !default;
|
|
36
36
|
|
|
@@ -61,6 +61,11 @@
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
.blue-btn-plain-#{$color} {
|
|
64
|
+
&:not(:hover) {
|
|
65
|
+
box-shadow: none;
|
|
66
|
+
background-image: none;
|
|
67
|
+
}
|
|
68
|
+
|
|
64
69
|
@if $color == "light" {
|
|
65
70
|
$text-color: color-contrast($value);
|
|
66
71
|
}
|
|
@@ -69,19 +74,14 @@
|
|
|
69
74
|
transparent,
|
|
70
75
|
transparent,
|
|
71
76
|
$text-color,
|
|
72
|
-
$hover-background:
|
|
73
|
-
$hover-border:
|
|
74
|
-
$
|
|
75
|
-
$active-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
),
|
|
81
|
-
$active-color: color-contrast($active-background),
|
|
82
|
-
$disabled-background: $value,
|
|
83
|
-
$disabled-border: $value,
|
|
84
|
-
$disabled-color: color-contrast($value)
|
|
77
|
+
$hover-background: tint-color($value, 80%),
|
|
78
|
+
$hover-border: tint-color($value, 80%),
|
|
79
|
+
$hover-color: if($color == "light", color-contrast($value), shade-color($value, 60%)),
|
|
80
|
+
$active-background: shade-color($bg, $btn-hover-bg-shade-amount),
|
|
81
|
+
$active-border: shade-color($bg, $btn-hover-border-shade-amount),
|
|
82
|
+
$disabled-background: transparent,
|
|
83
|
+
$disabled-border: transparent,
|
|
84
|
+
$disabled-color: $text-color
|
|
85
85
|
);
|
|
86
86
|
}
|
|
87
87
|
}
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
@include color-mode(dark) {
|
|
90
90
|
@each $color, $value in $theme-colors {
|
|
91
91
|
$bg: shade-color($value, 80%);
|
|
92
|
-
$text-color: $value;
|
|
92
|
+
$text-color: tint-color($value, 40%);
|
|
93
93
|
|
|
94
94
|
.blue-btn-plain-#{$color} {
|
|
95
95
|
@if $color == "dark" {
|
package/dist/styles/_tabs.scss
CHANGED
|
@@ -5,10 +5,16 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.blue-tab {
|
|
8
|
+
// Unsetting to solve issues in Safari
|
|
9
|
+
width: unset;
|
|
10
|
+
height: unset;
|
|
11
|
+
border-radius: unset;
|
|
12
|
+
|
|
8
13
|
position: relative;
|
|
9
14
|
order: 0;
|
|
10
15
|
cursor: pointer;
|
|
11
16
|
user-select: none;
|
|
17
|
+
-webkit-appearance: none;
|
|
12
18
|
appearance: none;
|
|
13
19
|
}
|
|
14
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "blue-web",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "UI components built on top of Bootstrap 5",
|
|
5
5
|
"license": "LGPL-3.0-or-later",
|
|
6
6
|
"type": "module",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"astro": "^5.6.1",
|
|
50
50
|
"autoprefixer": "^10.3.6",
|
|
51
51
|
"babel-loader": "^8.4.1",
|
|
52
|
-
"blue-react": "
|
|
52
|
+
"blue-react": "^10.1.1",
|
|
53
53
|
"colorjs.io": "^0.5.2",
|
|
54
54
|
"gh-pages": "^3.1.0",
|
|
55
55
|
"license-report": "^6.2.0",
|