@randstad-uca/design-system 1.0.102 → 1.0.103
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/index.js +4 -15
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -143,9 +143,10 @@ function _(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
|
|
|
143
143
|
justify-content: space-between;
|
|
144
144
|
gap: 16px;
|
|
145
145
|
flex-direction: row;
|
|
146
|
-
align-items:
|
|
146
|
+
align-items: center;
|
|
147
147
|
cursor: pointer;
|
|
148
|
-
min-height:
|
|
148
|
+
min-height: 25px;
|
|
149
|
+
padding-bottom: 16px;
|
|
149
150
|
}
|
|
150
151
|
|
|
151
152
|
.title {
|
|
@@ -155,7 +156,7 @@ function _(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
|
|
|
155
156
|
|
|
156
157
|
.icon-wrapper {
|
|
157
158
|
position: absolute;
|
|
158
|
-
top:
|
|
159
|
+
top: -7px;
|
|
159
160
|
right: 0;
|
|
160
161
|
width: 40px;
|
|
161
162
|
height: 40px;
|
|
@@ -209,22 +210,10 @@ function _(t,e){return(e,i,o)=>((t,e,i)=>(i.configurable=!0,i.enumerable=!0,Refl
|
|
|
209
210
|
}
|
|
210
211
|
|
|
211
212
|
@media (max-width: 501px) {
|
|
212
|
-
.header {
|
|
213
|
-
min-height: 42px;
|
|
214
|
-
max-height: 67px;
|
|
215
|
-
}
|
|
216
213
|
.title {
|
|
217
|
-
margin-bottom: 16px;
|
|
218
214
|
max-width: 90%;
|
|
219
215
|
}
|
|
220
216
|
}
|
|
221
|
-
|
|
222
|
-
@media (max-width: 355px) {
|
|
223
|
-
.header {
|
|
224
|
-
min-height: 42px;
|
|
225
|
-
max-height: unset;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
217
|
`}connectedCallback(){super.connectedCallback(),this.mediaQueryList=window.matchMedia(V),this.mediaQueryList.addEventListener("change",this.handleMediaQueryChange)}disconnectedCallback(){super.disconnectedCallback(),this.mediaQueryList.removeEventListener("change",this.handleMediaQueryChange)}toggle(){this.isOpen=!this.isOpen}render(){const t=e`
|
|
229
218
|
<randstad-icon
|
|
230
219
|
name="${this.isOpen?"arrow_up":"arrow_down"}"
|