randmarcomps 1.583.0 → 1.585.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,15 +1,12 @@
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%);
10
8
  --randmar-green: hsl(77 45% 58%);
11
9
  --randmar-black: hsl(0 0% 17%);
12
- --randmar-yellow: hsl(45 95% 64%);
13
10
 
14
11
  --background: oklch(1 0 0);
15
12
  --foreground: oklch(0.145 0 0);
@@ -91,7 +88,8 @@ body {
91
88
 
92
89
  .partner-theme
93
90
  {
94
- --primary: var(--randmar-yellow);
91
+ --primary: var(--randmar-black);
92
+ --primary-foreground: oklch(0.985 0 0);
95
93
  --sidebar: oklch(from var(--primary) 28% c h);
96
94
  --sidebar-border: oklch(from var(--primary) 38% c h);
97
95
  }
@@ -99,12 +97,15 @@ body {
99
97
  .shopify-theme
100
98
  {
101
99
  --primary: var(--randmar-green);
100
+ --primary-foreground: var(--foreground);
101
+ --sidebar: oklch(from var(--primary) 28% c h);
102
+ --sidebar-border: oklch(from var(--primary) 38% c h);
102
103
  }
103
104
 
104
105
  .manufacturer-theme
105
106
  {
106
107
  --primary: var(--randmar-purple);
107
- --primary-foreground: var(--foreground);
108
+ --primary-foreground: oklch(0.985 0 0);
108
109
  --sidebar: oklch(from var(--primary) 28% c h);
109
110
  --sidebar-border: oklch(from var(--primary) 38% c h);
110
111
  }
@@ -165,7 +166,6 @@ body {
165
166
  --color-randmar-purple: var(--randmar-purple);
166
167
  --color-randmar-green: var(--randmar-green);
167
168
  --color-randmar-black: var(--randmar-black);
168
- --color-randmar-yellow: var(--randmar-yellow);
169
169
  }
170
170
 
171
171
  @layer base {
@@ -198,11 +198,11 @@ body {
198
198
  @keyframes pulse-glow {
199
199
  0%, 100% {
200
200
  transform: scale(1);
201
- box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
201
+ box-shadow: 0 0 0 0 hsl(from var(--primary) h s l / 0.38);
202
202
  }
203
203
  50% {
204
204
  transform: scale(1.05);
205
- box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
205
+ box-shadow: 0 0 0 10px hsl(from var(--primary) h s l / 0);
206
206
  }
207
207
  }
208
208
 
@@ -222,8 +222,8 @@ body {
222
222
  radial-gradient(720px circle at 80% 18%, hsl(from var(--primary) calc(h + 18) s calc(l + 10) / 0.38), transparent 60%),
223
223
  radial-gradient(940px circle at 32% 82%, hsl(from var(--primary) calc(h - 16) s l / 0.32), transparent 65%),
224
224
  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);
225
+ linear-gradient(180deg, hsl(from var(--foreground) h s l / 0.26), hsl(from var(--foreground) h s l / 0.58));
226
+ box-shadow: inset 0 0 160px hsl(from var(--foreground) h s l / 0.55);
227
227
  }
228
228
 
229
229
  .randmar-assistant-overlay[data-state="closed"] {
@@ -274,7 +274,7 @@ body {
274
274
  content: "";
275
275
  position: absolute;
276
276
  inset: 0;
277
- background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.10), transparent 60%);
277
+ background: radial-gradient(circle at 50% 50%, hsl(from var(--background) h s l / 0.10), transparent 60%);
278
278
  mix-blend-mode: soft-light;
279
279
  opacity: 0.85;
280
280
  }
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.585.0",
5
5
  "description": "The UI library enabling speed and consistency in Randmar frontends.",
6
6
  "type": "module",
7
7
  "files": [