@salutejs/plasma-web 1.582.0-canary.1967.15065564602.0 → 1.582.0-canary.1970.15071087422.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.
@@ -1,5 +1,5 @@
1
- export { SmartPaginationDots } from '@salutejs/plasma-hope';
1
+ export { SmartPaginationDots } from '@salutejs/plasma-new-hope/styled-components';
2
2
  export type { SmartPaginationDotsProps } from '@salutejs/plasma-hope';
3
- export { PaginationDots } from '@salutejs/plasma-hope';
4
- export { PaginationDot } from '@salutejs/plasma-hope';
3
+ export { PaginationDots } from '@salutejs/plasma-new-hope/styled-components';
4
+ export { PaginationDot } from '@salutejs/plasma-new-hope/styled-components';
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 _plasmaHope.PaginationDot;
9
+ return _styledComponents.PaginationDot;
10
10
  }
11
11
  });
12
12
  Object.defineProperty(exports, "PaginationDots", {
13
13
  enumerable: true,
14
14
  get: function get() {
15
- return _plasmaHope.PaginationDots;
15
+ return _styledComponents.PaginationDots;
16
16
  }
17
17
  });
18
18
  Object.defineProperty(exports, "SmartPaginationDots", {
19
19
  enumerable: true,
20
20
  get: function get() {
21
- return _plasmaHope.SmartPaginationDots;
21
+ return _styledComponents.SmartPaginationDots;
22
22
  }
23
23
  });
24
- var _plasmaHope = /*#__PURE__*/require("@salutejs/plasma-hope");
24
+ var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
package/css/cjs/index.js CHANGED
@@ -117,6 +117,14 @@ 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
+ });
120
128
  Object.defineProperty(exports, 'PopupBaseProvider', {
121
129
  enumerable: true,
122
130
  get: function () { return plasmaNewHope.PopupProvider; }
@@ -145,6 +153,10 @@ Object.defineProperty(exports, 'SegmentProvider', {
145
153
  enumerable: true,
146
154
  get: function () { return plasmaNewHope.SegmentProvider; }
147
155
  });
156
+ Object.defineProperty(exports, 'SmartPaginationDots', {
157
+ enumerable: true,
158
+ get: function () { return plasmaNewHope.SmartPaginationDots; }
159
+ });
148
160
  Object.defineProperty(exports, 'TabItemRefs', {
149
161
  enumerable: true,
150
162
  get: function () { return plasmaNewHope.TabItemRefs; }
@@ -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, 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';
1
+ export { AccordionItem, ButtonBase, CarouselGridWrapper, CarouselItem, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, Overlay, PaginationDot, PaginationDots, PopupProvider as PopupBaseProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, SmartPaginationDots, 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,6 +38,7 @@ 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';
41
42
  export * from '../components/Popover';
42
43
  export * from '../components/PopupBase';
43
44
  export * from '../components/Portal';
@@ -106,6 +107,7 @@ export * from '../components/NumberFormat';
106
107
  export * from '../components/NumberInput';
107
108
  export * from '../components/Overlay';
108
109
  export * from '../components/Pagination';
110
+ export * from '../components/PaginationDots';
109
111
  export * from '../components/Popover';
110
112
  export * from '../components/PopupBase';
111
113
  export * from '../components/Portal';
@@ -1,3 +1,3 @@
1
- export { SmartPaginationDots } from '@salutejs/plasma-hope';
2
- export { PaginationDots } from '@salutejs/plasma-hope';
3
- export { PaginationDot } from '@salutejs/plasma-hope';
1
+ export { SmartPaginationDots } from '@salutejs/plasma-new-hope/styled-components';
2
+ export { PaginationDots } from '@salutejs/plasma-new-hope/styled-components';
3
+ export { PaginationDot } from '@salutejs/plasma-new-hope/styled-components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.582.0-canary.1967.15065564602.0",
3
+ "version": "1.582.0-canary.1970.15071087422.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.1967.15065564602.0",
24
+ "@salutejs/plasma-new-hope": "0.324.0-canary.1970.15071087422.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": "1c0673275c25bc936b677d81d7d8181d2bd2b107"
114
+ "gitHead": "2e77e139f1eced55b0a852eeef93c5740c4b3543"
115
115
  }