@seeqdev/qomponents 0.0.140 → 0.0.141

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/styles.css CHANGED
@@ -100,6 +100,10 @@
100
100
  width: 1.25em;
101
101
  }
102
102
 
103
+ .fc-genai-agent-q:before {
104
+ content: "\e9bb" !important;
105
+ }
106
+
103
107
  .fc-vantage-lock::before {
104
108
  content: '\e9b9' !important;
105
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.140",
3
+ "version": "0.0.141",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.js",