@digitalservicebund/ris-ui 3.12.0 → 3.14.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.
@@ -1,17 +1,20 @@
1
- const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
1
+ import { t as e } from "../tags-Dde6Li6m.js";
2
+ const S = {
2
3
  root: ({ props: t, instance: l }) => {
3
- const r = e`relative inline-flex max-w-full cursor-pointer items-center justify-center gap-8 rounded-none text-center focus:outline-4 focus:outline-offset-4 focus:outline-blue-800 focus:not-focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 active:outline-none disabled:cursor-not-allowed disabled:outline-hidden`, o = t.severity ?? "primary", s = e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, a = e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, n = e`border-2 border-red-800 bg-white text-red-800 hover:bg-gray-200 focus:bg-gray-200 focus:outline-red-800 active:border-white active:bg-white disabled:border-red-500 disabled:text-red-500 disabled:hover:bg-white`, d = e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`, i = t.size ?? "normal";
4
- let b = e`ris-body2-bold h-40 py-4`, u = e`ris-body2-bold h-48 py-4`, c = e`ris-body1-bold h-64 py-4`;
5
- return l.hasIcon && !t.label ? (b = e`${b} w-40 px-4`, u = e`${u} w-48 px-4`, c = e`${c} w-64 px-4`) : (b = e`${b} px-16`, u = e`${u} px-16`, c = e`${c} px-24`), {
4
+ const r = e`relative inline-flex max-w-full cursor-pointer items-center justify-center gap-8 text-center focus:outline-4 focus:outline-offset-4 focus:outline-blue-800 focus:not-focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 active:outline-none disabled:cursor-not-allowed disabled:outline-hidden`, o = e`rounded-full`, s = t.severity ?? "primary", a = e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, n = e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, c = e`border-2 border-red-800 bg-white text-red-800 hover:bg-gray-200 focus:bg-gray-200 focus:outline-red-800 active:border-white active:bg-white disabled:border-red-500 disabled:text-red-500 disabled:hover:bg-white`, u = e`border border-blue-500 bg-white font-normal text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, h = e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`, b = t.size ?? "normal";
5
+ let i = e`ris-body2-bold h-40 py-4`, d = e`ris-body2-bold h-48 py-4`, g = e`ris-body1-bold h-64 py-4`;
6
+ return l.hasIcon && !t.label ? (i = e`${i} w-40 px-4`, d = e`${d} w-48 px-4`, g = e`${g} w-64 px-4`) : (i = e`${i} px-16`, d = e`${d} px-16`, g = e`${g} px-24`), {
6
7
  class: {
7
8
  [r]: !0,
8
- [b]: i === "small",
9
- [u]: i === "normal",
10
- [c]: i === "large",
11
- [s]: !t.text && o === "primary",
12
- [a]: !t.text && o === "secondary",
13
- [n]: !t.text && o === "danger",
14
- [d]: t.text && o === "primary"
9
+ [o]: t.rounded,
10
+ [i]: b === "small",
11
+ [d]: b === "normal",
12
+ [g]: b === "large",
13
+ [a]: !t.text && s === "primary",
14
+ [n]: !t.text && s === "secondary",
15
+ [c]: !t.text && s === "danger",
16
+ [u]: !t.text && s === "info",
17
+ [h]: t.text && s === "primary"
15
18
  }
16
19
  };
17
20
  },
@@ -35,7 +38,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
35
38
  }
36
39
  };
37
40
  }
38
- }, h = {
41
+ }, f = {
39
42
  root: ({ props: t }) => ({
40
43
  class: {
41
44
  [e`[&+label]:ris-label1-regular relative inline-block h-24 min-h-24 w-24 min-w-24 [&+label]:ml-8`]: !0,
@@ -51,7 +54,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
51
54
  icon: {
52
55
  class: e`h-12 w-12`
53
56
  }
54
- }, S = {
57
+ }, M = {
55
58
  // All styling implemented in primevue/dialog
56
59
  }, z = {
57
60
  root: () => ({
@@ -85,7 +88,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
85
88
  mask: {
86
89
  class: e`bg-black/40`
87
90
  }
88
- }, M = {
91
+ }, N = {
89
92
  basicContent: {
90
93
  // @ts-expect-error types appear to be wrong here
91
94
  class: e`flex flex-col items-center gap-10`
@@ -93,32 +96,25 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
93
96
  input: {
94
97
  class: e`hidden`
95
98
  }
96
- }, N = {
97
- root: {
98
- class: e`has-[input:read-only]:curser-not-allowed inline-flex items-center gap-4 border-2 border-blue-800 bg-white px-16 py-0 has-[:focus]:outline has-[:focus]:outline-4 has-[:focus]:-outline-offset-4 has-[:focus]:outline-blue-800 has-[:hover]:outline has-[:hover]:outline-4 has-[:hover]:-outline-offset-4 has-[:hover]:outline-blue-800 has-[[aria-invalid]]:border-red-800 has-[[aria-invalid]]:bg-red-200 has-[[aria-invalid]]:outline-red-800 has-[[data-size=large]]:px-24 has-[input:disabled]:border-blue-500 has-[input:disabled]:bg-white has-[input:disabled]:text-blue-500 has-[input:disabled]:outline-hidden has-[input:read-only]:border-blue-300 has-[input:read-only]:bg-blue-300`
99
- }
100
- }, A = {
99
+ }, D = {
101
100
  root: {
102
- class: e`m-0 p-0`
101
+ class: e`flex`
103
102
  }
104
- }, w = e`[&+small]:ris-label3-regular border-2 border-blue-800 bg-white placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 focus:outline focus:outline-4 focus:-outline-offset-4 focus:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden [&+small]:mt-4 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, x = e`ris-body2-regular h-48 px-16 py-4`, D = e`ris-body1-regular h-64 px-24 py-4`, L = e`ris-body2-regular h-[44px] p-0`, B = e`ris-body1-regular h-[60px] p-0`, I = {
105
- root: ({ props: t, parent: l }) => {
106
- const r = e`[&[type=password]]:w-full [&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px]`, o = l.instance.$name === "InputGroup", s = e`bg-transparent placeholder:text-gray-900 focus:outline-hidden`, a = e`w-full`;
103
+ }, y = e`[&+small]:ris-label3-regular border-2 border-blue-800 bg-white placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 focus:outline-4 focus:-outline-offset-4 focus:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden [&+small]:mt-4 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, k = e`ris-body2-regular h-48 px-16 py-4`, A = e`ris-body1-regular h-64 px-24 py-4`, L = {
104
+ root: ({ props: t }) => {
105
+ const l = e`[&[type=password]]:w-full [&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px]`, r = e`w-full`;
107
106
  return {
108
107
  class: {
109
- [w]: !o,
110
- [s]: o,
111
- [a]: !!t.fluid,
112
- [r]: !0,
113
- [x]: (!t.size || t.size === "small") && !o,
114
- [L]: (!t.size || t.size === "small") && o,
115
- [D]: t.size === "large" && !o,
116
- [B]: t.size === "large" && o
108
+ [y]: !0,
109
+ [r]: !!t.fluid,
110
+ [l]: !0,
111
+ [k]: !t.size || t.size === "small",
112
+ [A]: t.size === "large"
117
113
  },
118
114
  "data-size": t.size ?? "small"
119
115
  };
120
116
  }
121
- }, F = {
117
+ }, B = {
122
118
  root: {
123
119
  class: e`ris-body2-regular bg-white shadow`
124
120
  },
@@ -140,25 +136,25 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
140
136
  itemLink: {
141
137
  class: e`flex items-center gap-8`
142
138
  }
143
- }, T = {
139
+ }, F = {
144
140
  root: ({ props: t, instance: l }) => {
145
- const r = e`ris-body1-regular border-l-4 px-20 py-14`, o = t.severity ?? "info", s = e`border-l-green-800 bg-green-200`, a = e`border-l-blue-800 bg-blue-200`, n = e`border-l-yellow-800 bg-yellow-200`, d = e`border-l-red-800 bg-red-200`, i = !!l.$slots.icon, u = {
141
+ const r = e`ris-body1-regular border-l-4 px-20 py-14`, o = t.severity ?? "info", s = e`border-l-green-800 bg-green-200`, a = e`border-l-blue-800 bg-blue-200`, n = e`border-l-yellow-800 bg-yellow-200`, c = e`border-l-red-800 bg-red-200`, u = !!l.$slots.icon, b = {
146
142
  success: "var(--ris-icon-success)",
147
143
  info: "var(--ris-icon-info)",
148
144
  warn: "var(--ris-icon-warn)",
149
145
  error: "var(--ris-icon-error)"
150
- }[o], c = e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;
146
+ }[o], i = e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;
151
147
  return {
152
148
  class: {
153
149
  [r]: !0,
154
150
  [s]: o === "success",
155
151
  [a]: o === "info",
156
152
  [n]: o === "warn",
157
- [d]: o === "error",
158
- [c]: !i
153
+ [c]: o === "error",
154
+ [i]: !u
159
155
  },
160
156
  style: {
161
- backgroundImage: i ? void 0 : u
157
+ backgroundImage: u ? void 0 : b
162
158
  }
163
159
  };
164
160
  },
@@ -180,16 +176,16 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
180
176
  }
181
177
  };
182
178
  }
183
- }, C = {
179
+ }, T = {
184
180
  // All styling moved to inputText.ts
185
- }, E = {
181
+ }, C = {
186
182
  root: {
187
183
  class: e`mx-auto inline-block h-28 w-28 animate-spin`
188
184
  },
189
185
  circle: {
190
186
  class: e`fill-transparent stroke-current stroke-[4px] text-blue-800 [stroke-dasharray:200] [stroke-dashoffset:100]`
191
187
  }
192
- }, j = {
188
+ }, I = {
193
189
  root: {
194
190
  class: e`[&+label]:ris-label1-regular relative inline-block h-32 w-32 [&+label]:ml-8`
195
191
  },
@@ -202,14 +198,14 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
202
198
  icon: {
203
199
  class: e`h-16 w-16 rounded-full bg-current`
204
200
  }
205
- }, g = e`w-full`, R = {
201
+ }, v = e`w-full`, E = {
206
202
  root: ({ props: t }) => {
207
203
  const l = e`flex border-2 border-blue-800 bg-white placeholder:text-gray-800 focus-within:outline-4 focus-within:-outline-offset-4 focus-within:outline-blue-800 hover:outline hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden`, r = e`ris-body2-regular h-48 py-4 pr-4 pl-16`, o = e`aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden`;
208
204
  return {
209
205
  class: {
210
206
  [l]: !0,
211
207
  [r]: !0,
212
- [g]: !!t.fluid,
208
+ [v]: !!t.fluid,
213
209
  [o]: t.invalid
214
210
  },
215
211
  "aria-invalid": t.invalid ? "true" : null
@@ -219,7 +215,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
219
215
  root: ({ props: t }) => ({
220
216
  class: {
221
217
  [e`focus-visible:outline-hidden`]: !0,
222
- [g]: !!t.fluid
218
+ [v]: !!t.fluid
223
219
  }
224
220
  })
225
221
  },
@@ -233,7 +229,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
233
229
  overlay: {
234
230
  class: e`mt-12 w-full overflow-auto bg-white px-8 py-12 shadow-md`
235
231
  }
236
- }, V = {
232
+ }, j = {
237
233
  root: ({ props: t }) => {
238
234
  const l = e`ris-body1-regular [&+small]:ris-label3-regular min-h-56 border-2 border-blue-800 bg-white px-14 pt-8 pb-12 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 focus:outline focus:outline-4 focus:-outline-offset-4 focus:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden [&+small]:mt-2 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, r = e`w-full`;
239
235
  return {
@@ -243,7 +239,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
243
239
  }
244
240
  };
245
241
  }
246
- }, _ = {
242
+ }, R = {
247
243
  root: {
248
244
  class: e`max-w-lg`
249
245
  },
@@ -298,18 +294,18 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
298
294
  closeIcon: {
299
295
  class: e`text-black`
300
296
  }
301
- }, P = {
297
+ }, V = {
302
298
  root: ({ props: t, state: l }) => {
303
- const r = e`ris-body2-regular [&+small]:ris-label3-regular relative inline-flex h-48 items-center justify-between border-2 bg-white py-4 pr-12 pl-16 [&+small]:mt-2 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, o = e`cursor-pointer border-blue-800`, s = e`has-[:focus]:outline-4 has-[:focus]:-outline-offset-4 has-[:focus]:outline-blue-800`, a = e`hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800`, n = e`cursor-not-allowed border-blue-500 text-blue-500 disabled:outline-hidden`, d = e`border-red-800 bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-hidden aria-[invalid]:disabled:outline-hidden`, i = e`w-full`;
299
+ const r = e`ris-body2-regular [&+small]:ris-label3-regular relative inline-flex h-48 items-center justify-between border-2 bg-white py-4 pr-12 pl-16 [&+small]:mt-2 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, o = e`cursor-pointer border-blue-800`, s = e`has-[:focus]:outline-4 has-[:focus]:-outline-offset-4 has-[:focus]:outline-blue-800`, a = e`hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800`, n = e`cursor-not-allowed border-blue-500 text-blue-500 disabled:outline-hidden`, c = e`border-red-800 bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-hidden aria-[invalid]:disabled:outline-hidden`, u = e`w-full`;
304
300
  return {
305
301
  class: {
306
302
  [r]: !0,
307
303
  [o]: !t.disabled,
308
304
  [s]: l.focused && !t.disabled,
309
305
  [a]: !t.disabled,
310
- [i]: !!t.fluid,
306
+ [u]: !!t.fluid,
311
307
  [n]: t.disabled,
312
- [d]: t.invalid
308
+ [c]: t.invalid
313
309
  },
314
310
  "aria-invalid": t.invalid ? "true" : null
315
311
  };
@@ -335,17 +331,17 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
335
331
  }
336
332
  };
