@fluid-topics/ft-search-breadcrumbs 2.2.10 → 2.2.12

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.
@@ -387,14 +387,15 @@ Also for action icons.`,a.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
387
387
  display: flex;
388
388
  background-color: ${N.backgroundColor};
389
389
  border-radius: ${N.borderRadius} ${N.borderRadius} 0 0;
390
+ border-color: ${N.borderColor};
391
+ border-bottom-width: 1px;
392
+ border-bottom-style: solid;
390
393
  }
391
394
 
392
395
  .ft-input-label--outlined {
393
396
  border-radius: ${N.borderRadius};
394
- }
395
-
396
- .ft-input-label {
397
- border-color: ${N.borderColor};
397
+ border-width: 1px;
398
+ border-style: solid;
398
399
  }
399
400
 
400
401
  .ft-input-label.ft-input-label--in-error {
@@ -405,9 +406,6 @@ Also for action icons.`,a.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
405
406
  .ft-input-label:after {
406
407
  content: "";
407
408
  display: flex;
408
- border-bottom-width: 1px;
409
- border-bottom-style: solid;
410
- border-color: inherit;
411
409
  }
412
410
 
413
411
  .ft-input-label:before {
@@ -424,9 +422,6 @@ Also for action icons.`,a.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
424
422
  display: flex;
425
423
  flex-shrink: 1;
426
424
  position: relative;
427
- border-bottom-width: 1px;
428
- border-bottom-style: solid;
429
- border-color: inherit;
430
425
  color: ${N.textColor};
431
426
  transition: font-size 250ms, line-height 250ms, color 250ms;
432
427
  max-width: calc(${N.labelMaxWidth} - 2 * (${N.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
@@ -472,25 +467,6 @@ Also for action icons.`,a.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
472
467
  top: ${N.verticalSpacing};
473
468
  }
474
469
 
475
- .ft-input-label--outlined .ft-input-label--text,
476
- .ft-input-label--outlined:before,
477
- .ft-input-label--outlined:after {
478
- border-top-width: 1px;
479
- border-top-style: solid;
480
- }
481
-
482
- .ft-input-label--outlined:before {
483
- border-left-width: 1px;
484
- border-left-style: solid;
485
- border-radius: ${N.borderRadius} 0 0 ${N.borderRadius};
486
- }
487
-
488
- .ft-input-label--outlined:after {
489
- border-right-width: 1px;
490
- border-right-style: solid;
491
- border-radius: 0 ${N.borderRadius} ${N.borderRadius} 0;
492
- }
493
-
494
470
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
495
471
  padding: 2px 4px;
496
472
  z-index: ${N.raisedZIndex};
@@ -498,10 +474,6 @@ Also for action icons.`,a.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
498
474
  border-radius: ${N.borderRadius};
499
475
  top: calc((${ie.lineHeight} / -2) + 2px);
500
476
  }
501
-
502
- .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
503
- border-top: none;
504
- }
505
477
  `;var ci=y(F()),li=y(j());var el=y(It()),tl=y(O()),Jc=function(e,t,o,n){var i=arguments.length,s=i<3?t:n===null?n=Object.getOwnPropertyDescriptor(t,o):n,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,t,o,n);else for(var d=e.length-1;d>=0;d--)(c=e[d])&&(s=(i<3?c(s):i>3?c(t,o,s):c(t,o))||s);return i>3&&s&&Object.defineProperty(t,o,s),s},Lt=class extends tl.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1}get inputLabelClasses(){return{}}render(){return ci.html`
506
478
  <div class="${(0,el.classMap)(this.inputLabelClasses)}">
507
479
  ${Ne(this.text,()=>ci.html`
@@ -467,14 +467,15 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
467
467
  display: flex;
468
468
  background-color: ${V.backgroundColor};
469
469
  border-radius: ${V.borderRadius} ${V.borderRadius} 0 0;
470
+ border-color: ${V.borderColor};
471
+ border-bottom-width: 1px;
472
+ border-bottom-style: solid;
470
473
  }
471
474
 
472
475
  .ft-input-label--outlined {
473
476
  border-radius: ${V.borderRadius};
474
- }
475
-
476
- .ft-input-label {
477
- border-color: ${V.borderColor};
477
+ border-width: 1px;
478
+ border-style: solid;
478
479
  }
479
480
 
480
481
  .ft-input-label.ft-input-label--in-error {
@@ -485,9 +486,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
485
486
  .ft-input-label:after {
486
487
  content: "";
487
488
  display: flex;
488
- border-bottom-width: 1px;
489
- border-bottom-style: solid;
490
- border-color: inherit;
491
489
  }
492
490
 
493
491
  .ft-input-label:before {
@@ -504,9 +502,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
504
502
  display: flex;
505
503
  flex-shrink: 1;
506
504
  position: relative;
507
- border-bottom-width: 1px;
508
- border-bottom-style: solid;
509
- border-color: inherit;
510
505
  color: ${V.textColor};
511
506
  transition: font-size 250ms, line-height 250ms, color 250ms;
512
507
  max-width: calc(${V.labelMaxWidth} - 2 * (${V.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
@@ -552,25 +547,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
552
547
  top: ${V.verticalSpacing};
553
548
  }
554
549
 
555
- .ft-input-label--outlined .ft-input-label--text,
556
- .ft-input-label--outlined:before,
557
- .ft-input-label--outlined:after {
558
- border-top-width: 1px;
559
- border-top-style: solid;
560
- }
561
-
562
- .ft-input-label--outlined:before {
563
- border-left-width: 1px;
564
- border-left-style: solid;
565
- border-radius: ${V.borderRadius} 0 0 ${V.borderRadius};
566
- }
567
-
568
- .ft-input-label--outlined:after {
569
- border-right-width: 1px;
570
- border-right-style: solid;
571
- border-radius: 0 ${V.borderRadius} ${V.borderRadius} 0;
572
- }
573
-
574
550
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
575
551
  padding: 2px 4px;
576
552
  z-index: ${V.raisedZIndex};
@@ -578,10 +554,6 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:o.extend("--ftds-con
578
554
  border-radius: ${V.borderRadius};
579
555
  top: calc((${fe.lineHeight} / -2) + 2px);
580
556
  }
581
-
582
- .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
583
- border-top: none;
584
- }
585
557
  `;var Zd=function(t,e,r,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,r,n);else for(var l=t.length-1;l>=0;l--)(s=t[l])&&(a=(i<3?s(a):i>3?s(e,r,a):s(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a},Kt=class extends G{constructor(){super(...arguments),this.text="",this.raised=!1}get inputLabelClasses(){return{}}render(){return N`
586
558
  <div class="${Ne(this.inputLabelClasses)}">
587
559
  ${Te(this.text,()=>N`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-breadcrumbs",
3
- "version": "2.2.10",
3
+ "version": "2.2.12",
4
4
  "description": "search breadcrumbs component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "2.2.10",
22
+ "@fluid-topics/ft-wc-utils": "2.2.12",
23
23
  "lit": "3.3.3"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "2.2.10"
26
+ "@fluid-topics/ft-wc-test-utils": "2.2.12"
27
27
  },
28
- "gitHead": "6d512a5adc05ec93a10f0c7cafd20a6ebb5adfee"
28
+ "gitHead": "3f8686496b8ce4f3b095e6184e387a89c353c3b8"
29
29
  }