qms-angular 1.0.92 → 1.0.93
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/bundles/qms-angular.umd.js +1 -1
- package/esm2015/lib/components/button/button-toggle.js +1 -1
- package/fesm2015/qms-angular.js +1 -1
- package/package.json +1 -1
- package/qms-angular.metadata.json +1 -1
- package/src/lib/components/button/button-toggle.scss +0 -1
- package/src/themes/core/_checkbox.scss +39 -38
- package/src/themes/core/_radio.scss +27 -79
- package/src/themes/core/_slide-toggle.scss +43 -36
- package/src/themes/theme/_variable.scss +9 -0
@@ -2872,7 +2872,7 @@
|
|
2872
2872
|
'(focus)': 'focus()',
|
2873
2873
|
'role': 'presentation',
|
2874
2874
|
},
|
2875
|
-
styles: [".qms-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:transparent;border-radius:4px;border:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle{font-family:Open Sans;white-space:nowrap;position:relative;font-size:14px;font-weight:600;line-height:16px}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard{
|
2875
|
+
styles: [".qms-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:transparent;border-radius:4px;border:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle{font-family:Open Sans;white-space:nowrap;position:relative;font-size:14px;font-weight:600;line-height:16px}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard{color:var(--default-color);position:relative}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard .mat-icon{color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard:hover{background-color:var(--primary-light-24-opacity)!important;color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard.qms-button-toggle-checked{background-color:var(--primary-light-12-opacity);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard+.qms-button-toggle{border-left:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard.cdk-keyboard-focused{background-color:var(--primary-light-24-opacity)!important;color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active{background-color:var(--primary-light-12-opacity);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active:hover{background-color:var(--primary)!important;color:#fff!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active.qms-button-toggle-checked{background-color:var(--primary);color:#fff}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active+.qms-button-toggle{border-left:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active.cdk-keyboard-focused{background-color:var(--primary-light)!important;color:#fff!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark{background-color:var(--default-color);color:hsla(0,0%,100%,.6)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark .mat-icon{color:var(--primary-light-32-opacity)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover{background-color:var(--primary-lighter)!important;color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover .mat-icon,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover mat-icon{color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.qms-button-toggle-checked{background-color:var(--primary-lighter);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.qms-button-toggle-checked .mat-icon{color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark+.qms-button-toggle{border-left:1px solid #474747}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused{background-color:var(--primary-lighter)!important;color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused .mat-icon,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused mat-icon{color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled{background:#e4e4e4!important;color:rgba(0,0,0,.38)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled button{cursor:default!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled .mat-icon{color:rgba(0,0,0,.38)!important}.qms-button-toggle{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.qms-button-toggle-label-content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;line-height:36px;padding:0 16px;position:relative}.qms-button-toggle .qms-button-toggle-label-content>*{vertical-align:middle}"]
|
2876
2876
|
},] }
|
2877
2877
|
];
|
2878
2878
|
QMSButtonToggle.ctorParameters = function () { return [
|
@@ -289,7 +289,7 @@ QMSButtonToggle.decorators = [
|
|
289
289
|
'(focus)': 'focus()',
|
290
290
|
'role': 'presentation',
|
291
291
|
},
|
292
|
-
styles: [".qms-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:transparent;border-radius:4px;border:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle{font-family:Open Sans;white-space:nowrap;position:relative;font-size:14px;font-weight:600;line-height:16px}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard{
|
292
|
+
styles: [".qms-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:transparent;border-radius:4px;border:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle{font-family:Open Sans;white-space:nowrap;position:relative;font-size:14px;font-weight:600;line-height:16px}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard{color:var(--default-color);position:relative}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard .mat-icon{color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard:hover{background-color:var(--primary-light-24-opacity)!important;color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard.qms-button-toggle-checked{background-color:var(--primary-light-12-opacity);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard+.qms-button-toggle{border-left:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard.cdk-keyboard-focused{background-color:var(--primary-light-24-opacity)!important;color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active{background-color:var(--primary-light-12-opacity);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active:hover{background-color:var(--primary)!important;color:#fff!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active.qms-button-toggle-checked{background-color:var(--primary);color:#fff}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active+.qms-button-toggle{border-left:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active.cdk-keyboard-focused{background-color:var(--primary-light)!important;color:#fff!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark{background-color:var(--default-color);color:hsla(0,0%,100%,.6)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark .mat-icon{color:var(--primary-light-32-opacity)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover{background-color:var(--primary-lighter)!important;color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover .mat-icon,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover mat-icon{color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.qms-button-toggle-checked{background-color:var(--primary-lighter);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.qms-button-toggle-checked .mat-icon{color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark+.qms-button-toggle{border-left:1px solid #474747}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused{background-color:var(--primary-lighter)!important;color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused .mat-icon,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused mat-icon{color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled{background:#e4e4e4!important;color:rgba(0,0,0,.38)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled button{cursor:default!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled .mat-icon{color:rgba(0,0,0,.38)!important}.qms-button-toggle{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.qms-button-toggle-label-content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;line-height:36px;padding:0 16px;position:relative}.qms-button-toggle .qms-button-toggle-label-content>*{vertical-align:middle}"]
|
293
293
|
},] }
|
294
294
|
];
|
295
295
|
QMSButtonToggle.ctorParameters = () => [
|
package/fesm2015/qms-angular.js
CHANGED
@@ -2469,7 +2469,7 @@ QMSButtonToggle.decorators = [
|
|
2469
2469
|
'(focus)': 'focus()',
|
2470
2470
|
'role': 'presentation',
|
2471
2471
|
},
|
2472
|
-
styles: [".qms-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:transparent;border-radius:4px;border:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle{font-family:Open Sans;white-space:nowrap;position:relative;font-size:14px;font-weight:600;line-height:16px}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard{
|
2472
|
+
styles: [".qms-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:transparent;border-radius:4px;border:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle{font-family:Open Sans;white-space:nowrap;position:relative;font-size:14px;font-weight:600;line-height:16px}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard{color:var(--default-color);position:relative}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard .mat-icon{color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard:hover{background-color:var(--primary-light-24-opacity)!important;color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard.qms-button-toggle-checked{background-color:var(--primary-light-12-opacity);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard+.qms-button-toggle{border-left:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-standard.cdk-keyboard-focused{background-color:var(--primary-light-24-opacity)!important;color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active{background-color:var(--primary-light-12-opacity);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active:hover{background-color:var(--primary)!important;color:#fff!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active.qms-button-toggle-checked{background-color:var(--primary);color:#fff}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active+.qms-button-toggle{border-left:1px solid #e0e0e0}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-active.cdk-keyboard-focused{background-color:var(--primary-light)!important;color:#fff!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark{background-color:var(--default-color);color:hsla(0,0%,100%,.6)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark .mat-icon{color:var(--primary-light-32-opacity)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover{background-color:var(--primary-lighter)!important;color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover .mat-icon,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark:hover mat-icon{color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.qms-button-toggle-checked{background-color:var(--primary-lighter);color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.qms-button-toggle-checked .mat-icon{color:var(--primary)}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark+.qms-button-toggle{border-left:1px solid #474747}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused{background-color:var(--primary-lighter)!important;color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused .mat-icon,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-appearance-dark.cdk-keyboard-focused mat-icon{color:var(--primary)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled{background:#e4e4e4!important;color:rgba(0,0,0,.38)!important}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled,.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled button{cursor:default!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qms-button-toggle-group .qms-button-toggle.qms-button-toggle-disabled .mat-icon{color:rgba(0,0,0,.38)!important}.qms-button-toggle{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.qms-button-toggle-label-content{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;line-height:36px;padding:0 16px;position:relative}.qms-button-toggle .qms-button-toggle-label-content>*{vertical-align:middle}"]
|
2473
2473
|
},] }
|
2474
2474
|
];
|
2475
2475
|
QMSButtonToggle.ctorParameters = () => [
|