hr-design-system-handlebars 1.58.1 → 1.58.2
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.58.2 (Fri Feb 16 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- bugfix button story [#848](https://github.com/mumprod/hr-design-system-handlebars/pull/848) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.58.1 (Fri Feb 16 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3235,7 +3235,7 @@ article.indexText ul {
|
|
|
3235
3235
|
border-bottom-color: var(--color-secondary-ds);
|
|
3236
3236
|
}
|
|
3237
3237
|
.counter-reset {
|
|
3238
|
-
counter-reset:
|
|
3238
|
+
counter-reset: cnt1708094244233;
|
|
3239
3239
|
}
|
|
3240
3240
|
.hyphens-auto {
|
|
3241
3241
|
-webkit-hyphens: auto;
|
|
@@ -3558,7 +3558,7 @@ article.indexText ul {
|
|
|
3558
3558
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
3559
3559
|
}
|
|
3560
3560
|
.-ordered {
|
|
3561
|
-
counter-increment:
|
|
3561
|
+
counter-increment: cnt1708094244233 1;
|
|
3562
3562
|
}
|
|
3563
3563
|
.-ordered::before {
|
|
3564
3564
|
position: absolute;
|
|
@@ -3574,7 +3574,7 @@ article.indexText ul {
|
|
|
3574
3574
|
letter-spacing: .0125em;
|
|
3575
3575
|
--tw-text-opacity: 1;
|
|
3576
3576
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
3577
|
-
content: counter(
|
|
3577
|
+
content: counter(cnt1708094244233);
|
|
3578
3578
|
}
|
|
3579
3579
|
/*! ****************************/
|
|
3580
3580
|
/*! DataPolicy stuff */
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "1.58.
|
|
9
|
+
"version": "1.58.2",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -225,7 +225,6 @@ export default {
|
|
|
225
225
|
|
|
226
226
|
'_icon': {
|
|
227
227
|
description: 'Der Name des Icons in der Iconmap',
|
|
228
|
-
control: 'text',
|
|
229
228
|
options: ['ortsmarke', 'taglabel', 'settings', 'arrow-left', 'arrow-right'],
|
|
230
229
|
control: {
|
|
231
230
|
type: 'select',
|
|
@@ -265,7 +264,6 @@ export const Spielplatz = {
|
|
|
265
264
|
_size: 'md',
|
|
266
265
|
_label: 'Button',
|
|
267
266
|
},
|
|
268
|
-
|
|
269
267
|
}
|
|
270
268
|
|
|
271
269
|
export const ButtonLg = {
|
|
@@ -274,14 +272,14 @@ export const ButtonLg = {
|
|
|
274
272
|
|
|
275
273
|
argTypes: {
|
|
276
274
|
_size: {
|
|
277
|
-
control: false
|
|
275
|
+
control: false,
|
|
278
276
|
},
|
|
279
277
|
|
|
280
278
|
_variant: {
|
|
281
|
-
control: false
|
|
279
|
+
control: false,
|
|
282
280
|
},
|
|
283
281
|
_label: {
|
|
284
|
-
control: false
|
|
282
|
+
control: false,
|
|
285
283
|
},
|
|
286
284
|
},
|
|
287
285
|
|
|
@@ -297,11 +295,11 @@ export const ButtonMd = {
|
|
|
297
295
|
|
|
298
296
|
argTypes: {
|
|
299
297
|
_size: {
|
|
300
|
-
control: false
|
|
298
|
+
control: false,
|
|
301
299
|
},
|
|
302
300
|
|
|
303
301
|
_variant: {
|
|
304
|
-
control: false
|
|
302
|
+
control: false,
|
|
305
303
|
},
|
|
306
304
|
},
|
|
307
305
|
|
|
@@ -317,11 +315,11 @@ export const ButtonSm = {
|
|
|
317
315
|
|
|
318
316
|
argTypes: {
|
|
319
317
|
_size: {
|
|
320
|
-
control: false
|
|
318
|
+
control: false,
|
|
321
319
|
},
|
|
322
320
|
|
|
323
321
|
_variant: {
|
|
324
|
-
control: false
|
|
322
|
+
control: false,
|
|
325
323
|
},
|
|
326
324
|
},
|
|
327
325
|
|
|
@@ -337,11 +335,11 @@ export const ButtonPrimary = {
|
|
|
337
335
|
|
|
338
336
|
argTypes: {
|
|
339
337
|
_size: {
|
|
340
|
-
control: false
|
|
338
|
+
control: false,
|
|
341
339
|
},
|
|
342
340
|
|
|
343
341
|
_variant: {
|
|
344
|
-
control: false
|
|
342
|
+
control: false,
|
|
345
343
|
},
|
|
346
344
|
},
|
|
347
345
|
|
|
@@ -357,11 +355,11 @@ export const ButtonSecondary = {
|
|
|
357
355
|
|
|
358
356
|
argTypes: {
|
|
359
357
|
_size: {
|
|
360
|
-
control: false
|
|
358
|
+
control: false,
|
|
361
359
|
},
|
|
362
360
|
|
|
363
361
|
_variant: {
|
|
364
|
-
control: false
|
|
362
|
+
control: false,
|
|
365
363
|
},
|
|
366
364
|
},
|
|
367
365
|
|
|
@@ -378,11 +376,11 @@ export const ButtonTertiary = {
|
|
|
378
376
|
|
|
379
377
|
argTypes: {
|
|
380
378
|
_size: {
|
|
381
|
-
control: false
|
|
379
|
+
control: false,
|
|
382
380
|
},
|
|
383
381
|
|
|
384
382
|
_variant: {
|
|
385
|
-
control: false
|
|
383
|
+
control: false,
|
|
386
384
|
},
|
|
387
385
|
},
|
|
388
386
|
|
|
@@ -399,11 +397,11 @@ export const ButtonPrimaryDisabled = {
|
|
|
399
397
|
|
|
400
398
|
argTypes: {
|
|
401
399
|
_size: {
|
|
402
|
-
control: false
|
|
400
|
+
control: false,
|
|
403
401
|
},
|
|
404
402
|
|
|
405
403
|
_variant: {
|
|
406
|
-
control: false
|
|
404
|
+
control: false,
|
|
407
405
|
},
|
|
408
406
|
},
|
|
409
407
|
|
|
@@ -420,11 +418,11 @@ export const ButtonSecondaryDisabled = {
|
|
|
420
418
|
|
|
421
419
|
argTypes: {
|
|
422
420
|
_size: {
|
|
423
|
-
control: false
|
|
421
|
+
control: false,
|
|
424
422
|
},
|
|
425
423
|
|
|
426
424
|
_variant: {
|
|
427
|
-
control: false
|
|
425
|
+
control: false,
|
|
428
426
|
},
|
|
429
427
|
},
|
|
430
428
|
|
|
@@ -442,11 +440,11 @@ export const ButtonTertiaryDisabled = {
|
|
|
442
440
|
|
|
443
441
|
argTypes: {
|
|
444
442
|
_size: {
|
|
445
|
-
control: false
|
|
443
|
+
control: false,
|
|
446
444
|
},
|
|
447
445
|
|
|
448
446
|
_variant: {
|
|
449
|
-
control: false
|
|
447
|
+
control: false,
|
|
450
448
|
},
|
|
451
449
|
},
|
|
452
450
|
|
|
@@ -461,7 +459,17 @@ export const ButtonTertiaryDisabled = {
|
|
|
461
459
|
export const ButtonIconRechts = {
|
|
462
460
|
render: buttonWithLabelAndIconRightTemplate.bind({}),
|
|
463
461
|
name: 'Button - Icon rechts',
|
|
464
|
-
|
|
462
|
+
|
|
463
|
+
argTypes: {
|
|
464
|
+
_size: {
|
|
465
|
+
control: false,
|
|
466
|
+
},
|
|
467
|
+
|
|
468
|
+
_variant: {
|
|
469
|
+
control: false,
|
|
470
|
+
},
|
|
471
|
+
},
|
|
472
|
+
|
|
465
473
|
args: {
|
|
466
474
|
_size: 'lg',
|
|
467
475
|
_label: 'Icon rechts',
|
|
@@ -474,6 +482,16 @@ export const ButtonIconLinks = {
|
|
|
474
482
|
render: buttonWithLabelAndIconLeftTemplate.bind({}),
|
|
475
483
|
name: 'Button - Icon links',
|
|
476
484
|
|
|
485
|
+
argTypes: {
|
|
486
|
+
_size: {
|
|
487
|
+
control: false,
|
|
488
|
+
},
|
|
489
|
+
|
|
490
|
+
_variant: {
|
|
491
|
+
control: false,
|
|
492
|
+
},
|
|
493
|
+
},
|
|
494
|
+
|
|
477
495
|
args: {
|
|
478
496
|
_size: 'lg',
|
|
479
497
|
_label: 'Icon links',
|
|
@@ -556,4 +574,4 @@ export const ButtonTertiaryAufFarbigemHintergrund = {
|
|
|
556
574
|
_variant: 'tertiary',
|
|
557
575
|
_onBackground: true,
|
|
558
576
|
},
|
|
559
|
-
}
|
|
577
|
+
}
|