337
333
  }
338
- }, G = {
334
+ }, _ = {
339
335
  pcInputText: {
340
336
  root: ({ props: t }) => ({
341
337
  class: {
342
- [w]: !0,
343
- [x]: !0,
338
+ [y]: !0,
339
+ [k]: !0,
344
340
  "w-full": !!t.fluid
345
341
  }
346
342
  })
347
343
  }
348
- }, Z = {
344
+ }, P = {
349
345
  list: {
350
346
  class: e`m-0 flex list-none flex-wrap items-center p-0 leading-none`
351
347
  },
@@ -358,17 +354,17 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
358
354
  separator: {
359
355
  class: e`mx-6 flex items-center text-gray-600`
360
356
  }
361
- }, f = e`cursor-pointer`, p = e`ris-label1-bold border-l-blue-800 bg-blue-200 text-black hover:bg-blue-300 focus-visible:bg-blue-300`, v = e`ris-label1-regular hover:bg-blue-200 focus-visible:bg-blue-200`, m = e`focus-visible:outline-none`, J = {
357
+ }, p = e`cursor-pointer`, m = e`ris-label1-bold border-l-blue-800 bg-blue-200 text-black hover:bg-blue-300 focus-visible:bg-blue-300`, w = e`ris-label1-regular hover:bg-blue-200 focus-visible:bg-blue-200`, x = e`focus-visible:outline-none`, Z = {
362
358
  root: {
363
359
  class: e`text-blue-800`
364
360
  },
365
361
  header: ({ context: t }) => ({
366
362
  class: {
367
363
  [e`group flex h-64 items-center border-l-4 border-transparent py-8 pr-20 pl-10`]: !0,
368
- [m]: !0,
369
- [f]: !0,
370
- [p]: t.active,
371
- [v]: !t.active
364
+ [x]: !0,
365
+ [p]: !0,
366
+ [m]: t.active,
367
+ [w]: !t.active
372
368
  }
373
369
  }),
374
370
  content: {
@@ -387,14 +383,14 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
387
383
  [l]: !0,
388
384
  [r]: t.active && t.focused,
389
385
  [o]: !t.active && t.focused,
390
- [m]: !0,
391
- [f]: !0,
392
- [p]: t.active,
393
- [v]: !t.active
386
+ [x]: !0,
387
+ [p]: !0,
388
+ [m]: t.active,
389
+ [w]: !t.active
394
390
  }
395
391
  };
