@intellihr/blueberry 1.0.0-beta.93 → 1.0.0-beta.94

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.es.js CHANGED
@@ -5836,7 +5836,7 @@ var _c = Object.defineProperty, tf = Object.defineProperties, of = Object.getOwn
5836
5836
  };
5837
5837
  H.version = // @ts-expect-error This is auto-injected at build time.
5838
5838
  // @ts-expect-error This is auto-injected at build time.
5839
- "0.1.0-alpha.117";
5839
+ "0.1.0-alpha.118";
5840
5840
  H.dependencies = {};
5841
5841
  u([
5842
5842
  v()
@@ -10363,7 +10363,7 @@ var Z2 = Z`
10363
10363
  border: var(--mgo-border-transparent);
10364
10364
  }
10365
10365
 
10366
- .icon-button--ai::before {
10366
+ .icon-button--ai::after {
10367
10367
  content: '';
10368
10368
  position: absolute;
10369
10369
  inset: calc(var(--mgo-border-width) * -1);
@@ -10380,7 +10380,7 @@ var Z2 = Z`
10380
10380
  pointer-events: none;
10381
10381
  }
10382
10382
 
10383
- .icon-button--ai::after {
10383
+ .icon-button--ai::before {
10384
10384
  content: '';
10385
10385
  position: absolute;
10386
10386
  inset: 0;
@@ -10394,22 +10394,22 @@ var Z2 = Z`
10394
10394
 
10395
10395
  .icon-button--ai:hover:not(.icon-button--disabled):not(
10396
10396
  .icon-button--loading
10397
- )::after {
10397
+ )::before {
10398
10398
  opacity: var(--_mgo-iconbutton-ai-bg-hover);
10399
10399
  }
10400
10400
 
10401
10401
  .icon-button--ai:active:not(.icon-button--disabled):not(
10402
10402
  .icon-button--loading
10403
- )::after {
10403
+ )::before {
10404
10404
  opacity: var(--_mgo-iconbutton-ai-bg-active);
10405
10405
  }
10406
10406
 
10407
- .icon-button--ai.icon-button--disabled::before {
10407
+ .icon-button--ai.icon-button--disabled::after {
10408
10408
  background: var(--mgo-color-grey-20);
10409
10409
  padding: var(--mgo-border-width); /* border thickness */
10410
10410
  }
10411
10411
 
10412
- .icon-button--ai.icon-button--disabled::after {
10412
+ .icon-button--ai.icon-button--disabled::before {
10413
10413
  background: var(--_mgo-iconbutton-disabled-bg);
10414
10414
  }
10415
10415
 
@@ -10442,7 +10442,7 @@ var Z2 = Z`
10442
10442
 
10443
10443
  .icon-button__icon {
10444
10444
  pointer-events: none;
10445
- z-index: 1;
10445
+ position: relative;
10446
10446
  }
10447
10447
 
10448
10448
  /*
@@ -18476,7 +18476,7 @@ var od = Z`
18476
18476
  display: flex;
18477
18477
  align-items: center;
18478
18478
  pointer-events: none;
18479
- z-index: 1;
18479
+ position: relative;
18480
18480
  }
18481
18481
 
18482
18482
  .button--has-leading-icon .button__leading-icon {
@@ -18489,7 +18489,7 @@ var od = Z`
18489
18489
 
18490
18490
  .button__label {
18491
18491
  display: inline-block;
18492
- z-index: 1;
18492
+ position: relative;
18493
18493
  }
18494
18494
 
18495
18495
  /*
@@ -18684,7 +18684,7 @@ var od = Z`
18684
18684
  color: var(--_mgo-button-ai-icon);
18685
18685
  }
18686
18686
 
18687
- .button--ai::before {
18687
+ .button--ai::after {
18688
18688
  content: '';
18689
18689
  position: absolute;
18690
18690
  inset: calc(var(--mgo-border-width) * -1);
@@ -18701,7 +18701,7 @@ var od = Z`
18701
18701
  pointer-events: none;
18702
18702
  }
18703
18703
 
18704
- .button--ai::after {
18704
+ .button--ai::before {
18705
18705
  content: '';
18706
18706
  position: absolute;
18707
18707
  inset: 0;
@@ -18713,20 +18713,20 @@ var od = Z`
18713
18713
  pointer-events: none;
18714
18714
  }
18715
18715
 
18716
- .button--ai:hover:not(.button--disabled):not(.button--loading)::after {
18716
+ .button--ai:hover:not(.button--disabled):not(.button--loading)::before {
18717
18717
  opacity: var(--_mgo-button-ai-bg-hover);
18718
18718
  }
18719
18719
 
18720
- .button--ai:active:not(.button--disabled):not(.button--loading)::after {
18720
+ .button--ai:active:not(.button--disabled):not(.button--loading)::before {
18721
18721
  opacity: var(--_mgo-button-ai-bg-active);
18722
18722
  }
18723
18723
 
18724
- .button--ai.button--disabled::before {
18724
+ .button--ai.button--disabled::after {
18725
18725
  background: var(--mgo-color-grey-20);
18726
18726
  padding: var(--mgo-border-width); /* border thickness */
18727
18727
  }
18728
18728
 
18729
- .button--ai.button--disabled::after {
18729
+ .button--ai.button--disabled::before {
18730
18730
  background: var(--_mgo-button-disabled-bg);
18731
18731
  }
18732
18732