duck-dev-lib 0.0.13 → 0.0.14

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,7 +1,8 @@
1
1
  var tabs = {
2
2
  buttons: "Buttons",
3
3
  loaders: "Loaders",
4
- tabs: "Tabs"
4
+ tabs: "Tabs",
5
+ svg: "SVG icon"
5
6
  };
6
7
  var buttons = {
7
8
  title: "Duck Dev UI Library - Button Components",
@@ -110,12 +111,27 @@ var tabsComponent = {
110
111
  implementation5: "Place tab content inside the component using conditional blocks"
111
112
  }
112
113
  };
114
+ var svgComponent = {
115
+ title: "Duck Dev UI Library - SVG Icons",
116
+ description: "SVG Icon Component",
117
+ descriptionText: "A collection of SVG icons for your application.",
118
+ usage: "Usage:",
119
+ usageText1: "Import the icon component from the library.",
120
+ usageText2: "Use the icon tag in your template.",
121
+ usageText3: "Customize the icon with CSS styles.",
122
+ availableIcons: "Available Icons:",
123
+ howToAdd: "How to Add New Icon:",
124
+ step1: "Add the SVG icon to the icons folder.",
125
+ step2: "Register the icon in the icons configuration file.",
126
+ step3: "Use the icon tag with the registered ID in your template."
127
+ };
113
128
  var en = {
114
129
  tabs: tabs,
115
130
  buttons: buttons,
116
131
  loaders: loaders,
117
- tabsComponent: tabsComponent
132
+ tabsComponent: tabsComponent,
133
+ svgComponent: svgComponent
118
134
  };
119
135
 
120
- export { buttons, en as default, loaders, tabs, tabsComponent };
121
- //# sourceMappingURL=duck-dev-lib-en-Bp-dlVHg.mjs.map
136
+ export { buttons, en as default, loaders, svgComponent, tabs, tabsComponent };
137
+ //# sourceMappingURL=duck-dev-lib-en-StaNZWYU.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-en-Bp-dlVHg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-en-StaNZWYU.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,8 @@
1
1
  var tabs = {
2
2
  buttons: "Кнопки",
3
3
  loaders: "Загрузчики",
4
- tabs: "Вкладки"
4
+ tabs: "Вкладки",
5
+ svg: "SVG icon"
5
6
  };
6
7
  var buttons = {
7
8
  title: "Duck Dev UI Library - Компоненты кнопок",
@@ -110,12 +111,27 @@ var tabsComponent = {
110
111
  implementation5: "Разместите контент вкладок внутри компонента используя условные блоки"
111
112
  }
112
113
  };
114
+ var svgComponent = {
115
+ title: "Duck Dev UI Library - SVG Иконки",
116
+ description: "Компонент SVG Иконок",
117
+ descriptionText: "Коллекция SVG иконок для вашего приложения.",
118
+ usage: "Использование:",
119
+ usageText1: "Импортируйте компонент иконки из библиотеки.",
120
+ usageText2: "Используйте тег иконки в вашем шаблоне.",
121
+ usageText3: "Настройте иконку с помощью CSS стилей.",
122
+ availableIcons: "Доступные иконки:",
123
+ howToAdd: "Как добавить новую иконку:",
124
+ step1: "Добавьте SVG иконку в папку icons.",
125
+ step2: "Зарегистрируйте иконку в конфигурационном файле icons.",
126
+ step3: "Используйте тег иконки с зарегистрированным ID в вашем шаблоне."
127
+ };
113
128
  var ru = {
114
129
  tabs: tabs,
115
130
  buttons: buttons,
116
131
  loaders: loaders,
117
- tabsComponent: tabsComponent
132
+ tabsComponent: tabsComponent,
133
+ svgComponent: svgComponent
118
134
  };
119
135
 
120
- export { buttons, ru as default, loaders, tabs, tabsComponent };
121
- //# sourceMappingURL=duck-dev-lib-ru-BESv0nFL.mjs.map
136
+ export { buttons, ru as default, loaders, svgComponent, tabs, tabsComponent };
137
+ //# sourceMappingURL=duck-dev-lib-ru-CSq0J4ub.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"duck-dev-lib-ru-BESv0nFL.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"duck-dev-lib-ru-CSq0J4ub.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -2218,8 +2218,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImpor
2218
2218
  }] });
2219
2219
 
2220
2220
  const DuckDevLibTranslations = {
2221
- en: import('./duck-dev-lib-en-Bp-dlVHg.mjs'),
2222
- ru: import('./duck-dev-lib-ru-BESv0nFL.mjs')
2221
+ en: import('./duck-dev-lib-en-StaNZWYU.mjs'),
2222
+ ru: import('./duck-dev-lib-ru-CSq0J4ub.mjs')
2223
2223
  };
2224
2224
 
2225
2225
  /*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "duck-dev-lib",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"