Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

mdb-angular-ui-kit

Package Overview
Dependencies
Maintainers
17
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdb-angular-ui-kit - npm Package Compare versions

Comparing version
6.0.0
to
6.1.0
+4
-1
assets/scss/free/_buttons.scss

@@ -168,2 +168,3 @@ //

}
// scss-docs-end btn-secondary

@@ -223,6 +224,7 @@

fieldset:disabled & {
box-shadow: $btn-contextual-box-shadow map-get($value, shadow-color);
box-shadow: var(--#{$prefix}btn-box-shadow);
}
}
}
// scss-docs-end btn-variant-loop

@@ -284,2 +286,3 @@

}
// scss-docs-end btn-outline-variant-loop

@@ -286,0 +289,0 @@

+2
-0

@@ -33,2 +33,3 @@ //

// Additional MDB Angular styles
.carousel-indicators {

@@ -60,1 +61,2 @@ button {

}
// Additional MDB Angular styles

@@ -5,2 +5,3 @@ // Progress

border-radius: 0;
// box-shadow: none; This should be added in next major release 7.0.0
}

@@ -1,2 +0,4 @@

// Toasts
//
// Toast styles
//

@@ -3,0 +5,0 @@ .toast {

@@ -6,3 +6,5 @@ //

.form-check {
// Additional MDB Angular styles
position: relative;
// Additional MDB Angular styles
min-height: 1.5rem;

@@ -87,3 +89,3 @@ }

margin-top: 0.19em;
margin-right: 4px;
margin-right: 4px; // This should be changed to 6px in next major release 7.0.0

@@ -128,24 +130,3 @@ &:focus {

&:indeterminate {
background-image: none;
background-color: transparent;
border-color: $form-check-input-indeterminate-border-color;
&:after {
display: block;
transform: $form-check-input-indeterminate-checked-after-transform #{'/*!rtl:ignore*/'};
border-width: $form-check-input-indeterminate-checked-after-border-width;
border-color: $form-check-input-indeterminate-checked-after-border-color;
width: $form-check-input-indeterminate-checked-after-width;
height: $form-check-input-indeterminate-checked-after-height;
border-style: solid;
border-top: 0;
border-left: 0 #{'/*!rtl:ignore*/'};
margin-left: $form-check-input-indeterminate-checked-after-margin-left;
margin-top: 0;
}
&:focus {
background-color: $form-check-input-indeterminate-focus-background-color;
border-color: $form-check-input-indeterminate-focus-border-color;
}
border-color: $form-check-input-indeterminate-focus-border-color;
}

@@ -202,3 +183,3 @@ }

.form-check-label {
// padding-left: 0.15rem;
// padding-left: 0.15rem; This should be added in next major release 7.0.0
&:hover {

@@ -222,3 +203,3 @@ cursor: pointer;

margin-top: 0.3em;
margin-right: 4px;
margin-right: 4px; // This should be changed to 8px in next major release 7.0.0

@@ -225,0 +206,0 @@ &:after {

@@ -28,2 +28,3 @@ //

// Additional MDB Angular styles
.select {

@@ -165,5 +166,9 @@ ~ .form-label {

}
// Additional MDB Angular styles
.form-outline {
position: relative;
// width: 100%; // This change introduces big layout differences
// and should be treated as a breaking change.
// It should be revised and checked.

@@ -342,2 +347,3 @@ .form-helper {

// Additional MDB Angular styles
.select-lg ~ .form-label {

@@ -351,2 +357,3 @@ padding-top: $form-label-padding-top-lg;

}
// Additional MDB Angular styles

@@ -353,0 +360,0 @@ &.form-white {

@@ -37,2 +37,3 @@ // Range

border-radius: 0;
// box-shadow: none; This should be added in next major release 7.0.0
}

@@ -44,2 +45,6 @@

}
&::-moz-range-track {
// box-shadow: none; This should be added in next major release 7.0.0
}
}

@@ -6,2 +6,4 @@ //

.input-group {
// flex-wrap: nowrap; This should be added in next major release 7.0.0
> .form-control {

@@ -8,0 +10,0 @@ min-height: $input-group-min-height;

@@ -57,2 +57,3 @@ // CORE FUNCTIONS

@import './free/mixins';
@import './free/utilities';

@@ -59,0 +60,0 @@ // MDB CORE COMPONENTS

@@ -0,1 +1,20 @@

## 6.1.0 (27.05.2024)
### Fixes and improvements:
- [Multi range](https://mdbootstrap.com/docs/angular/forms/multi-range-slider/)
- Fixed problem with thumb limiting logic when using custom step
- Fixed problem with updating thumb positions via form controls
- [Popconfirm](https://mdbootstrap.com/docs/angular/components/popconfirm/) - added focus trap
- [Autocomplete](https://mdbootstrap.com/docs/angular/forms/autocomplete/) - restored native `shift + home` and `shift + end` keys behavior (open/close dropdown)
- [Select](https://mdbootstrap.com/docs/angular/forms/select/) - added support for opening and closing dropdown with `alt + arrow-up` and `alt + arrow-down` keys
### New:
- [Table pagination](https://mdbootstrap.com/docs/angular/data/datatables/) - added new `page` input that allows to set page number
- [Multi range](https://mdbootstrap.com/docs/angular/forms/multi-range-slider/) - added new `highlightRange` input that allows to highlight range
- [Parallax](https://mdbootstrap.com/docs/angular/plugins/parallax/) - added new `container` input that allows to set wrapper element for parallax effect
---
## 6.0.0 (15.01.2024)

@@ -2,0 +21,0 @@

+15
-17

@@ -1,21 +0,19 @@

MIT License
MIT license for MDB Free
Copyright (c) 2021 MDBootstrap
Free packages are available under the MIT License.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
-- Highlights
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
● Free for personal use
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
● Free for commercial use
● No attribution required
-- Copyright notice
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The software is provided "As is", without warranty of any kind, express or implied, including but not limited To the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall The authors or copyright holders be liable for any claim, damages or other liability, whether in an action of Contract, tort or otherwise, arising from, out of or in connection with the software or the use or other Dealings in the software.

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "6.0.0",
"version": "6.1.0",
"peerDependencies": {

@@ -39,2 +39,8 @@ "@angular/common": "^17.0.0",

},
"./carousel": {
"types": "./carousel/index.d.ts",
"esm2022": "./esm2022/carousel/mdb-angular-ui-kit-carousel.mjs",
"esm": "./esm2022/carousel/mdb-angular-ui-kit-carousel.mjs",
"default": "./fesm2022/mdb-angular-ui-kit-carousel.mjs"
},
"./collapse": {

@@ -46,7 +52,7 @@ "types": "./collapse/index.d.ts",

},
"./carousel": {
"types": "./carousel/index.d.ts",
"esm2022": "./esm2022/carousel/mdb-angular-ui-kit-carousel.mjs",
"esm": "./esm2022/carousel/mdb-angular-ui-kit-carousel.mjs",
"default": "./fesm2022/mdb-angular-ui-kit-carousel.mjs"
"./checkbox": {
"types": "./checkbox/index.d.ts",
"esm2022": "./esm2022/checkbox/mdb-angular-ui-kit-checkbox.mjs",
"esm": "./esm2022/checkbox/mdb-angular-ui-kit-checkbox.mjs",
"default": "./fesm2022/mdb-angular-ui-kit-checkbox.mjs"
},

@@ -59,8 +65,2 @@ "./dropdown": {

},
"./checkbox": {
"types": "./checkbox/index.d.ts",
"esm2022": "./esm2022/checkbox/mdb-angular-ui-kit-checkbox.mjs",
"esm": "./esm2022/checkbox/mdb-angular-ui-kit-checkbox.mjs",
"default": "./fesm2022/mdb-angular-ui-kit-checkbox.mjs"
},
"./forms": {

@@ -67,0 +67,0 @@ "types": "./forms/index.d.ts",