duck-dev-lib 0.0.43 → 0.0.45

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.
@@ -3,6 +3,7 @@ var tabs = {
3
3
  accordion: "Accordion",
4
4
  buttons: "Buttons",
5
5
  loaders: "Loaders",
6
+ progress: "Progress",
6
7
  tabs: "Tabs",
7
8
  svg: "SVG icon",
8
9
  card: "Card",
@@ -304,20 +305,29 @@ var segmentDoc = {
304
305
  value: "current selected value (string). If omitted, the first button is selected by default.",
305
306
  valueChange: "emits the selected value on click.",
306
307
  ionChange: "Ionic‑style event with shape { detail: { value } }.",
308
+ color: "available in the neobrutal variant; accepts AccentEnumColor to switch palette and contrast.",
307
309
  buttonValue: "value associated with a particular option (required).",
308
310
  buttonContent: "projected content inside the button (label/icon)."
309
311
  },
310
312
  examples: {
311
313
  basic: "Basic",
312
314
  withBinding: "With two‑way binding and events",
313
- filters: "Four options"
315
+ filters: "Four options",
316
+ neobrutalViolet: "Neobrutal / Violet",
317
+ neobrutalOrange: "Neobrutal / Orange"
314
318
  },
315
319
  labels: {
316
320
  all: "All",
317
321
  articles: "Articles",
318
322
  videos: "Videos",
319
323
  photos: "Photos",
320
- selected: "Selected"
324
+ selected: "Selected",
325
+ rush: "Rush",
326
+ review: "Review",
327
+ drop: "Drop",
328
+ draft: "Draft",
329
+ launch: "Launch",
330
+ archive: "Archive"
321
331
  }
322
332
  };
