@wizishop/angular-components 14.4.33 → 14.4.35

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%;
@@ -8124,9 +8165,8 @@ div.wac-field-input-search {
8124
8165
  bottom: -3px;
8125
8166
  left: 0;
8126
8167
  width: 100%;
8127
- height: 1.5px;
8128
- background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23e95656' stroke-width='1' stroke-dasharray='3%2c 6' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
8129
- background-position: left top;
8168
+ height: 0;
8169
+ border-bottom: 1px dashed $wac-primary-button;
8130
8170
  }
8131
8171
  &:after {
8132
8172
  content: '';
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.35",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~14.0.6",
6
6
  "@angular/cdk": "^14.0.5",