396
392
  }
397
- }, H = {
393
+ }, J = {
398
394
  node: {
399
395
  class: e`mb-24 last:mb-0 focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 [&>ul:first-of-type]:border-l-0`
400
396
  },
@@ -439,7 +435,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
439
435
  }
440
436
  };
441
437
  }
442
- }, K = {
438
+ }, H = {
443
439
  root: ({ props: t }) => ({
444
440
  class: {
445
441
  [e`flex flex-nowrap rounded-none border-0 bg-transparent`]: !0,
@@ -460,7 +456,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
460
456
  [e`h-[3px] w-11/12 cursor-row-resize`]: t.layout === "vertical"
461
457
  }
462
458
  })
463
- }, $ = {
459
+ }, K = {
464
460
  root: {
465
461
  class: e`relative`
466
462
  },
@@ -494,13 +490,13 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
494
490
  class: e`ris-body1-regular h-56 px-16 py-12`
495
491
  },
496
492
  pcHeaderCheckbox: {
497
- ...h,
493
+ ...f,
498
494
  root: {
499
495
  class: e`relative block h-24 w-24`
500
496
  }
501
497
  },
502
498
  pcRowCheckbox: {
503
- ...h,
499
+ ...f,
504
500
  root: {
505
501
  class: e`relative block h-24 w-24`
506
502
  }
@@ -515,7 +511,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
515
511
  emptyMessageCell: {
516
512
  class: e`py-96 text-center text-gray-900`
517
513
  }
518
- }, O = {
514
+ }, G = {
519
515
  root: ({ context: t }) => {
520
516
  const l = e`ris-body2-bold h-64 border-b-4 border-b-transparent py-4 pr-24 pl-20 outline-0 -outline-offset-4 outline-blue-800 focus-visible:outline-4`, r = e`z-10 bg-[var(--p-tabs-tab-active-background)] text-black shadow-[-1px_-1px_0_0_var(--p-tabs-tab-border-color),1px_-1px_0_0_var(--p-tabs-tab-border-color)]`, o = e`cursor-pointer text-blue-800 hover:border-b-blue-800`;
521
517
  return {
@@ -526,15 +522,15 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
526
522
  }
527
523
  };
528
524
  }
