@inera/ids-design 7.1.1 → 7.1.3
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/components/accordion/accordion-lit.js +1 -1
- package/components/accordion/accordion.css +6 -4
- package/components/alert/alert-lit.js +1 -1
- package/components/alert/alert.css +12 -8
- package/components/alert-global/alert-global-lit.js +1 -1
- package/components/alert-global/alert-global.css +6 -4
- package/components/box-link/box-link-lit.js +1 -1
- package/components/box-link/box-link.css +5 -5
- package/components/card/card-lit.js +1 -1
- package/components/card/card.css +32 -0
- package/components/carousel/carousel-lit.js +1 -1
- package/components/carousel/carousel.css +12 -8
- package/components/dialog/dialog-lit.js +1 -1
- package/components/dialog/dialog.css +14 -12
- package/components/form/select-multiple/select-multiple-lit.js +1 -1
- package/components/form/select-multiple/select-multiple.css +15 -13
- package/components/header-1177/composite-header-1177.css +27 -23
- package/components/header-1177/header-1177-lit.js +1 -1
- package/components/header-1177/header-1177-menu-mobile-lit.js +1 -1
- package/components/header-1177/header-1177-menu-mobile.css +9 -5
- package/components/header-1177/header-1177.css +18 -18
- package/components/header-1177-admin/header-1177-admin-lit.js +1 -1
- package/components/header-1177-admin/header-1177-admin.css +12 -12
- package/components/header-1177-pro/header-1177-pro-avatar-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-avatar.css +12 -12
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile-lit.js +1 -1
- package/components/header-1177-pro/header-1177-pro-nav-menu-mobile.css +6 -4
- package/components/header-inera/header-inera-nav-mobile-lit.js +1 -1
- package/components/header-inera/header-inera-nav-mobile.css +4 -4
- package/components/header-inera-admin/composite-header-inera-admin.css +7 -7
- package/components/header-inera-admin/header-inera-admin-nav-mobile-lit.js +1 -1
- package/components/header-inera-admin/header-inera-admin-nav-mobile.css +7 -7
- package/components/mobile-menu/mobile-menu-lit.js +1 -1
- package/components/mobile-menu/mobile-menu.css +39 -25
- package/components/popover/popover-content-lit.js +1 -1
- package/components/popover/popover-content.css +11 -11
- package/components/side-menu/side-menu-lit.js +1 -1
- package/components/side-menu/side-menu.css +28 -18
- package/components/side-panel/side-panel-lit.js +1 -1
- package/components/side-panel/side-panel.css +32 -30
- package/components/tabs/tab-lit.js +1 -1
- package/components/tabs/tab.css +6 -4
- package/components/tabs/tabs-lit.js +1 -1
- package/components/tag/tag-lit.js +1 -1
- package/components/tag/tag.css +6 -4
- package/package.json +1 -1
- package/themes/1177/1177.css +46 -29
- package/themes/1177-pro/1177-pro.css +46 -29
- package/themes/inera/inera.css +46 -29
- package/themes/inera-admin/inera-admin.css +46 -29
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { css, unsafeCSS } from 'lit';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".ids-tag{background-color:var(--IDS-TAG__BACKGROUND-COLOR);border:.063rem solid var(--IDS-TAG__BORDER-COLOR);border-radius:var(--IDS-TAG__BORDER-RADIUS);color:var(--IDS-TAG__COLOR);display:inline-block;font-family:var(--IDS-TAG__FONT-FAMILY);font-weight:400;height:max-content;line-height:1rem!important;padding:var(--IDS-TAG__PADDING)}.ids-tag .ids-tag__content{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between}.ids-tag.ids-tag--clickable{border-color:var(--IDS-TAG--INTERACTIVE__BORDER-COLOR);color:var(--IDS-TAG--INTERACTIVE__COLOR);cursor:pointer;font-weight:var(--IDS-TAG--INTERACTIVE__FONT-WEIGHT)}.ids-tag.ids-tag--clickable:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)}.ids-tag.ids-tag--clickable:hover{color:var(--IDS-TAG--INTERACTIVE-HOVER__COLOR)}.ids-tag.ids-tag--clickable ::slotted(button){background:none;border:none;border-radius:var(--IDS-TAG__BORDER-RADIUS);color:inherit;cursor:pointer;font:inherit;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;padding:var(--IDS-TAG__PADDING);-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ids-tag .ids-tag__close-btn{background:none;border:none;
|
|
3
|
+
var css_248z = ".ids-tag{background-color:var(--IDS-TAG__BACKGROUND-COLOR);border:.063rem solid var(--IDS-TAG__BORDER-COLOR);border-radius:var(--IDS-TAG__BORDER-RADIUS);color:var(--IDS-TAG__COLOR);display:inline-block;font-family:var(--IDS-TAG__FONT-FAMILY);font-weight:400;height:max-content;line-height:1rem!important;padding:var(--IDS-TAG__PADDING)}.ids-tag .ids-tag__content{display:flex;flex-direction:row;gap:.5rem;justify-content:space-between}.ids-tag.ids-tag--clickable{border-color:var(--IDS-TAG--INTERACTIVE__BORDER-COLOR);color:var(--IDS-TAG--INTERACTIVE__COLOR);cursor:pointer;font-weight:var(--IDS-TAG--INTERACTIVE__FONT-WEIGHT)}.ids-tag.ids-tag--clickable:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)}.ids-tag.ids-tag--clickable:hover{color:var(--IDS-TAG--INTERACTIVE-HOVER__COLOR)}.ids-tag.ids-tag--clickable ::slotted(button){background:none;border:none;border-radius:var(--IDS-TAG__BORDER-RADIUS);color:inherit;cursor:pointer;font:inherit;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;padding:var(--IDS-TAG__PADDING);-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ids-tag .ids-tag__close-btn{background:none;border:none;color:inherit;cursor:pointer;font:inherit;min-height:1.5rem;min-width:1.5rem;outline:inherit;padding:0;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ids-tag .ids-tag__close-btn:focus{outline:var(--IDS-FOCUS__OUTLINE);outline-offset:var(--IDS-FOCUS__OUTLINE-OFFSET)!important}.ids-tag .ids-tag__close-btn{border-radius:100%;height:.875rem;margin:-.25rem -.25rem -.5rem 0;position:relative;width:.875rem}.ids-tag .ids-tag__close-btn:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--IDS-ICON__COLOR);content:\"\\e934\";display:block;font:icon;font-family:Inera-Design-Icons!important;font-size:.875rem;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.ids-tag .ids-tag__close-btn:active,.ids-tag .ids-tag__close-btn:focus,.ids-tag .ids-tag__close-btn:hover{border-radius:100%}.ids-tag .ids-tag__close-btn:active:before,.ids-tag .ids-tag__close-btn:focus:before,.ids-tag .ids-tag__close-btn:hover:before{color:var(--IDS-ICON--ACTIVE-COLOR)}";
|
|
4
4
|
|
|
5
5
|
var tagLit = css`${unsafeCSS(css_248z)}`;
|
|
6
6
|
|
package/components/tag/tag.css
CHANGED
|
@@ -77,16 +77,18 @@
|
|
|
77
77
|
-webkit-user-select: none;
|
|
78
78
|
-ms-user-select: none;
|
|
79
79
|
user-select: none;
|
|
80
|
+
}
|
|
81
|
+
.ids-tag .ids-tag__close-btn:focus {
|
|
82
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
83
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
84
|
+
}
|
|
85
|
+
.ids-tag .ids-tag__close-btn {
|
|
80
86
|
border-radius: 100%;
|
|
81
87
|
margin: -0.25rem -0.25rem -0.5rem 0;
|
|
82
88
|
position: relative;
|
|
83
89
|
width: 0.875rem;
|
|
84
90
|
height: 0.875rem;
|
|
85
91
|
}
|
|
86
|
-
.ids-tag .ids-tag__close-btn:focus {
|
|
87
|
-
outline: var(--IDS-FOCUS__OUTLINE);
|
|
88
|
-
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
89
|
-
}
|
|
90
92
|
.ids-tag .ids-tag__close-btn:before {
|
|
91
93
|
font: icon;
|
|
92
94
|
font-family: "Inera-Design-Icons" !important;
|
package/package.json
CHANGED
package/themes/1177/1177.css
CHANGED
|
@@ -3344,6 +3344,10 @@ body.ids {
|
|
|
3344
3344
|
/*******
|
|
3345
3345
|
* A11Y
|
|
3346
3346
|
********/
|
|
3347
|
+
.ids-link:focus {
|
|
3348
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3349
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3350
|
+
}
|
|
3347
3351
|
.ids-link {
|
|
3348
3352
|
font-family: var(--IDS-LINK__FONT-FAMILY);
|
|
3349
3353
|
color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
|
|
@@ -3357,10 +3361,6 @@ body.ids {
|
|
|
3357
3361
|
text-decoration: underline;
|
|
3358
3362
|
position: relative;
|
|
3359
3363
|
}
|
|
3360
|
-
.ids-link:focus {
|
|
3361
|
-
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3362
|
-
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3363
|
-
}
|
|
3364
3364
|
.ids-link:has(.ids-icon), .ids-link.ids-link--old-icon {
|
|
3365
3365
|
text-decoration: none;
|
|
3366
3366
|
display: inline-flex;
|
|
@@ -3643,6 +3643,8 @@ body.ids {
|
|
|
3643
3643
|
.ids button.ids-button.ids-button--active {
|
|
3644
3644
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3645
3645
|
box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
|
|
3646
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3647
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3646
3648
|
}
|
|
3647
3649
|
.ids .ids-button:focus,
|
|
3648
3650
|
.ids-button:focus,
|
|
@@ -3706,6 +3708,8 @@ body.ids {
|
|
|
3706
3708
|
.ids button.ids-button.ids-button--secondary:active {
|
|
3707
3709
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3708
3710
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3711
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3712
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3709
3713
|
}
|
|
3710
3714
|
.ids .ids-button.ids-button--secondary:focus,
|
|
3711
3715
|
.ids-button.ids-button--secondary:focus,
|
|
@@ -3757,6 +3761,8 @@ body.ids {
|
|
|
3757
3761
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3758
3762
|
border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
|
|
3759
3763
|
border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3764
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3765
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3760
3766
|
}
|
|
3761
3767
|
.ids .ids-button.ids-button--tertiary:focus,
|
|
3762
3768
|
.ids-button.ids-button--tertiary:focus,
|
|
@@ -3840,6 +3846,8 @@ body.ids {
|
|
|
3840
3846
|
.ids button.ids-button.ids-button--icon.ids-button--active {
|
|
3841
3847
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3842
3848
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3849
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3850
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3843
3851
|
}
|
|
3844
3852
|
.ids .ids-button.ids-button--icon:focus,
|
|
3845
3853
|
.ids-button.ids-button--icon:focus,
|
|
@@ -4427,10 +4435,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4427
4435
|
font-size: 1rem;
|
|
4428
4436
|
color: var(--IDS-INPUT__COLOR);
|
|
4429
4437
|
display: block;
|
|
4430
|
-
width: 100% !important;
|
|
4431
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4432
|
-
line-height: 1.5rem;
|
|
4433
|
-
font-size: 1rem;
|
|
4434
4438
|
}
|
|
4435
4439
|
.ids-input:disabled, .ids-input[readonly] {
|
|
4436
4440
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4461,6 +4465,12 @@ input:focus + .ids-checkbox input::before {
|
|
|
4461
4465
|
outline: var(--IDS-FOCUS__OUTLINE);
|
|
4462
4466
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
4463
4467
|
}
|
|
4468
|
+
.ids-input {
|
|
4469
|
+
width: 100% !important;
|
|
4470
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4471
|
+
line-height: 1.5rem;
|
|
4472
|
+
font-size: 1rem;
|
|
4473
|
+
}
|
|
4464
4474
|
.ids-input.ids-input--search, .ids-input[type=search] {
|
|
4465
4475
|
margin-top: 0;
|
|
4466
4476
|
margin-bottom: 0;
|
|
@@ -4502,15 +4512,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4502
4512
|
font-size: 1rem;
|
|
4503
4513
|
color: var(--IDS-INPUT__COLOR);
|
|
4504
4514
|
display: block;
|
|
4505
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4506
|
-
cursor: pointer;
|
|
4507
|
-
display: inline-block !important;
|
|
4508
|
-
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
4509
|
-
text-align: left;
|
|
4510
|
-
overflow: hidden;
|
|
4511
|
-
text-overflow: ellipsis;
|
|
4512
|
-
border: var(--IDS-INPUT__BORDER);
|
|
4513
|
-
width: 100% !important;
|
|
4514
4515
|
}
|
|
4515
4516
|
.ids-select:disabled, .ids-select[readonly] {
|
|
4516
4517
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4537,6 +4538,17 @@ input:focus + .ids-checkbox input::before {
|
|
|
4537
4538
|
.ids-select.ids-input--light.ids-input--invalid {
|
|
4538
4539
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
4539
4540
|
}
|
|
4541
|
+
.ids-select {
|
|
4542
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4543
|
+
cursor: pointer;
|
|
4544
|
+
display: inline-block !important;
|
|
4545
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
4546
|
+
text-align: left;
|
|
4547
|
+
overflow: hidden;
|
|
4548
|
+
text-overflow: ellipsis;
|
|
4549
|
+
border: var(--IDS-INPUT__BORDER);
|
|
4550
|
+
width: 100% !important;
|
|
4551
|
+
}
|
|
4540
4552
|
.ids-select.ids-input--invalid, .ids-select[aria-invalid=true] {
|
|
4541
4553
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR) !important;
|
|
4542
4554
|
border: var(--IDS-FORM--INVALID__BORDER);
|
|
@@ -4613,8 +4625,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4613
4625
|
font-size: 1rem;
|
|
4614
4626
|
color: var(--IDS-INPUT__COLOR);
|
|
4615
4627
|
display: block;
|
|
4616
|
-
padding: var(--IDS-TEXTAREA__PADDING);
|
|
4617
|
-
box-sizing: border-box;
|
|
4618
4628
|
}
|
|
4619
4629
|
.ids-textarea textarea:disabled, .ids-textarea textarea[readonly],
|
|
4620
4630
|
.ids-textarea .ids-textarea__textarea:disabled,
|
|
@@ -4675,6 +4685,11 @@ input:focus + .ids-checkbox input::before {
|
|
|
4675
4685
|
.ids-textarea .ids-textarea__textarea::-webkit-scrollbar-corner {
|
|
4676
4686
|
background-color: transparent;
|
|
4677
4687
|
}
|
|
4688
|
+
.ids-textarea textarea,
|
|
4689
|
+
.ids-textarea .ids-textarea__textarea {
|
|
4690
|
+
padding: var(--IDS-TEXTAREA__PADDING);
|
|
4691
|
+
box-sizing: border-box;
|
|
4692
|
+
}
|
|
4678
4693
|
.ids-textarea textarea:focus,
|
|
4679
4694
|
.ids-textarea .ids-textarea__textarea:focus {
|
|
4680
4695
|
box-shadow: var(--IDS-INPUT__BOX-SHADOW);
|
|
@@ -4754,16 +4769,6 @@ input.ids-time__input {
|
|
|
4754
4769
|
font-size: 1rem;
|
|
4755
4770
|
color: var(--IDS-INPUT__COLOR);
|
|
4756
4771
|
display: block;
|
|
4757
|
-
cursor: pointer;
|
|
4758
|
-
appearance: none;
|
|
4759
|
-
-webkit-appearance: none;
|
|
4760
|
-
-moz-appearance: none;
|
|
4761
|
-
display: inline-block;
|
|
4762
|
-
box-sizing: border-box;
|
|
4763
|
-
width: 100%;
|
|
4764
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4765
|
-
padding: var(--IDS-INPUT__PADDING);
|
|
4766
|
-
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
4767
4772
|
}
|
|
4768
4773
|
input.ids-time__input:disabled, input.ids-time__input[readonly] {
|
|
4769
4774
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4790,6 +4795,18 @@ input.ids-time__input.ids-input--light:disabled, input.ids-time__input.ids-input
|
|
|
4790
4795
|
input.ids-time__input.ids-input--light.ids-input--invalid {
|
|
4791
4796
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
4792
4797
|
}
|
|
4798
|
+
input.ids-time__input {
|
|
4799
|
+
cursor: pointer;
|
|
4800
|
+
appearance: none;
|
|
4801
|
+
-webkit-appearance: none;
|
|
4802
|
+
-moz-appearance: none;
|
|
4803
|
+
display: inline-block;
|
|
4804
|
+
box-sizing: border-box;
|
|
4805
|
+
width: 100%;
|
|
4806
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4807
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
4808
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
4809
|
+
}
|
|
4793
4810
|
input.ids-time__input::-webkit-calendar-picker-indicator {
|
|
4794
4811
|
opacity: 0;
|
|
4795
4812
|
appearance: none;
|
|
@@ -3344,6 +3344,10 @@ body.ids {
|
|
|
3344
3344
|
/*******
|
|
3345
3345
|
* A11Y
|
|
3346
3346
|
********/
|
|
3347
|
+
.ids-link:focus {
|
|
3348
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3349
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3350
|
+
}
|
|
3347
3351
|
.ids-link {
|
|
3348
3352
|
font-family: var(--IDS-LINK__FONT-FAMILY);
|
|
3349
3353
|
color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
|
|
@@ -3357,10 +3361,6 @@ body.ids {
|
|
|
3357
3361
|
text-decoration: underline;
|
|
3358
3362
|
position: relative;
|
|
3359
3363
|
}
|
|
3360
|
-
.ids-link:focus {
|
|
3361
|
-
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3362
|
-
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3363
|
-
}
|
|
3364
3364
|
.ids-link:has(.ids-icon), .ids-link.ids-link--old-icon {
|
|
3365
3365
|
text-decoration: none;
|
|
3366
3366
|
display: inline-flex;
|
|
@@ -3643,6 +3643,8 @@ body.ids {
|
|
|
3643
3643
|
.ids button.ids-button.ids-button--active {
|
|
3644
3644
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3645
3645
|
box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
|
|
3646
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3647
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3646
3648
|
}
|
|
3647
3649
|
.ids .ids-button:focus,
|
|
3648
3650
|
.ids-button:focus,
|
|
@@ -3706,6 +3708,8 @@ body.ids {
|
|
|
3706
3708
|
.ids button.ids-button.ids-button--secondary:active {
|
|
3707
3709
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3708
3710
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3711
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3712
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3709
3713
|
}
|
|
3710
3714
|
.ids .ids-button.ids-button--secondary:focus,
|
|
3711
3715
|
.ids-button.ids-button--secondary:focus,
|
|
@@ -3757,6 +3761,8 @@ body.ids {
|
|
|
3757
3761
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3758
3762
|
border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
|
|
3759
3763
|
border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3764
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3765
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3760
3766
|
}
|
|
3761
3767
|
.ids .ids-button.ids-button--tertiary:focus,
|
|
3762
3768
|
.ids-button.ids-button--tertiary:focus,
|
|
@@ -3840,6 +3846,8 @@ body.ids {
|
|
|
3840
3846
|
.ids button.ids-button.ids-button--icon.ids-button--active {
|
|
3841
3847
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3842
3848
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3849
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3850
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3843
3851
|
}
|
|
3844
3852
|
.ids .ids-button.ids-button--icon:focus,
|
|
3845
3853
|
.ids-button.ids-button--icon:focus,
|
|
@@ -4427,10 +4435,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4427
4435
|
font-size: 1rem;
|
|
4428
4436
|
color: var(--IDS-INPUT__COLOR);
|
|
4429
4437
|
display: block;
|
|
4430
|
-
width: 100% !important;
|
|
4431
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4432
|
-
line-height: 1.5rem;
|
|
4433
|
-
font-size: 1rem;
|
|
4434
4438
|
}
|
|
4435
4439
|
.ids-input:disabled, .ids-input[readonly] {
|
|
4436
4440
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4461,6 +4465,12 @@ input:focus + .ids-checkbox input::before {
|
|
|
4461
4465
|
outline: var(--IDS-FOCUS__OUTLINE);
|
|
4462
4466
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
4463
4467
|
}
|
|
4468
|
+
.ids-input {
|
|
4469
|
+
width: 100% !important;
|
|
4470
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4471
|
+
line-height: 1.5rem;
|
|
4472
|
+
font-size: 1rem;
|
|
4473
|
+
}
|
|
4464
4474
|
.ids-input.ids-input--search, .ids-input[type=search] {
|
|
4465
4475
|
margin-top: 0;
|
|
4466
4476
|
margin-bottom: 0;
|
|
@@ -4502,15 +4512,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4502
4512
|
font-size: 1rem;
|
|
4503
4513
|
color: var(--IDS-INPUT__COLOR);
|
|
4504
4514
|
display: block;
|
|
4505
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4506
|
-
cursor: pointer;
|
|
4507
|
-
display: inline-block !important;
|
|
4508
|
-
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
4509
|
-
text-align: left;
|
|
4510
|
-
overflow: hidden;
|
|
4511
|
-
text-overflow: ellipsis;
|
|
4512
|
-
border: var(--IDS-INPUT__BORDER);
|
|
4513
|
-
width: 100% !important;
|
|
4514
4515
|
}
|
|
4515
4516
|
.ids-select:disabled, .ids-select[readonly] {
|
|
4516
4517
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4537,6 +4538,17 @@ input:focus + .ids-checkbox input::before {
|
|
|
4537
4538
|
.ids-select.ids-input--light.ids-input--invalid {
|
|
4538
4539
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
4539
4540
|
}
|
|
4541
|
+
.ids-select {
|
|
4542
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4543
|
+
cursor: pointer;
|
|
4544
|
+
display: inline-block !important;
|
|
4545
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
4546
|
+
text-align: left;
|
|
4547
|
+
overflow: hidden;
|
|
4548
|
+
text-overflow: ellipsis;
|
|
4549
|
+
border: var(--IDS-INPUT__BORDER);
|
|
4550
|
+
width: 100% !important;
|
|
4551
|
+
}
|
|
4540
4552
|
.ids-select.ids-input--invalid, .ids-select[aria-invalid=true] {
|
|
4541
4553
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR) !important;
|
|
4542
4554
|
border: var(--IDS-FORM--INVALID__BORDER);
|
|
@@ -4613,8 +4625,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4613
4625
|
font-size: 1rem;
|
|
4614
4626
|
color: var(--IDS-INPUT__COLOR);
|
|
4615
4627
|
display: block;
|
|
4616
|
-
padding: var(--IDS-TEXTAREA__PADDING);
|
|
4617
|
-
box-sizing: border-box;
|
|
4618
4628
|
}
|
|
4619
4629
|
.ids-textarea textarea:disabled, .ids-textarea textarea[readonly],
|
|
4620
4630
|
.ids-textarea .ids-textarea__textarea:disabled,
|
|
@@ -4675,6 +4685,11 @@ input:focus + .ids-checkbox input::before {
|
|
|
4675
4685
|
.ids-textarea .ids-textarea__textarea::-webkit-scrollbar-corner {
|
|
4676
4686
|
background-color: transparent;
|
|
4677
4687
|
}
|
|
4688
|
+
.ids-textarea textarea,
|
|
4689
|
+
.ids-textarea .ids-textarea__textarea {
|
|
4690
|
+
padding: var(--IDS-TEXTAREA__PADDING);
|
|
4691
|
+
box-sizing: border-box;
|
|
4692
|
+
}
|
|
4678
4693
|
.ids-textarea textarea:focus,
|
|
4679
4694
|
.ids-textarea .ids-textarea__textarea:focus {
|
|
4680
4695
|
box-shadow: var(--IDS-INPUT__BOX-SHADOW);
|
|
@@ -4754,16 +4769,6 @@ input.ids-time__input {
|
|
|
4754
4769
|
font-size: 1rem;
|
|
4755
4770
|
color: var(--IDS-INPUT__COLOR);
|
|
4756
4771
|
display: block;
|
|
4757
|
-
cursor: pointer;
|
|
4758
|
-
appearance: none;
|
|
4759
|
-
-webkit-appearance: none;
|
|
4760
|
-
-moz-appearance: none;
|
|
4761
|
-
display: inline-block;
|
|
4762
|
-
box-sizing: border-box;
|
|
4763
|
-
width: 100%;
|
|
4764
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4765
|
-
padding: var(--IDS-INPUT__PADDING);
|
|
4766
|
-
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
4767
4772
|
}
|
|
4768
4773
|
input.ids-time__input:disabled, input.ids-time__input[readonly] {
|
|
4769
4774
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4790,6 +4795,18 @@ input.ids-time__input.ids-input--light:disabled, input.ids-time__input.ids-input
|
|
|
4790
4795
|
input.ids-time__input.ids-input--light.ids-input--invalid {
|
|
4791
4796
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
4792
4797
|
}
|
|
4798
|
+
input.ids-time__input {
|
|
4799
|
+
cursor: pointer;
|
|
4800
|
+
appearance: none;
|
|
4801
|
+
-webkit-appearance: none;
|
|
4802
|
+
-moz-appearance: none;
|
|
4803
|
+
display: inline-block;
|
|
4804
|
+
box-sizing: border-box;
|
|
4805
|
+
width: 100%;
|
|
4806
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4807
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
4808
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
4809
|
+
}
|
|
4793
4810
|
input.ids-time__input::-webkit-calendar-picker-indicator {
|
|
4794
4811
|
opacity: 0;
|
|
4795
4812
|
appearance: none;
|
package/themes/inera/inera.css
CHANGED
|
@@ -3371,6 +3371,10 @@ body.ids {
|
|
|
3371
3371
|
/*******
|
|
3372
3372
|
* A11Y
|
|
3373
3373
|
********/
|
|
3374
|
+
.ids-link:focus {
|
|
3375
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3376
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3377
|
+
}
|
|
3374
3378
|
.ids-link {
|
|
3375
3379
|
font-family: var(--IDS-LINK__FONT-FAMILY);
|
|
3376
3380
|
color: var(--IDS-LINK--COLOR-PRESET-1__COLOR);
|
|
@@ -3384,10 +3388,6 @@ body.ids {
|
|
|
3384
3388
|
text-decoration: underline;
|
|
3385
3389
|
position: relative;
|
|
3386
3390
|
}
|
|
3387
|
-
.ids-link:focus {
|
|
3388
|
-
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3389
|
-
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3390
|
-
}
|
|
3391
3391
|
.ids-link:has(.ids-icon), .ids-link.ids-link--old-icon {
|
|
3392
3392
|
text-decoration: none;
|
|
3393
3393
|
display: inline-flex;
|
|
@@ -3670,6 +3670,8 @@ body.ids {
|
|
|
3670
3670
|
.ids button.ids-button.ids-button--active {
|
|
3671
3671
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3672
3672
|
box-shadow: var(--IDS-BUTTON--ACTIVE__BOX-SHADOW);
|
|
3673
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3674
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3673
3675
|
}
|
|
3674
3676
|
.ids .ids-button:focus,
|
|
3675
3677
|
.ids-button:focus,
|
|
@@ -3733,6 +3735,8 @@ body.ids {
|
|
|
3733
3735
|
.ids button.ids-button.ids-button--secondary:active {
|
|
3734
3736
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3735
3737
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3738
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3739
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3736
3740
|
}
|
|
3737
3741
|
.ids .ids-button.ids-button--secondary:focus,
|
|
3738
3742
|
.ids-button.ids-button--secondary:focus,
|
|
@@ -3784,6 +3788,8 @@ body.ids {
|
|
|
3784
3788
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3785
3789
|
border-radius: var(--IDS-BUTTON__BORDER-RADIUS);
|
|
3786
3790
|
border: 0.063rem solid var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3791
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3792
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3787
3793
|
}
|
|
3788
3794
|
.ids .ids-button.ids-button--tertiary:focus,
|
|
3789
3795
|
.ids-button.ids-button--tertiary:focus,
|
|
@@ -3867,6 +3873,8 @@ body.ids {
|
|
|
3867
3873
|
.ids button.ids-button.ids-button--icon.ids-button--active {
|
|
3868
3874
|
background-color: var(--IDS-BUTTON--ACTIVE__BACKGROUND-COLOR);
|
|
3869
3875
|
color: var(--IDS-COLOR-NEUTRAL-100);
|
|
3876
|
+
outline: var(--IDS-FOCUS__OUTLINE);
|
|
3877
|
+
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
3870
3878
|
}
|
|
3871
3879
|
.ids .ids-button.ids-button--icon:focus,
|
|
3872
3880
|
.ids-button.ids-button--icon:focus,
|
|
@@ -4454,10 +4462,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4454
4462
|
font-size: 1rem;
|
|
4455
4463
|
color: var(--IDS-INPUT__COLOR);
|
|
4456
4464
|
display: block;
|
|
4457
|
-
width: 100% !important;
|
|
4458
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4459
|
-
line-height: 1.5rem;
|
|
4460
|
-
font-size: 1rem;
|
|
4461
4465
|
}
|
|
4462
4466
|
.ids-input:disabled, .ids-input[readonly] {
|
|
4463
4467
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4488,6 +4492,12 @@ input:focus + .ids-checkbox input::before {
|
|
|
4488
4492
|
outline: var(--IDS-FOCUS__OUTLINE);
|
|
4489
4493
|
outline-offset: var(--IDS-FOCUS__OUTLINE-OFFSET) !important;
|
|
4490
4494
|
}
|
|
4495
|
+
.ids-input {
|
|
4496
|
+
width: 100% !important;
|
|
4497
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4498
|
+
line-height: 1.5rem;
|
|
4499
|
+
font-size: 1rem;
|
|
4500
|
+
}
|
|
4491
4501
|
.ids-input.ids-input--search, .ids-input[type=search] {
|
|
4492
4502
|
margin-top: 0;
|
|
4493
4503
|
margin-bottom: 0;
|
|
@@ -4529,15 +4539,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4529
4539
|
font-size: 1rem;
|
|
4530
4540
|
color: var(--IDS-INPUT__COLOR);
|
|
4531
4541
|
display: block;
|
|
4532
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4533
|
-
cursor: pointer;
|
|
4534
|
-
display: inline-block !important;
|
|
4535
|
-
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
4536
|
-
text-align: left;
|
|
4537
|
-
overflow: hidden;
|
|
4538
|
-
text-overflow: ellipsis;
|
|
4539
|
-
border: var(--IDS-INPUT__BORDER);
|
|
4540
|
-
width: 100% !important;
|
|
4541
4542
|
}
|
|
4542
4543
|
.ids-select:disabled, .ids-select[readonly] {
|
|
4543
4544
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4564,6 +4565,17 @@ input:focus + .ids-checkbox input::before {
|
|
|
4564
4565
|
.ids-select.ids-input--light.ids-input--invalid {
|
|
4565
4566
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
4566
4567
|
}
|
|
4568
|
+
.ids-select {
|
|
4569
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4570
|
+
cursor: pointer;
|
|
4571
|
+
display: inline-block !important;
|
|
4572
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT) !important;
|
|
4573
|
+
text-align: left;
|
|
4574
|
+
overflow: hidden;
|
|
4575
|
+
text-overflow: ellipsis;
|
|
4576
|
+
border: var(--IDS-INPUT__BORDER);
|
|
4577
|
+
width: 100% !important;
|
|
4578
|
+
}
|
|
4567
4579
|
.ids-select.ids-input--invalid, .ids-select[aria-invalid=true] {
|
|
4568
4580
|
background: var(--IDS-FORM--INVALID__BACKGROUND-COLOR) !important;
|
|
4569
4581
|
border: var(--IDS-FORM--INVALID__BORDER);
|
|
@@ -4640,8 +4652,6 @@ input:focus + .ids-checkbox input::before {
|
|
|
4640
4652
|
font-size: 1rem;
|
|
4641
4653
|
color: var(--IDS-INPUT__COLOR);
|
|
4642
4654
|
display: block;
|
|
4643
|
-
padding: var(--IDS-TEXTAREA__PADDING);
|
|
4644
|
-
box-sizing: border-box;
|
|
4645
4655
|
}
|
|
4646
4656
|
.ids-textarea textarea:disabled, .ids-textarea textarea[readonly],
|
|
4647
4657
|
.ids-textarea .ids-textarea__textarea:disabled,
|
|
@@ -4702,6 +4712,11 @@ input:focus + .ids-checkbox input::before {
|
|
|
4702
4712
|
.ids-textarea .ids-textarea__textarea::-webkit-scrollbar-corner {
|
|
4703
4713
|
background-color: transparent;
|
|
4704
4714
|
}
|
|
4715
|
+
.ids-textarea textarea,
|
|
4716
|
+
.ids-textarea .ids-textarea__textarea {
|
|
4717
|
+
padding: var(--IDS-TEXTAREA__PADDING);
|
|
4718
|
+
box-sizing: border-box;
|
|
4719
|
+
}
|
|
4705
4720
|
.ids-textarea textarea:focus,
|
|
4706
4721
|
.ids-textarea .ids-textarea__textarea:focus {
|
|
4707
4722
|
box-shadow: var(--IDS-INPUT__BOX-SHADOW);
|
|
@@ -4781,16 +4796,6 @@ input.ids-time__input {
|
|
|
4781
4796
|
font-size: 1rem;
|
|
4782
4797
|
color: var(--IDS-INPUT__COLOR);
|
|
4783
4798
|
display: block;
|
|
4784
|
-
cursor: pointer;
|
|
4785
|
-
appearance: none;
|
|
4786
|
-
-webkit-appearance: none;
|
|
4787
|
-
-moz-appearance: none;
|
|
4788
|
-
display: inline-block;
|
|
4789
|
-
box-sizing: border-box;
|
|
4790
|
-
width: 100%;
|
|
4791
|
-
height: var(--IDS-INPUT__HEIGHT);
|
|
4792
|
-
padding: var(--IDS-INPUT__PADDING);
|
|
4793
|
-
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
4794
4799
|
}
|
|
4795
4800
|
input.ids-time__input:disabled, input.ids-time__input[readonly] {
|
|
4796
4801
|
color: var(--IDS-FORM--DISABLED__COLOR);
|
|
@@ -4817,6 +4822,18 @@ input.ids-time__input.ids-input--light:disabled, input.ids-time__input.ids-input
|
|
|
4817
4822
|
input.ids-time__input.ids-input--light.ids-input--invalid {
|
|
4818
4823
|
background-color: var(--IDS-FORM--INVALID__BACKGROUND-COLOR);
|
|
4819
4824
|
}
|
|
4825
|
+
input.ids-time__input {
|
|
4826
|
+
cursor: pointer;
|
|
4827
|
+
appearance: none;
|
|
4828
|
+
-webkit-appearance: none;
|
|
4829
|
+
-moz-appearance: none;
|
|
4830
|
+
display: inline-block;
|
|
4831
|
+
box-sizing: border-box;
|
|
4832
|
+
width: 100%;
|
|
4833
|
+
height: var(--IDS-INPUT__HEIGHT);
|
|
4834
|
+
padding: var(--IDS-INPUT__PADDING);
|
|
4835
|
+
padding-right: var(--IDS-INPUT__ICON-PADDING-RIGHT);
|
|
4836
|
+
}
|
|
4820
4837
|
input.ids-time__input::-webkit-calendar-picker-indicator {
|
|
4821
4838
|
opacity: 0;
|
|
4822
4839
|
appearance: none;
|