randmarcomps 1.584.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/README.md CHANGED
@@ -138,7 +138,6 @@ The library includes these custom Randmar colors:
138
138
  - `randmar-purple`
139
139
  - `randmar-green`
140
140
  - `randmar-black`
141
- - `randmar-yellow`
142
141
 
143
142
  These are available when you import the CSS file.
144
143
 
package/dist/style.css CHANGED
@@ -7,7 +7,6 @@
7
7
  --randmar-purple: hsl(269 21% 56%);
8
8
  --randmar-green: hsl(77 45% 58%);
9
9
  --randmar-black: hsl(0 0% 17%);
10
- --randmar-yellow: hsl(45 95% 64%);
11
10
 
12
11
  --background: oklch(1 0 0);
13
12
  --foreground: oklch(0.145 0 0);
@@ -89,8 +88,8 @@
89
88
 
90
89
  .partner-theme
91
90
  {
92
- --primary: var(--randmar-yellow);
93
- --primary-foreground: var(--foreground);
91
+ --primary: var(--randmar-black);
92
+ --primary-foreground: oklch(0.985 0 0);
94
93
  --sidebar: oklch(from var(--primary) 28% c h);
95
94
  --sidebar-border: oklch(from var(--primary) 38% c h);
96
95
  }
@@ -106,7 +105,7 @@
106
105
  .manufacturer-theme
107
106
  {
108
107
  --primary: var(--randmar-purple);
109
- --primary-foreground: var(--foreground);
108
+ --primary-foreground: oklch(0.985 0 0);
110
109
  --sidebar: oklch(from var(--primary) 28% c h);
111
110
  --sidebar-border: oklch(from var(--primary) 38% c h);
112
111
  }
@@ -167,7 +166,6 @@
167
166
  --color-randmar-purple: var(--randmar-purple);
168
167
  --color-randmar-green: var(--randmar-green);
169
168
  --color-randmar-black: var(--randmar-black);
170
- --color-randmar-yellow: var(--randmar-yellow);
171
169
  }
172
170
 
173
171
  @layer base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "randmarcomps",
3
3
  "private": false,
4
- "version": "1.584.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": [