529
- }, W = {
525
+ }, O = {
530
526
  root: {
531
527
  class: e`min-h-96 bg-[var(--p-tabs-tabpanel-background)] py-24 outline-blue-800 focus-visible:outline-solid`
532
528
  }
533
- }, U = {
529
+ }, W = {
534
530
  tabList: {
535
531
  class: e`relative flex before:absolute before:bottom-0 before:left-[50%] before:h-px before:w-[var(--tab-list-separator-width,100%)] before:-translate-x-1/2 before:bg-[var(--p-tabs-tablist-border-color)]`
536
532
  }
537
- }, Y = {
533
+ }, $ = {
538
534
  arrow: ({ context: t }) => {
539
535
  const l = e`absolute h-0 w-0 border-[7px] border-solid`, r = e`-mr-[7px] border-b-0 border-t-gray-900 border-r-transparent border-l-transparent`, o = e`-mt-[7px] border-l-0 border-t-transparent border-r-gray-900 border-b-transparent`, s = e`-ml-[7px] border-t-0 border-r-transparent border-b-gray-900 border-l-transparent`, a = e`-mt-[7px] border-r-0 border-t-transparent border-b-transparent border-l-gray-900`, n = !t.top && !t.right && !t.bottom && !t.left;
540
536
  return {
@@ -553,7 +549,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
553
549
  root: {
554
550
  class: e`absolute`
555
551
  }
556
- }, q = {
552
+ }, U = {
557
553
  startsWith: "Beginnt mit",
558
554
  contains: "Enthält",
559
555
  notContains: "Enthält nicht",
@@ -707,41 +703,40 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
707
703
  rotateLeft: "Links drehen",
708
704
  listLabel: "Optionsliste"
709
705
  }
710
- }, Q = {
711
- button: k,
712
- checkbox: h,
713
- confirmDialog: S,
706
+ }, q = {
707
+ button: S,
708
+ checkbox: f,
709
+ confirmDialog: M,
714
710
  dialog: z,
715
- fileUpload: M,
716
- inputGroup: N,
717
- inputGroupAddon: A,
718
- inputText: I,
719
- menu: F,
720
- message: T,
721
- password: C,
722
- progressSpinner: E,
723
- radioButton: j,
724
- textarea: V,
725
- toast: _,
726
- autocomplete: R,
727
- select: P,
728
- inputMask: G,
729
- breadcrumb: Z,
730
- tree: H,
731
- panelmenu: J,
732
- splitter: K,
733
- dataTable: $,
734
- tab: O,
735
- tabPanel: W,
736
- tabList: U,
711
+ fileUpload: N,
712
+ inputGroup: D,
713
+ inputText: L,
714
+ menu: B,
715
+ message: F,
716
+ password: T,
717
+ progressSpinner: C,
718
+ radioButton: I,
719
+ textarea: j,
720
+ toast: R,
721
+ autocomplete: E,
722
+ select: V,
723
+ inputMask: _,
724
+ breadcrumb: P,
725
+ tree: J,
726
+ panelmenu: Z,
727
+ splitter: H,
728
+ dataTable: K,
729
+ tab: G,
730
+ tabPanel: O,
731
+ tabList: W,
737
732
  directives: {
738
- tooltip: Y
733
+ tooltip: $
739
734
  }
740
- }, X = {
741
- deDE: q
735
+ }, Q = {
736
+ deDE: U
742
737
  };
743
738
  export {
744
- X as RisUiLocale,
745
- Q as RisUiTheme
739
+ Q as RisUiLocale,
740
+ q as RisUiTheme
746
741
  };
747
742
  //# sourceMappingURL=index.js.map