323
333
  var loaders = {
@@ -535,6 +545,56 @@ var badgeDoc = {
535
545
  outlineOrange: "Outline / Orange",
536
546
  outlineGraySm: "Outline / Gray (sm)"
537
547
  };
548
+ var progressDoc = {
549
+ title: "Duck Dev UI Library - Progress Bars",
550
+ usage: "Usage",
551
+ inputs: "Inputs",
552
+ examples: "Examples",
553
+ inputsDesc: {
554
+ label: "<strong>label</strong> — required main label for the progress bar",
555
+ value: "<strong>value</strong> — required progress value from 0 to 100",
556
+ subtext: "<strong>subtext</strong> — optional helper text below the title",
557
+ color: "<strong>color</strong> — palette color: Violet | Orange | White | Gray | Dark",
558
+ segmentCount: "<strong>segmentCount</strong> — optional number of segments for the segmented bar, default is 10",
559
+ kicker: "<strong>kicker</strong> — required short top stamp text",
560
+ leftTag: "<strong>leftTag</strong> — required left ticket marker",
561
+ rightTag: "<strong>rightTag</strong> — required right ticket marker"
562
+ },
563
+ classic: {
564
+ line: {
565
+ title: "Progress Line",
566
+ description: "A clean horizontal progress bar for regular product states, upload tasks and form completion indicators.",
567
+ example: "Standard line"
568
+ },
569
+ stack: {
570
+ title: "Progress Stack",
571
+ description: "A segmented progress bar for flows split into visible steps or checkpoints.",
572
+ example: "Segmented progress"
573
+ },
574
+ meter: {
575
+ title: "Progress Meter",
576
+ description: "A denser card-like progress bar with a percentage badge and position marker.",
577
+ example: "Meter with marker"
578
+ }
579
+ },
580
+ neobrutal: {
581
+ slab: {
582
+ title: "Neobrutal Slab Progress",
583
+ description: "A heavy slab progress bar with chunky borders, step-like fill and loud contrast.",
584
+ example: "Slab progress"
585
+ },
586
+ stamp: {
587
+ title: "Neobrutal Stamp Progress",
588
+ description: "A printed-stamp style progress bar with required kicker text and a bold industrial grid.",
589
+ example: "Stamp progress"
590
+ },
591
+ ticket: {
592
+ title: "Neobrutal Ticket Progress",
593
+ description: "A ticket-inspired progress bar for launch phases, queues and checkpoint-based flows.",
594
+ example: "Ticket progress"
595
+ }
596
+ }
597
+ };
538
598
  var directivesDoc = {
539
599
  title: "Directives",
540
600
  ddFlexTitle: "ddFlex",
@@ -698,11 +758,12 @@ var en = {
698
758
  svgComponent: svgComponent,
699
759
  inputComponent: inputComponent,
700
760
  badgeDoc: badgeDoc,
761
+ progressDoc: progressDoc,
701
762
  directivesDoc: directivesDoc,
702
763
  accordionDoc: accordionDoc,
703
764
  cardDoc: cardDoc,
704
765
  modalDoc: modalDoc
705
766
  };
706
767
 
707
- export { accordionDoc, badgeDoc, buttons, cardDoc, en as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, quickStart, segmentDoc, slider, svgComponent, tabs, tabsComponent, tooltipDoc };
708
- //# sourceMappingURL=duck-dev-lib-en-Co6vywqB.mjs.map
768
+ export { accordionDoc, badgeDoc, buttons, cardDoc, en as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, svgComponent, tabs, tabsComponent, tooltipDoc };
769
+ //# sourceMappingURL=duck-dev-lib-en-CDxyWfrd.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-ru-39r_p4Cd.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-en-CDxyWfrd.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,6 +3,7 @@ var tabs = {
3
3
  accordion: "Аккордеон",
4
4
  buttons: "Кнопки",
5
5
  loaders: "Загрузчики",
6
+ progress: "Прогресс",
6
7
  tabs: "Вкладки",
7
8
  svg: "SVG icon",
8
9
  card: "Карточки",
@@ -270,20 +271,29 @@ var segmentDoc = {
270
271
  value: "текущее выбранное значение (string). Если не указано — по умолчанию выбирается первая кнопка.",
271
272
  valueChange: "эмитит выбранное значение при клике.",
272
273
  ionChange: "событие в стиле Ionic с формой { detail: { value } }.",
274
+ color: "доступен в neobrutal-варианте; принимает AccentEnumColor для смены палитры и контраста.",
273
275
  buttonValue: "значение, связанное с конкретной опцией (обязательно).",
274
276
  buttonContent: "проецируемый контент внутри кнопки (надпись/иконка)."
275
277
  },
276
278
  examples: {
277
279
  basic: "Базовый",
278
280
  withBinding: "С двусторонним биндингом и событиями",
279
- filters: "Четыре опции"
281
+ filters: "Четыре опции",
282
+ neobrutalViolet: "Neobrutal / Violet",
283
+ neobrutalOrange: "Neobrutal / Orange"
280
284
  },
281
285
  labels: {
282
286
  all: "Все",
283
287
  articles: "Статьи",
284
288
  videos: "Видео",
285
289
  photos: "Фото",
286
- selected: "Выбрано"
290
+ selected: "Выбрано",
291
+ rush: "Rush",
292
+ review: "Review",
293
+ drop: "Drop",
294
+ draft: "Draft",
295
+ launch: "Launch",
296
+ archive: "Archive"
287
297
  }
288
298
  };
289
299
  var loaders = {
@@ -501,6 +511,56 @@ var badgeDoc = {
501
511
  outlineOrange: "Outline / Orange",
502
512
  outlineGraySm: "Outline / Gray (sm)"
503
513
  };
514
+ var progressDoc = {
515
+ title: "Duck Dev UI Library - Progress Bar",
516
+ usage: "Использование",
517
+ inputs: "Входные параметры",
518
+ examples: "Примеры",
519
+ inputsDesc: {
520
+ label: "<strong>label</strong> — обязательный основной заголовок progress bar",
521
+ value: "<strong>value</strong> — обязательное значение прогресса от 0 до 100",
522
+ subtext: "<strong>subtext</strong> — необязательный вспомогательный текст под заголовком",
523
+ color: "<strong>color</strong> — цвет из палитры: Violet | Orange | White | Gray | Dark",
524
+ segmentCount: "<strong>segmentCount</strong> — необязательное количество сегментов, по умолчанию 10",
525
+ kicker: "<strong>kicker</strong> — обязательный верхний stamp-текст",
526
+ leftTag: "<strong>leftTag</strong> — обязательная левая метка ticket-варианта",
527
+ rightTag: "<strong>rightTag</strong> — обязательная правая метка ticket-варианта"
528
+ },
529
+ classic: {
530
+ line: {
531
+ title: "Progress Line",
532
+ description: "Чистый горизонтальный progress bar для стандартных продуктовых состояний, загрузки и сценариев completion.",
533
+ example: "Стандартная линия"
534
+ },
535
+ stack: {
536
+ title: "Progress Stack",
537
+ description: "Сегментированный progress bar для сценариев, разбитых на видимые шаги или checkpoints.",
538
+ example: "Сегментированный прогресс"
539
+ },
540
+ meter: {
541
+ title: "Progress Meter",
542
+ description: "Более плотный progress bar в виде карточки с percentage badge и маркером позиции.",
543
+ example: "Meter с маркером"
544
+ }
545
+ },
546
+ neobrutal: {
547
+ slab: {
548
+ title: "Neobrutal Slab Progress",
549
+ description: "Тяжёлый slab progress bar с жирной рамкой, ступенчатой заливкой и высоким контрастом.",
550
+ example: "Slab progress"
551
+ },
552
+ stamp: {
553
+ title: "Neobrutal Stamp Progress",
554
+ description: "Progress bar в стиле stamp с обязательным kicker и грубой индустриальной сеткой.",
555
+ example: "Stamp progress"
556
+ },
557
+ ticket: {
558
+ title: "Neobrutal Ticket Progress",
559
+ description: "Ticket-вариант progress bar для фаз запуска, очередей и сценариев с checkpoint-логикой.",
560
+ example: "Ticket progress"
561
+ }
562
+ }
563
+ };
504
564
  var directivesDoc = {
505
565
  title: "Директивы",
506
566
  ddFlexTitle: "ddFlex",
@@ -663,11 +723,12 @@ var ru = {
663
723
  svgComponent: svgComponent,
664
724
  inputComponent: inputComponent,
665
725
  badgeDoc: badgeDoc,
726
+ progressDoc: progressDoc,
666
727
  directivesDoc: directivesDoc,
667
728
  accordionDoc: accordionDoc,
668
729
  cardDoc: cardDoc,
669
730
  modalDoc: modalDoc
670
731
  };
671
732
 
672
- export { accordionDoc, badgeDoc, buttons, cardDoc, ru as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, quickStart, segmentDoc, slider, svgComponent, tabs, tabsComponent };
673
- //# sourceMappingURL=duck-dev-lib-ru-39r_p4Cd.mjs.map
733
+ export { accordionDoc, badgeDoc, buttons, cardDoc, ru as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, svgComponent, tabs, tabsComponent };
734
+ //# sourceMappingURL=duck-dev-lib-ru-1jQ8uE1i.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-en-Co6vywqB.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-ru-1jQ8uE1i.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}