@empathyco/x-components 8.10.0 → 8.11.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [8.11.0](https://github.com/empathyco/x/compare/@empathyco/x-components@8.10.0...@empathyco/x-components@8.11.0) (2026-08-04)
7
+
8
+ ### Features
9
+
10
+ * **ai-spinner-icon:** make spinner colors configurable using currentColor (#2150)
11
+
12
+
6
13
  ## [8.10.0](https://github.com/empathyco/x/compare/@empathyco/x-components@8.9.0...@empathyco/x-components@8.10.0) (2026-07-30)
7
14
 
8
15
  ### Features
@@ -14,7 +14,7 @@ const _hoisted_1 = {
14
14
 
15
15
  function _sfc_render(_ctx, _cache) {
16
16
  return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
17
- createStaticVNode("<g transform=\"translate(150, 150)\"><polygon points=\"0,-100 21.213,-21.213 100,0 21.213,21.213 0,100 -21.213,21.213 -100,0 -21.213,-21.213\" fill=\"#243d48\" stroke=\"#243d48\" stroke-width=\"10\" stroke-linejoin=\"round\"><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"scale\" values=\"0;1;1;0\" keyTimes=\"0;0.2;0.8;1\" calcMode=\"linear\" dur=\"2.5s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"rotate\" values=\"0;180;180;360\" keyTimes=\"0;0.2;0.8;1\" calcMode=\"linear\" dur=\"2.5s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform></polygon><ellipse id=\"e4kx3Cn5VZF3\" cx=\"70\" cy=\"-70\" rx=\"27.5\" ry=\"27.5\" fill=\"#5e7782\" stroke-width=\"0\"><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"scale\" values=\"0;1;1;0\" keyTimes=\"0;0.2;0.80;1\" dur=\"2.5s\" begin=\"0.1s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"translate\" values=\"-60,00;0,0;0,0;-60,-70\" keyTimes=\"0;0.2;0.80;1\" calcMode=\"linear\" dur=\"2.5s\" begin=\"0.1s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform></ellipse></g>", 1)
17
+ createStaticVNode("<g transform=\"translate(150, 150)\"><polygon points=\"0,-100 21.213,-21.213 100,0 21.213,21.213 0,100 -21.213,21.213 -100,0 -21.213,-21.213\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"10\" stroke-linejoin=\"round\"><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"scale\" values=\"0;1;1;0\" keyTimes=\"0;0.2;0.8;1\" calcMode=\"linear\" dur=\"2.5s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"rotate\" values=\"0;180;180;360\" keyTimes=\"0;0.2;0.8;1\" calcMode=\"linear\" dur=\"2.5s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform></polygon><ellipse id=\"e4kx3Cn5VZF3\" cx=\"70\" cy=\"-70\" rx=\"27.5\" ry=\"27.5\" fill=\"currentColor\" stroke-width=\"0\"><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"scale\" values=\"0;1;1;0\" keyTimes=\"0;0.2;0.80;1\" dur=\"2.5s\" begin=\"0.1s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform><animateTransform attributeName=\"transform\" attributeType=\"XML\" type=\"translate\" values=\"-60,00;0,0;0,0;-60,-70\" keyTimes=\"0;0.2;0.80;1\" calcMode=\"linear\" dur=\"2.5s\" begin=\"0.1s\" repeatCount=\"indefinite\" additive=\"sum\"></animateTransform></ellipse></g>", 1)
18
18
  ]))]))
19
19
  }
20
20
  var aiSpinnerIcon = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
