@salutejs/plasma-web 1.582.0-canary.1970.15071087422.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.
@@ -1,5 +1,5 @@
1
- export { SmartPaginationDots } from '@salutejs/plasma-new-hope/styled-components';
1
+ export { SmartPaginationDots } from '@salutejs/plasma-hope';
2
2
  export type { SmartPaginationDotsProps } from '@salutejs/plasma-hope';
3
- export { PaginationDots } from '@salutejs/plasma-new-hope/styled-components';
4
- export { PaginationDot } from '@salutejs/plasma-new-hope/styled-components';
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 _styledComponents.PaginationDot;
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 _styledComponents.PaginationDots;
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 _styledComponents.SmartPaginationDots;
21
+ return _plasmaHope.SmartPaginationDots;
22
22
  }
23
23
  });
24
- var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
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; }
@@ -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, 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';
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-new-hope/styled-components';
2
- export { PaginationDots } from '@salutejs/plasma-new-hope/styled-components';
3
- export { PaginationDot } from '@salutejs/plasma-new-hope/styled-components';
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.1970.15071087422.0",
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.1970.15071087422.0",
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": "2e77e139f1eced55b0a852eeef93c5740c4b3543"
114
+ "gitHead": "d89aba32cd0c6e898ea71f5ba4ae39a23ba38ecc"
115
115
  }