tycho-components 0.7.1 → 0.7.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.
|
@@ -59,6 +59,7 @@ export declare const commonResources: {
|
|
|
59
59
|
"button.close": string;
|
|
60
60
|
"button.add": string;
|
|
61
61
|
"button.filter": string;
|
|
62
|
+
"button.clear": string;
|
|
62
63
|
"label.public": string;
|
|
63
64
|
"label.private": string;
|
|
64
65
|
"label.notavailable": string;
|
|
@@ -324,6 +325,7 @@ export declare const commonResources: {
|
|
|
324
325
|
"button.add": string;
|
|
325
326
|
"button.close": string;
|
|
326
327
|
"button.filter": string;
|
|
328
|
+
"button.clear": string;
|
|
327
329
|
"label.public": string;
|
|
328
330
|
"label.private": string;
|
|
329
331
|
"label.notavailable": string;
|
|
@@ -588,6 +590,7 @@ export declare const commonResources: {
|
|
|
588
590
|
"button.add": string;
|
|
589
591
|
"button.close": string;
|
|
590
592
|
"button.filter": string;
|
|
593
|
+
"button.clear": string;
|
|
591
594
|
"label.public": string;
|
|
592
595
|
"label.private": string;
|
|
593
596
|
"label.notavailable": string;
|
|
@@ -13,6 +13,7 @@ export declare const CommonTexts: {
|
|
|
13
13
|
"button.close": string;
|
|
14
14
|
"button.add": string;
|
|
15
15
|
"button.filter": string;
|
|
16
|
+
"button.clear": string;
|
|
16
17
|
"label.public": string;
|
|
17
18
|
"label.private": string;
|
|
18
19
|
"label.notavailable": string;
|
|
@@ -67,6 +68,7 @@ export declare const CommonTexts: {
|
|
|
67
68
|
"button.add": string;
|
|
68
69
|
"button.close": string;
|
|
69
70
|
"button.filter": string;
|
|
71
|
+
"button.clear": string;
|
|
70
72
|
"label.public": string;
|
|
71
73
|
"label.private": string;
|
|
72
74
|
"label.notavailable": string;
|
|
@@ -121,6 +123,7 @@ export declare const CommonTexts: {
|
|
|
121
123
|
"button.add": string;
|
|
122
124
|
"button.close": string;
|
|
123
125
|
"button.filter": string;
|
|
126
|
+
"button.clear": string;
|
|
124
127
|
"label.public": string;
|
|
125
128
|
"label.private": string;
|
|
126
129
|
"label.notavailable": string;
|
|
@@ -13,6 +13,7 @@ export const CommonTexts = {
|
|
|
13
13
|
"button.close": "Close",
|
|
14
14
|
"button.add": "Add",
|
|
15
15
|
"button.filter": "Filter",
|
|
16
|
+
"button.clear": "Clear",
|
|
16
17
|
"label.public": "Public",
|
|
17
18
|
"label.private": "Private",
|
|
18
19
|
"label.notavailable": "N/A",
|
|
@@ -67,6 +68,7 @@ export const CommonTexts = {
|
|
|
67
68
|
"button.add": "Adicionar",
|
|
68
69
|
"button.close": "Fechar",
|
|
69
70
|
"button.filter": "Filtrar",
|
|
71
|
+
"button.clear": "Limpar",
|
|
70
72
|
"label.public": "Público",
|
|
71
73
|
"label.private": "Privado",
|
|
72
74
|
"label.notavailable": "N/A",
|
|
@@ -121,6 +123,7 @@ export const CommonTexts = {
|
|
|
121
123
|
"button.add": "Aggiungi",
|
|
122
124
|
"button.close": "Chiudi",
|
|
123
125
|
"button.filter": "Filtra",
|
|
126
|
+
"button.clear": "Pulisci",
|
|
124
127
|
"label.public": "Pubblico",
|
|
125
128
|
"label.private": "Privato",
|
|
126
129
|
"label.notavailable": "N/A",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tycho-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.2",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react-hook-form": "^7.45.2",
|
|
52
52
|
"react-i18next": "^13.0.2",
|
|
53
53
|
"react-router-dom": "^6.14.2",
|
|
54
|
-
"tycho-storybook": "0.4.
|
|
54
|
+
"tycho-storybook": "0.4.4",
|
|
55
55
|
"yup": "^1.2.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|