@1024pix/pix-ui 55.29.1 → 55.29.2

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.
@@ -101,7 +101,9 @@
101
101
  color: var(--pix-neutral-900);
102
102
  }
103
103
 
104
- &--error {
104
+ // &#{&}--error is equal to => .pix-select-button.pix-select-button--error
105
+ // https://sass-lang.com/documentation/style-rules/declarations/#interpolation
106
+ &#{&}--error {
105
107
  @extend %pix-form-error-state;
106
108
  }
107
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "55.29.1",
3
+ "version": "55.29.2",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"