@ai12z/react 2.1.0 → 3.0.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.
Files changed (2) hide show
  1. package/dist/global.css +9 -0
  2. package/package.json +3 -3
package/dist/global.css CHANGED
@@ -49,6 +49,14 @@
49
49
  --ai12z-inlinesearchbar-border-color: rgba(156, 163, 175, 0.4);
50
50
 
51
51
  --ai12z-dialog-margin: 3rem 0 0 0;
52
+ --ai12z-search-panel-bg: #f3f4f6;
53
+ --ai12z-search-panel-icon-color: #fff;
54
+ --ai12z-search-panel-focus-color: rgb(59 130 246);
55
+ --ai12z-search-panel-input-border-color: gray;
56
+ --ai12z-search-panel-button-bgcolor: #007bff;
57
+
58
+ --ai12z-search-page-bgcolor: #f3f4f6;
59
+ --ai12z-search-page-button-bgcolor: #007bff;
52
60
 
53
61
  --ai12z-knowledge-box-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
54
62
  --ai12z-knowledge-box-font-size: 1rem;
@@ -89,6 +97,7 @@
89
97
  --ai12zBot-v2-user-bubble-font-color: #fff;
90
98
  --ai12zBot-v2-timestamp-font-color: #888;
91
99
  --ai12zBot-v2-timestamp-font-size: 12px;
100
+ --ai12zBot-v2-searchbar-background: linear-gradient(to right, #2095ae, oklch(0.85 0.09 202.36));
92
101
  --ai12zBot-v2-fab-button-background: linear-gradient(to right, #2095ae, oklch(0.64 0.11 202.5));
93
102
  --ai12zBot-v2-modal-backgroundImage: linear-gradient(
94
103
  248.35deg,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "2.1.0",
3
+ "version": "3.0.0",
4
4
  "description": "ai12z React Library",
5
5
  "author": "Alpesh Patel <alpesh@ai12z.com>",
6
6
  "homepage": "",
@@ -22,7 +22,7 @@
22
22
  "tsc": "tsc -p . --outDir ./dist"
23
23
  },
24
24
  "dependencies": {
25
- "ai12z": "^2.1.0"
25
+ "ai12z": "^3.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/react": "^18.2.55",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "0353d7d8717b9ba32e227c97a84127597abf14c7"
36
+ "gitHead": "68aa8828366104e5d652750999aaec66b480033e"
37
37
  }