mbt-puzzle-preview-lb 1.0.1 → 1.0.2

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/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { ActionButton } from '@ui/action-button';
1
+ import { ActionButton } from './ui/action-button';
2
2
  export default ActionButton;
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { ActionButton } from '@ui/action-button';
1
+ import { ActionButton } from './ui/action-button';
2
2
  export default ActionButton;
@@ -26,7 +26,7 @@ export var ButtonStyled = styled.button(templateObject_10 || (templateObject_10
26
26
  return $type === TYPE_VALUES.BASIC_GLOW ? '6px' : '7px';
27
27
  }, function (_a) {
28
28
  var $type = _a.$type;
29
- return ($type === TYPE_VALUES.ACTION_GLOW || $type === TYPE_VALUES.ACTION) && css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-shadow: 0 10px 20px 0 rgb(73 123 255 / 70%) inset;\n background: var(--action-background-gradient);\n\n &:active {\n background: transparent;\n }\n "], ["\n box-shadow: 0 10px 20px 0 rgb(73 123 255 / 70%) inset;\n background: var(--action-background-gradient);\n\n &:active {\n background: transparent;\n }\n "])));
29
+ return ($type === TYPE_VALUES.ACTION_GLOW || $type === TYPE_VALUES.ACTION) && css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-shadow: 0 10px 20px 0 rgb(73 123 255 / 70%) inset;\n background: var(--action-background-gradient);\n &:active {\n background: transparent;\n }\n "], ["\n box-shadow: 0 10px 20px 0 rgb(73 123 255 / 70%) inset;\n background: var(--action-background-gradient);\n &:active {\n background: transparent;\n }\n "])));
30
30
  }, function (_a) {
31
31
  var $size = _a.$size, $type = _a.$type;
32
32
  switch ($size) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mbt-puzzle-preview-lb",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",