duck-dev-lib 0.0.55 → 0.0.57

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",
@@ -167,6 +168,11 @@ var notifications = {
167
168
  tip: {
168
169
  clickToClose: "Tip: click a notification to close it."
169
170
  },
171
+ defaultTitles: {
172
+ success: "Success",
173
+ warning: "Warning",
174
+ error: "Error"
175
+ },
170
176
  snippets: {
171
177
  titleSuccess: "Success",
172
178
  sampleMessage: "Operation completed successfully"
@@ -859,6 +865,33 @@ var modalDoc = {
859
865
  sampleText: "You can put any content here."
860
866
  }
861
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
+ };
862
895
  var en = {
863
896
  tabs: tabs,
864
897
  documentationStyleTabs: documentationStyleTabs,
@@ -878,8 +911,9 @@ var en = {
878
911
  accordionDoc: accordionDoc,
879
912
  cardDoc: cardDoc,
880
913
  speakerBubbleDoc: speakerBubbleDoc,
881
- modalDoc: modalDoc
914
+ modalDoc: modalDoc,
915
+ breadcrumbDoc: breadcrumbDoc
882
916
  };
883
917
 
884
- export { accordionDoc, badgeDoc, buttons, cardDoc, en as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent, tooltipDoc };
885
- //# sourceMappingURL=duck-dev-lib-en-DX70nkSP.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-BiVnCmCN.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: "Классика",
@@ -133,6 +134,11 @@ var notifications = {
133
134
  tip: {
134
135
  clickToClose: "Подсказка: кликните по уведомлению, чтобы закрыть."
135
136
  },
137
+ defaultTitles: {
138
+ success: "Успех",
139
+ warning: "Предупреждение",
140
+ error: "Ошибка"
141
+ },
136
142
  snippets: {
137
143
  titleSuccess: "Успех",
138
144
  sampleMessage: "Операция успешно выполнена"
@@ -815,6 +821,33 @@ var modalDoc = {
815
821
  sampleText: "Здесь можно разместить любое содержимое."
816
822
  }
817
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
+ };
818
851
  var ru = {
819
852
  tabs: tabs,
820
853
  documentationStyleTabs: documentationStyleTabs,
@@ -833,8 +866,9 @@ var ru = {
833
866
  accordionDoc: accordionDoc,
834
867
  cardDoc: cardDoc,
835
868
  speakerBubbleDoc: speakerBubbleDoc,
836
- modalDoc: modalDoc
869
+ modalDoc: modalDoc,
870
+ breadcrumbDoc: breadcrumbDoc
837
871
  };
838
872
 
839
- export { accordionDoc, badgeDoc, buttons, cardDoc, ru as default, directivesDoc, documentationStyleTabs, inputComponent, loaders, modalDoc, notifications, progressDoc, quickStart, segmentDoc, slider, speakerBubbleDoc, svgComponent, tabs, tabsComponent };
840
- //# sourceMappingURL=duck-dev-lib-ru-BiVnCmCN.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-DX70nkSP.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-ru-BB2sTH34.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}