@dev-tcloud/tcloud-ui 7.0.2 → 7.0.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "7.0.2",
3
+ "version": "7.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "21.2.17",
6
6
  "@angular/core": "21.2.17",
@@ -218,8 +218,8 @@ $btn-by-colors-by-link:
218
218
  }
219
219
 
220
220
  .tc-rev-btn-square{
221
- background-color: #fff;
222
- border: 1.5px solid #ccc;
221
+ background-color: var(--c-neutral-50);
222
+ border: 1.5px solid var(--c-primary-500);
223
223
  border-radius: 5px;
224
224
  color: var(--c-primary-500);
225
225
  cursor: pointer;
@@ -2180,6 +2180,8 @@ declare class TCloudUiUploadAreaComponent {
2180
2180
  onFilesSelected(event: Event): void;
2181
2181
  toFilesSelected(files: File[]): void;
2182
2182
  generateNameFile(fileName: string): string;
2183
+ private static readonly COMPOUND_EXTENSIONS;
2184
+ private getFullExtension;
2183
2185
  previews: string[];
2184
2186
  onImagesSelected(files: File[]): void;
2185
2187
  private updateProgress;