@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.
Files changed (26) hide show
  1. package/dist/cjs/components/FieldAi/FieldAi.d.ts +1 -1
  2. package/dist/cjs/components/FieldDescription/FieldDescription.d.ts +1 -1
  3. package/dist/cjs/components/FieldDescription/FieldDescriptionRHF.d.ts +1 -1
  4. package/dist/cjs/components/FieldName/FieldName.d.ts +1 -1
  5. package/dist/cjs/components/FieldName/FieldNameRHF.d.ts +1 -1
  6. package/dist/cjs/components/FieldPhone/FieldPhone.d.ts +1 -1
  7. package/dist/esm/components/FieldAi/FieldAi.d.ts +1 -1
  8. package/dist/esm/components/FieldDescription/FieldDescription.d.ts +1 -1
  9. package/dist/esm/components/FieldDescription/FieldDescriptionRHF.d.ts +1 -1
  10. package/dist/esm/components/FieldName/FieldName.d.ts +1 -1
  11. package/dist/esm/components/FieldName/FieldNameRHF.d.ts +1 -1
  12. package/dist/esm/components/FieldPhone/FieldPhone.d.ts +1 -1
  13. package/dist/tsconfig.cjs.tsbuildinfo +1 -1
  14. package/dist/tsconfig.esm.tsbuildinfo +1 -1
  15. package/package.json +8 -8
  16. package/src/components/AIDisclaimer/styles.module.scss +1 -1
  17. package/src/components/FieldAi/components/AlertButton/styles.module.scss +1 -1
  18. package/src/components/FieldAi/components/CheckItem/styles.module.scss +1 -1
  19. package/src/components/FieldAi/components/MobileFieldAi/styles.module.scss +1 -1
  20. package/src/components/FieldAi/components/PasswordValidation/styles.module.scss +1 -1
  21. package/src/components/FieldAi/components/TextArea/styles.module.scss +1 -1
  22. package/src/components/FieldAi/components/WithPasswordValidation/styles.module.scss +1 -1
  23. package/src/components/FieldAi/styles.module.scss +2 -2
  24. package/src/components/FieldPhone/styles.module.scss +1 -1
  25. package/src/components/SelectCreate/SelectFooter/styles.module.scss +1 -1
  26. 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.17.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.1",
36
- "@cloud-ru/uikit-product-mobile-dropdown": "0.9.31",
37
- "@cloud-ru/uikit-product-mobile-fields": "0.12.4",
38
- "@cloud-ru/uikit-product-mobile-modal": "0.9.28",
39
- "@cloud-ru/uikit-product-mobile-tooltip": "0.5.4",
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": "649ac65d527094cc472552ec150ef7ba66dfcb78"
64
+ "gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
65
65
  }
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/components/styles-tokens-fields' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-fields' as ste;
2
2
 
3
3
  .disclaimer {
4
4
  display: inline-flex;
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as stv;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as stv;
2
2
 
3
3
  .button {
4
4
  outline: none;
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
2
2
 
3
3
  @keyframes shake {
4
4
  0%, 100% {
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/components/styles-tokens-fields' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-fields' as ste;
2
2
 
3
3
  $padding-right: (
4
4
  's': ste.$fields-buttons-s,
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
2
2
 
3
3
  .tooltipText {
4
4
  display: flex;
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element' as ste;
2
2
 
3
3
  .textarea {
4
4
  resize: none;
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
2
2
 
3
3
  .validationContainer {
4
4
  display: flex;
@@ -1,6 +1,6 @@
1
1
  /* stylelint-disable color-no-hex */
2
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/components/styles-tokens-fields' as ste;
3
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as stv;
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;
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element' as ste;
2
2
 
3
3
  .fieldPhone {
4
4
  &[data-empty] {
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables.scss';
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables.scss';
2
2
 
3
3
  .footerWrapper {
4
4
  display: flex;
@@ -1,4 +1,4 @@
1
- @use '@sbercloud/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
1
+ @use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as ste;
2
2
 
3
3
  .actionsFooter {
4
4
  display: flex;