@1024pix/pix-ui 55.11.1 → 55.11.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.
@@ -7,4 +7,10 @@ export default class PixTag extends Component {
7
7
  if (color) classes.push(`pix-tag--${color}`);
8
8
  return classes.join(' ');
9
9
  }
10
+
11
+ <template>
12
+ <div class="pix-tag {{this.classes}}" ...attributes>
13
+ {{yield}}
14
+ </div>
15
+ </template>
10
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "55.11.1",
3
+ "version": "55.11.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"
@@ -69,6 +69,7 @@
69
69
  "ember-lifeline": "^7.0.0",
70
70
  "ember-modifier": "^4.2.0",
71
71
  "ember-popperjs": "^3.0.0",
72
+ "ember-template-imports": "^4.3.0",
72
73
  "ember-truth-helpers": "^4.0.0"
73
74
  },
74
75
  "devDependencies": {
@@ -109,7 +110,7 @@
109
110
  "ember-resolver": "^12.0.0",
110
111
  "ember-sinon": "^5.0.0",
111
112
  "ember-source": "^5.11.0",
112
- "ember-template-lint": "^7.0.1",
113
+ "ember-template-lint": "^7.0.2",
113
114
  "ember-template-lint-plugin-prettier": "^5.0.0",
114
115
  "ember-try": "^3.0.0",
115
116
  "eslint": "^9.21.0",
@@ -126,6 +127,7 @@
126
127
  "lodash": "^4.17.21",
127
128
  "npm-run-all2": "^7.0.0",
128
129
  "prettier": "^3.5.3",
130
+ "prettier-plugin-ember-template-tag": "^2.0.5",
129
131
  "qunit": "^2.23.1",
130
132
  "qunit-dom": "^3.4.0",
131
133
  "sass": "^1.83.1",
@@ -1,3 +0,0 @@
1
- <div class="pix-tag {{this.classes}}" ...attributes>
2
- {{yield}}
3
- </div>