@cloud-ru/uikit-product-fields-predefined 0.17.0 → 1.0.1-preview-b95fca4e.0
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/dist/cjs/components/FieldAi/FieldAi.d.ts +1 -1
- package/dist/cjs/components/FieldDescription/FieldDescription.d.ts +1 -1
- package/dist/cjs/components/FieldDescription/FieldDescriptionRHF.d.ts +1 -1
- package/dist/cjs/components/FieldName/FieldName.d.ts +1 -1
- package/dist/cjs/components/FieldName/FieldNameRHF.d.ts +1 -1
- package/dist/cjs/components/FieldPhone/FieldPhone.d.ts +1 -1
- package/dist/esm/components/FieldAi/FieldAi.d.ts +1 -1
- package/dist/esm/components/FieldDescription/FieldDescription.d.ts +1 -1
- package/dist/esm/components/FieldDescription/FieldDescriptionRHF.d.ts +1 -1
- package/dist/esm/components/FieldName/FieldName.d.ts +1 -1
- package/dist/esm/components/FieldName/FieldNameRHF.d.ts +1 -1
- package/dist/esm/components/FieldPhone/FieldPhone.d.ts +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +8 -8
- package/src/components/AIDisclaimer/styles.module.scss +1 -1
- package/src/components/FieldAi/components/AlertButton/styles.module.scss +1 -1
- package/src/components/FieldAi/components/CheckItem/styles.module.scss +1 -1
- package/src/components/FieldAi/components/MobileFieldAi/styles.module.scss +1 -1
- package/src/components/FieldAi/components/PasswordValidation/styles.module.scss +1 -1
- package/src/components/FieldAi/components/TextArea/styles.module.scss +1 -1
- package/src/components/FieldAi/components/WithPasswordValidation/styles.module.scss +1 -1
- package/src/components/FieldAi/styles.module.scss +2 -2
- package/src/components/FieldPhone/styles.module.scss +1 -1
- package/src/components/SelectCreate/SelectFooter/styles.module.scss +1 -1
- package/src/helperComponents/TextAreaActionsFooter/styles.module.scss +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-fields-predefined",
|
|
3
3
|
"title": "Fields Predefined",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.1-preview-b95fca4e.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"scripts": {},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@cloud-ru/uikit-product-icons": "16.1.
|
|
36
|
-
"@cloud-ru/uikit-product-mobile-dropdown": "0.
|
|
37
|
-
"@cloud-ru/uikit-product-mobile-fields": "0.
|
|
38
|
-
"@cloud-ru/uikit-product-mobile-modal": "0.
|
|
39
|
-
"@cloud-ru/uikit-product-mobile-tooltip": "0.
|
|
40
|
-
"@cloud-ru/uikit-product-utils": "8.1.0",
|
|
35
|
+
"@cloud-ru/uikit-product-icons": "16.1.2-preview-b95fca4e.0",
|
|
36
|
+
"@cloud-ru/uikit-product-mobile-dropdown": "1.0.1-preview-b95fca4e.0",
|
|
37
|
+
"@cloud-ru/uikit-product-mobile-fields": "1.0.1-preview-b95fca4e.0",
|
|
38
|
+
"@cloud-ru/uikit-product-mobile-modal": "1.0.1-preview-b95fca4e.0",
|
|
39
|
+
"@cloud-ru/uikit-product-mobile-tooltip": "1.0.1-preview-b95fca4e.0",
|
|
40
|
+
"@cloud-ru/uikit-product-utils": "8.1.1-preview-b95fca4e.0",
|
|
41
41
|
"@snack-uikit/attachment": "0.4.10",
|
|
42
42
|
"@snack-uikit/button": "0.19.16",
|
|
43
43
|
"@snack-uikit/drop-zone": "0.9.6",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"react-hook-form": ">=7.51.0",
|
|
62
62
|
"yup": ">=0.32.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
|
|
65
65
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* stylelint-disable color-no-hex */
|
|
2
|
-
@use '@
|
|
3
|
-
@use '@
|
|
2
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-fields' as ste;
|
|
3
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as stv;
|
|
4
4
|
|
|
5
5
|
.wrapper {
|
|
6
6
|
display: flex;
|