@@ -1 +1 @@
1
- {"version":3,"file":"ai-spinner-icon.vue.js","sources":["../../../../src/components/icons/ai-spinner-icon.vue"],"sourcesContent":["<template>\n <svg\n id=\"e4kx3Cn5VZF1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n viewBox=\"0 0 300 300\"\n shape-rendering=\"geometricPrecision\"\n text-rendering=\"geometricPrecision\"\n >\n <g transform=\"translate(150, 150)\">\n <polygon\n points=\"0,-100 21.213,-21.213 100,0 21.213,21.213 0,100 -21.213,21.213 -100,0 -21.213,-21.213\"\n fill=\"#243d48\"\n stroke=\"#243d48\"\n stroke-width=\"10\"\n stroke-linejoin=\"round\"\n >\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"scale\"\n values=\"0;1;1;0\"\n keyTimes=\"0;0.2;0.8;1\"\n calcMode=\"linear\"\n dur=\"2.5s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"rotate\"\n values=\"0;180;180;360\"\n keyTimes=\"0;0.2;0.8;1\"\n calcMode=\"linear\"\n dur=\"2.5s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n </polygon>\n <ellipse\n id=\"e4kx3Cn5VZF3\"\n cx=\"70\"\n cy=\"-70\"\n rx=\"27.5\"\n ry=\"27.5\"\n fill=\"#5e7782\"\n stroke-width=\"0\"\n >\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"scale\"\n values=\"0;1;1;0\"\n keyTimes=\"0;0.2;0.80;1\"\n dur=\"2.5s\"\n begin=\"0.1s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"translate\"\n values=\"-60,00;0,0;0,0;-60,-70\"\n keyTimes=\"0;0.2;0.80;1\"\n calcMode=\"linear\"\n dur=\"2.5s\"\n begin=\"0.1s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n </ellipse>\n </g>\n </svg>\n</template>\n"],"names":["_openBlock","_createElementBlock"],"mappings":";;;;;;AAEI,EAAA,EAAE,EAAC,cAAc;AACjB,EAAA,KAAK,EAAC,4BAA4B;AAClC,EAAA,aAAW,EAAC,8BAA8B;AAC1C,EAAA,OAAO,EAAC,aAAa;AACrB,EAAA,iBAAe,EAAC,oBAAoB;AACpC,EAAA,gBAAc,EAAC;;;;AANjB,EAAA,QAAAA,SAAA,EAAA,EAAAC,kBAAA,CAyEM,OAzEN,UAyEM,EAAA,CAAA,IAAA,MAAA,CAAA,CAAA,CAAA,KAAA,MAAA,CAAA,CAAA,CAAA,GAAA;;;;;;;;"}
1
+ {"version":3,"file":"ai-spinner-icon.vue.js","sources":["../../../../src/components/icons/ai-spinner-icon.vue"],"sourcesContent":["<template>\n <svg\n id=\"e4kx3Cn5VZF1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n viewBox=\"0 0 300 300\"\n shape-rendering=\"geometricPrecision\"\n text-rendering=\"geometricPrecision\"\n >\n <g transform=\"translate(150, 150)\">\n <polygon\n points=\"0,-100 21.213,-21.213 100,0 21.213,21.213 0,100 -21.213,21.213 -100,0 -21.213,-21.213\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n stroke-width=\"10\"\n stroke-linejoin=\"round\"\n >\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"scale\"\n values=\"0;1;1;0\"\n keyTimes=\"0;0.2;0.8;1\"\n calcMode=\"linear\"\n dur=\"2.5s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"rotate\"\n values=\"0;180;180;360\"\n keyTimes=\"0;0.2;0.8;1\"\n calcMode=\"linear\"\n dur=\"2.5s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n </polygon>\n <ellipse\n id=\"e4kx3Cn5VZF3\"\n cx=\"70\"\n cy=\"-70\"\n rx=\"27.5\"\n ry=\"27.5\"\n fill=\"currentColor\"\n stroke-width=\"0\"\n >\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"scale\"\n values=\"0;1;1;0\"\n keyTimes=\"0;0.2;0.80;1\"\n dur=\"2.5s\"\n begin=\"0.1s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n <animateTransform\n attributeName=\"transform\"\n attributeType=\"XML\"\n type=\"translate\"\n values=\"-60,00;0,0;0,0;-60,-70\"\n keyTimes=\"0;0.2;0.80;1\"\n calcMode=\"linear\"\n dur=\"2.5s\"\n begin=\"0.1s\"\n repeatCount=\"indefinite\"\n additive=\"sum\"\n />\n </ellipse>\n </g>\n </svg>\n</template>\n"],"names":["_openBlock","_createElementBlock"],"mappings":";;;;;;AAEI,EAAA,EAAE,EAAC,cAAc;AACjB,EAAA,KAAK,EAAC,4BAA4B;AAClC,EAAA,aAAW,EAAC,8BAA8B;AAC1C,EAAA,OAAO,EAAC,aAAa;AACrB,EAAA,iBAAe,EAAC,oBAAoB;AACpC,EAAA,gBAAc,EAAC;;;;AANjB,EAAA,QAAAA,SAAA,EAAA,EAAAC,kBAAA,CAyEM,OAzEN,UAyEM,EAAA,CAAA,IAAA,MAAA,CAAA,CAAA,CAAA,KAAA,MAAA,CAAA,CAAA,CAAA,GAAA;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "8.10.0",
3
+ "version": "8.11.0",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -117,5 +117,5 @@
117
117
  "access": "public",
118
118
  "directory": "dist"
119
119
  },
120
- "gitHead": "a6d91f9aee1997e73c308b735dfc6b53a08bab2f"
120
+ "gitHead": "6e13696a3ce14a221408fbbcc72f475178a2fd29"
121
121
  }