pangea-lib 2.11.295 → 2.11.296

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,6 +1,7 @@
1
1
  declare const _default: {
2
2
  es: {
3
3
  selectFileLabel: string;
4
+ removeBtn: string;
4
5
  newFileError: string;
5
6
  };
6
7
  };
@@ -25,6 +25,7 @@ declare const _default: {
25
25
  pgaInputFile: {
26
26
  es: {
27
27
  selectFileLabel: string;
28
+ removeBtn: string;
28
29
  newFileError: string;
29
30
  };
30
31
  };
@@ -25,6 +25,7 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
25
25
  pgaInputFile: {
26
26
  es: {
27
27
  selectFileLabel: string;
28
+ removeBtn: string;
28
29
  newFileError: string;
29
30
  };
30
31
  };
@@ -80,6 +81,7 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
80
81
  pgaInputFile: {
81
82
  es: {
82
83
  selectFileLabel: string;
84
+ removeBtn: string;
83
85
  newFileError: string;
84
86
  };
85
87
  };
@@ -135,6 +137,7 @@ export declare const getLanguage: () => "es", setLanguage: (language: "es") => v
135
137
  pgaInputFile: {
136
138
  es: {
137
139
  selectFileLabel: string;
140
+ removeBtn: string;
138
141
  newFileError: string;
139
142
  };
140
143
  };
@@ -1 +1 @@
1
- export type ButtonType = 'filled' | 'outlined';
1
+ export type ButtonType = 'filled' | 'outlined' | 'flat';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.11.295",
4
+ "version": "2.11.296",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",