claritas-web-framework 6.3.21 → 6.3.22
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 +18 -18
- package/sass/_variables.scss +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claritas-web-framework",
|
|
3
|
-
"version": "6.3.
|
|
4
|
-
"updated": "
|
|
3
|
+
"version": "6.3.22",
|
|
4
|
+
"updated": "25/04/2023",
|
|
5
5
|
"description": "The CSS framework built for Claritas front end.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -20,27 +20,27 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@alexlafroscia/postcss-color-mod-function": "^4.0.0",
|
|
22
22
|
"css-loader": "^6.7.3",
|
|
23
|
-
"cssnano": "^
|
|
24
|
-
"find-unused-sass-variables": "^4.0.
|
|
25
|
-
"html-webpack-plugin": "^5.5.
|
|
23
|
+
"cssnano": "^6.0.0",
|
|
24
|
+
"find-unused-sass-variables": "^4.0.8",
|
|
25
|
+
"html-webpack-plugin": "^5.5.1",
|
|
26
26
|
"mini-css-extract-plugin": "^2.7.5",
|
|
27
|
-
"postcss": "^8.4.
|
|
27
|
+
"postcss": "^8.4.23",
|
|
28
28
|
"postcss-advanced-variables": "^3.0.1",
|
|
29
29
|
"postcss-import": "^15.1.0",
|
|
30
30
|
"postcss-inline-svg": "^6.0.0",
|
|
31
|
-
"postcss-loader": "^7.
|
|
32
|
-
"postcss-preset-env": "^8.
|
|
31
|
+
"postcss-loader": "^7.2.4",
|
|
32
|
+
"postcss-preset-env": "^8.3.2",
|
|
33
33
|
"postcss-scss": "^4.0.6",
|
|
34
|
-
"prettier": "^2.8.
|
|
35
|
-
"sass": "^1.
|
|
36
|
-
"sass-loader": "^13.2.
|
|
37
|
-
"stylelint": "^15.
|
|
38
|
-
"stylelint-config-standard": "^
|
|
39
|
-
"stylelint-config-standard-scss": "^
|
|
40
|
-
"stylelint-scss": "^4.
|
|
41
|
-
"webpack": "^5.
|
|
42
|
-
"webpack-cli": "^5.0.
|
|
43
|
-
"webpack-dev-server": "^4.13.
|
|
34
|
+
"prettier": "^2.8.8",
|
|
35
|
+
"sass": "^1.62.0",
|
|
36
|
+
"sass-loader": "^13.2.2",
|
|
37
|
+
"stylelint": "^15.6.0",
|
|
38
|
+
"stylelint-config-standard": "^33.0.0",
|
|
39
|
+
"stylelint-config-standard-scss": "^9.0.0",
|
|
40
|
+
"stylelint-scss": "^4.6.0",
|
|
41
|
+
"webpack": "^5.80.0",
|
|
42
|
+
"webpack-cli": "^5.0.2",
|
|
43
|
+
"webpack-dev-server": "^4.13.3"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"rfs": "^10.0.0"
|
package/sass/_variables.scss
CHANGED
|
@@ -243,7 +243,7 @@ $kbd-padding-x: 0.375rem !default;
|
|
|
243
243
|
$kbd-font-size: $font-size-code !default;
|
|
244
244
|
$kbd-color: var(--body-background) !default;
|
|
245
245
|
$kbd-background: var(--body-color) !default;
|
|
246
|
-
$table-cell-padding-y: calc(($spacer * 0.625) -
|
|
246
|
+
$table-cell-padding-y: calc(($spacer * 0.625) - 0.5px) !default;
|
|
247
247
|
$table-cell-padding-x: calc($spacer * 0.5) !default;
|
|
248
248
|
$table-cell-padding-y-small: calc(($spacer * 0.25) - 1px) !default;
|
|
249
249
|
$table-cell-padding-x-small: calc($spacer * 0.5) !default;
|
|
@@ -444,7 +444,7 @@ $card-border-style: $border-style !default;
|
|
|
444
444
|
$card-border-color: rgba($border-color-main, $border-opacity) !default;
|
|
445
445
|
$card-border-radius: $border-radius-default !default;
|
|
446
446
|
$card-background-color: $white !default;
|
|
447
|
-
$card-header-footer-padding: calc(($spacer * 0.375) -
|
|
447
|
+
$card-header-footer-padding: calc(($spacer * 0.375) - 0.5px) $spacer !default;
|
|
448
448
|
$card-body-padding: $spacer !default;
|
|
449
449
|
|
|
450
450
|
// Nav
|
|
@@ -466,7 +466,7 @@ $nav-item-background-color-opacity: 5% !default;
|
|
|
466
466
|
$nav-item-hover-background-color: rgba($nav-item-color, $nav-item-background-color-opacity) !default;
|
|
467
467
|
$nav-item-active-background-color: rgba($nav-item-color, $nav-item-background-color-opacity) !default;
|
|
468
468
|
$nav-tab-item-padding: calc(($input-button-padding-y) - 1.5px) $input-button-padding-x !default;
|
|
469
|
-
$nav-tab-card-item-padding: calc(($input-button-padding-y) -
|
|
469
|
+
$nav-tab-card-item-padding: calc(($input-button-padding-y) - 1.5px) $input-button-padding-x !default;
|
|
470
470
|
|
|
471
471
|
// Breadcrumbs
|
|
472
472
|
$breadcrumb-color: $medium !default;
|