@salutejs/plasma-web 1.582.0-canary.1970.15068833000.0 → 1.582.0-canary.1971.15108751783.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/components/PaginationDots/index.d.ts +3 -3
- package/components/PaginationDots/index.js +4 -4
- package/css/cjs/index.js +0 -12
- package/css/cjs/index.js.map +1 -1
- package/css/es/index.js +1 -1
- package/css/index.d.ts +0 -2
- package/es/components/PaginationDots/index.js +3 -3
- package/package.json +3 -3
@@ -1,5 +1,5 @@
|
|
1
|
-
export { SmartPaginationDots } from '@salutejs/plasma-
|
1
|
+
export { SmartPaginationDots } from '@salutejs/plasma-hope';
|
2
2
|
export type { SmartPaginationDotsProps } from '@salutejs/plasma-hope';
|
3
|
-
export { PaginationDots } from '@salutejs/plasma-
|
4
|
-
export { PaginationDot } from '@salutejs/plasma-
|
3
|
+
export { PaginationDots } from '@salutejs/plasma-hope';
|
4
|
+
export { PaginationDot } from '@salutejs/plasma-hope';
|
5
5
|
export type { PaginationDotProps } from '@salutejs/plasma-hope';
|
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
Object.defineProperty(exports, "PaginationDot", {
|
7
7
|
enumerable: true,
|
8
8
|
get: function get() {
|
9
|
-
return
|
9
|
+
return _plasmaHope.PaginationDot;
|
10
10
|
}
|
11
11
|
});
|
12
12
|
Object.defineProperty(exports, "PaginationDots", {
|
13
13
|
enumerable: true,
|
14
14
|
get: function get() {
|
15
|
-
return
|
15
|
+
return _plasmaHope.PaginationDots;
|
16
16
|
}
|
17
17
|
});
|
18
18
|
Object.defineProperty(exports, "SmartPaginationDots", {
|
19
19
|
enumerable: true,
|
20
20
|
get: function get() {
|
21
|
-
return
|
21
|
+
return _plasmaHope.SmartPaginationDots;
|
22
22
|
}
|
23
23
|
});
|
24
|
-
var
|
24
|
+
var _plasmaHope = /*#__PURE__*/require("@salutejs/plasma-hope");
|
package/css/cjs/index.js
CHANGED
@@ -117,14 +117,6 @@ Object.defineProperty(exports, 'Overlay', {
|
|
117
117
|
enumerable: true,
|
118
118
|
get: function () { return plasmaNewHope.Overlay; }
|
119
119
|
});
|
120
|
-
Object.defineProperty(exports, 'PaginationDot', {
|
121
|
-
enumerable: true,
|
122
|
-
get: function () { return plasmaNewHope.PaginationDot; }
|
123
|
-
});
|
124
|
-
Object.defineProperty(exports, 'PaginationDots', {
|
125
|
-
enumerable: true,
|
126
|
-
get: function () { return plasmaNewHope.PaginationDots; }
|
127
|
-
});
|
128
120
|
Object.defineProperty(exports, 'PopupBaseProvider', {
|
129
121
|
enumerable: true,
|
130
122
|
get: function () { return plasmaNewHope.PopupProvider; }
|
@@ -153,10 +145,6 @@ Object.defineProperty(exports, 'SegmentProvider', {
|
|
153
145
|
enumerable: true,
|
154
146
|
get: function () { return plasmaNewHope.SegmentProvider; }
|
155
147
|
});
|
156
|
-
Object.defineProperty(exports, 'SmartPaginationDots', {
|
157
|
-
enumerable: true,
|
158
|
-
get: function () { return plasmaNewHope.SmartPaginationDots; }
|
159
|
-
});
|
160
148
|
Object.defineProperty(exports, 'TabItemRefs', {
|
161
149
|
enumerable: true,
|
162
150
|
get: function () { return plasmaNewHope.TabItemRefs; }
|
package/css/cjs/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/css/es/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { AccordionItem, ButtonBase, CarouselGridWrapper, CarouselItem, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, Overlay,
|
1
|
+
export { AccordionItem, ButtonBase, CarouselGridWrapper, CarouselItem, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, Overlay, PopupProvider as PopupBaseProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, dropzoneClasses, dropzoneTokens, modalClasses as modalBaseClasses, noteClasses, noteTokens, numberInputClasses, numberInputTokens, popupClasses as popupBaseClasses, priceClasses, rangeTokens, ratingClasses, ratingTokens, sheetClasses, toolbarTokens, usePopupContext as usePopupBaseContext, useSegment, useToast } from '@salutejs/plasma-new-hope';
|
2
2
|
export { Accordion } from './components/Accordion/Accordion.js';
|
3
3
|
export { Attach } from './components/Attach/Attach.js';
|
4
4
|
export { Autocomplete } from './components/Autocomplete/Autocomplete.js';
|
package/css/index.d.ts
CHANGED
@@ -38,7 +38,6 @@ export * from '../components/NumberFormat';
|
|
38
38
|
export * from '../components/NumberInput';
|
39
39
|
export * from '../components/Overlay';
|
40
40
|
export * from '../components/Pagination';
|
41
|
-
export * from '../components/PaginationDots';
|
42
41
|
export * from '../components/Popover';
|
43
42
|
export * from '../components/PopupBase';
|
44
43
|
export * from '../components/Portal';
|
@@ -107,7 +106,6 @@ export * from '../components/NumberFormat';
|
|
107
106
|
export * from '../components/NumberInput';
|
108
107
|
export * from '../components/Overlay';
|
109
108
|
export * from '../components/Pagination';
|
110
|
-
export * from '../components/PaginationDots';
|
111
109
|
export * from '../components/Popover';
|
112
110
|
export * from '../components/PopupBase';
|
113
111
|
export * from '../components/Portal';
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export { SmartPaginationDots } from '@salutejs/plasma-
|
2
|
-
export { PaginationDots } from '@salutejs/plasma-
|
3
|
-
export { PaginationDot } from '@salutejs/plasma-
|
1
|
+
export { SmartPaginationDots } from '@salutejs/plasma-hope';
|
2
|
+
export { PaginationDots } from '@salutejs/plasma-hope';
|
3
|
+
export { PaginationDot } from '@salutejs/plasma-hope';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.582.0-canary.
|
3
|
+
"version": "1.582.0-canary.1971.15108751783.0",
|
4
4
|
"description": "Salute Design System / React UI kit for web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"@salutejs/plasma-core": "1.196.0",
|
23
23
|
"@salutejs/plasma-hope": "1.340.0",
|
24
|
-
"@salutejs/plasma-new-hope": "0.324.0-canary.
|
24
|
+
"@salutejs/plasma-new-hope": "0.324.0-canary.1971.15108751783.0",
|
25
25
|
"@salutejs/plasma-themes": "0.33.0",
|
26
26
|
"@salutejs/plasma-tokens-b2b": "1.48.0",
|
27
27
|
"@salutejs/plasma-tokens-b2c": "0.59.0",
|
@@ -111,5 +111,5 @@
|
|
111
111
|
"Fanil Zubairov"
|
112
112
|
],
|
113
113
|
"sideEffects": false,
|
114
|
-
"gitHead": "
|
114
|
+
"gitHead": "d89aba32cd0c6e898ea71f5ba4ae39a23ba38ecc"
|
115
115
|
}
|