cas-ds-web-components 1.2.79 → 1.2.82
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/build/cas-ds-web-components.js +23 -21
- package/build/cas-header.js +22 -20
- package/build/cas-text.js +21 -19
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(b,J){typeof exports=="object"&&typeof module<"u"?J(exports):typeof define=="function"&&define.amd?define(["exports"],J):(b=typeof globalThis<"u"?globalThis:b||self,J(b["all-components"]={}))})(this,function(b){"use strict";var Sv=Object.defineProperty;var Tv=(b,J,J1)=>J in b?Sv(b,J,{enumerable:!0,configurable:!0,writable:!0,value:J1}):b[J]=J1;var g=(b,J,J1)=>(Tv(b,typeof J!="symbol"?J+"":J,J1),J1);var I3,EC;(()=>{const i=document.createElement("link");i.setAttribute("href","https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"),i.setAttribute("rel","stylesheet"),document.head.appendChild(i)})();const Y5={name:"@eloisa-ds/all-components",version:"1.0.
|
|
1
|
+
(function(b,J){typeof exports=="object"&&typeof module<"u"?J(exports):typeof define=="function"&&define.amd?define(["exports"],J):(b=typeof globalThis<"u"?globalThis:b||self,J(b["all-components"]={}))})(this,function(b){"use strict";var Sv=Object.defineProperty;var Tv=(b,J,J1)=>J in b?Sv(b,J,{enumerable:!0,configurable:!0,writable:!0,value:J1}):b[J]=J1;var g=(b,J,J1)=>(Tv(b,typeof J!="symbol"?J+"":J,J1),J1);var I3,EC;(()=>{const i=document.createElement("link");i.setAttribute("href","https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"),i.setAttribute("rel","stylesheet"),document.head.appendChild(i)})();const Y5={name:"@eloisa-ds/all-components",version:"1.0.84",dependencies:{},main:"./index.js",module:"./index.mjs",typings:"./index.d.ts",private:!0};/**
|
|
2
2
|
* @license
|
|
3
3
|
* Copyright 2019 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
@@ -6141,10 +6141,12 @@
|
|
|
6141
6141
|
Licensed under the MIT License (MIT), see
|
|
6142
6142
|
http://jedwatson.github.io/classnames
|
|
6143
6143
|
*/(function(i){(function(){var C={}.hasOwnProperty;function t(){for(var a="",l=0;l<arguments.length;l++){var h=arguments[l];h&&(a=o(a,e(h)))}return a}function e(a){if(typeof a=="string"||typeof a=="number")return a;if(typeof a!="object")return"";if(Array.isArray(a))return t.apply(null,a);if(a.toString!==Object.prototype.toString&&!a.toString.toString().includes("[native code]"))return a.toString();var l="";for(var h in a)C.call(a,h)&&a[h]&&(l=o(l,h));return l}function o(a,l){return l?a?a+" "+l:a+l:a}i.exports?(t.default=t,i.exports=t):window.classNames=t})()})(V7);var Bn=V7.exports;const q=ke(Bn);function En(i,C,t){const e=q({base:!0,[i]:i,[t]:t});return{tag:An[C||i]||"p",classNames:e}}const Sn=H`
|
|
6144
|
+
html {
|
|
6145
|
+
font-size: var(--eloisa-ds-font-size-base, 16px);
|
|
6146
|
+
}
|
|
6144
6147
|
.base {
|
|
6145
6148
|
font-family: "${L(It)}", system-ui, serif;
|
|
6146
6149
|
font-style: normal;
|
|
6147
|
-
//font-size: var(--eloisa-ds-font-size-base, 24px);
|
|
6148
6150
|
letter-spacing: 0.0120588em;
|
|
6149
6151
|
margin: 0;
|
|
6150
6152
|
padding: 0;
|
|
@@ -6177,7 +6179,7 @@
|
|
|
6177
6179
|
|
|
6178
6180
|
.headline1, .headline1 > slot::slotted(*) {
|
|
6179
6181
|
font-weight: 500;
|
|
6180
|
-
font-size: 1.
|
|
6182
|
+
font-size: 1.75rem;
|
|
6181
6183
|
line-height: 2.25rem;
|
|
6182
6184
|
}
|
|
6183
6185
|
|
|
@@ -6190,7 +6192,7 @@
|
|
|
6190
6192
|
.headline3, .headline3 > slot::slotted(*) {
|
|
6191
6193
|
font-weight: 500;
|
|
6192
6194
|
font-size: 1.125rem;
|
|
6193
|
-
line-height: 1.
|
|
6195
|
+
line-height: 1.75rem;
|
|
6194
6196
|
}
|
|
6195
6197
|
|
|
6196
6198
|
.headline4, .headline4 > slot::slotted(*) {
|
|
@@ -6202,7 +6204,7 @@
|
|
|
6202
6204
|
.headline5, .headline5 > slot::slotted(*) {
|
|
6203
6205
|
font-weight: 400;
|
|
6204
6206
|
font-size: 1.125rem;
|
|
6205
|
-
line-height: 1.
|
|
6207
|
+
line-height: 1.75rem;
|
|
6206
6208
|
}
|
|
6207
6209
|
|
|
6208
6210
|
.button, .button > slot::slotted(*) {
|
|
@@ -6240,26 +6242,26 @@
|
|
|
6240
6242
|
.footnote1, .footnote1 > slot::slotted(*) {
|
|
6241
6243
|
font-weight: 500;
|
|
6242
6244
|
font-size: 0.875rem;
|
|
6243
|
-
line-height: 1.
|
|
6245
|
+
line-height: 1.25rem;
|
|
6244
6246
|
}
|
|
6245
6247
|
|
|
6246
6248
|
.footnote2, .footnote2 > slot::slotted(*) {
|
|
6247
6249
|
font-weight: normal;
|
|
6248
6250
|
font-size: 0.875rem;
|
|
6249
|
-
line-height: 1.
|
|
6251
|
+
line-height: 1.25rem;
|
|
6250
6252
|
}
|
|
6251
6253
|
|
|
6252
6254
|
.footnote1-link, .footnote1-link > slot::slotted(*) {
|
|
6253
6255
|
font-weight: 500;
|
|
6254
6256
|
font-size: 0.875rem;
|
|
6255
|
-
line-height: 1.
|
|
6257
|
+
line-height: 1.25rem;
|
|
6256
6258
|
text-decoration-line: underline;
|
|
6257
6259
|
}
|
|
6258
6260
|
|
|
6259
6261
|
.footnote2-link, .footnote2-link > slot::slotted(*) {
|
|
6260
6262
|
font-weight: 400;
|
|
6261
6263
|
font-size: 0.875rem;
|
|
6262
|
-
line-height: 1.
|
|
6264
|
+
line-height: 1.25rem;
|
|
6263
6265
|
text-decoration-line: underline;
|
|
6264
6266
|
}
|
|
6265
6267
|
|
|
@@ -6326,38 +6328,38 @@
|
|
|
6326
6328
|
|
|
6327
6329
|
.display3 {
|
|
6328
6330
|
font-weight: 500;
|
|
6329
|
-
font-size: 1.
|
|
6331
|
+
font-size: 1.75rem;
|
|
6330
6332
|
line-height: 2.25rem;
|
|
6331
6333
|
}
|
|
6332
6334
|
|
|
6333
6335
|
.headline1 {
|
|
6334
6336
|
font-weight: 500;
|
|
6335
|
-
font-size: 1.
|
|
6336
|
-
line-height:
|
|
6337
|
+
font-size: 1.75rem;
|
|
6338
|
+
line-height: 2.25rem;
|
|
6337
6339
|
}
|
|
6338
6340
|
|
|
6339
6341
|
.headline2 {
|
|
6340
6342
|
font-weight: 700;
|
|
6341
6343
|
font-size: 1.25rem;
|
|
6342
|
-
line-height: 1.
|
|
6344
|
+
line-height: 1.75rem;
|
|
6343
6345
|
}
|
|
6344
6346
|
|
|
6345
6347
|
.headline3 {
|
|
6346
6348
|
font-weight: 500;
|
|
6347
6349
|
font-size: 1.125rem;
|
|
6348
|
-
line-height: 1.
|
|
6350
|
+
line-height: 1.75rem;
|
|
6349
6351
|
}
|
|
6350
6352
|
|
|
6351
6353
|
.headline4 {
|
|
6352
6354
|
font-weight: 400;
|
|
6353
6355
|
font-size: 1.25rem;
|
|
6354
|
-
line-height: 1.
|
|
6356
|
+
line-height: 1.75rem;
|
|
6355
6357
|
}
|
|
6356
6358
|
|
|
6357
6359
|
.headline5 {
|
|
6358
6360
|
font-weight: 400;
|
|
6359
6361
|
font-size: 1.125rem;
|
|
6360
|
-
line-height: 1.
|
|
6362
|
+
line-height: 1.75rem;
|
|
6361
6363
|
}
|
|
6362
6364
|
|
|
6363
6365
|
.button {
|
|
@@ -6463,7 +6465,7 @@
|
|
|
6463
6465
|
|
|
6464
6466
|
.m-display3, .m-display3 > slot::slotted(*) {
|
|
6465
6467
|
font-weight: 500;
|
|
6466
|
-
font-size: 1.
|
|
6468
|
+
font-size: 1.75rem;
|
|
6467
6469
|
line-height: 2.25rem;
|
|
6468
6470
|
}
|
|
6469
6471
|
|
|
@@ -6476,19 +6478,19 @@
|
|
|
6476
6478
|
.m-headline2, .m-headline2 > slot::slotted(*) {
|
|
6477
6479
|
font-weight: 700;
|
|
6478
6480
|
font-size: 1.25rem;
|
|
6479
|
-
line-height: 1.
|
|
6481
|
+
line-height: 1.75rem;
|
|
6480
6482
|
}
|
|
6481
6483
|
|
|
6482
6484
|
.m-headline3, .m-headline3 > slot::slotted(*) {
|
|
6483
6485
|
font-weight: 500;
|
|
6484
6486
|
font-size: 1.125rem;
|
|
6485
|
-
line-height: 1.
|
|
6487
|
+
line-height: 1.75rem;
|
|
6486
6488
|
}
|
|
6487
6489
|
|
|
6488
6490
|
.m-headline4, .m-headline4 > slot::slotted(*) {
|
|
6489
6491
|
font-weight: 400;
|
|
6490
6492
|
font-size: 1.25rem;
|
|
6491
|
-
line-height: 1.
|
|
6493
|
+
line-height: 1.75rem;
|
|
6492
6494
|
}
|
|
6493
6495
|
|
|
6494
6496
|
.m-headline5, .m-headline5 > slot::slotted(*) {
|
|
@@ -10823,7 +10825,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
10823
10825
|
</ul>
|
|
10824
10826
|
</div>
|
|
10825
10827
|
</div>
|
|
10826
|
-
`}}g(N5,"styles",Vp),g(N5,"shadowRootOptions",{...f.shadowRootOptions,mode:"open"}),g(N5,"properties",{theme:{type:String},variant:{type:String},isMobile:{type:Boolean},isTablet:{type:Boolean},isMacbookAir:{type:Boolean}});const D8={light:{color:"#
|
|
10828
|
+
`}}g(N5,"styles",Vp),g(N5,"shadowRootOptions",{...f.shadowRootOptions,mode:"open"}),g(N5,"properties",{theme:{type:String},variant:{type:String},isMobile:{type:Boolean},isTablet:{type:Boolean},isMacbookAir:{type:Boolean}});const D8={light:{color:"#EE74AA",secondColor:"#EE74AA"},dark:{color:"#EE74AA",secondColor:"#EE74AA"}},_p=({color:i})=>M`
|
|
10827
10829
|
<svg width="192" height="49" viewBox="0 0 192 49" fill="${i}" xmlns="http://www.w3.org/2000/svg">
|
|
10828
10830
|
<path d="M35.8136 12.9128C35.5209 12.9128 35.2233 12.9272 34.9402 12.9512C32.2769 13.148 29.748 14.276 27.8045 16.1384C27.7469 16.196 27.6846 16.2536 27.6174 16.316C26.2306 17.708 25.2276 19.4168 24.695 21.2792L19.9538 16.4024H19.9586L19.7427 16.1864C18.4518 14.9288 17.8376 13.172 18.0487 11.372C18.3559 8.7608 20.4769 6.6584 23.097 6.3752C25.9954 6.0584 28.6731 7.9448 29.3305 10.7672C29.3737 10.9496 29.5753 11.0504 29.7432 10.9688C31.3124 10.244 32.9823 9.8024 34.7147 9.6632C34.897 9.6488 35.0218 9.476 34.9786 9.2984C33.7021 4.1192 29.0858 0.5 23.7448 0.5C17.3577 0.5 12.1655 5.6936 12.1655 12.0776C12.1655 12.3704 12.1751 12.6536 12.1991 12.932C12.0264 12.9224 11.8488 12.9176 11.6761 12.9176C5.29377 12.9176 0.101562 18.116 0.101562 24.5C0.101562 30.884 5.29377 36.0776 11.6761 36.0776C11.9688 36.0776 12.2615 36.0632 12.5494 36.0392C15.8221 35.7992 18.8501 34.1624 20.8512 31.5512C20.9424 31.436 20.9328 31.268 20.8272 31.1624L17.0986 27.332C16.9642 27.1928 16.7291 27.2216 16.6283 27.3896C16.374 27.8216 16.0717 28.2104 15.7262 28.556C14.6417 29.6408 13.202 30.2264 11.6569 30.236C8.63847 30.2312 6.07116 27.7784 5.9368 24.7688C5.86002 23.0456 6.52704 21.4232 7.80829 20.252C8.69606 19.4408 9.82855 18.9272 11.0234 18.7976C12.7558 18.6104 14.4353 19.1864 15.6686 20.3864C15.755 20.468 15.8365 20.5544 15.9133 20.636L27.2383 32.2856L27.9869 33.068C28.0972 33.1832 28.2076 33.3176 28.3132 33.4568C29.2201 34.652 29.6184 36.1448 29.4313 37.6568C29.1098 40.2488 26.9935 42.3416 24.3974 42.6248C21.523 42.9416 18.8453 41.0744 18.1687 38.2808C18.1255 38.0984 17.9288 38.0024 17.756 38.0792C16.1868 38.7848 14.5121 39.212 12.7702 39.3416C12.5878 39.356 12.4582 39.5288 12.5062 39.7064C13.8019 44.9624 18.4614 48.5 23.7544 48.5C24.3543 48.5 24.9589 48.4568 25.5731 48.3608C31.4611 47.4632 35.7704 41.9816 35.2953 36.068C35.4681 36.0776 35.6456 36.0824 35.8184 36.0824H38.2657C38.4385 36.0824 38.5776 35.9432 38.5776 35.7704V30.548C38.5776 30.3752 38.4385 30.236 38.2657 30.236H35.8184C34.3116 30.236 32.8864 29.6552 31.8163 28.6136L31.5715 28.3592C30.6118 27.2984 30.0791 25.9304 30.0791 24.5C30.0791 22.964 30.6742 21.524 31.7587 20.4392C32.8432 19.3592 34.278 18.764 35.804 18.7592C38.9663 18.7544 41.5576 21.4376 41.5576 24.6008V28.2392C41.5576 31.3016 44.0386 33.7832 47.1002 33.7832H47.3977V24.5C47.3977 18.1112 42.2055 12.9176 35.8232 12.9176L35.8136 12.9128Z"/>
|
|
10829
10831
|
<path d="M66.2237 40.3113H58.6945C58.6129 40.3113 58.5361 40.3641 58.5122 40.4409L57.3509 43.8729C57.3221 43.9497 57.2501 44.0025 57.1685 44.0025H52.1874C52.0819 44.0025 52.0099 43.8969 52.0435 43.8009L59.4911 23.2041C59.5199 23.1273 59.5919 23.0745 59.6734 23.0745H65.3023C65.3839 23.0745 65.4559 23.1273 65.4847 23.2041L72.9323 43.8009C72.9659 43.9017 72.8939 44.0025 72.7883 44.0025H67.7497C67.6681 44.0025 67.5913 43.9497 67.5673 43.8729L66.406 40.4409C66.3772 40.3641 66.3053 40.3113 66.2237 40.3113ZM62.3511 29.0409L59.947 36.2217C59.923 36.2985 59.9758 36.3753 60.0573 36.3753H64.8896C64.9712 36.3753 65.024 36.2985 65 36.2217L62.5719 29.0409C62.5383 28.9353 62.3847 28.9353 62.3511 29.0409Z" />
|
package/build/cas-header.js
CHANGED
|
@@ -6141,10 +6141,12 @@
|
|
|
6141
6141
|
Licensed under the MIT License (MIT), see
|
|
6142
6142
|
http://jedwatson.github.io/classnames
|
|
6143
6143
|
*/(function(s){(function(){var C={}.hasOwnProperty;function t(){for(var l="",a=0;a<arguments.length;a++){var n=arguments[a];n&&(l=i(l,e(n)))}return l}function e(l){if(typeof l=="string"||typeof l=="number")return l;if(typeof l!="object")return"";if(Array.isArray(l))return t.apply(null,l);if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]"))return l.toString();var a="";for(var n in l)C.call(l,n)&&l[n]&&(a=i(a,n));return a}function i(l,a){return a?l?l+" "+a:l+a:l}s.exports?(t.default=t,s.exports=t):window.classNames=t})()})(O4);var Na=O4.exports;const H1=Pt(Na);function Oa(s,C,t){const e=H1({base:!0,[s]:s,[t]:t});return{tag:Ia[C||s]||"p",classNames:e}}const Da=w`
|
|
6144
|
+
html {
|
|
6145
|
+
font-size: var(--eloisa-ds-font-size-base, 16px);
|
|
6146
|
+
}
|
|
6144
6147
|
.base {
|
|
6145
6148
|
font-family: "${p(jC)}", system-ui, serif;
|
|
6146
6149
|
font-style: normal;
|
|
6147
|
-
//font-size: var(--eloisa-ds-font-size-base, 24px);
|
|
6148
6150
|
letter-spacing: 0.0120588em;
|
|
6149
6151
|
margin: 0;
|
|
6150
6152
|
padding: 0;
|
|
@@ -6177,7 +6179,7 @@
|
|
|
6177
6179
|
|
|
6178
6180
|
.headline1, .headline1 > slot::slotted(*) {
|
|
6179
6181
|
font-weight: 500;
|
|
6180
|
-
font-size: 1.
|
|
6182
|
+
font-size: 1.75rem;
|
|
6181
6183
|
line-height: 2.25rem;
|
|
6182
6184
|
}
|
|
6183
6185
|
|
|
@@ -6190,7 +6192,7 @@
|
|
|
6190
6192
|
.headline3, .headline3 > slot::slotted(*) {
|
|
6191
6193
|
font-weight: 500;
|
|
6192
6194
|
font-size: 1.125rem;
|
|
6193
|
-
line-height: 1.
|
|
6195
|
+
line-height: 1.75rem;
|
|
6194
6196
|
}
|
|
6195
6197
|
|
|
6196
6198
|
.headline4, .headline4 > slot::slotted(*) {
|
|
@@ -6202,7 +6204,7 @@
|
|
|
6202
6204
|
.headline5, .headline5 > slot::slotted(*) {
|
|
6203
6205
|
font-weight: 400;
|
|
6204
6206
|
font-size: 1.125rem;
|
|
6205
|
-
line-height: 1.
|
|
6207
|
+
line-height: 1.75rem;
|
|
6206
6208
|
}
|
|
6207
6209
|
|
|
6208
6210
|
.button, .button > slot::slotted(*) {
|
|
@@ -6240,26 +6242,26 @@
|
|
|
6240
6242
|
.footnote1, .footnote1 > slot::slotted(*) {
|
|
6241
6243
|
font-weight: 500;
|
|
6242
6244
|
font-size: 0.875rem;
|
|
6243
|
-
line-height: 1.
|
|
6245
|
+
line-height: 1.25rem;
|
|
6244
6246
|
}
|
|
6245
6247
|
|
|
6246
6248
|
.footnote2, .footnote2 > slot::slotted(*) {
|
|
6247
6249
|
font-weight: normal;
|
|
6248
6250
|
font-size: 0.875rem;
|
|
6249
|
-
line-height: 1.
|
|
6251
|
+
line-height: 1.25rem;
|
|
6250
6252
|
}
|
|
6251
6253
|
|
|
6252
6254
|
.footnote1-link, .footnote1-link > slot::slotted(*) {
|
|
6253
6255
|
font-weight: 500;
|
|
6254
6256
|
font-size: 0.875rem;
|
|
6255
|
-
line-height: 1.
|
|
6257
|
+
line-height: 1.25rem;
|
|
6256
6258
|
text-decoration-line: underline;
|
|
6257
6259
|
}
|
|
6258
6260
|
|
|
6259
6261
|
.footnote2-link, .footnote2-link > slot::slotted(*) {
|
|
6260
6262
|
font-weight: 400;
|
|
6261
6263
|
font-size: 0.875rem;
|
|
6262
|
-
line-height: 1.
|
|
6264
|
+
line-height: 1.25rem;
|
|
6263
6265
|
text-decoration-line: underline;
|
|
6264
6266
|
}
|
|
6265
6267
|
|
|
@@ -6326,38 +6328,38 @@
|
|
|
6326
6328
|
|
|
6327
6329
|
.display3 {
|
|
6328
6330
|
font-weight: 500;
|
|
6329
|
-
font-size: 1.
|
|
6331
|
+
font-size: 1.75rem;
|
|
6330
6332
|
line-height: 2.25rem;
|
|
6331
6333
|
}
|
|
6332
6334
|
|
|
6333
6335
|
.headline1 {
|
|
6334
6336
|
font-weight: 500;
|
|
6335
|
-
font-size: 1.
|
|
6336
|
-
line-height:
|
|
6337
|
+
font-size: 1.75rem;
|
|
6338
|
+
line-height: 2.25rem;
|
|
6337
6339
|
}
|
|
6338
6340
|
|
|
6339
6341
|
.headline2 {
|
|
6340
6342
|
font-weight: 700;
|
|
6341
6343
|
font-size: 1.25rem;
|
|
6342
|
-
line-height: 1.
|
|
6344
|
+
line-height: 1.75rem;
|
|
6343
6345
|
}
|
|
6344
6346
|
|
|
6345
6347
|
.headline3 {
|
|
6346
6348
|
font-weight: 500;
|
|
6347
6349
|
font-size: 1.125rem;
|
|
6348
|
-
line-height: 1.
|
|
6350
|
+
line-height: 1.75rem;
|
|
6349
6351
|
}
|
|
6350
6352
|
|
|
6351
6353
|
.headline4 {
|
|
6352
6354
|
font-weight: 400;
|
|
6353
6355
|
font-size: 1.25rem;
|
|
6354
|
-
line-height: 1.
|
|
6356
|
+
line-height: 1.75rem;
|
|
6355
6357
|
}
|
|
6356
6358
|
|
|
6357
6359
|
.headline5 {
|
|
6358
6360
|
font-weight: 400;
|
|
6359
6361
|
font-size: 1.125rem;
|
|
6360
|
-
line-height: 1.
|
|
6362
|
+
line-height: 1.75rem;
|
|
6361
6363
|
}
|
|
6362
6364
|
|
|
6363
6365
|
.button {
|
|
@@ -6463,7 +6465,7 @@
|
|
|
6463
6465
|
|
|
6464
6466
|
.m-display3, .m-display3 > slot::slotted(*) {
|
|
6465
6467
|
font-weight: 500;
|
|
6466
|
-
font-size: 1.
|
|
6468
|
+
font-size: 1.75rem;
|
|
6467
6469
|
line-height: 2.25rem;
|
|
6468
6470
|
}
|
|
6469
6471
|
|
|
@@ -6476,19 +6478,19 @@
|
|
|
6476
6478
|
.m-headline2, .m-headline2 > slot::slotted(*) {
|
|
6477
6479
|
font-weight: 700;
|
|
6478
6480
|
font-size: 1.25rem;
|
|
6479
|
-
line-height: 1.
|
|
6481
|
+
line-height: 1.75rem;
|
|
6480
6482
|
}
|
|
6481
6483
|
|
|
6482
6484
|
.m-headline3, .m-headline3 > slot::slotted(*) {
|
|
6483
6485
|
font-weight: 500;
|
|
6484
6486
|
font-size: 1.125rem;
|
|
6485
|
-
line-height: 1.
|
|
6487
|
+
line-height: 1.75rem;
|
|
6486
6488
|
}
|
|
6487
6489
|
|
|
6488
6490
|
.m-headline4, .m-headline4 > slot::slotted(*) {
|
|
6489
6491
|
font-weight: 400;
|
|
6490
6492
|
font-size: 1.25rem;
|
|
6491
|
-
line-height: 1.
|
|
6493
|
+
line-height: 1.75rem;
|
|
6492
6494
|
}
|
|
6493
6495
|
|
|
6494
6496
|
.m-headline5, .m-headline5 > slot::slotted(*) {
|
|
@@ -10823,7 +10825,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
10823
10825
|
</ul>
|
|
10824
10826
|
</div>
|
|
10825
10827
|
</div>
|
|
10826
|
-
`}}f(d5,"styles",Ac),f(d5,"shadowRootOptions",{...V.shadowRootOptions,mode:"open"}),f(d5,"properties",{theme:{type:String},variant:{type:String},isMobile:{type:Boolean},isTablet:{type:Boolean},isMacbookAir:{type:Boolean}});const h8={light:{color:"#
|
|
10828
|
+
`}}f(d5,"styles",Ac),f(d5,"shadowRootOptions",{...V.shadowRootOptions,mode:"open"}),f(d5,"properties",{theme:{type:String},variant:{type:String},isMobile:{type:Boolean},isTablet:{type:Boolean},isMacbookAir:{type:Boolean}});const h8={light:{color:"#EE74AA",secondColor:"#EE74AA"},dark:{color:"#EE74AA",secondColor:"#EE74AA"}},Bc=({color:s})=>u`
|
|
10827
10829
|
<svg width="192" height="49" viewBox="0 0 192 49" fill="${s}" xmlns="http://www.w3.org/2000/svg">
|
|
10828
10830
|
<path d="M35.8136 12.9128C35.5209 12.9128 35.2233 12.9272 34.9402 12.9512C32.2769 13.148 29.748 14.276 27.8045 16.1384C27.7469 16.196 27.6846 16.2536 27.6174 16.316C26.2306 17.708 25.2276 19.4168 24.695 21.2792L19.9538 16.4024H19.9586L19.7427 16.1864C18.4518 14.9288 17.8376 13.172 18.0487 11.372C18.3559 8.7608 20.4769 6.6584 23.097 6.3752C25.9954 6.0584 28.6731 7.9448 29.3305 10.7672C29.3737 10.9496 29.5753 11.0504 29.7432 10.9688C31.3124 10.244 32.9823 9.8024 34.7147 9.6632C34.897 9.6488 35.0218 9.476 34.9786 9.2984C33.7021 4.1192 29.0858 0.5 23.7448 0.5C17.3577 0.5 12.1655 5.6936 12.1655 12.0776C12.1655 12.3704 12.1751 12.6536 12.1991 12.932C12.0264 12.9224 11.8488 12.9176 11.6761 12.9176C5.29377 12.9176 0.101562 18.116 0.101562 24.5C0.101562 30.884 5.29377 36.0776 11.6761 36.0776C11.9688 36.0776 12.2615 36.0632 12.5494 36.0392C15.8221 35.7992 18.8501 34.1624 20.8512 31.5512C20.9424 31.436 20.9328 31.268 20.8272 31.1624L17.0986 27.332C16.9642 27.1928 16.7291 27.2216 16.6283 27.3896C16.374 27.8216 16.0717 28.2104 15.7262 28.556C14.6417 29.6408 13.202 30.2264 11.6569 30.236C8.63847 30.2312 6.07116 27.7784 5.9368 24.7688C5.86002 23.0456 6.52704 21.4232 7.80829 20.252C8.69606 19.4408 9.82855 18.9272 11.0234 18.7976C12.7558 18.6104 14.4353 19.1864 15.6686 20.3864C15.755 20.468 15.8365 20.5544 15.9133 20.636L27.2383 32.2856L27.9869 33.068C28.0972 33.1832 28.2076 33.3176 28.3132 33.4568C29.2201 34.652 29.6184 36.1448 29.4313 37.6568C29.1098 40.2488 26.9935 42.3416 24.3974 42.6248C21.523 42.9416 18.8453 41.0744 18.1687 38.2808C18.1255 38.0984 17.9288 38.0024 17.756 38.0792C16.1868 38.7848 14.5121 39.212 12.7702 39.3416C12.5878 39.356 12.4582 39.5288 12.5062 39.7064C13.8019 44.9624 18.4614 48.5 23.7544 48.5C24.3543 48.5 24.9589 48.4568 25.5731 48.3608C31.4611 47.4632 35.7704 41.9816 35.2953 36.068C35.4681 36.0776 35.6456 36.0824 35.8184 36.0824H38.2657C38.4385 36.0824 38.5776 35.9432 38.5776 35.7704V30.548C38.5776 30.3752 38.4385 30.236 38.2657 30.236H35.8184C34.3116 30.236 32.8864 29.6552 31.8163 28.6136L31.5715 28.3592C30.6118 27.2984 30.0791 25.9304 30.0791 24.5C30.0791 22.964 30.6742 21.524 31.7587 20.4392C32.8432 19.3592 34.278 18.764 35.804 18.7592C38.9663 18.7544 41.5576 21.4376 41.5576 24.6008V28.2392C41.5576 31.3016 44.0386 33.7832 47.1002 33.7832H47.3977V24.5C47.3977 18.1112 42.2055 12.9176 35.8232 12.9176L35.8136 12.9128Z"/>
|
|
10829
10831
|
<path d="M66.2237 40.3113H58.6945C58.6129 40.3113 58.5361 40.3641 58.5122 40.4409L57.3509 43.8729C57.3221 43.9497 57.2501 44.0025 57.1685 44.0025H52.1874C52.0819 44.0025 52.0099 43.8969 52.0435 43.8009L59.4911 23.2041C59.5199 23.1273 59.5919 23.0745 59.6734 23.0745H65.3023C65.3839 23.0745 65.4559 23.1273 65.4847 23.2041L72.9323 43.8009C72.9659 43.9017 72.8939 44.0025 72.7883 44.0025H67.7497C67.6681 44.0025 67.5913 43.9497 67.5673 43.8729L66.406 40.4409C66.3772 40.3641 66.3053 40.3113 66.2237 40.3113ZM62.3511 29.0409L59.947 36.2217C59.923 36.2985 59.9758 36.3753 60.0573 36.3753H64.8896C64.9712 36.3753 65.024 36.2985 65 36.2217L62.5719 29.0409C62.5383 28.9353 62.3847 28.9353 62.3511 29.0409Z" />
|
package/build/cas-text.js
CHANGED
|
@@ -43,10 +43,12 @@
|
|
|
43
43
|
Licensed under the MIT License (MIT), see
|
|
44
44
|
http://jedwatson.github.io/classnames
|
|
45
45
|
*/(function(l){(function(){var t={}.hasOwnProperty;function e(){for(var o="",n=0;n<arguments.length;n++){var a=arguments[n];a&&(o=s(o,i(a)))}return o}function i(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return e.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var n="";for(var a in o)t.call(o,a)&&o[a]&&(n=s(n,a));return n}function s(o,n){return n?o?o+" "+n:o+n:o}l.exports?(e.default=e,l.exports=e):window.classNames=e})()})(_e);var ri=_e.exports;const hi=li(ri);function di(l,t,e){const i=hi({base:!0,[l]:l,[e]:e});return{tag:oi[t||l]||"p",classNames:i}}const ai=be`
|
|
46
|
+
html {
|
|
47
|
+
font-size: var(--eloisa-ds-font-size-base, 16px);
|
|
48
|
+
}
|
|
46
49
|
.base {
|
|
47
50
|
font-family: "${Tt(v.casFontFamilyModeLight)}", system-ui, serif;
|
|
48
51
|
font-style: normal;
|
|
49
|
-
//font-size: var(--eloisa-ds-font-size-base, 24px);
|
|
50
52
|
letter-spacing: 0.0120588em;
|
|
51
53
|
margin: 0;
|
|
52
54
|
padding: 0;
|
|
@@ -79,7 +81,7 @@
|
|
|
79
81
|
|
|
80
82
|
.headline1, .headline1 > slot::slotted(*) {
|
|
81
83
|
font-weight: 500;
|
|
82
|
-
font-size: 1.
|
|
84
|
+
font-size: 1.75rem;
|
|
83
85
|
line-height: 2.25rem;
|
|
84
86
|
}
|
|
85
87
|
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
.headline3, .headline3 > slot::slotted(*) {
|
|
93
95
|
font-weight: 500;
|
|
94
96
|
font-size: 1.125rem;
|
|
95
|
-
line-height: 1.
|
|
97
|
+
line-height: 1.75rem;
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
.headline4, .headline4 > slot::slotted(*) {
|
|
@@ -104,7 +106,7 @@
|
|
|
104
106
|
.headline5, .headline5 > slot::slotted(*) {
|
|
105
107
|
font-weight: 400;
|
|
106
108
|
font-size: 1.125rem;
|
|
107
|
-
line-height: 1.
|
|
109
|
+
line-height: 1.75rem;
|
|
108
110
|
}
|
|
109
111
|
|
|
110
112
|
.button, .button > slot::slotted(*) {
|
|
@@ -142,26 +144,26 @@
|
|
|
142
144
|
.footnote1, .footnote1 > slot::slotted(*) {
|
|
143
145
|
font-weight: 500;
|
|
144
146
|
font-size: 0.875rem;
|
|
145
|
-
line-height: 1.
|
|
147
|
+
line-height: 1.25rem;
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
.footnote2, .footnote2 > slot::slotted(*) {
|
|
149
151
|
font-weight: normal;
|
|
150
152
|
font-size: 0.875rem;
|
|
151
|
-
line-height: 1.
|
|
153
|
+
line-height: 1.25rem;
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
.footnote1-link, .footnote1-link > slot::slotted(*) {
|
|
155
157
|
font-weight: 500;
|
|
156
158
|
font-size: 0.875rem;
|
|
157
|
-
line-height: 1.
|
|
159
|
+
line-height: 1.25rem;
|
|
158
160
|
text-decoration-line: underline;
|
|
159
161
|
}
|
|
160
162
|
|
|
161
163
|
.footnote2-link, .footnote2-link > slot::slotted(*) {
|
|
162
164
|
font-weight: 400;
|
|
163
165
|
font-size: 0.875rem;
|
|
164
|
-
line-height: 1.
|
|
166
|
+
line-height: 1.25rem;
|
|
165
167
|
text-decoration-line: underline;
|
|
166
168
|
}
|
|
167
169
|
|
|
@@ -228,38 +230,38 @@
|
|
|
228
230
|
|
|
229
231
|
.display3 {
|
|
230
232
|
font-weight: 500;
|
|
231
|
-
font-size: 1.
|
|
233
|
+
font-size: 1.75rem;
|
|
232
234
|
line-height: 2.25rem;
|
|
233
235
|
}
|
|
234
236
|
|
|
235
237
|
.headline1 {
|
|
236
238
|
font-weight: 500;
|
|
237
|
-
font-size: 1.
|
|
238
|
-
line-height:
|
|
239
|
+
font-size: 1.75rem;
|
|
240
|
+
line-height: 2.25rem;
|
|
239
241
|
}
|
|
240
242
|
|
|
241
243
|
.headline2 {
|
|
242
244
|
font-weight: 700;
|
|
243
245
|
font-size: 1.25rem;
|
|
244
|
-
line-height: 1.
|
|
246
|
+
line-height: 1.75rem;
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
.headline3 {
|
|
248
250
|
font-weight: 500;
|
|
249
251
|
font-size: 1.125rem;
|
|
250
|
-
line-height: 1.
|
|
252
|
+
line-height: 1.75rem;
|
|
251
253
|
}
|
|
252
254
|
|
|
253
255
|
.headline4 {
|
|
254
256
|
font-weight: 400;
|
|
255
257
|
font-size: 1.25rem;
|
|
256
|
-
line-height: 1.
|
|
258
|
+
line-height: 1.75rem;
|
|
257
259
|
}
|
|
258
260
|
|
|
259
261
|
.headline5 {
|
|
260
262
|
font-weight: 400;
|
|
261
263
|
font-size: 1.125rem;
|
|
262
|
-
line-height: 1.
|
|
264
|
+
line-height: 1.75rem;
|
|
263
265
|
}
|
|
264
266
|
|
|
265
267
|
.button {
|
|
@@ -365,7 +367,7 @@
|
|
|
365
367
|
|
|
366
368
|
.m-display3, .m-display3 > slot::slotted(*) {
|
|
367
369
|
font-weight: 500;
|
|
368
|
-
font-size: 1.
|
|
370
|
+
font-size: 1.75rem;
|
|
369
371
|
line-height: 2.25rem;
|
|
370
372
|
}
|
|
371
373
|
|
|
@@ -378,19 +380,19 @@
|
|
|
378
380
|
.m-headline2, .m-headline2 > slot::slotted(*) {
|
|
379
381
|
font-weight: 700;
|
|
380
382
|
font-size: 1.25rem;
|
|
381
|
-
line-height: 1.
|
|
383
|
+
line-height: 1.75rem;
|
|
382
384
|
}
|
|
383
385
|
|
|
384
386
|
.m-headline3, .m-headline3 > slot::slotted(*) {
|
|
385
387
|
font-weight: 500;
|
|
386
388
|
font-size: 1.125rem;
|
|
387
|
-
line-height: 1.
|
|
389
|
+
line-height: 1.75rem;
|
|
388
390
|
}
|
|
389
391
|
|
|
390
392
|
.m-headline4, .m-headline4 > slot::slotted(*) {
|
|
391
393
|
font-weight: 400;
|
|
392
394
|
font-size: 1.25rem;
|
|
393
|
-
line-height: 1.
|
|
395
|
+
line-height: 1.75rem;
|
|
394
396
|
}
|
|
395
397
|
|
|
396
398
|
.m-headline5, .m-headline5 > slot::slotted(*) {
|