@amogads/ui 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/dist/theme.css +1 -1
  2. package/package.json +2 -7
package/dist/theme.css CHANGED
@@ -6,7 +6,7 @@
6
6
  --card-foreground: oklch(0.129 0.042 264.695);
7
7
  --popover: oklch(1 0 0);
8
8
  --popover-foreground: oklch(0.129 0.042 264.695);
9
- --primary: oklch(0.208 0.042 265.755);
9
+ --primary: oklch(0.55 0.28 285);
10
10
  --primary-foreground: oklch(0.984 0.003 247.858);
11
11
  --secondary: oklch(0.968 0.007 247.896);
12
12
  --secondary-foreground: oklch(0.208 0.042 265.755);
package/package.json CHANGED
@@ -1,9 +1,6 @@
1
1
  {
2
2
  "name": "@amogads/ui",
3
- "version": "1.0.1",
4
-
5
-
6
-
3
+ "version": "1.0.2",
7
4
  "description": "Central Design System for Amoga applications",
8
5
  "private": false,
9
6
  "main": "./dist/index.js",
@@ -28,7 +25,7 @@
28
25
  ],
29
26
  "publishConfig": {
30
27
  "access": "public",
31
- "registry":"https://registry.npmjs.org"
28
+ "registry": "https://registry.npmjs.org"
32
29
  },
33
30
  "scripts": {
34
31
  "dev": "next dev --turbo",
@@ -41,7 +38,6 @@
41
38
  "consumers:status": "node scripts/track-consumers.mjs",
42
39
  "consumers:upgrade": "node scripts/upgrade-consumers.mjs"
43
40
  },
44
-
45
41
  "peerDependencies": {
46
42
  "next": "^14.0.0 || ^15.0.0 || ^16.0.0",
47
43
  "react": "^18.0.0 || ^19.0.0",
@@ -56,7 +52,6 @@
56
52
  "optional": true
57
53
  }
58
54
  },
59
-
60
55
  "dependencies": {
61
56
  "@ai-sdk/anthropic": "^3.0.85",
62
57
  "@ai-sdk/google": "^3.0.83",