@alfalab/core-components-attach
Advanced tools
Comparing version 6.1.2 to 6.2.0
@@ -105,3 +105,3 @@ /// <reference types="react" /> | ||
*/ | ||
size?: "xs" | "s" | "m" | "xxs" | "l" | undefined; | ||
size?: "s" | "xs" | "m" | "xxs" | "l" | undefined; | ||
/** | ||
@@ -108,0 +108,0 @@ * Возможность прикрепления нескольких файлов |
@@ -23,3 +23,3 @@ 'use strict'; | ||
var styles = {"component":"attach__component_12wt0","label":"attach__label_12wt0","control":"attach__control_12wt0","xxs":"attach__xxs_12wt0","file":"attach__file_12wt0","noFile":"attach__noFile_12wt0","xs":"attach__xs_12wt0","s":"attach__s_12wt0","m":"attach__m_12wt0","l":"attach__l_12wt0","clear":"attach__clear_12wt0","progressBar":"attach__progressBar_12wt0","disabled":"attach__disabled_12wt0","icon":"attach__icon_12wt0","focused":"attach__focused_12wt0"}; | ||
var styles = {"component":"attach__component_19sdg","label":"attach__label_19sdg","control":"attach__control_19sdg","xxs":"attach__xxs_19sdg","file":"attach__file_19sdg","noFile":"attach__noFile_19sdg","xs":"attach__xs_19sdg","s":"attach__s_19sdg","m":"attach__m_19sdg","l":"attach__l_19sdg","clear":"attach__clear_19sdg","progressBar":"attach__progressBar_19sdg","disabled":"attach__disabled_19sdg","icon":"attach__icon_19sdg","focused":"attach__focused_19sdg"}; | ||
require('./index.css') | ||
@@ -26,0 +26,0 @@ |
@@ -105,3 +105,3 @@ /// <reference types="react" /> | ||
*/ | ||
size?: "xs" | "s" | "m" | "xxs" | "l" | undefined; | ||
size?: "s" | "xs" | "m" | "xxs" | "l" | undefined; | ||
/** | ||
@@ -108,0 +108,0 @@ * Возможность прикрепления нескольких файлов |
@@ -105,3 +105,3 @@ /// <reference types="react" /> | ||
*/ | ||
size?: "xs" | "s" | "m" | "xxs" | "l" | undefined; | ||
size?: "s" | "xs" | "m" | "xxs" | "l" | undefined; | ||
/** | ||
@@ -108,0 +108,0 @@ * Возможность прикрепления нескольких файлов |
@@ -13,3 +13,3 @@ import { __rest, __spreadArray, __assign } from 'tslib'; | ||
var styles = {"component":"attach__component_12wt0","label":"attach__label_12wt0","control":"attach__control_12wt0","xxs":"attach__xxs_12wt0","file":"attach__file_12wt0","noFile":"attach__noFile_12wt0","xs":"attach__xs_12wt0","s":"attach__s_12wt0","m":"attach__m_12wt0","l":"attach__l_12wt0","clear":"attach__clear_12wt0","progressBar":"attach__progressBar_12wt0","disabled":"attach__disabled_12wt0","icon":"attach__icon_12wt0","focused":"attach__focused_12wt0"}; | ||
var styles = {"component":"attach__component_19sdg","label":"attach__label_19sdg","control":"attach__control_19sdg","xxs":"attach__xxs_19sdg","file":"attach__file_19sdg","noFile":"attach__noFile_19sdg","xs":"attach__xs_19sdg","s":"attach__s_19sdg","m":"attach__m_19sdg","l":"attach__l_19sdg","clear":"attach__clear_19sdg","progressBar":"attach__progressBar_19sdg","disabled":"attach__disabled_19sdg","icon":"attach__icon_19sdg","focused":"attach__focused_19sdg"}; | ||
require('./index.css') | ||
@@ -16,0 +16,0 @@ |
@@ -105,3 +105,3 @@ /// <reference types="react" /> | ||
*/ | ||
size?: "xs" | "s" | "m" | "xxs" | "l" | undefined; | ||
size?: "s" | "xs" | "m" | "xxs" | "l" | undefined; | ||
/** | ||
@@ -108,0 +108,0 @@ * Возможность прикрепления нескольких файлов |
@@ -12,3 +12,3 @@ import React, { useState, useRef, useEffect } from 'react'; | ||
const styles = {"component":"attach__component_12wt0","label":"attach__label_12wt0","control":"attach__control_12wt0","xxs":"attach__xxs_12wt0","file":"attach__file_12wt0","noFile":"attach__noFile_12wt0","xs":"attach__xs_12wt0","s":"attach__s_12wt0","m":"attach__m_12wt0","l":"attach__l_12wt0","clear":"attach__clear_12wt0","progressBar":"attach__progressBar_12wt0","disabled":"attach__disabled_12wt0","icon":"attach__icon_12wt0","focused":"attach__focused_12wt0"}; | ||
const styles = {"component":"attach__component_19sdg","label":"attach__label_19sdg","control":"attach__control_19sdg","xxs":"attach__xxs_19sdg","file":"attach__file_19sdg","noFile":"attach__noFile_19sdg","xs":"attach__xs_19sdg","s":"attach__s_19sdg","m":"attach__m_19sdg","l":"attach__l_19sdg","clear":"attach__clear_19sdg","progressBar":"attach__progressBar_19sdg","disabled":"attach__disabled_19sdg","icon":"attach__icon_19sdg","focused":"attach__focused_19sdg"}; | ||
require('./index.css') | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@alfalab/core-components-attach", | ||
"version": "6.1.2", | ||
"version": "6.2.0", | ||
"description": "", | ||
@@ -17,5 +17,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@alfalab/core-components-button": "^8.5.1", | ||
"@alfalab/core-components-keyboard-focusable": "^4.0.7", | ||
"@alfalab/core-components-progress-bar": "^3.0.5", | ||
"@alfalab/core-components-button": "^9.0.0", | ||
"@alfalab/core-components-keyboard-focusable": "^4.1.0", | ||
"@alfalab/core-components-progress-bar": "^3.1.0", | ||
"@alfalab/icons-glyph": "^2.108.0", | ||
@@ -22,0 +22,0 @@ "@alfalab/utils": "^1.14.4", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74608
33
1757
+ Added@alfalab/core-components-button@9.1.0(transitive)
+ Added@alfalab/core-components-mq@4.4.0(transitive)
+ Added@alfalab/core-components-shared@0.7.0(transitive)
+ Added@alfalab/core-config@1.0.0(transitive)
- Removed@alfalab/core-components-button@8.5.1(transitive)