@docyrus/ui-pro-ai-assistant 0.2.0 → 0.2.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.
package/dist/styles.css CHANGED
@@ -4783,9 +4783,9 @@
4783
4783
  padding-block: calc(var(--spacing) * 3);
4784
4784
  }
4785
4785
  }
4786
- .group-\[\.is-user\]\:text-foreground {
4786
+ .group-\[\.is-user\]\:text-secondary-foreground {
4787
4787
  &:is(:where(.group):is(.is-user) *) {
4788
- color: var(--foreground);
4788
+ color: var(--secondary-foreground);
4789
4789
  }
4790
4790
  }
4791
4791
  .peer-disabled\:cursor-not-allowed {
@@ -5396,6 +5396,13 @@
5396
5396
  border-width: 1px;
5397
5397
  }
5398
5398
  }
5399
+ .after\:border-0 {
5400
+ &::after {
5401
+ content: var(--tw-content);
5402
+ border-style: var(--tw-border-style);
5403
+ border-width: 0px;
5404
+ }
5405
+ }
5399
5406
  .after\:border-border {
5400
5407
  &::after {
5401
5408
  content: var(--tw-content);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/ui-pro-ai-assistant",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Docyrus AI Assistant component — full-featured chat UI with canvas, projects, and i18n support.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -137,11 +137,11 @@
137
137
  "tailwindcss": "4.2.1",
138
138
  "tsup": "8.5.1",
139
139
  "typescript": "5.9.3",
140
- "@docyrus/ui-pro-shared": "0.0.2"
140
+ "@docyrus/ui-pro-shared": "0.0.3"
141
141
  },
142
142
  "peerDependencies": {
143
143
  "@docyrus/api-client": ">=0.1.0",
144
- "@docyrus/ui-pro-shared": ">=0.0.2",
144
+ "@docyrus/ui-pro-shared": ">=0.0.3",
145
145
  "react": "19.2.4",
146
146
  "react-dom": "19.2.4",
147
147
  "vite": ">=5.0.0"