@wizishop/angular-components 14.4.33 → 14.4.34

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.
@@ -7686,9 +7686,50 @@ div.wac-field-input-search {
7686
7686
  }
7687
7687
  }
7688
7688
  }
7689
+ .wac-select-test {
7690
+ border-width: 0;
7691
+ background-color: transparent;
7692
+ position: relative;
7693
+ &:before {
7694
+ content: '';
7695
+ display: block;
7696
+ position: absolute;
7697
+ top: 50%;
7698
+ left: 0;
7699
+ width: 1px;
7700
+ height: 60%;
7701
+ transform: translateY(-50%);
7702
+ background-color: $input-border;
7703
+ }
7704
+ .wac-select-test__header {
7705
+ padding: 0 20px;
7706
+ &:focus {
7707
+ border: none;
7708
+ box-shadow: none;
7709
+ }
7710
+ &__selection {
7711
+ position: relative;
7712
+ &:before {
7713
+ content: "";
7714
+ display: block;
7715
+ position: absolute;
7716
+ top: 100%;
7717
+ margin-top: 2px;
7718
+ left: 0;
7719
+ width: 100%;
7720
+ height: 1px;
7721
+ border-bottom: 1px dashed $primary-button;
7722
+ }
7723
+ }
7724
+ }
7725
+ }
7726
+ .wac-select-test__header__chevron {
7727
+ display: none;
7728
+ }
7689
7729
  }
7690
7730
 
7691
7731
 
7732
+
7692
7733
  .wac {
7693
7734
  &-select {
7694
7735
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "14.4.33",
3
+ "version": "14.4.34",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",