duck-dev-lib 0.0.56 → 0.0.58

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.
@@ -15,7 +15,8 @@ var tabs = {
15
15
  segment: "Segment",
16
16
  speakerBubble: "Speaker bubble",
17
17
  tooltip: "Tooltip",
18
- directives: "Directives"
18
+ directives: "Directives",
19
+ breadcrumb: "Breadcrumb"
19
20
  };
20
21
  var documentationStyleTabs = {
21
22
  classic: "Classic",
@@ -864,6 +865,33 @@ var modalDoc = {
864
865
  sampleText: "You can put any content here."
865
866
  }
866
867
  };
868
+ var breadcrumbDoc = {
869
+ title: "Duck Dev UI Library - Breadcrumb",
870
+ basic: {
871
+ title: "Breadcrumb component",
872
+ description: "A navigation breadcrumb trail that shows the current page location within a hierarchy. Classic variant uses a clean minimal style with text links. Neobrutalism variant features bold chip-style items with colored arrows and hard shadows.",
873
+ usage: "Usage:",
874
+ inputs: "Input Parameters:",
875
+ examples: "Examples:"
876
+ },
877
+ inputsDesc: {
878
+ items: "array of BreadcrumbItem objects ({ label: string, url?: string }). The last item is treated as the current page.",
879
+ separator: "(classic only) separator character between items, default '/'.",
880
+ color: "(neobrutal only) AccentEnumColor — palette color for the breadcrumb bar.",
881
+ navigate: "emits the clicked BreadcrumbItem when a non-current item is clicked."
882
+ },
883
+ examples: {
884
+ classic: "Classic — default separator",
885
+ classicLong: "Classic — long path, custom separator",
886
+ neobrutalWhite: "Neobrutal — White",
887
+ neobrutalViolet: "Neobrutal — Violet",
888
+ neobrutalOrange: "Neobrutal — Orange, long path",
889
+ neobrutalDark: "Neobrutal — Dark"
890
+ },
891
+ labels: {
892
+ navigated: "Last navigated"
893
+ }
894
+ };
867
895
  var en = {
868
896
  tabs: tabs,
869
897
  documentationStyleTabs: documentationStyleTabs,
@@ -883,8 +911,9 @@ var en = {
883
911
  accordionDoc: accordionDoc,
884
912
  cardDoc: cardDoc,
885
913
  speakerBubbleDoc: speakerBubbleDoc,
886
- modalDoc: modalDoc
914
+ modalDoc: modalDoc,
915
+ breadcrumbDoc: breadcrumbDoc
887
916
  };
888
917
 
889
- export { accordionDoc, badgeDoc, buttons, cardDoc, en as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent, tooltipDoc };
890
- //# sourceMappingURL=duck-dev-lib-en-CvAeAe4f.mjs.map
918
+ export { accordionDoc, badgeDoc, breadcrumbDoc, buttons, cardDoc, en as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent, tooltipDoc };
919
+ //# sourceMappingURL=duck-dev-lib-en-DgK5cRp6.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-ru-DFVsk_sA.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-en-DgK5cRp6.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -15,7 +15,8 @@ var tabs = {
15
15
  segment: "Сегмент",
16
16
  speakerBubble: "Речевые облака",
17
17
  tooltip: "Подсказка",
18
- directives: "Директивы"
18
+ directives: "Директивы",
19
+ breadcrumb: "Хлебные крошки"
19
20
  };
20
21
  var documentationStyleTabs = {
21
22
  classic: "Классика",
@@ -820,6 +821,33 @@ var modalDoc = {
820
821
  sampleText: "Здесь можно разместить любое содержимое."
821
822
  }
822
823
  };
824
+ var breadcrumbDoc = {
825
+ title: "Duck Dev UI Library - Хлебные крошки",
826
+ basic: {
827
+ title: "Компонент Breadcrumb",
828
+ description: "Навигационная цепочка, показывающая текущее положение страницы в иерархии. Классический вариант использует минималистичный стиль с текстовыми ссылками. Neobrutal-вариант — жирные чипы с цветными стрелками и жёсткими тенями.",
829
+ usage: "Использование:",
830
+ inputs: "Входные параметры:",
831
+ examples: "Примеры:"
832
+ },
833
+ inputsDesc: {
834
+ items: "массив объектов BreadcrumbItem ({ label: string, url?: string }). Последний элемент считается текущей страницей.",
835
+ separator: "(только classic) символ-разделитель между элементами, по умолчанию '/'.",
836
+ color: "(только neobrutal) AccentEnumColor — цвет палитры для панели хлебных крошек.",
837
+ navigate: "эмитит кликнутый BreadcrumbItem при клике на не-текущий элемент."
838
+ },
839
+ examples: {
840
+ classic: "Классика — разделитель по умолчанию",
841
+ classicLong: "Классика — длинный путь, кастомный разделитель",
842
+ neobrutalWhite: "Neobrutal — White",
843
+ neobrutalViolet: "Neobrutal — Violet",
844
+ neobrutalOrange: "Neobrutal — Orange, длинный путь",
845
+ neobrutalDark: "Neobrutal — Dark"
846
+ },
847
+ labels: {
848
+ navigated: "Последний переход"
849
+ }
850
+ };
823
851
  var ru = {
824
852
  tabs: tabs,
825
853
  documentationStyleTabs: documentationStyleTabs,
@@ -838,8 +866,9 @@ var ru = {
838
866
  accordionDoc: accordionDoc,
839
867
  cardDoc: cardDoc,
840
868
  speakerBubbleDoc: speakerBubbleDoc,
841
- modalDoc: modalDoc
869
+ modalDoc: modalDoc,
870
+ breadcrumbDoc: breadcrumbDoc
842
871
  };
843
872
 
844
- export { accordionDoc, badgeDoc, buttons, cardDoc, ru as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent };
845
- //# sourceMappingURL=duck-dev-lib-ru-DFVsk_sA.mjs.map
873
+ export { accordionDoc, badgeDoc, breadcrumbDoc, buttons, cardDoc, ru as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent };
874
+ //# sourceMappingURL=duck-dev-lib-ru-BB2sTH34.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-en-CvAeAe4f.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-ru-BB2sTH34.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}