@ai12z/react 2.0.14 → 2.0.15

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 +1 -0
  2. package/package.json +3 -3
package/dist/global.css CHANGED
@@ -1,5 +1,6 @@
1
1
  /* src/global/global.css */
2
2
  :root {
3
+ --ai12z-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3
4
  --ai12z-primary-color: rgb(165 180 252);
4
5
  --ai12z-secondary-color: #64748b;
5
6
  --ai12z-font-size: 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai12z/react",
3
- "version": "2.0.14",
3
+ "version": "2.0.15",
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.0.14"
25
+ "ai12z": "^2.0.15"
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": "5e86403774555f50b26be224cce1ab42928419b9"
36
+ "gitHead": "2b4787e58a1391c61d501dab4a6b0eb365986f2e"
37
37
  }