randmarcomps 1.583.0 → 1.584.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/dist/style.css CHANGED
@@ -1,9 +1,7 @@
1
1
  :root {
2
2
  --rm-font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
3
3
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
4
- }
5
4
 
6
- body {
7
5
  --randmar-red: hsl(0 59% 46%);
8
6
  --randmar-blue: hsl(222 68% 62%);
9
7
  --randmar-purple: hsl(269 21% 56%);
@@ -92,6 +90,7 @@ body {
92
90
  .partner-theme
93
91
  {
94
92
  --primary: var(--randmar-yellow);
93
+ --primary-foreground: var(--foreground);
95
94
  --sidebar: oklch(from var(--primary) 28% c h);
96
95
  --sidebar-border: oklch(from var(--primary) 38% c h);
97
96
  }
@@ -99,6 +98,9 @@ body {
99
98
  .shopify-theme
100
99
  {
101
100
  --primary: var(--randmar-green);
101
+ --primary-foreground: var(--foreground);
102
+ --sidebar: oklch(from var(--primary) 28% c h);
103
+ --sidebar-border: oklch(from var(--primary) 38% c h);
102
104
  }
103
105
 
104
106
  .manufacturer-theme
@@ -198,11 +200,11 @@ body {
198
200
  @keyframes pulse-glow {
199
201
  0%, 100% {
200
202
  transform: scale(1);
201
- box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
203
+ box-shadow: 0 0 0 0 hsl(from var(--primary) h s l / 0.38);
202
204
  }
203
205
  50% {
204
206
  transform: scale(1.05);
205
- box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
207
+ box-shadow: 0 0 0 10px hsl(from var(--primary) h s l / 0);
206
208
  }
207
209
  }
208
210
 
@@ -222,8 +224,8 @@ body {
222
224
  radial-gradient(720px circle at 80% 18%, hsl(from var(--primary) calc(h + 18) s calc(l + 10) / 0.38), transparent 60%),
223
225
  radial-gradient(940px circle at 32% 82%, hsl(from var(--primary) calc(h - 16) s l / 0.32), transparent 65%),
224
226
  radial-gradient(760px circle at 84% 78%, hsl(from var(--primary) h calc(s + 6) calc(l + 12) / 0.26), transparent 60%),
225
- linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.58));
226
- box-shadow: inset 0 0 160px rgba(0, 0, 0, 0.55);
227
+ linear-gradient(180deg, hsl(from var(--foreground) h s l / 0.26), hsl(from var(--foreground) h s l / 0.58));
228
+ box-shadow: inset 0 0 160px hsl(from var(--foreground) h s l / 0.55);
227
229
  }
228
230
 
229
231
  .randmar-assistant-overlay[data-state="closed"] {
@@ -274,7 +276,7 @@ body {
274
276
  content: "";
275
277
  position: absolute;
276
278
  inset: 0;
277
- background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.10), transparent 60%);
279
+ background: radial-gradient(circle at 50% 50%, hsl(from var(--background) h s l / 0.10), transparent 60%);
278
280
  mix-blend-mode: soft-light;
279
281
  opacity: 0.85;
280
282
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "randmarcomps",
3
3
  "private": false,
4
- "version": "1.583.0",
4
+ "version": "1.584.0",
5
5
  "description": "The UI library enabling speed and consistency in Randmar frontends.",
6
6
  "type": "module",
7
7
  "files": [