@abyss-project/commons-front-core 1.0.13 → 1.0.15

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.
@@ -126,5 +126,26 @@ declare const _default: {
126
126
  'see-all-button': string;
127
127
  };
128
128
  'no-subscription': string;
129
+ 'user-settings': {
130
+ profile: {
131
+ title: string;
132
+ fields: {
133
+ alias: string;
134
+ name: string;
135
+ familyName: string;
136
+ 'api-key': string;
137
+ };
138
+ helper: string;
139
+ 'open-on-abyss': string;
140
+ 'copy-api-key': string;
141
+ 'reset-api-key': string;
142
+ 'confirm-reset-api-key': string;
143
+ 'helper-confirm-reset-api-key': string;
144
+ subscription: string;
145
+ 'no-subscription': string;
146
+ 'see-subscription-button': string;
147
+ 'delete-account-button': string;
148
+ };
149
+ };
129
150
  };
130
151
  export default _default;
@@ -0,0 +1 @@
1
+ export declare const writeToClipboard: (text: string) => Promise<void>;
@@ -1 +1,2 @@
1
1
  export * from './color.utils';
2
+ export * from './clipboard.utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abyss-project/commons-front-core",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Front Core package of AbyssProject",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -47,6 +47,8 @@
47
47
  "@abyss-project/monitor": "^1.0.10",
48
48
  "@abyss-project/spotlight": "^1.0.4",
49
49
  "@abyss-project/storage": "^1.0.0",
50
+ "@capacitor/clipboard": "^7.0.1",
51
+ "@capacitor/core": "^7.4.0",
50
52
  "axios": "^1.2.2",
51
53
  "axios-retry": "^3.5.0",
52
54
  "byte-size": "^8.1.0",