mainstack-design-system 1.19.10 → 1.19.11

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.
@@ -6,16 +6,16 @@ import { useTimePickerContext as y } from "./mainstack-design-system615.js";
6
6
  import { S as R, a as C, b as O, c as j, d as z } from "./index-CLUgda6x.js";
7
7
  import { timeOptionBreakdown as D } from "./mainstack-design-system616.js";
8
8
  import { i as T } from "./isValid-Bos9yVeE.js";
9
- function x(i, m, l) {
10
- const t = P(i, l?.in);
11
- return t.setHours(m), t;
9
+ function x(i, l, m) {
10
+ const t = P(i, m?.in);
11
+ return t.setHours(l), t;
12
12
  }
13
- function B(i, m, l) {
14
- const t = P(i, l?.in);
15
- return t.setMinutes(m), t;
13
+ function B(i, l, m) {
14
+ const t = P(i, m?.in);
15
+ return t.setMinutes(l), t;
16
16
  }
17
17
  const E = A(
18
- ({ className: i, ...m }, l) => {
18
+ ({ className: i, ...l }, m) => {
19
19
  const {
20
20
  value: t,
21
21
  onValueChange: p,
@@ -50,8 +50,8 @@ const E = A(
50
50
  "mds:@container mds:grid mds:grid-cols-3 mds:justify-items-center mds:gap-16 mds:p-16 mds:pb-0 ",
51
51
  i
52
52
  ),
53
- ref: l,
54
- ...m,
53
+ ref: m,
54
+ ...l,
55
55
  children: Object.entries(D).map(([s, a]) => /* @__PURE__ */ M("div", { className: "mds:flex mds:flex-col mds:gap-16", children: [
56
56
  /* @__PURE__ */ d(
57
57
  "h6",
@@ -77,7 +77,7 @@ const E = A(
77
77
  "data-selected": o[s] === e,
78
78
  className: h(
79
79
  "mds:body-extrasmall-book",
80
- "mds:size-36 mds:basis-36 mds:shrink-0 mds:grow-0 mds:text-primary mds:rounded-full mds:cursor-pointer mds:hover:bg-interactive-secondary mds:data-[selected=true]:bg-interactive-primary mds:data-[selected=true]:text-neutral-50 mds:disabled:cursor-not-allowed mds:disabled:opacity-50"
80
+ "mds:size-36 mds:basis-36 mds:shrink-0 mds:grow-0 mds:text-primary mds:rounded-full mds:cursor-pointer mds:hover:bg-interactive-secondary mds:data-[selected=true]:bg-interactive-neutral mds:data-[selected=true]:text-neutral-50 mds:disabled:cursor-not-allowed mds:disabled:opacity-50"
81
81
  ),
82
82
  disabled: v || !k({
83
83
  timeRange: u,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "1.19.10",
3
+ "version": "1.19.11",
4
4
  "type": "module",
5
5
  "main": "./dist/mainstack-design-system.cjs",
6
6
  "module": "./dist/mainstack-design-system.js",