@petrarca/sonnet-ui 0.3.0 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petrarca/sonnet-ui",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "UI primitives, data components, and table schema system for the Petrarca Sonnet component library",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -46,7 +46,7 @@
46
46
  "radix-ui": "^1.4.3",
47
47
  "react-json-tree": "0.20.0",
48
48
  "zustand": "5.0.8",
49
- "@petrarca/sonnet-core": "0.3.0"
49
+ "@petrarca/sonnet-core": "0.4.0"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@codemirror/lang-json": ">=6",
package/styles.css CHANGED
@@ -27,11 +27,11 @@
27
27
  --popover-foreground: 222.2 84% 4.9%;
28
28
 
29
29
  /* Brand / action */
30
- --primary: 220 35% 46%;
30
+ --primary: 220 65% 50%;
31
31
  --primary-foreground: 210 40% 98%;
32
32
  --secondary: 210 40% 96.1%;
33
33
  --secondary-foreground: 222.2 47.4% 11.2%;
34
- --destructive: 0 30% 48%;
34
+ --destructive: 0 60% 52%;
35
35
  --destructive-foreground: 210 40% 98%;
36
36
 
37
37
  /* Neutral surfaces */
@@ -55,7 +55,7 @@
55
55
  --state-selected: 213 94% 95%;
56
56
 
57
57
  /* Focus */
58
- --ring: 220 35% 46%;
58
+ --ring: 220 65% 50%;
59
59
 
60
60
  /* Layout */
61
61
  --radius: 0.5rem;
@@ -73,11 +73,11 @@
73
73
  --popover-foreground: 210 40% 98%;
74
74
 
75
75
  /* Brand / action */
76
- --primary: 218 35% 51%;
76
+ --primary: 218 65% 58%;
77
77
  --primary-foreground: 222.2 47.4% 11.2%;
78
78
  --secondary: 217.2 32.6% 17.5%;
79
79
  --secondary-foreground: 210 40% 98%;
80
- --destructive: 0 22% 41%;
80
+ --destructive: 0 50% 45%;
81
81
  --destructive-foreground: 210 40% 98%;
82
82
 
83
83
  /* Neutral surfaces */
@@ -101,7 +101,7 @@
101
101
  --state-selected: 215 50% 18%;
102
102
 
103
103
  /* Focus */
104
- --ring: 218 35% 51%;
104
+ --ring: 218 65% 58%;
105
105
  }
106
106
  }
107
107