@cloud-ru/uikit-product-mobile-toolbar 0.5.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/MobileToolbar/types.d.ts +1 -1
- package/dist/esm/components/MobileToolbar/types.d.ts +1 -1
- package/package.json +7 -7
- package/src/components/MobileToolbar/styles.module.scss +2 -2
- package/src/components/MobileToolbar/types.ts +1 -1
- package/src/helperComponents/BulkActions/styles.module.scss +3 -3
- package/src/helperComponents/BulkActionsCheckbox/styles.module.scss +2 -2
- package/src/helperComponents/Separator/styles.module.scss +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RequestPayloadParams } from '@cloud-ru/ft-request-payload-transform';
|
|
2
1
|
import { ReactNode } from 'react';
|
|
2
|
+
import { RequestPayloadParams } from '@cloud-ru/ft-request-payload-transform';
|
|
3
3
|
import { FiltersState, MobileChipChoiceRowProps } from '@cloud-ru/uikit-product-mobile-chips';
|
|
4
4
|
import { BulkActionsProps, MoreActionsProps } from '../../helperComponents';
|
|
5
5
|
import { NeverOrUndefined, RequireAtLeastOne } from './typesUtils';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RequestPayloadParams } from '@cloud-ru/ft-request-payload-transform';
|
|
2
1
|
import { ReactNode } from 'react';
|
|
2
|
+
import { RequestPayloadParams } from '@cloud-ru/ft-request-payload-transform';
|
|
3
3
|
import { FiltersState, MobileChipChoiceRowProps } from '@cloud-ru/uikit-product-mobile-chips';
|
|
4
4
|
import { BulkActionsProps, MoreActionsProps } from '../../helperComponents';
|
|
5
5
|
import { NeverOrUndefined, RequireAtLeastOne } from './typesUtils';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-mobile-toolbar",
|
|
3
3
|
"title": "Mobile Toolbar",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.1-preview-b95fca4e.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"scripts": {},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@cloud-ru/ft-request-payload-transform": "0.3.0",
|
|
40
|
-
"@cloud-ru/uikit-product-icons": "16.1.
|
|
41
|
-
"@cloud-ru/uikit-product-mobile-chips": "0.
|
|
42
|
-
"@cloud-ru/uikit-product-mobile-dropdown": "0.
|
|
43
|
-
"@cloud-ru/uikit-product-mobile-tooltip": "0.
|
|
44
|
-
"@cloud-ru/uikit-product-utils": "8.1.0",
|
|
40
|
+
"@cloud-ru/uikit-product-icons": "16.1.2-preview-b95fca4e.0",
|
|
41
|
+
"@cloud-ru/uikit-product-mobile-chips": "1.0.1-preview-b95fca4e.0",
|
|
42
|
+
"@cloud-ru/uikit-product-mobile-dropdown": "1.0.1-preview-b95fca4e.0",
|
|
43
|
+
"@cloud-ru/uikit-product-mobile-tooltip": "1.0.1-preview-b95fca4e.0",
|
|
44
|
+
"@cloud-ru/uikit-product-utils": "8.1.1-preview-b95fca4e.0",
|
|
45
45
|
"@snack-uikit/button": "0.19.15",
|
|
46
46
|
"@snack-uikit/chips": "0.28.12",
|
|
47
47
|
"@snack-uikit/counter": "0.8.9",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@cloud-ru/uikit-product-locale": "*"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
|
|
60
60
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '@
|
|
2
|
-
@use '@
|
|
1
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element' as element;
|
|
2
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-toolbar' as toolbar;
|
|
3
3
|
|
|
4
4
|
.toolbar {
|
|
5
5
|
box-sizing: border-box;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RequestPayloadParams } from '@cloud-ru/ft-request-payload-transform';
|
|
2
1
|
import { ReactNode } from 'react';
|
|
3
2
|
|
|
3
|
+
import { RequestPayloadParams } from '@cloud-ru/ft-request-payload-transform';
|
|
4
4
|
import { FiltersState, MobileChipChoiceRowProps } from '@cloud-ru/uikit-product-mobile-chips';
|
|
5
5
|
|
|
6
6
|
import { BulkActionsProps, MoreActionsProps } from '../../helperComponents';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@use '@
|
|
2
|
-
@use '@
|
|
3
|
-
@use '@
|
|
1
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-toolbar' as toolbar;
|
|
2
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element' as element;
|
|
3
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/styles-theme-variables' as vars;
|
|
4
4
|
|
|
5
5
|
.bulkActionsContainer {
|
|
6
6
|
position: relative;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@use '@
|
|
2
|
-
@use '@
|
|
1
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-toolbar' as toolbar;
|
|
2
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-element' as element;
|
|
3
3
|
|
|
4
4
|
.checkboxWrapper {
|
|
5
5
|
@include toolbar.composite-var(toolbar.$toolbar-checkbox);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use '@
|
|
1
|
+
@use '@cloud-ru/figma-tokens-cloud-platform/build/scss/components/styles-tokens-toolbar' as toolbar;
|
|
2
2
|
|
|
3
3
|
.separatorWrapper {
|
|
4
4
|
@include toolbar.composite-var(toolbar.$toolbar-separator-wrap);
|