@luminescent/ui 0.12.7 → 0.12.9

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.
@@ -124,12 +124,13 @@ const Blobs = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl(
124
124
  ], 1, "OL_0");
125
125
  }, "Blobs_component_246Oa50YM60"));
126
126
  const buttonColorClasses = {
127
+ red: "bg-red-700/90 border-red-600 hover:bg-red-600 active:bg-red-500 focus:border-red-500",
128
+ orange: "bg-orange-700/90 border-orange-600 hover:bg-orange-600 active:bg-orange-500 focus:border-orange-500",
129
+ yellow: "bg-yellow-700/90 border-yellow-600 hover:bg-yellow-600 active:bg-yellow-500 focus:border-yellow-500",
130
+ green: "bg-green-700/90 border-green-600 hover:bg-green-600 active:bg-green-500 focus:border-green-500",
127
131
  blue: "bg-blue-600/90 border-blue-500 hover:bg-blue-500 active:bg-blue-400 focus:border-blue-400",
128
132
  purple: "bg-purple-600/90 border-purple-500 hover:bg-purple-500 active:bg-purple-400 focus:border-purple-400",
129
133
  pink: "bg-pink-600/90 border-pink-500 hover:bg-pink-500 active:bg-pink-400 focus:border-pink-400",
130
- red: "bg-red-700/90 border-red-600 hover:bg-red-600 active:bg-red-500 focus:border-red-500",
131
- green: "bg-green-700/90 border-green-600 hover:bg-green-600 active:bg-green-500 focus:border-green-500",
132
- yellow: "bg-yellow-700/90 border-yellow-600 hover:bg-yellow-600 active:bg-yellow-500 focus:border-yellow-500",
133
134
  gray: "bg-gray-700/90 border-gray-600 hover:bg-gray-600 active:bg-gray-500 focus:border-gray-500",
134
135
  darkgray: "bg-gray-800/90 border-gray-700 hover:bg-gray-700 active:bg-gray-600 focus:border-gray-600",
135
136
  transparent: "bg-transparent border-transparent hover:bg-gray-600/50 active:bg-gray-600/60 focus:border-gray-600/60"
@@ -310,7 +311,7 @@ const Card = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((
310
311
  }, 3, "OW_2")
311
312
  ],
312
313
  class: {
313
- "relative flex gap-4 p-7 border rounded-lg motion-safe:transition-all": true,
314
+ "relative flex gap-3 sm:gap-4 p-5 sm:p-7 border rounded-lg motion-safe:transition-all": true,
314
315
  "flex-col": !props.row,
315
316
  [cardColorClasses[props.color ?? "darkgray"].card.bg]: !props.blobs,
316
317
  [cardColorClasses[props.color ?? "darkgray"].card.bg_blobs]: props.blobs,
@@ -1062,7 +1063,7 @@ const Header = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl
1062
1063
  let Component = /* @__PURE__ */ qwik._jsxC(jsxRuntime.Fragment, {
1063
1064
  children: /* @__PURE__ */ qwik._jsxQ("h2", {
1064
1065
  class: {
1065
- "flex gap-2 flex-1 items-center font-bold text-2xl whitespace-nowrap text-white": true,
1066
+ "flex gap-2 flex-1 items-center font-bold text-xl sm:text-2xl whitespace-nowrap text-white": true,
1066
1067
  ...props1.class
1067
1068
  }
1068
1069
  }, null, [
@@ -122,12 +122,13 @@ const Blobs = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =>
122
122
  ], 1, "OL_0");
123
123
  }, "Blobs_component_246Oa50YM60"));
124
124
  const buttonColorClasses = {
125
+ red: "bg-red-700/90 border-red-600 hover:bg-red-600 active:bg-red-500 focus:border-red-500",
126
+ orange: "bg-orange-700/90 border-orange-600 hover:bg-orange-600 active:bg-orange-500 focus:border-orange-500",
127
+ yellow: "bg-yellow-700/90 border-yellow-600 hover:bg-yellow-600 active:bg-yellow-500 focus:border-yellow-500",
128
+ green: "bg-green-700/90 border-green-600 hover:bg-green-600 active:bg-green-500 focus:border-green-500",
125
129
  blue: "bg-blue-600/90 border-blue-500 hover:bg-blue-500 active:bg-blue-400 focus:border-blue-400",
126
130
  purple: "bg-purple-600/90 border-purple-500 hover:bg-purple-500 active:bg-purple-400 focus:border-purple-400",
127
131
  pink: "bg-pink-600/90 border-pink-500 hover:bg-pink-500 active:bg-pink-400 focus:border-pink-400",
128
- red: "bg-red-700/90 border-red-600 hover:bg-red-600 active:bg-red-500 focus:border-red-500",
129
- green: "bg-green-700/90 border-green-600 hover:bg-green-600 active:bg-green-500 focus:border-green-500",
130
- yellow: "bg-yellow-700/90 border-yellow-600 hover:bg-yellow-600 active:bg-yellow-500 focus:border-yellow-500",
131
132
  gray: "bg-gray-700/90 border-gray-600 hover:bg-gray-600 active:bg-gray-500 focus:border-gray-500",
132
133
  darkgray: "bg-gray-800/90 border-gray-700 hover:bg-gray-700 active:bg-gray-600 focus:border-gray-600",
133
134
  transparent: "bg-transparent border-transparent hover:bg-gray-600/50 active:bg-gray-600/60 focus:border-gray-600/60"
@@ -308,7 +309,7 @@ const Card = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =>
308
309
  }, 3, "OW_2")
309
310
  ],
310
311
  class: {
311
- "relative flex gap-4 p-7 border rounded-lg motion-safe:transition-all": true,
312
+ "relative flex gap-3 sm:gap-4 p-5 sm:p-7 border rounded-lg motion-safe:transition-all": true,
312
313
  "flex-col": !props.row,
313
314
  [cardColorClasses[props.color ?? "darkgray"].card.bg]: !props.blobs,
314
315
  [cardColorClasses[props.color ?? "darkgray"].card.bg_blobs]: props.blobs,
@@ -1060,7 +1061,7 @@ const Header = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) =
1060
1061
  let Component = /* @__PURE__ */ _jsxC(Fragment, {
1061
1062
  children: /* @__PURE__ */ _jsxQ("h2", {
1062
1063
  class: {
1063
- "flex gap-2 flex-1 items-center font-bold text-2xl whitespace-nowrap text-white": true,
1064
+ "flex gap-2 flex-1 items-center font-bold text-xl sm:text-2xl whitespace-nowrap text-white": true,
1064
1065
  ...props1.class
1065
1066
  }
1066
1067
  }, null, [
@@ -1,11 +1,12 @@
1
1
  import type { PropsOf } from '@builder.io/qwik';
2
2
  export declare const buttonColorClasses: {
3
+ red: string;
4
+ orange: string;
5
+ yellow: string;
6
+ green: string;
3
7
  blue: string;
4
8
  purple: string;
5
9
  pink: string;
6
- red: string;
7
- green: string;
8
- yellow: string;
9
10
  gray: string;
10
11
  darkgray: string;
11
12
  transparent: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminescent/ui",
3
- "version": "0.12.7",
3
+ "version": "0.12.9",
4
4
  "description": "Luminescent UI library",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",