@abyss-project/commons-front-core 1.0.5 → 1.0.7

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.
@@ -20,6 +20,8 @@ declare const _default: {
20
20
  'pending-share': string;
21
21
  };
22
22
  'import-external': {
23
+ 'import-button': string;
24
+ 'open-modal-button': string;
23
25
  modal: {
24
26
  title: string;
25
27
  placeholder: string;
@@ -62,6 +64,15 @@ declare const _default: {
62
64
  'import-cloud-button': string;
63
65
  'import-collection-button': string;
64
66
  'import-url-label': string;
67
+ 'max-size': string;
68
+ 'max-size-2': string;
69
+ 'file-too-big': string;
70
+ 'file-too-big-filtered': string;
71
+ 'duplicated-tooltip': string;
72
+ 'drop-zone': {
73
+ helper: string;
74
+ helper2: string;
75
+ };
65
76
  };
66
77
  project: {
67
78
  status: {
@@ -105,5 +116,15 @@ declare const _default: {
105
116
  cancel: string;
106
117
  };
107
118
  };
119
+ notifications: {
120
+ title: string;
121
+ 'new-notifications': string;
122
+ 'notifications-card-list': {
123
+ 'no-element': string;
124
+ };
125
+ 'no-notification': string;
126
+ 'see-all-button': string;
127
+ };
128
+ 'no-subscription': string;
108
129
  };
109
130
  export default _default;
@@ -116,5 +116,15 @@ declare const _default: {
116
116
  cancel: string;
117
117
  };
118
118
  };
119
+ notifications: {
120
+ title: string;
121
+ 'new-notifications': string;
122
+ 'notifications-card-list': {
123
+ 'no-element': string;
124
+ };
125
+ 'no-notification': string;
126
+ 'see-all-button': string;
127
+ };
128
+ 'no-subscription': string;
119
129
  };
120
130
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/commons-front-core",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Front Core package of AbyssProject",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -61,7 +61,7 @@
61
61
  "use-debounce": "^10.0.5",
62
62
  "uuid": "^9.0.0",
63
63
  "yup": "^0.32.11",
64
- "@abyss-project/main": "1.0.26"
64
+ "@abyss-project/main": "1.0.28"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/byte-size": "^8.1.0",