@prom-ui/core 1.0.0-alpha.2 → 1.0.0-alpha.4

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.
Files changed (137) hide show
  1. package/Avatar/package.json +1 -1
  2. package/Backdrop/package.json +1 -1
  3. package/Body/cjs/index.development.js +10 -5
  4. package/Body/cjs/index.development.v2.js +10 -5
  5. package/Body/cjs/index.production.js +1 -1
  6. package/Body/cjs/index.production.v2.js +1 -1
  7. package/Body/index.d.ts +35 -2
  8. package/Body/package.json +1 -1
  9. package/BodyProvider/package.json +1 -1
  10. package/Box/index.d.ts +1 -1
  11. package/Box/package.json +1 -1
  12. package/Button/index.d.ts +1 -1
  13. package/Button/package.json +1 -1
  14. package/ButtonPageUp/index.d.ts +2 -2
  15. package/ButtonPageUp/package.json +1 -1
  16. package/Checkbox/package.json +1 -1
  17. package/Flex/cjs/index.development.js +6 -6
  18. package/Flex/cjs/index.development.v2.js +6 -6
  19. package/Flex/cjs/index.production.js +1 -1
  20. package/Flex/cjs/index.production.v2.js +1 -1
  21. package/Flex/index.d.ts +34 -2
  22. package/Flex/package.json +1 -1
  23. package/Grid/cjs/index.development.js +6 -6
  24. package/Grid/cjs/index.development.v2.js +6 -6
  25. package/Grid/cjs/index.production.js +1 -1
  26. package/Grid/cjs/index.production.v2.js +1 -1
  27. package/Grid/index.d.ts +46 -2
  28. package/Grid/package.json +1 -1
  29. package/Icon/index.d.ts +1 -1
  30. package/Icon/package.json +1 -1
  31. package/Image/cjs/index.development.js +3 -5
  32. package/Image/cjs/index.development.v2.js +3 -5
  33. package/Image/cjs/index.production.js +1 -1
  34. package/Image/cjs/index.production.v2.js +1 -1
  35. package/Image/index.d.ts +42 -2
  36. package/Image/package.json +1 -1
  37. package/ImageEmoji/cjs/index.development.js +2 -0
  38. package/ImageEmoji/cjs/index.development.v2.js +2 -0
  39. package/ImageEmoji/index.d.ts +6 -8
  40. package/ImageEmoji/package.json +1 -1
  41. package/Input/index.d.ts +1 -1
  42. package/Input/package.json +1 -1
  43. package/InputField/index.d.ts +1 -1
  44. package/InputField/package.json +1 -1
  45. package/KeyPress/package.json +1 -1
  46. package/Line/cjs/index.development.js +3 -5
  47. package/Line/cjs/index.development.v2.js +3 -5
  48. package/Line/cjs/index.production.js +1 -1
  49. package/Line/cjs/index.production.v2.js +1 -1
  50. package/Line/index.d.ts +13 -2
  51. package/Line/package.json +1 -1
  52. package/Link/index.d.ts +1 -1
  53. package/Link/package.json +1 -1
  54. package/List/cjs/index.development.js +6 -6
  55. package/List/cjs/index.development.v2.js +6 -6
  56. package/List/cjs/index.production.js +1 -1
  57. package/List/cjs/index.production.v2.js +1 -1
  58. package/List/index.d.ts +23 -2
  59. package/List/package.json +1 -1
  60. package/Media/package.json +1 -1
  61. package/OutsideClick/package.json +1 -1
  62. package/Overlay/package.json +1 -1
  63. package/Picture/cjs/index.development.js +5 -6
  64. package/Picture/cjs/index.development.v2.js +5 -6
  65. package/Picture/cjs/index.production.js +1 -1
  66. package/Picture/cjs/index.production.v2.js +1 -1
  67. package/Picture/index.d.ts +69 -2
  68. package/Picture/package.json +1 -1
  69. package/Portal/package.json +1 -1
  70. package/QRCode/package.json +1 -1
  71. package/Rating/package.json +1 -1
  72. package/SafeQuery/package.json +1 -1
  73. package/Scroll/cjs/index.development.js +4 -5
  74. package/Scroll/cjs/index.development.v2.js +4 -5
  75. package/Scroll/cjs/index.production.js +1 -1
  76. package/Scroll/cjs/index.production.v2.js +1 -1
  77. package/Scroll/index.d.ts +16 -13
  78. package/Scroll/package.json +1 -1
  79. package/ScrollControls/package.json +1 -1
  80. package/SimpleSlider/package.json +1 -1
  81. package/Skeleton/cjs/index.development.js +6 -8
  82. package/Skeleton/cjs/index.development.v2.js +6 -8
  83. package/Skeleton/cjs/index.production.js +1 -1
  84. package/Skeleton/cjs/index.production.v2.js +1 -1
  85. package/Skeleton/cjs/style.development.css +1 -1
  86. package/Skeleton/cjs/style.development.v2.css +1 -1
  87. package/Skeleton/cjs/style.production.css +1 -1
  88. package/Skeleton/cjs/style.production.v2.css +1 -1
  89. package/Skeleton/index.d.ts +30 -9
  90. package/Skeleton/package.json +1 -1
  91. package/Spinner/cjs/index.development.js +22 -8
  92. package/Spinner/cjs/index.development.v2.js +22 -8
  93. package/Spinner/cjs/index.production.js +1 -1
  94. package/Spinner/cjs/index.production.v2.js +1 -1
  95. package/Spinner/index.d.ts +21 -7
  96. package/Spinner/package.json +1 -1
  97. package/Text/index.d.ts +1 -1
  98. package/Text/package.json +1 -1
  99. package/TextEmoji/index.d.ts +6 -4
  100. package/TextEmoji/package.json +1 -1
  101. package/Tooltip/package.json +1 -1
  102. package/Tumbler/package.json +1 -1
  103. package/base/{evokit.d.ts → types.d.ts} +13 -24
  104. package/package.json +3 -4
  105. package/useDebounce/package.json +1 -1
  106. package/useIsMounted/package.json +1 -1
  107. package/useKeyPress/package.json +1 -1
  108. package/useMedia/package.json +1 -1
  109. package/useOutsideClick/package.json +1 -1
  110. package/usePortal/package.json +1 -1
  111. package/useScrollPosition/package.json +1 -1
  112. package/PortableOverlay/cjs/index.development.js +0 -110
  113. package/PortableOverlay/cjs/index.development.v2.js +0 -110
  114. package/PortableOverlay/cjs/index.production.js +0 -1
  115. package/PortableOverlay/cjs/index.production.v2.js +0 -1
  116. package/PortableOverlay/cjs/style.development.css +0 -1
  117. package/PortableOverlay/cjs/style.development.v2.css +0 -1
  118. package/PortableOverlay/cjs/style.production.css +0 -1
  119. package/PortableOverlay/cjs/style.production.v2.css +0 -1
  120. package/PortableOverlay/index.d.ts +0 -14
  121. package/PortableOverlay/index.js +0 -7
  122. package/PortableOverlay/index.v2.js +0 -7
  123. package/PortableOverlay/package.json +0 -12
  124. package/SideOverlay/blocks.d.ts +0 -14
  125. package/SideOverlay/cjs/index.development.js +0 -208
  126. package/SideOverlay/cjs/index.development.v2.js +0 -208
  127. package/SideOverlay/cjs/index.production.js +0 -1
  128. package/SideOverlay/cjs/index.production.v2.js +0 -1
  129. package/SideOverlay/cjs/style.development.css +0 -1
  130. package/SideOverlay/cjs/style.development.v2.css +0 -1
  131. package/SideOverlay/cjs/style.production.css +0 -1
  132. package/SideOverlay/cjs/style.production.v2.css +0 -1
  133. package/SideOverlay/index.d.ts +0 -46
  134. package/SideOverlay/index.js +0 -7
  135. package/SideOverlay/index.v2.js +0 -7
  136. package/SideOverlay/package.json +0 -14
  137. package/SideOverlay/utils.d.ts +0 -8
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Avatar",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Backdrop",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -4,11 +4,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var evokitBody = require('evokit-body');
6
6
 
7
+ var BodySection = evokitBody.Body.Section;
8
+ var Body = evokitBody.Body;
9
+ Body.Section = BodySection;
10
+ // Body.defaultProps = {
11
+ // 'flex-preset': { css },
12
+ // };
13
+ // BodySection.defaultProps = {
14
+ // 'flex-item-preset': { css },
15
+ // };
7
16
 
8
-
9
- Object.defineProperty(exports, 'Body', {
10
- enumerable: true,
11
- get: function () { return evokitBody.Body; }
12
- });
17
+ exports.Body = Body;
13
18
 
14
19
  require('./style.development.css');
@@ -4,11 +4,16 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var evokitBody = require('evokit-body');
6
6
 
7
+ var BodySection = evokitBody.Body.Section;
8
+ var Body = evokitBody.Body;
9
+ Body.Section = BodySection;
10
+ // Body.defaultProps = {
11
+ // 'flex-preset': { css },
12
+ // };
13
+ // BodySection.defaultProps = {
14
+ // 'flex-item-preset': { css },
15
+ // };
7
16
 
8
-
9
- Object.defineProperty(exports, 'Body', {
10
- enumerable: true,
11
- get: function () { return evokitBody.Body; }
12
- });
17
+ exports.Body = Body;
13
18
 
14
19
  require('./style.development.v2.css');
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-body");Object.defineProperty(exports,"Body",{enumerable:!0,get:function(){return e.Body}}),require("./style.production.css");
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-body"),o=e.Body.Section,r=e.Body;r.Section=o,exports.Body=r,require("./style.production.css");
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-body");Object.defineProperty(exports,"Body",{enumerable:!0,get:function(){return e.Body}}),require("./style.production.v2.css");
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-body"),o=e.Body.Section,r=e.Body;r.Section=o,exports.Body=r,require("./style.production.v2.css");
package/Body/index.d.ts CHANGED
@@ -1,3 +1,36 @@
1
- import { Body } from 'evokit-body';
1
+ import type { CreateBlock, EvokitProp, EvokitMediaSufix } from '@prom-ui/core/base/types';
2
2
  import './style.css';
3
- export { Body };
3
+ type BodySectionDisplay = EvokitMediaSufix<'block' | 'none'>;
4
+ type BodySectionHeight = EvokitMediaSufix<'auto' | 'inherit' | '1-1'>;
5
+ export type BodySectionProps = {
6
+ 'body-section-display'?: EvokitProp<BodySectionDisplay>;
7
+ 'body-section-height'?: EvokitProp<BodySectionHeight>;
8
+ };
9
+ type BodyThemes = EvokitMediaSufix<'black-100' | 'black-900' | 'white'>;
10
+ type BodyDisplay = EvokitMediaSufix<'block' | 'none'>;
11
+ type BodyIndent = EvokitMediaSufix<'none' | 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | '3xl' | '4xl' | '5xl'>;
12
+ type BodyOverflowAnchor = EvokitMediaSufix<'auto' | 'none'>;
13
+ type BodyOverflow = EvokitMediaSufix<'auto' | 'hidden' | 'scroll' | 'visible'>;
14
+ type BodyWidth = EvokitMediaSufix<'none' | 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | '3xl' | '4xl' | '5xl'>;
15
+ export type BodyProps = {
16
+ 'body-background'?: EvokitProp<BodyThemes>;
17
+ 'body-color'?: EvokitProp<BodyThemes>;
18
+ 'body-display'?: EvokitProp<BodyDisplay>;
19
+ 'body-indent'?: EvokitProp<BodyIndent>;
20
+ 'body-overflow-anchor'?: EvokitProp<BodyOverflowAnchor>;
21
+ 'body-overflow'?: EvokitProp<BodyOverflow | `${BodyOverflow} ${string}`>;
22
+ /** @ignore */
23
+ 'body-overflow-x'?: EvokitProp<BodyOverflow>;
24
+ /** @ignore */
25
+ 'body-overflow-y'?: EvokitProp<BodyOverflow>;
26
+ 'body-width'?: EvokitProp<BodyWidth | `${BodyWidth} ${string}`>;
27
+ /** @ignore */
28
+ 'body-width-min'?: EvokitProp<BodyWidth>;
29
+ /** @ignore */
30
+ 'body-width-max'?: EvokitProp<BodyWidth>;
31
+ };
32
+ declare const BodySection: CreateBlock<'div', 'body-section', BodySectionProps>;
33
+ export declare const Body: CreateBlock<'body', 'body', BodyProps> & {
34
+ Section: typeof BodySection;
35
+ };
36
+ export {};
package/Body/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Body",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/BodyProvider",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
package/Box/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { CreateBlock, EvokitProp, EvokitMediaSufix } from '@prom-ui/core/base/evokit';
1
+ import type { CreateBlock, EvokitProp, EvokitMediaSufix } from '@prom-ui/core/base/types';
2
2
  type BoxThemes = EvokitMediaSufix<'black-100' | 'black-200' | 'black-300' | 'black-400' | 'black-600' | 'black-700' | 'black-800' | 'black-900' | 'green-50' | 'green-500' | 'green-700' | 'red-50' | 'red-100' | 'red-500' | 'violet-50' | 'violet-100' | 'violet-500' | 'violet-700' | 'violet-800' | 'white' | 'yellow-50' | 'yellow-100' | 'yellow-200' | 'yellow-500'>;
3
3
  type BoxBorderWidth = EvokitMediaSufix<'none' | 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl' | '3xl' | '4xl' | '5xl'>;
4
4
  type BoxBorderStyle = EvokitMediaSufix<'solid' | 'dotted' | 'dashed'>;
package/Box/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Box",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
package/Button/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { CreateBlock, EvokitProp, EvokitMediaSufix } from '@prom-ui/core/base/evokit';
1
+ import type { CreateBlock, EvokitProp, EvokitMediaSufix } from '@prom-ui/core/base/types';
2
2
  type ButtonDisplay = EvokitMediaSufix<'inline-flex' | 'none'>;
3
3
  type ButtonEvents = EvokitMediaSufix<'auto' | 'none'>;
4
4
  type ButtonHeight = EvokitMediaSufix<'auto' | 'inherit' | '1-1'>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Button",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { ButtonProps } from '@prom-ui/core/Button';
3
- export type ButtonPageUpProps = ButtonProps & {
2
+ import type { ButtonProps } from '@prom-ui/core/Button';
3
+ export type ButtonPageUpProps = React.ComponentPropsWithoutRef<'button'> & ButtonProps & {
4
4
  /** Задержка в `ms` */
5
5
  scrollDelay?: number;
6
6
  /** Смещение скрола для отображения в `px` */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/ButtonPageUp",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Checkbox",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -6,20 +6,20 @@ var evokitFlex = require('evokit-flex');
6
6
 
7
7
  var css = {"ek-flex":"Flex__ek-flex___Ekgwv","ek-flex__item":"Flex__ek-flex__item___s97UX","ek-flex__item_display_block":"Flex__ek-flex__item_display_block___Rgs0P","ek-flex__item_display_none":"Flex__ek-flex__item_display_none___0zVpN","ek-flex__item_align_start":"Flex__ek-flex__item_align_start___u67AK","ek-flex__item_align_end":"Flex__ek-flex__item_align_end___K7fVg","ek-flex__item_align_center":"Flex__ek-flex__item_align_center___meKKt","ek-flex__item_align_baseline":"Flex__ek-flex__item_align_baseline___kZcLY","ek-flex__item_align_stretch":"Flex__ek-flex__item_align_stretch___oC0kP","ek-flex__item_order_0":"Flex__ek-flex__item_order_0___9ROY0","ek-flex__item_order_1":"Flex__ek-flex__item_order_1___oMPDD","ek-flex__item_order_2":"Flex__ek-flex__item_order_2___OHTuw","ek-flex__item_order_3":"Flex__ek-flex__item_order_3___tkTgx","ek-flex__item_order_4":"Flex__ek-flex__item_order_4___iVbXB","ek-flex__item_order_5":"Flex__ek-flex__item_order_5___Lxonp","ek-flex__item_order_6":"Flex__ek-flex__item_order_6___JOKUh","ek-flex__item_order_7":"Flex__ek-flex__item_order_7___-Flnq","ek-flex__item_order_8":"Flex__ek-flex__item_order_8___V-f-C","ek-flex__item_order_9":"Flex__ek-flex__item_order_9___gmeNu","ek-flex__item_order_10":"Flex__ek-flex__item_order_10___qQ8I3","ek-flex__item_empty_hidden":"Flex__ek-flex__item_empty_hidden___c7RIN","ek-flex_display_flex":"Flex__ek-flex_display_flex___VHsXs","ek-flex_display_inline-flex":"Flex__ek-flex_display_inline-flex___afsWs","ek-flex_display_none":"Flex__ek-flex_display_none___11fAI","ek-flex_content_start":"Flex__ek-flex_content_start___0ZDma","ek-flex_content-align_start":"Flex__ek-flex_content-align_start___RVq99","ek-flex_content-justify_start":"Flex__ek-flex_content-justify_start___PAy6n","ek-flex_content_end":"Flex__ek-flex_content_end___O7wqF","ek-flex_content-align_end":"Flex__ek-flex_content-align_end___Wb2Y-","ek-flex_content-justify_end":"Flex__ek-flex_content-justify_end___Eu-Ok","ek-flex_content_center":"Flex__ek-flex_content_center___8Z7vT","ek-flex_content-align_center":"Flex__ek-flex_content-align_center___vTTwi","ek-flex_content-justify_center":"Flex__ek-flex_content-justify_center___Ar-yr","ek-flex_content_between":"Flex__ek-flex_content_between___SFgsk","ek-flex_content-align_between":"Flex__ek-flex_content-align_between___gm2py","ek-flex_content-justify_between":"Flex__ek-flex_content-justify_between___GFMnf","ek-flex_content_around":"Flex__ek-flex_content_around___GOUeJ","ek-flex_content-align_around":"Flex__ek-flex_content-align_around___axBC0","ek-flex_content-justify_around":"Flex__ek-flex_content-justify_around___t4FVV","ek-flex_content_stretch":"Flex__ek-flex_content_stretch___2g2sA","ek-flex_content-align_stretch":"Flex__ek-flex_content-align_stretch___OxWlV","ek-flex_content-justify_stretch":"Flex__ek-flex_content-justify_stretch___tgNuU","ek-flex_items_start":"Flex__ek-flex_items_start___8hixr","ek-flex_items_end":"Flex__ek-flex_items_end___UZCez","ek-flex_items_center":"Flex__ek-flex_items_center___CSxkQ","ek-flex_items_baseline":"Flex__ek-flex_items_baseline___uulaD","ek-flex_items_stretch":"Flex__ek-flex_items_stretch___78TDd","ek-flex_direction_row":"Flex__ek-flex_direction_row___0Cdl5","ek-flex_direction_row-reverse":"Flex__ek-flex_direction_row-reverse___-4b05","ek-flex_direction_column":"Flex__ek-flex_direction_column___BrJgz","ek-flex_direction_column-reverse":"Flex__ek-flex_direction_column-reverse___PrAzv","ek-flex_wrap_nowrap":"Flex__ek-flex_wrap_nowrap___df3jW","ek-flex_wrap_wrap":"Flex__ek-flex_wrap_wrap___EDmnC","ek-flex_wrap_wrap-reverse":"Flex__ek-flex_wrap_wrap-reverse___z7Nop","ek-flex_height_auto":"Flex__ek-flex_height_auto___cLU-q","ek-flex_height_inherit":"Flex__ek-flex_height_inherit___trSbN","ek-flex_height_1-1":"Flex__ek-flex_height_1-1___7olBc","ek-flex__item_display_block@small":"Flex__ek-flex__item_display_block--small___O2otV","ek-flex__item_display_none@small":"Flex__ek-flex__item_display_none--small___wWV2y","ek-flex__item_align_start@small":"Flex__ek-flex__item_align_start--small___9tir2","ek-flex__item_align_end@small":"Flex__ek-flex__item_align_end--small___OAWVk","ek-flex__item_align_center@small":"Flex__ek-flex__item_align_center--small___z6o1V","ek-flex__item_align_baseline@small":"Flex__ek-flex__item_align_baseline--small___shWs-","ek-flex__item_align_stretch@small":"Flex__ek-flex__item_align_stretch--small___Bml-z","ek-flex__item_order_0@small":"Flex__ek-flex__item_order_0--small___Dkv2s","ek-flex__item_order_1@small":"Flex__ek-flex__item_order_1--small___iPvn0","ek-flex__item_order_2@small":"Flex__ek-flex__item_order_2--small___xg5uR","ek-flex__item_order_3@small":"Flex__ek-flex__item_order_3--small___5CzCg","ek-flex__item_order_4@small":"Flex__ek-flex__item_order_4--small___USXxd","ek-flex__item_order_5@small":"Flex__ek-flex__item_order_5--small___yB9Ez","ek-flex__item_order_6@small":"Flex__ek-flex__item_order_6--small___-9DaY","ek-flex__item_order_7@small":"Flex__ek-flex__item_order_7--small___eG6TW","ek-flex__item_order_8@small":"Flex__ek-flex__item_order_8--small___Ic7u4","ek-flex__item_order_9@small":"Flex__ek-flex__item_order_9--small___0klgH","ek-flex__item_order_10@small":"Flex__ek-flex__item_order_10--small___p1l3f","ek-flex__item_empty_hidden@small":"Flex__ek-flex__item_empty_hidden--small___IMLfb","ek-flex_display_flex@small":"Flex__ek-flex_display_flex--small___y1K5X","ek-flex_display_inline-flex@small":"Flex__ek-flex_display_inline-flex--small___arayJ","ek-flex_display_none@small":"Flex__ek-flex_display_none--small___h0GoR","ek-flex_content_start@small":"Flex__ek-flex_content_start--small___haLV9","ek-flex_content-align_start@small":"Flex__ek-flex_content-align_start--small___RFcr2","ek-flex_content-justify_start@small":"Flex__ek-flex_content-justify_start--small___-0zHa","ek-flex_content_end@small":"Flex__ek-flex_content_end--small___rJcNV","ek-flex_content-align_end@small":"Flex__ek-flex_content-align_end--small___4BTcT","ek-flex_content-justify_end@small":"Flex__ek-flex_content-justify_end--small___lwPTY","ek-flex_content_center@small":"Flex__ek-flex_content_center--small___gJkEW","ek-flex_content-align_center@small":"Flex__ek-flex_content-align_center--small___pf4FC","ek-flex_content-justify_center@small":"Flex__ek-flex_content-justify_center--small___3lgW5","ek-flex_content_between@small":"Flex__ek-flex_content_between--small___9dxmH","ek-flex_content-align_between@small":"Flex__ek-flex_content-align_between--small___M-oqH","ek-flex_content-justify_between@small":"Flex__ek-flex_content-justify_between--small___pHyeo","ek-flex_content_around@small":"Flex__ek-flex_content_around--small___S9lqT","ek-flex_content-align_around@small":"Flex__ek-flex_content-align_around--small___UQ2CB","ek-flex_content-justify_around@small":"Flex__ek-flex_content-justify_around--small___JThPg","ek-flex_content_stretch@small":"Flex__ek-flex_content_stretch--small___yJDe7","ek-flex_content-align_stretch@small":"Flex__ek-flex_content-align_stretch--small___ykoOL","ek-flex_content-justify_stretch@small":"Flex__ek-flex_content-justify_stretch--small___JPvN0","ek-flex_items_start@small":"Flex__ek-flex_items_start--small___mEp0Z","ek-flex_items_end@small":"Flex__ek-flex_items_end--small___t15jw","ek-flex_items_center@small":"Flex__ek-flex_items_center--small___gAFEO","ek-flex_items_baseline@small":"Flex__ek-flex_items_baseline--small___r6Q24","ek-flex_items_stretch@small":"Flex__ek-flex_items_stretch--small___Ro8dh","ek-flex_direction_row@small":"Flex__ek-flex_direction_row--small___kwOMV","ek-flex_direction_row-reverse@small":"Flex__ek-flex_direction_row-reverse--small___auY-N","ek-flex_direction_column@small":"Flex__ek-flex_direction_column--small___v733a","ek-flex_direction_column-reverse@small":"Flex__ek-flex_direction_column-reverse--small___Z62s8","ek-flex_wrap_nowrap@small":"Flex__ek-flex_wrap_nowrap--small___dTdfs","ek-flex_wrap_wrap@small":"Flex__ek-flex_wrap_wrap--small___f-dpo","ek-flex_wrap_wrap-reverse@small":"Flex__ek-flex_wrap_wrap-reverse--small___bbf4E","ek-flex_height_auto@small":"Flex__ek-flex_height_auto--small___8jj7X","ek-flex_height_inherit@small":"Flex__ek-flex_height_inherit--small___lj-1b","ek-flex_height_1-1@small":"Flex__ek-flex_height_1-1--small___gN00n","ek-flex__item_display_block@medium":"Flex__ek-flex__item_display_block--medium___tE3ph","ek-flex__item_display_none@medium":"Flex__ek-flex__item_display_none--medium___1AORx","ek-flex__item_align_start@medium":"Flex__ek-flex__item_align_start--medium___OJnb6","ek-flex__item_align_end@medium":"Flex__ek-flex__item_align_end--medium___PXld6","ek-flex__item_align_center@medium":"Flex__ek-flex__item_align_center--medium___DP6wi","ek-flex__item_align_baseline@medium":"Flex__ek-flex__item_align_baseline--medium___iqGRt","ek-flex__item_align_stretch@medium":"Flex__ek-flex__item_align_stretch--medium___HS3A-","ek-flex__item_order_0@medium":"Flex__ek-flex__item_order_0--medium___OEHum","ek-flex__item_order_1@medium":"Flex__ek-flex__item_order_1--medium___SjBQ3","ek-flex__item_order_2@medium":"Flex__ek-flex__item_order_2--medium___mauDx","ek-flex__item_order_3@medium":"Flex__ek-flex__item_order_3--medium___gwAc3","ek-flex__item_order_4@medium":"Flex__ek-flex__item_order_4--medium___u52Wb","ek-flex__item_order_5@medium":"Flex__ek-flex__item_order_5--medium___A5aa1","ek-flex__item_order_6@medium":"Flex__ek-flex__item_order_6--medium___ZqzPj","ek-flex__item_order_7@medium":"Flex__ek-flex__item_order_7--medium___HZ-1n","ek-flex__item_order_8@medium":"Flex__ek-flex__item_order_8--medium___W7kAu","ek-flex__item_order_9@medium":"Flex__ek-flex__item_order_9--medium___WIgMJ","ek-flex__item_order_10@medium":"Flex__ek-flex__item_order_10--medium___MW6-p","ek-flex__item_empty_hidden@medium":"Flex__ek-flex__item_empty_hidden--medium___whUtb","ek-flex_display_flex@medium":"Flex__ek-flex_display_flex--medium___zVu-k","ek-flex_display_inline-flex@medium":"Flex__ek-flex_display_inline-flex--medium___SSrzU","ek-flex_display_none@medium":"Flex__ek-flex_display_none--medium___pBzQW","ek-flex_content_start@medium":"Flex__ek-flex_content_start--medium___W5VT9","ek-flex_content-align_start@medium":"Flex__ek-flex_content-align_start--medium___OKV1N","ek-flex_content-justify_start@medium":"Flex__ek-flex_content-justify_start--medium___DAS0V","ek-flex_content_end@medium":"Flex__ek-flex_content_end--medium___x374T","ek-flex_content-align_end@medium":"Flex__ek-flex_content-align_end--medium___LwNv8","ek-flex_content-justify_end@medium":"Flex__ek-flex_content-justify_end--medium___iqCxW","ek-flex_content_center@medium":"Flex__ek-flex_content_center--medium___H0jQH","ek-flex_content-align_center@medium":"Flex__ek-flex_content-align_center--medium___BBium","ek-flex_content-justify_center@medium":"Flex__ek-flex_content-justify_center--medium___53yKG","ek-flex_content_between@medium":"Flex__ek-flex_content_between--medium___WmEI9","ek-flex_content-align_between@medium":"Flex__ek-flex_content-align_between--medium___93LNI","ek-flex_content-justify_between@medium":"Flex__ek-flex_content-justify_between--medium___t-ePT","ek-flex_content_around@medium":"Flex__ek-flex_content_around--medium___dRYXw","ek-flex_content-align_around@medium":"Flex__ek-flex_content-align_around--medium___dgopR","ek-flex_content-justify_around@medium":"Flex__ek-flex_content-justify_around--medium___blA1z","ek-flex_content_stretch@medium":"Flex__ek-flex_content_stretch--medium___BbXir","ek-flex_content-align_stretch@medium":"Flex__ek-flex_content-align_stretch--medium___AggRB","ek-flex_content-justify_stretch@medium":"Flex__ek-flex_content-justify_stretch--medium___FdeBE","ek-flex_items_start@medium":"Flex__ek-flex_items_start--medium___5ksg4","ek-flex_items_end@medium":"Flex__ek-flex_items_end--medium___Vycqb","ek-flex_items_center@medium":"Flex__ek-flex_items_center--medium___UNtsX","ek-flex_items_baseline@medium":"Flex__ek-flex_items_baseline--medium___TKBt-","ek-flex_items_stretch@medium":"Flex__ek-flex_items_stretch--medium___m4e3S","ek-flex_direction_row@medium":"Flex__ek-flex_direction_row--medium___4RHMd","ek-flex_direction_row-reverse@medium":"Flex__ek-flex_direction_row-reverse--medium___ogp2I","ek-flex_direction_column@medium":"Flex__ek-flex_direction_column--medium___r6hJj","ek-flex_direction_column-reverse@medium":"Flex__ek-flex_direction_column-reverse--medium___l3-L-","ek-flex_wrap_nowrap@medium":"Flex__ek-flex_wrap_nowrap--medium___TtLAa","ek-flex_wrap_wrap@medium":"Flex__ek-flex_wrap_wrap--medium___uZcW5","ek-flex_wrap_wrap-reverse@medium":"Flex__ek-flex_wrap_wrap-reverse--medium___h8dBc","ek-flex_height_auto@medium":"Flex__ek-flex_height_auto--medium___WLmSR","ek-flex_height_inherit@medium":"Flex__ek-flex_height_inherit--medium___qHWje","ek-flex_height_1-1@medium":"Flex__ek-flex_height_1-1--medium___8ElT-","ek-flex__item_display_block@large":"Flex__ek-flex__item_display_block--large___0YYUO","ek-flex__item_display_none@large":"Flex__ek-flex__item_display_none--large___ulwYD","ek-flex__item_align_start@large":"Flex__ek-flex__item_align_start--large___PLhAn","ek-flex__item_align_end@large":"Flex__ek-flex__item_align_end--large___q73ch","ek-flex__item_align_center@large":"Flex__ek-flex__item_align_center--large___SVumf","ek-flex__item_align_baseline@large":"Flex__ek-flex__item_align_baseline--large___25qMv","ek-flex__item_align_stretch@large":"Flex__ek-flex__item_align_stretch--large___2PT0C","ek-flex__item_order_0@large":"Flex__ek-flex__item_order_0--large___hTzvY","ek-flex__item_order_1@large":"Flex__ek-flex__item_order_1--large___CmLGR","ek-flex__item_order_2@large":"Flex__ek-flex__item_order_2--large___H9PaM","ek-flex__item_order_3@large":"Flex__ek-flex__item_order_3--large___lK2dk","ek-flex__item_order_4@large":"Flex__ek-flex__item_order_4--large___8HAcv","ek-flex__item_order_5@large":"Flex__ek-flex__item_order_5--large___aqiC8","ek-flex__item_order_6@large":"Flex__ek-flex__item_order_6--large___pj2tR","ek-flex__item_order_7@large":"Flex__ek-flex__item_order_7--large___PDD42","ek-flex__item_order_8@large":"Flex__ek-flex__item_order_8--large___h0V8p","ek-flex__item_order_9@large":"Flex__ek-flex__item_order_9--large___IzzhZ","ek-flex__item_order_10@large":"Flex__ek-flex__item_order_10--large___kDdwy","ek-flex__item_empty_hidden@large":"Flex__ek-flex__item_empty_hidden--large___QqfKH","ek-flex_display_flex@large":"Flex__ek-flex_display_flex--large___yeKsG","ek-flex_display_inline-flex@large":"Flex__ek-flex_display_inline-flex--large___UnoXn","ek-flex_display_none@large":"Flex__ek-flex_display_none--large___C3wO-","ek-flex_content_start@large":"Flex__ek-flex_content_start--large___PJbRs","ek-flex_content-align_start@large":"Flex__ek-flex_content-align_start--large___FHHns","ek-flex_content-justify_start@large":"Flex__ek-flex_content-justify_start--large___6uxvn","ek-flex_content_end@large":"Flex__ek-flex_content_end--large___AW2iT","ek-flex_content-align_end@large":"Flex__ek-flex_content-align_end--large___t0ytb","ek-flex_content-justify_end@large":"Flex__ek-flex_content-justify_end--large___tI9QF","ek-flex_content_center@large":"Flex__ek-flex_content_center--large___NtwPc","ek-flex_content-align_center@large":"Flex__ek-flex_content-align_center--large___1dkcu","ek-flex_content-justify_center@large":"Flex__ek-flex_content-justify_center--large___N4UyT","ek-flex_content_between@large":"Flex__ek-flex_content_between--large___LvU8g","ek-flex_content-align_between@large":"Flex__ek-flex_content-align_between--large___0uUSf","ek-flex_content-justify_between@large":"Flex__ek-flex_content-justify_between--large___ybZf1","ek-flex_content_around@large":"Flex__ek-flex_content_around--large___LqG4K","ek-flex_content-align_around@large":"Flex__ek-flex_content-align_around--large___7MjpW","ek-flex_content-justify_around@large":"Flex__ek-flex_content-justify_around--large___1jpHy","ek-flex_content_stretch@large":"Flex__ek-flex_content_stretch--large___oSGCv","ek-flex_content-align_stretch@large":"Flex__ek-flex_content-align_stretch--large___EJd1M","ek-flex_content-justify_stretch@large":"Flex__ek-flex_content-justify_stretch--large___xiO99","ek-flex_items_start@large":"Flex__ek-flex_items_start--large___Jo-HX","ek-flex_items_end@large":"Flex__ek-flex_items_end--large___lumaU","ek-flex_items_center@large":"Flex__ek-flex_items_center--large___Fjzu3","ek-flex_items_baseline@large":"Flex__ek-flex_items_baseline--large___m9DaV","ek-flex_items_stretch@large":"Flex__ek-flex_items_stretch--large___-VU-k","ek-flex_direction_row@large":"Flex__ek-flex_direction_row--large___dD4DB","ek-flex_direction_row-reverse@large":"Flex__ek-flex_direction_row-reverse--large___14DJ5","ek-flex_direction_column@large":"Flex__ek-flex_direction_column--large___mFM7l","ek-flex_direction_column-reverse@large":"Flex__ek-flex_direction_column-reverse--large___xH3dk","ek-flex_wrap_nowrap@large":"Flex__ek-flex_wrap_nowrap--large___Gyen6","ek-flex_wrap_wrap@large":"Flex__ek-flex_wrap_wrap--large___QoA6P","ek-flex_wrap_wrap-reverse@large":"Flex__ek-flex_wrap_wrap-reverse--large___gBHir","ek-flex_height_auto@large":"Flex__ek-flex_height_auto--large___zEhpy","ek-flex_height_inherit@large":"Flex__ek-flex_height_inherit--large___gRq8f","ek-flex_height_1-1@large":"Flex__ek-flex_height_1-1--large___26-gt"};
8
8
 
9
- evokitFlex.Flex.defaultProps = {
9
+ var FlexItem = evokitFlex.Flex.Item;
10
+ var Flex = evokitFlex.Flex;
11
+ Flex.Item = FlexItem;
12
+ Flex.defaultProps = {
10
13
  'flex-preset': {
11
14
  css: css
12
15
  }
13
16
  };
14
- evokitFlex.Flex.Item.defaultProps = {
17
+ FlexItem.defaultProps = {
15
18
  'flex-item-preset': {
16
19
  css: css
17
20
  }
18
21
  };
19
22
 
20
- Object.defineProperty(exports, 'Flex', {
21
- enumerable: true,
22
- get: function () { return evokitFlex.Flex; }
23
- });
23
+ exports.Flex = Flex;
24
24
 
25
25
  require('./style.development.css');
@@ -6,20 +6,20 @@ var evokitFlex = require('evokit-flex');
6
6
 
7
7
  var css = {"ek-flex":"Flex__ek-flex___r3GR4","ek-flex__item":"Flex__ek-flex__item___zb-Ib","ek-flex__item_display_block":"Flex__ek-flex__item_display_block___sk9DW","ek-flex__item_display_none":"Flex__ek-flex__item_display_none___Ph6-P","ek-flex__item_align_start":"Flex__ek-flex__item_align_start___iLkJk","ek-flex__item_align_end":"Flex__ek-flex__item_align_end___H3Qqb","ek-flex__item_align_center":"Flex__ek-flex__item_align_center___wwUNz","ek-flex__item_align_baseline":"Flex__ek-flex__item_align_baseline___oTTkA","ek-flex__item_align_stretch":"Flex__ek-flex__item_align_stretch___e31L7","ek-flex__item_order_0":"Flex__ek-flex__item_order_0___aERem","ek-flex__item_order_1":"Flex__ek-flex__item_order_1___rhLHc","ek-flex__item_order_2":"Flex__ek-flex__item_order_2___vCo2h","ek-flex__item_order_3":"Flex__ek-flex__item_order_3___RwWrX","ek-flex__item_order_4":"Flex__ek-flex__item_order_4___15F8J","ek-flex__item_order_5":"Flex__ek-flex__item_order_5___5ODVP","ek-flex__item_order_6":"Flex__ek-flex__item_order_6___HuP8L","ek-flex__item_order_7":"Flex__ek-flex__item_order_7___1pPYl","ek-flex__item_order_8":"Flex__ek-flex__item_order_8___1Xfbs","ek-flex__item_order_9":"Flex__ek-flex__item_order_9___DsOVn","ek-flex__item_order_10":"Flex__ek-flex__item_order_10___1h8yx","ek-flex__item_empty_hidden":"Flex__ek-flex__item_empty_hidden___p2KBa","ek-flex_display_flex":"Flex__ek-flex_display_flex___aXBOp","ek-flex_display_inline-flex":"Flex__ek-flex_display_inline-flex___-ltCz","ek-flex_display_none":"Flex__ek-flex_display_none___ncxp2","ek-flex_content_start":"Flex__ek-flex_content_start___lseqo","ek-flex_content-align_start":"Flex__ek-flex_content-align_start___G3-Sg","ek-flex_content-justify_start":"Flex__ek-flex_content-justify_start___nkYyQ","ek-flex_content_end":"Flex__ek-flex_content_end___lgaCU","ek-flex_content-align_end":"Flex__ek-flex_content-align_end___fds0X","ek-flex_content-justify_end":"Flex__ek-flex_content-justify_end___lvAxj","ek-flex_content_center":"Flex__ek-flex_content_center___UJkAR","ek-flex_content-align_center":"Flex__ek-flex_content-align_center___lxxTS","ek-flex_content-justify_center":"Flex__ek-flex_content-justify_center___uI21x","ek-flex_content_between":"Flex__ek-flex_content_between___DV1tR","ek-flex_content-align_between":"Flex__ek-flex_content-align_between___c-0-p","ek-flex_content-justify_between":"Flex__ek-flex_content-justify_between___JCE0A","ek-flex_content_around":"Flex__ek-flex_content_around___OQI6E","ek-flex_content-align_around":"Flex__ek-flex_content-align_around___C87Uw","ek-flex_content-justify_around":"Flex__ek-flex_content-justify_around___2Qi0C","ek-flex_content_stretch":"Flex__ek-flex_content_stretch___EwG80","ek-flex_content-align_stretch":"Flex__ek-flex_content-align_stretch___0IrFI","ek-flex_content-justify_stretch":"Flex__ek-flex_content-justify_stretch___8JyaN","ek-flex_items_start":"Flex__ek-flex_items_start___ZIWcI","ek-flex_items_end":"Flex__ek-flex_items_end___2F9IP","ek-flex_items_center":"Flex__ek-flex_items_center___PmLAS","ek-flex_items_baseline":"Flex__ek-flex_items_baseline___kkQrG","ek-flex_items_stretch":"Flex__ek-flex_items_stretch___661gd","ek-flex_direction_row":"Flex__ek-flex_direction_row___C994l","ek-flex_direction_row-reverse":"Flex__ek-flex_direction_row-reverse___pMrVK","ek-flex_direction_column":"Flex__ek-flex_direction_column___8Z505","ek-flex_direction_column-reverse":"Flex__ek-flex_direction_column-reverse___medxZ","ek-flex_wrap_nowrap":"Flex__ek-flex_wrap_nowrap___fN1at","ek-flex_wrap_wrap":"Flex__ek-flex_wrap_wrap___wWSCz","ek-flex_wrap_wrap-reverse":"Flex__ek-flex_wrap_wrap-reverse___KLJRx","ek-flex_height_auto":"Flex__ek-flex_height_auto___56VVe","ek-flex_height_inherit":"Flex__ek-flex_height_inherit___njvtE","ek-flex_height_1-1":"Flex__ek-flex_height_1-1___s6NCT","ek-flex__item_display_block@small":"Flex__ek-flex__item_display_block--small___BlRmh","ek-flex__item_display_none@small":"Flex__ek-flex__item_display_none--small___164mp","ek-flex__item_align_start@small":"Flex__ek-flex__item_align_start--small___f23j3","ek-flex__item_align_end@small":"Flex__ek-flex__item_align_end--small___UK7ZN","ek-flex__item_align_center@small":"Flex__ek-flex__item_align_center--small___MEYoU","ek-flex__item_align_baseline@small":"Flex__ek-flex__item_align_baseline--small___SbppM","ek-flex__item_align_stretch@small":"Flex__ek-flex__item_align_stretch--small___3aE-I","ek-flex__item_order_0@small":"Flex__ek-flex__item_order_0--small___SklRY","ek-flex__item_order_1@small":"Flex__ek-flex__item_order_1--small___9WPhi","ek-flex__item_order_2@small":"Flex__ek-flex__item_order_2--small___bCamV","ek-flex__item_order_3@small":"Flex__ek-flex__item_order_3--small___Qfjbp","ek-flex__item_order_4@small":"Flex__ek-flex__item_order_4--small___S578J","ek-flex__item_order_5@small":"Flex__ek-flex__item_order_5--small___bEwDt","ek-flex__item_order_6@small":"Flex__ek-flex__item_order_6--small___dkLbH","ek-flex__item_order_7@small":"Flex__ek-flex__item_order_7--small___U8Jua","ek-flex__item_order_8@small":"Flex__ek-flex__item_order_8--small___eqCzW","ek-flex__item_order_9@small":"Flex__ek-flex__item_order_9--small___WVY33","ek-flex__item_order_10@small":"Flex__ek-flex__item_order_10--small___DEral","ek-flex__item_empty_hidden@small":"Flex__ek-flex__item_empty_hidden--small___Eusfp","ek-flex_display_flex@small":"Flex__ek-flex_display_flex--small___1o9A4","ek-flex_display_inline-flex@small":"Flex__ek-flex_display_inline-flex--small___2F--A","ek-flex_display_none@small":"Flex__ek-flex_display_none--small___q4whE","ek-flex_content_start@small":"Flex__ek-flex_content_start--small___q6--1","ek-flex_content-align_start@small":"Flex__ek-flex_content-align_start--small___2TL8d","ek-flex_content-justify_start@small":"Flex__ek-flex_content-justify_start--small___Nm6Hk","ek-flex_content_end@small":"Flex__ek-flex_content_end--small___ABKT9","ek-flex_content-align_end@small":"Flex__ek-flex_content-align_end--small___YjPq5","ek-flex_content-justify_end@small":"Flex__ek-flex_content-justify_end--small___TKanV","ek-flex_content_center@small":"Flex__ek-flex_content_center--small___vbRaR","ek-flex_content-align_center@small":"Flex__ek-flex_content-align_center--small___72ssq","ek-flex_content-justify_center@small":"Flex__ek-flex_content-justify_center--small___ZLHwq","ek-flex_content_between@small":"Flex__ek-flex_content_between--small___FBwlT","ek-flex_content-align_between@small":"Flex__ek-flex_content-align_between--small___lYsn7","ek-flex_content-justify_between@small":"Flex__ek-flex_content-justify_between--small___0R---","ek-flex_content_around@small":"Flex__ek-flex_content_around--small___IPo8B","ek-flex_content-align_around@small":"Flex__ek-flex_content-align_around--small___sUpEQ","ek-flex_content-justify_around@small":"Flex__ek-flex_content-justify_around--small___X-0-z","ek-flex_content_stretch@small":"Flex__ek-flex_content_stretch--small___wIyAO","ek-flex_content-align_stretch@small":"Flex__ek-flex_content-align_stretch--small___V0OD4","ek-flex_content-justify_stretch@small":"Flex__ek-flex_content-justify_stretch--small___qS1Ad","ek-flex_items_start@small":"Flex__ek-flex_items_start--small___gh4cg","ek-flex_items_end@small":"Flex__ek-flex_items_end--small___zaxZE","ek-flex_items_center@small":"Flex__ek-flex_items_center--small___JJSdG","ek-flex_items_baseline@small":"Flex__ek-flex_items_baseline--small___DtX5z","ek-flex_items_stretch@small":"Flex__ek-flex_items_stretch--small___vM30u","ek-flex_direction_row@small":"Flex__ek-flex_direction_row--small___0-ok2","ek-flex_direction_row-reverse@small":"Flex__ek-flex_direction_row-reverse--small___2w6wA","ek-flex_direction_column@small":"Flex__ek-flex_direction_column--small___FxJ0h","ek-flex_direction_column-reverse@small":"Flex__ek-flex_direction_column-reverse--small___LDTE1","ek-flex_wrap_nowrap@small":"Flex__ek-flex_wrap_nowrap--small___TSy41","ek-flex_wrap_wrap@small":"Flex__ek-flex_wrap_wrap--small___p9nRG","ek-flex_wrap_wrap-reverse@small":"Flex__ek-flex_wrap_wrap-reverse--small___rZWPB","ek-flex_height_auto@small":"Flex__ek-flex_height_auto--small___6vHIp","ek-flex_height_inherit@small":"Flex__ek-flex_height_inherit--small___2-1z1","ek-flex_height_1-1@small":"Flex__ek-flex_height_1-1--small___txiB5","ek-flex__item_display_block@medium":"Flex__ek-flex__item_display_block--medium___Fsy-7","ek-flex__item_display_none@medium":"Flex__ek-flex__item_display_none--medium___VKE1a","ek-flex__item_align_start@medium":"Flex__ek-flex__item_align_start--medium___8xZ-b","ek-flex__item_align_end@medium":"Flex__ek-flex__item_align_end--medium___7Ix-9","ek-flex__item_align_center@medium":"Flex__ek-flex__item_align_center--medium___pAPfd","ek-flex__item_align_baseline@medium":"Flex__ek-flex__item_align_baseline--medium___-fSbi","ek-flex__item_align_stretch@medium":"Flex__ek-flex__item_align_stretch--medium___-VtFx","ek-flex__item_order_0@medium":"Flex__ek-flex__item_order_0--medium___amA7Q","ek-flex__item_order_1@medium":"Flex__ek-flex__item_order_1--medium___qDzGI","ek-flex__item_order_2@medium":"Flex__ek-flex__item_order_2--medium___1tWtD","ek-flex__item_order_3@medium":"Flex__ek-flex__item_order_3--medium___N7utN","ek-flex__item_order_4@medium":"Flex__ek-flex__item_order_4--medium___83eVl","ek-flex__item_order_5@medium":"Flex__ek-flex__item_order_5--medium___RsaiI","ek-flex__item_order_6@medium":"Flex__ek-flex__item_order_6--medium___cx81q","ek-flex__item_order_7@medium":"Flex__ek-flex__item_order_7--medium___MAplO","ek-flex__item_order_8@medium":"Flex__ek-flex__item_order_8--medium___DxCEh","ek-flex__item_order_9@medium":"Flex__ek-flex__item_order_9--medium___Fsi12","ek-flex__item_order_10@medium":"Flex__ek-flex__item_order_10--medium___46Y8l","ek-flex__item_empty_hidden@medium":"Flex__ek-flex__item_empty_hidden--medium___3if8n","ek-flex_display_flex@medium":"Flex__ek-flex_display_flex--medium___3L0iy","ek-flex_display_inline-flex@medium":"Flex__ek-flex_display_inline-flex--medium___5O3jK","ek-flex_display_none@medium":"Flex__ek-flex_display_none--medium___ZEdz9","ek-flex_content_start@medium":"Flex__ek-flex_content_start--medium___sX7G1","ek-flex_content-align_start@medium":"Flex__ek-flex_content-align_start--medium___RabCZ","ek-flex_content-justify_start@medium":"Flex__ek-flex_content-justify_start--medium___SmcXT","ek-flex_content_end@medium":"Flex__ek-flex_content_end--medium___OOCKC","ek-flex_content-align_end@medium":"Flex__ek-flex_content-align_end--medium___mr19O","ek-flex_content-justify_end@medium":"Flex__ek-flex_content-justify_end--medium___jtQKt","ek-flex_content_center@medium":"Flex__ek-flex_content_center--medium___6VqUw","ek-flex_content-align_center@medium":"Flex__ek-flex_content-align_center--medium___mp1je","ek-flex_content-justify_center@medium":"Flex__ek-flex_content-justify_center--medium___Z2YaF","ek-flex_content_between@medium":"Flex__ek-flex_content_between--medium___-SYXk","ek-flex_content-align_between@medium":"Flex__ek-flex_content-align_between--medium___jU1T-","ek-flex_content-justify_between@medium":"Flex__ek-flex_content-justify_between--medium___mQhXN","ek-flex_content_around@medium":"Flex__ek-flex_content_around--medium___-lI3T","ek-flex_content-align_around@medium":"Flex__ek-flex_content-align_around--medium___ugMWr","ek-flex_content-justify_around@medium":"Flex__ek-flex_content-justify_around--medium___YN6Ao","ek-flex_content_stretch@medium":"Flex__ek-flex_content_stretch--medium___PiBc9","ek-flex_content-align_stretch@medium":"Flex__ek-flex_content-align_stretch--medium___7ZQ9o","ek-flex_content-justify_stretch@medium":"Flex__ek-flex_content-justify_stretch--medium___WNT-w","ek-flex_items_start@medium":"Flex__ek-flex_items_start--medium___U0e74","ek-flex_items_end@medium":"Flex__ek-flex_items_end--medium___Nr2QN","ek-flex_items_center@medium":"Flex__ek-flex_items_center--medium___2F9Mx","ek-flex_items_baseline@medium":"Flex__ek-flex_items_baseline--medium___YX9jo","ek-flex_items_stretch@medium":"Flex__ek-flex_items_stretch--medium___x8Czn","ek-flex_direction_row@medium":"Flex__ek-flex_direction_row--medium___6-tRb","ek-flex_direction_row-reverse@medium":"Flex__ek-flex_direction_row-reverse--medium___2-vGi","ek-flex_direction_column@medium":"Flex__ek-flex_direction_column--medium___PUouy","ek-flex_direction_column-reverse@medium":"Flex__ek-flex_direction_column-reverse--medium___z76AP","ek-flex_wrap_nowrap@medium":"Flex__ek-flex_wrap_nowrap--medium___o-uUw","ek-flex_wrap_wrap@medium":"Flex__ek-flex_wrap_wrap--medium___vVJn9","ek-flex_wrap_wrap-reverse@medium":"Flex__ek-flex_wrap_wrap-reverse--medium___OprP5","ek-flex_height_auto@medium":"Flex__ek-flex_height_auto--medium___JtFKJ","ek-flex_height_inherit@medium":"Flex__ek-flex_height_inherit--medium___hUCVo","ek-flex_height_1-1@medium":"Flex__ek-flex_height_1-1--medium___7MHOx","ek-flex__item_display_block@large":"Flex__ek-flex__item_display_block--large___NJ5-S","ek-flex__item_display_none@large":"Flex__ek-flex__item_display_none--large___Bp3I8","ek-flex__item_align_start@large":"Flex__ek-flex__item_align_start--large___gT4H3","ek-flex__item_align_end@large":"Flex__ek-flex__item_align_end--large___4YMYs","ek-flex__item_align_center@large":"Flex__ek-flex__item_align_center--large___8kHzN","ek-flex__item_align_baseline@large":"Flex__ek-flex__item_align_baseline--large___3SKm5","ek-flex__item_align_stretch@large":"Flex__ek-flex__item_align_stretch--large___E-ube","ek-flex__item_order_0@large":"Flex__ek-flex__item_order_0--large___2pm8I","ek-flex__item_order_1@large":"Flex__ek-flex__item_order_1--large___wOaCp","ek-flex__item_order_2@large":"Flex__ek-flex__item_order_2--large___-z1dW","ek-flex__item_order_3@large":"Flex__ek-flex__item_order_3--large___nEaXL","ek-flex__item_order_4@large":"Flex__ek-flex__item_order_4--large___iUQzi","ek-flex__item_order_5@large":"Flex__ek-flex__item_order_5--large___T2k0s","ek-flex__item_order_6@large":"Flex__ek-flex__item_order_6--large___zcvfx","ek-flex__item_order_7@large":"Flex__ek-flex__item_order_7--large___cTKYR","ek-flex__item_order_8@large":"Flex__ek-flex__item_order_8--large___EbRr-","ek-flex__item_order_9@large":"Flex__ek-flex__item_order_9--large___CcolZ","ek-flex__item_order_10@large":"Flex__ek-flex__item_order_10--large___REyap","ek-flex__item_empty_hidden@large":"Flex__ek-flex__item_empty_hidden--large___HoYFX","ek-flex_display_flex@large":"Flex__ek-flex_display_flex--large___7z-Xy","ek-flex_display_inline-flex@large":"Flex__ek-flex_display_inline-flex--large___qDZkc","ek-flex_display_none@large":"Flex__ek-flex_display_none--large___v-LQ7","ek-flex_content_start@large":"Flex__ek-flex_content_start--large___wDOSW","ek-flex_content-align_start@large":"Flex__ek-flex_content-align_start--large___-vjHm","ek-flex_content-justify_start@large":"Flex__ek-flex_content-justify_start--large___jH9l4","ek-flex_content_end@large":"Flex__ek-flex_content_end--large___LybYd","ek-flex_content-align_end@large":"Flex__ek-flex_content-align_end--large___HfaLo","ek-flex_content-justify_end@large":"Flex__ek-flex_content-justify_end--large___r-G-Z","ek-flex_content_center@large":"Flex__ek-flex_content_center--large___wmzE3","ek-flex_content-align_center@large":"Flex__ek-flex_content-align_center--large___njbtW","ek-flex_content-justify_center@large":"Flex__ek-flex_content-justify_center--large___XZ2Ll","ek-flex_content_between@large":"Flex__ek-flex_content_between--large___JajC-","ek-flex_content-align_between@large":"Flex__ek-flex_content-align_between--large___0VYYk","ek-flex_content-justify_between@large":"Flex__ek-flex_content-justify_between--large___G1FMN","ek-flex_content_around@large":"Flex__ek-flex_content_around--large___cP-ge","ek-flex_content-align_around@large":"Flex__ek-flex_content-align_around--large___ds4a9","ek-flex_content-justify_around@large":"Flex__ek-flex_content-justify_around--large___bTCSh","ek-flex_content_stretch@large":"Flex__ek-flex_content_stretch--large___nR5wF","ek-flex_content-align_stretch@large":"Flex__ek-flex_content-align_stretch--large___wD5G-","ek-flex_content-justify_stretch@large":"Flex__ek-flex_content-justify_stretch--large___uwRDP","ek-flex_items_start@large":"Flex__ek-flex_items_start--large___ine9z","ek-flex_items_end@large":"Flex__ek-flex_items_end--large___cLdMk","ek-flex_items_center@large":"Flex__ek-flex_items_center--large___Sizce","ek-flex_items_baseline@large":"Flex__ek-flex_items_baseline--large___ugsaa","ek-flex_items_stretch@large":"Flex__ek-flex_items_stretch--large___JUr7V","ek-flex_direction_row@large":"Flex__ek-flex_direction_row--large___1-Muv","ek-flex_direction_row-reverse@large":"Flex__ek-flex_direction_row-reverse--large___ZGw6r","ek-flex_direction_column@large":"Flex__ek-flex_direction_column--large___LbfFJ","ek-flex_direction_column-reverse@large":"Flex__ek-flex_direction_column-reverse--large___1d7fN","ek-flex_wrap_nowrap@large":"Flex__ek-flex_wrap_nowrap--large___-9mir","ek-flex_wrap_wrap@large":"Flex__ek-flex_wrap_wrap--large___GBXvV","ek-flex_wrap_wrap-reverse@large":"Flex__ek-flex_wrap_wrap-reverse--large___Pk3RE","ek-flex_height_auto@large":"Flex__ek-flex_height_auto--large___Gf1dd","ek-flex_height_inherit@large":"Flex__ek-flex_height_inherit--large___BVGEZ","ek-flex_height_1-1@large":"Flex__ek-flex_height_1-1--large___Xe2fD"};
8
8
 
9
- evokitFlex.Flex.defaultProps = {
9
+ var FlexItem = evokitFlex.Flex.Item;
10
+ var Flex = evokitFlex.Flex;
11
+ Flex.Item = FlexItem;
12
+ Flex.defaultProps = {
10
13
  'flex-preset': {
11
14
  css: css
12
15
  }
13
16
  };
14
- evokitFlex.Flex.Item.defaultProps = {
17
+ FlexItem.defaultProps = {
15
18
  'flex-item-preset': {
16
19
  css: css
17
20
  }
18
21
  };
19
22
 
20
- Object.defineProperty(exports, 'Flex', {
21
- enumerable: true,
22
- get: function () { return evokitFlex.Flex; }
23
- });
23
+ exports.Flex = Flex;
24
24
 
25
25
  require('./style.development.v2.css');
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-flex"),_={"ek-flex":"Ekgwv","ek-flex__item":"s97UX","ek-flex__item_display_block":"Rgs0P","ek-flex__item_display_none":"_0zVpN","ek-flex__item_align_start":"u67AK","ek-flex__item_align_end":"K7fVg","ek-flex__item_align_center":"meKKt","ek-flex__item_align_baseline":"kZcLY","ek-flex__item_align_stretch":"oC0kP","ek-flex__item_order_0":"_9ROY0","ek-flex__item_order_1":"oMPDD","ek-flex__item_order_2":"OHTuw","ek-flex__item_order_3":"tkTgx","ek-flex__item_order_4":"iVbXB","ek-flex__item_order_5":"Lxonp","ek-flex__item_order_6":"JOKUh","ek-flex__item_order_7":"-Flnq","ek-flex__item_order_8":"V-f-C","ek-flex__item_order_9":"gmeNu","ek-flex__item_order_10":"qQ8I3","ek-flex__item_empty_hidden":"c7RIN","ek-flex_display_flex":"VHsXs","ek-flex_display_inline-flex":"afsWs","ek-flex_display_none":"_11fAI","ek-flex_content_start":"_0ZDma","ek-flex_content-align_start":"RVq99","ek-flex_content-justify_start":"PAy6n","ek-flex_content_end":"O7wqF","ek-flex_content-align_end":"Wb2Y-","ek-flex_content-justify_end":"Eu-Ok","ek-flex_content_center":"_8Z7vT","ek-flex_content-align_center":"vTTwi","ek-flex_content-justify_center":"Ar-yr","ek-flex_content_between":"SFgsk","ek-flex_content-align_between":"gm2py","ek-flex_content-justify_between":"GFMnf","ek-flex_content_around":"GOUeJ","ek-flex_content-align_around":"axBC0","ek-flex_content-justify_around":"t4FVV","ek-flex_content_stretch":"_2g2sA","ek-flex_content-align_stretch":"OxWlV","ek-flex_content-justify_stretch":"tgNuU","ek-flex_items_start":"_8hixr","ek-flex_items_end":"UZCez","ek-flex_items_center":"CSxkQ","ek-flex_items_baseline":"uulaD","ek-flex_items_stretch":"_78TDd","ek-flex_direction_row":"_0Cdl5","ek-flex_direction_row-reverse":"_-4b05","ek-flex_direction_column":"BrJgz","ek-flex_direction_column-reverse":"PrAzv","ek-flex_wrap_nowrap":"df3jW","ek-flex_wrap_wrap":"EDmnC","ek-flex_wrap_wrap-reverse":"z7Nop","ek-flex_height_auto":"cLU-q","ek-flex_height_inherit":"trSbN","ek-flex_height_1-1":"_7olBc","ek-flex__item_display_block@small":"O2otV","ek-flex__item_display_none@small":"wWV2y","ek-flex__item_align_start@small":"_9tir2","ek-flex__item_align_end@small":"OAWVk","ek-flex__item_align_center@small":"z6o1V","ek-flex__item_align_baseline@small":"shWs-","ek-flex__item_align_stretch@small":"Bml-z","ek-flex__item_order_0@small":"Dkv2s","ek-flex__item_order_1@small":"iPvn0","ek-flex__item_order_2@small":"xg5uR","ek-flex__item_order_3@small":"_5CzCg","ek-flex__item_order_4@small":"USXxd","ek-flex__item_order_5@small":"yB9Ez","ek-flex__item_order_6@small":"_-9DaY","ek-flex__item_order_7@small":"eG6TW","ek-flex__item_order_8@small":"Ic7u4","ek-flex__item_order_9@small":"_0klgH","ek-flex__item_order_10@small":"p1l3f","ek-flex__item_empty_hidden@small":"IMLfb","ek-flex_display_flex@small":"y1K5X","ek-flex_display_inline-flex@small":"arayJ","ek-flex_display_none@small":"h0GoR","ek-flex_content_start@small":"haLV9","ek-flex_content-align_start@small":"RFcr2","ek-flex_content-justify_start@small":"_-0zHa","ek-flex_content_end@small":"rJcNV","ek-flex_content-align_end@small":"_4BTcT","ek-flex_content-justify_end@small":"lwPTY","ek-flex_content_center@small":"gJkEW","ek-flex_content-align_center@small":"pf4FC","ek-flex_content-justify_center@small":"_3lgW5","ek-flex_content_between@small":"_9dxmH","ek-flex_content-align_between@small":"M-oqH","ek-flex_content-justify_between@small":"pHyeo","ek-flex_content_around@small":"S9lqT","ek-flex_content-align_around@small":"UQ2CB","ek-flex_content-justify_around@small":"JThPg","ek-flex_content_stretch@small":"yJDe7","ek-flex_content-align_stretch@small":"ykoOL","ek-flex_content-justify_stretch@small":"JPvN0","ek-flex_items_start@small":"mEp0Z","ek-flex_items_end@small":"t15jw","ek-flex_items_center@small":"gAFEO","ek-flex_items_baseline@small":"r6Q24","ek-flex_items_stretch@small":"Ro8dh","ek-flex_direction_row@small":"kwOMV","ek-flex_direction_row-reverse@small":"auY-N","ek-flex_direction_column@small":"v733a","ek-flex_direction_column-reverse@small":"Z62s8","ek-flex_wrap_nowrap@small":"dTdfs","ek-flex_wrap_wrap@small":"f-dpo","ek-flex_wrap_wrap-reverse@small":"bbf4E","ek-flex_height_auto@small":"_8jj7X","ek-flex_height_inherit@small":"lj-1b","ek-flex_height_1-1@small":"gN00n","ek-flex__item_display_block@medium":"tE3ph","ek-flex__item_display_none@medium":"_1AORx","ek-flex__item_align_start@medium":"OJnb6","ek-flex__item_align_end@medium":"PXld6","ek-flex__item_align_center@medium":"DP6wi","ek-flex__item_align_baseline@medium":"iqGRt","ek-flex__item_align_stretch@medium":"HS3A-","ek-flex__item_order_0@medium":"OEHum","ek-flex__item_order_1@medium":"SjBQ3","ek-flex__item_order_2@medium":"mauDx","ek-flex__item_order_3@medium":"gwAc3","ek-flex__item_order_4@medium":"u52Wb","ek-flex__item_order_5@medium":"A5aa1","ek-flex__item_order_6@medium":"ZqzPj","ek-flex__item_order_7@medium":"HZ-1n","ek-flex__item_order_8@medium":"W7kAu","ek-flex__item_order_9@medium":"WIgMJ","ek-flex__item_order_10@medium":"MW6-p","ek-flex__item_empty_hidden@medium":"whUtb","ek-flex_display_flex@medium":"zVu-k","ek-flex_display_inline-flex@medium":"SSrzU","ek-flex_display_none@medium":"pBzQW","ek-flex_content_start@medium":"W5VT9","ek-flex_content-align_start@medium":"OKV1N","ek-flex_content-justify_start@medium":"DAS0V","ek-flex_content_end@medium":"x374T","ek-flex_content-align_end@medium":"LwNv8","ek-flex_content-justify_end@medium":"iqCxW","ek-flex_content_center@medium":"H0jQH","ek-flex_content-align_center@medium":"BBium","ek-flex_content-justify_center@medium":"_53yKG","ek-flex_content_between@medium":"WmEI9","ek-flex_content-align_between@medium":"_93LNI","ek-flex_content-justify_between@medium":"t-ePT","ek-flex_content_around@medium":"dRYXw","ek-flex_content-align_around@medium":"dgopR","ek-flex_content-justify_around@medium":"blA1z","ek-flex_content_stretch@medium":"BbXir","ek-flex_content-align_stretch@medium":"AggRB","ek-flex_content-justify_stretch@medium":"FdeBE","ek-flex_items_start@medium":"_5ksg4","ek-flex_items_end@medium":"Vycqb","ek-flex_items_center@medium":"UNtsX","ek-flex_items_baseline@medium":"TKBt-","ek-flex_items_stretch@medium":"m4e3S","ek-flex_direction_row@medium":"_4RHMd","ek-flex_direction_row-reverse@medium":"ogp2I","ek-flex_direction_column@medium":"r6hJj","ek-flex_direction_column-reverse@medium":"l3-L-","ek-flex_wrap_nowrap@medium":"TtLAa","ek-flex_wrap_wrap@medium":"uZcW5","ek-flex_wrap_wrap-reverse@medium":"h8dBc","ek-flex_height_auto@medium":"WLmSR","ek-flex_height_inherit@medium":"qHWje","ek-flex_height_1-1@medium":"_8ElT-","ek-flex__item_display_block@large":"_0YYUO","ek-flex__item_display_none@large":"ulwYD","ek-flex__item_align_start@large":"PLhAn","ek-flex__item_align_end@large":"q73ch","ek-flex__item_align_center@large":"SVumf","ek-flex__item_align_baseline@large":"_25qMv","ek-flex__item_align_stretch@large":"_2PT0C","ek-flex__item_order_0@large":"hTzvY","ek-flex__item_order_1@large":"CmLGR","ek-flex__item_order_2@large":"H9PaM","ek-flex__item_order_3@large":"lK2dk","ek-flex__item_order_4@large":"_8HAcv","ek-flex__item_order_5@large":"aqiC8","ek-flex__item_order_6@large":"pj2tR","ek-flex__item_order_7@large":"PDD42","ek-flex__item_order_8@large":"h0V8p","ek-flex__item_order_9@large":"IzzhZ","ek-flex__item_order_10@large":"kDdwy","ek-flex__item_empty_hidden@large":"QqfKH","ek-flex_display_flex@large":"yeKsG","ek-flex_display_inline-flex@large":"UnoXn","ek-flex_display_none@large":"C3wO-","ek-flex_content_start@large":"PJbRs","ek-flex_content-align_start@large":"FHHns","ek-flex_content-justify_start@large":"_6uxvn","ek-flex_content_end@large":"AW2iT","ek-flex_content-align_end@large":"t0ytb","ek-flex_content-justify_end@large":"tI9QF","ek-flex_content_center@large":"NtwPc","ek-flex_content-align_center@large":"_1dkcu","ek-flex_content-justify_center@large":"N4UyT","ek-flex_content_between@large":"LvU8g","ek-flex_content-align_between@large":"_0uUSf","ek-flex_content-justify_between@large":"ybZf1","ek-flex_content_around@large":"LqG4K","ek-flex_content-align_around@large":"_7MjpW","ek-flex_content-justify_around@large":"_1jpHy","ek-flex_content_stretch@large":"oSGCv","ek-flex_content-align_stretch@large":"EJd1M","ek-flex_content-justify_stretch@large":"xiO99","ek-flex_items_start@large":"Jo-HX","ek-flex_items_end@large":"lumaU","ek-flex_items_center@large":"Fjzu3","ek-flex_items_baseline@large":"m9DaV","ek-flex_items_stretch@large":"-VU-k","ek-flex_direction_row@large":"dD4DB","ek-flex_direction_row-reverse@large":"_14DJ5","ek-flex_direction_column@large":"mFM7l","ek-flex_direction_column-reverse@large":"xH3dk","ek-flex_wrap_nowrap@large":"Gyen6","ek-flex_wrap_wrap@large":"QoA6P","ek-flex_wrap_wrap-reverse@large":"gBHir","ek-flex_height_auto@large":"zEhpy","ek-flex_height_inherit@large":"gRq8f","ek-flex_height_1-1@large":"_26-gt"};e.Flex.defaultProps={"flex-preset":{css:_}},e.Flex.Item.defaultProps={"flex-item-preset":{css:_}},Object.defineProperty(exports,"Flex",{enumerable:!0,get:function(){return e.Flex}}),require("./style.production.css");
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-flex"),_={"ek-flex":"Ekgwv","ek-flex__item":"s97UX","ek-flex__item_display_block":"Rgs0P","ek-flex__item_display_none":"_0zVpN","ek-flex__item_align_start":"u67AK","ek-flex__item_align_end":"K7fVg","ek-flex__item_align_center":"meKKt","ek-flex__item_align_baseline":"kZcLY","ek-flex__item_align_stretch":"oC0kP","ek-flex__item_order_0":"_9ROY0","ek-flex__item_order_1":"oMPDD","ek-flex__item_order_2":"OHTuw","ek-flex__item_order_3":"tkTgx","ek-flex__item_order_4":"iVbXB","ek-flex__item_order_5":"Lxonp","ek-flex__item_order_6":"JOKUh","ek-flex__item_order_7":"-Flnq","ek-flex__item_order_8":"V-f-C","ek-flex__item_order_9":"gmeNu","ek-flex__item_order_10":"qQ8I3","ek-flex__item_empty_hidden":"c7RIN","ek-flex_display_flex":"VHsXs","ek-flex_display_inline-flex":"afsWs","ek-flex_display_none":"_11fAI","ek-flex_content_start":"_0ZDma","ek-flex_content-align_start":"RVq99","ek-flex_content-justify_start":"PAy6n","ek-flex_content_end":"O7wqF","ek-flex_content-align_end":"Wb2Y-","ek-flex_content-justify_end":"Eu-Ok","ek-flex_content_center":"_8Z7vT","ek-flex_content-align_center":"vTTwi","ek-flex_content-justify_center":"Ar-yr","ek-flex_content_between":"SFgsk","ek-flex_content-align_between":"gm2py","ek-flex_content-justify_between":"GFMnf","ek-flex_content_around":"GOUeJ","ek-flex_content-align_around":"axBC0","ek-flex_content-justify_around":"t4FVV","ek-flex_content_stretch":"_2g2sA","ek-flex_content-align_stretch":"OxWlV","ek-flex_content-justify_stretch":"tgNuU","ek-flex_items_start":"_8hixr","ek-flex_items_end":"UZCez","ek-flex_items_center":"CSxkQ","ek-flex_items_baseline":"uulaD","ek-flex_items_stretch":"_78TDd","ek-flex_direction_row":"_0Cdl5","ek-flex_direction_row-reverse":"_-4b05","ek-flex_direction_column":"BrJgz","ek-flex_direction_column-reverse":"PrAzv","ek-flex_wrap_nowrap":"df3jW","ek-flex_wrap_wrap":"EDmnC","ek-flex_wrap_wrap-reverse":"z7Nop","ek-flex_height_auto":"cLU-q","ek-flex_height_inherit":"trSbN","ek-flex_height_1-1":"_7olBc","ek-flex__item_display_block@small":"O2otV","ek-flex__item_display_none@small":"wWV2y","ek-flex__item_align_start@small":"_9tir2","ek-flex__item_align_end@small":"OAWVk","ek-flex__item_align_center@small":"z6o1V","ek-flex__item_align_baseline@small":"shWs-","ek-flex__item_align_stretch@small":"Bml-z","ek-flex__item_order_0@small":"Dkv2s","ek-flex__item_order_1@small":"iPvn0","ek-flex__item_order_2@small":"xg5uR","ek-flex__item_order_3@small":"_5CzCg","ek-flex__item_order_4@small":"USXxd","ek-flex__item_order_5@small":"yB9Ez","ek-flex__item_order_6@small":"_-9DaY","ek-flex__item_order_7@small":"eG6TW","ek-flex__item_order_8@small":"Ic7u4","ek-flex__item_order_9@small":"_0klgH","ek-flex__item_order_10@small":"p1l3f","ek-flex__item_empty_hidden@small":"IMLfb","ek-flex_display_flex@small":"y1K5X","ek-flex_display_inline-flex@small":"arayJ","ek-flex_display_none@small":"h0GoR","ek-flex_content_start@small":"haLV9","ek-flex_content-align_start@small":"RFcr2","ek-flex_content-justify_start@small":"_-0zHa","ek-flex_content_end@small":"rJcNV","ek-flex_content-align_end@small":"_4BTcT","ek-flex_content-justify_end@small":"lwPTY","ek-flex_content_center@small":"gJkEW","ek-flex_content-align_center@small":"pf4FC","ek-flex_content-justify_center@small":"_3lgW5","ek-flex_content_between@small":"_9dxmH","ek-flex_content-align_between@small":"M-oqH","ek-flex_content-justify_between@small":"pHyeo","ek-flex_content_around@small":"S9lqT","ek-flex_content-align_around@small":"UQ2CB","ek-flex_content-justify_around@small":"JThPg","ek-flex_content_stretch@small":"yJDe7","ek-flex_content-align_stretch@small":"ykoOL","ek-flex_content-justify_stretch@small":"JPvN0","ek-flex_items_start@small":"mEp0Z","ek-flex_items_end@small":"t15jw","ek-flex_items_center@small":"gAFEO","ek-flex_items_baseline@small":"r6Q24","ek-flex_items_stretch@small":"Ro8dh","ek-flex_direction_row@small":"kwOMV","ek-flex_direction_row-reverse@small":"auY-N","ek-flex_direction_column@small":"v733a","ek-flex_direction_column-reverse@small":"Z62s8","ek-flex_wrap_nowrap@small":"dTdfs","ek-flex_wrap_wrap@small":"f-dpo","ek-flex_wrap_wrap-reverse@small":"bbf4E","ek-flex_height_auto@small":"_8jj7X","ek-flex_height_inherit@small":"lj-1b","ek-flex_height_1-1@small":"gN00n","ek-flex__item_display_block@medium":"tE3ph","ek-flex__item_display_none@medium":"_1AORx","ek-flex__item_align_start@medium":"OJnb6","ek-flex__item_align_end@medium":"PXld6","ek-flex__item_align_center@medium":"DP6wi","ek-flex__item_align_baseline@medium":"iqGRt","ek-flex__item_align_stretch@medium":"HS3A-","ek-flex__item_order_0@medium":"OEHum","ek-flex__item_order_1@medium":"SjBQ3","ek-flex__item_order_2@medium":"mauDx","ek-flex__item_order_3@medium":"gwAc3","ek-flex__item_order_4@medium":"u52Wb","ek-flex__item_order_5@medium":"A5aa1","ek-flex__item_order_6@medium":"ZqzPj","ek-flex__item_order_7@medium":"HZ-1n","ek-flex__item_order_8@medium":"W7kAu","ek-flex__item_order_9@medium":"WIgMJ","ek-flex__item_order_10@medium":"MW6-p","ek-flex__item_empty_hidden@medium":"whUtb","ek-flex_display_flex@medium":"zVu-k","ek-flex_display_inline-flex@medium":"SSrzU","ek-flex_display_none@medium":"pBzQW","ek-flex_content_start@medium":"W5VT9","ek-flex_content-align_start@medium":"OKV1N","ek-flex_content-justify_start@medium":"DAS0V","ek-flex_content_end@medium":"x374T","ek-flex_content-align_end@medium":"LwNv8","ek-flex_content-justify_end@medium":"iqCxW","ek-flex_content_center@medium":"H0jQH","ek-flex_content-align_center@medium":"BBium","ek-flex_content-justify_center@medium":"_53yKG","ek-flex_content_between@medium":"WmEI9","ek-flex_content-align_between@medium":"_93LNI","ek-flex_content-justify_between@medium":"t-ePT","ek-flex_content_around@medium":"dRYXw","ek-flex_content-align_around@medium":"dgopR","ek-flex_content-justify_around@medium":"blA1z","ek-flex_content_stretch@medium":"BbXir","ek-flex_content-align_stretch@medium":"AggRB","ek-flex_content-justify_stretch@medium":"FdeBE","ek-flex_items_start@medium":"_5ksg4","ek-flex_items_end@medium":"Vycqb","ek-flex_items_center@medium":"UNtsX","ek-flex_items_baseline@medium":"TKBt-","ek-flex_items_stretch@medium":"m4e3S","ek-flex_direction_row@medium":"_4RHMd","ek-flex_direction_row-reverse@medium":"ogp2I","ek-flex_direction_column@medium":"r6hJj","ek-flex_direction_column-reverse@medium":"l3-L-","ek-flex_wrap_nowrap@medium":"TtLAa","ek-flex_wrap_wrap@medium":"uZcW5","ek-flex_wrap_wrap-reverse@medium":"h8dBc","ek-flex_height_auto@medium":"WLmSR","ek-flex_height_inherit@medium":"qHWje","ek-flex_height_1-1@medium":"_8ElT-","ek-flex__item_display_block@large":"_0YYUO","ek-flex__item_display_none@large":"ulwYD","ek-flex__item_align_start@large":"PLhAn","ek-flex__item_align_end@large":"q73ch","ek-flex__item_align_center@large":"SVumf","ek-flex__item_align_baseline@large":"_25qMv","ek-flex__item_align_stretch@large":"_2PT0C","ek-flex__item_order_0@large":"hTzvY","ek-flex__item_order_1@large":"CmLGR","ek-flex__item_order_2@large":"H9PaM","ek-flex__item_order_3@large":"lK2dk","ek-flex__item_order_4@large":"_8HAcv","ek-flex__item_order_5@large":"aqiC8","ek-flex__item_order_6@large":"pj2tR","ek-flex__item_order_7@large":"PDD42","ek-flex__item_order_8@large":"h0V8p","ek-flex__item_order_9@large":"IzzhZ","ek-flex__item_order_10@large":"kDdwy","ek-flex__item_empty_hidden@large":"QqfKH","ek-flex_display_flex@large":"yeKsG","ek-flex_display_inline-flex@large":"UnoXn","ek-flex_display_none@large":"C3wO-","ek-flex_content_start@large":"PJbRs","ek-flex_content-align_start@large":"FHHns","ek-flex_content-justify_start@large":"_6uxvn","ek-flex_content_end@large":"AW2iT","ek-flex_content-align_end@large":"t0ytb","ek-flex_content-justify_end@large":"tI9QF","ek-flex_content_center@large":"NtwPc","ek-flex_content-align_center@large":"_1dkcu","ek-flex_content-justify_center@large":"N4UyT","ek-flex_content_between@large":"LvU8g","ek-flex_content-align_between@large":"_0uUSf","ek-flex_content-justify_between@large":"ybZf1","ek-flex_content_around@large":"LqG4K","ek-flex_content-align_around@large":"_7MjpW","ek-flex_content-justify_around@large":"_1jpHy","ek-flex_content_stretch@large":"oSGCv","ek-flex_content-align_stretch@large":"EJd1M","ek-flex_content-justify_stretch@large":"xiO99","ek-flex_items_start@large":"Jo-HX","ek-flex_items_end@large":"lumaU","ek-flex_items_center@large":"Fjzu3","ek-flex_items_baseline@large":"m9DaV","ek-flex_items_stretch@large":"-VU-k","ek-flex_direction_row@large":"dD4DB","ek-flex_direction_row-reverse@large":"_14DJ5","ek-flex_direction_column@large":"mFM7l","ek-flex_direction_column-reverse@large":"xH3dk","ek-flex_wrap_nowrap@large":"Gyen6","ek-flex_wrap_wrap@large":"QoA6P","ek-flex_wrap_wrap-reverse@large":"gBHir","ek-flex_height_auto@large":"zEhpy","ek-flex_height_inherit@large":"gRq8f","ek-flex_height_1-1@large":"_26-gt"},l=e.Flex.Item,t=e.Flex;t.Item=l,t.defaultProps={"flex-preset":{css:_}},l.defaultProps={"flex-item-preset":{css:_}},exports.Flex=t,require("./style.production.css");
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-flex"),_={"ek-flex":"r3GR4","ek-flex__item":"zb-Ib","ek-flex__item_display_block":"sk9DW","ek-flex__item_display_none":"Ph6-P","ek-flex__item_align_start":"iLkJk","ek-flex__item_align_end":"H3Qqb","ek-flex__item_align_center":"wwUNz","ek-flex__item_align_baseline":"oTTkA","ek-flex__item_align_stretch":"e31L7","ek-flex__item_order_0":"aERem","ek-flex__item_order_1":"rhLHc","ek-flex__item_order_2":"vCo2h","ek-flex__item_order_3":"RwWrX","ek-flex__item_order_4":"_15F8J","ek-flex__item_order_5":"_5ODVP","ek-flex__item_order_6":"HuP8L","ek-flex__item_order_7":"_1pPYl","ek-flex__item_order_8":"_1Xfbs","ek-flex__item_order_9":"DsOVn","ek-flex__item_order_10":"_1h8yx","ek-flex__item_empty_hidden":"p2KBa","ek-flex_display_flex":"aXBOp","ek-flex_display_inline-flex":"-ltCz","ek-flex_display_none":"ncxp2","ek-flex_content_start":"lseqo","ek-flex_content-align_start":"G3-Sg","ek-flex_content-justify_start":"nkYyQ","ek-flex_content_end":"lgaCU","ek-flex_content-align_end":"fds0X","ek-flex_content-justify_end":"lvAxj","ek-flex_content_center":"UJkAR","ek-flex_content-align_center":"lxxTS","ek-flex_content-justify_center":"uI21x","ek-flex_content_between":"DV1tR","ek-flex_content-align_between":"c-0-p","ek-flex_content-justify_between":"JCE0A","ek-flex_content_around":"OQI6E","ek-flex_content-align_around":"C87Uw","ek-flex_content-justify_around":"_2Qi0C","ek-flex_content_stretch":"EwG80","ek-flex_content-align_stretch":"_0IrFI","ek-flex_content-justify_stretch":"_8JyaN","ek-flex_items_start":"ZIWcI","ek-flex_items_end":"_2F9IP","ek-flex_items_center":"PmLAS","ek-flex_items_baseline":"kkQrG","ek-flex_items_stretch":"_661gd","ek-flex_direction_row":"C994l","ek-flex_direction_row-reverse":"pMrVK","ek-flex_direction_column":"_8Z505","ek-flex_direction_column-reverse":"medxZ","ek-flex_wrap_nowrap":"fN1at","ek-flex_wrap_wrap":"wWSCz","ek-flex_wrap_wrap-reverse":"KLJRx","ek-flex_height_auto":"_56VVe","ek-flex_height_inherit":"njvtE","ek-flex_height_1-1":"s6NCT","ek-flex__item_display_block@small":"BlRmh","ek-flex__item_display_none@small":"_164mp","ek-flex__item_align_start@small":"f23j3","ek-flex__item_align_end@small":"UK7ZN","ek-flex__item_align_center@small":"MEYoU","ek-flex__item_align_baseline@small":"SbppM","ek-flex__item_align_stretch@small":"_3aE-I","ek-flex__item_order_0@small":"SklRY","ek-flex__item_order_1@small":"_9WPhi","ek-flex__item_order_2@small":"bCamV","ek-flex__item_order_3@small":"Qfjbp","ek-flex__item_order_4@small":"S578J","ek-flex__item_order_5@small":"bEwDt","ek-flex__item_order_6@small":"dkLbH","ek-flex__item_order_7@small":"U8Jua","ek-flex__item_order_8@small":"eqCzW","ek-flex__item_order_9@small":"WVY33","ek-flex__item_order_10@small":"DEral","ek-flex__item_empty_hidden@small":"Eusfp","ek-flex_display_flex@small":"_1o9A4","ek-flex_display_inline-flex@small":"_2F--A","ek-flex_display_none@small":"q4whE","ek-flex_content_start@small":"q6--1","ek-flex_content-align_start@small":"_2TL8d","ek-flex_content-justify_start@small":"Nm6Hk","ek-flex_content_end@small":"ABKT9","ek-flex_content-align_end@small":"YjPq5","ek-flex_content-justify_end@small":"TKanV","ek-flex_content_center@small":"vbRaR","ek-flex_content-align_center@small":"_72ssq","ek-flex_content-justify_center@small":"ZLHwq","ek-flex_content_between@small":"FBwlT","ek-flex_content-align_between@small":"lYsn7","ek-flex_content-justify_between@small":"_0R---","ek-flex_content_around@small":"IPo8B","ek-flex_content-align_around@small":"sUpEQ","ek-flex_content-justify_around@small":"X-0-z","ek-flex_content_stretch@small":"wIyAO","ek-flex_content-align_stretch@small":"V0OD4","ek-flex_content-justify_stretch@small":"qS1Ad","ek-flex_items_start@small":"gh4cg","ek-flex_items_end@small":"zaxZE","ek-flex_items_center@small":"JJSdG","ek-flex_items_baseline@small":"DtX5z","ek-flex_items_stretch@small":"vM30u","ek-flex_direction_row@small":"_0-ok2","ek-flex_direction_row-reverse@small":"_2w6wA","ek-flex_direction_column@small":"FxJ0h","ek-flex_direction_column-reverse@small":"LDTE1","ek-flex_wrap_nowrap@small":"TSy41","ek-flex_wrap_wrap@small":"p9nRG","ek-flex_wrap_wrap-reverse@small":"rZWPB","ek-flex_height_auto@small":"_6vHIp","ek-flex_height_inherit@small":"_2-1z1","ek-flex_height_1-1@small":"txiB5","ek-flex__item_display_block@medium":"Fsy-7","ek-flex__item_display_none@medium":"VKE1a","ek-flex__item_align_start@medium":"_8xZ-b","ek-flex__item_align_end@medium":"_7Ix-9","ek-flex__item_align_center@medium":"pAPfd","ek-flex__item_align_baseline@medium":"-fSbi","ek-flex__item_align_stretch@medium":"-VtFx","ek-flex__item_order_0@medium":"amA7Q","ek-flex__item_order_1@medium":"qDzGI","ek-flex__item_order_2@medium":"_1tWtD","ek-flex__item_order_3@medium":"N7utN","ek-flex__item_order_4@medium":"_83eVl","ek-flex__item_order_5@medium":"RsaiI","ek-flex__item_order_6@medium":"cx81q","ek-flex__item_order_7@medium":"MAplO","ek-flex__item_order_8@medium":"DxCEh","ek-flex__item_order_9@medium":"Fsi12","ek-flex__item_order_10@medium":"_46Y8l","ek-flex__item_empty_hidden@medium":"_3if8n","ek-flex_display_flex@medium":"_3L0iy","ek-flex_display_inline-flex@medium":"_5O3jK","ek-flex_display_none@medium":"ZEdz9","ek-flex_content_start@medium":"sX7G1","ek-flex_content-align_start@medium":"RabCZ","ek-flex_content-justify_start@medium":"SmcXT","ek-flex_content_end@medium":"OOCKC","ek-flex_content-align_end@medium":"mr19O","ek-flex_content-justify_end@medium":"jtQKt","ek-flex_content_center@medium":"_6VqUw","ek-flex_content-align_center@medium":"mp1je","ek-flex_content-justify_center@medium":"Z2YaF","ek-flex_content_between@medium":"-SYXk","ek-flex_content-align_between@medium":"jU1T-","ek-flex_content-justify_between@medium":"mQhXN","ek-flex_content_around@medium":"-lI3T","ek-flex_content-align_around@medium":"ugMWr","ek-flex_content-justify_around@medium":"YN6Ao","ek-flex_content_stretch@medium":"PiBc9","ek-flex_content-align_stretch@medium":"_7ZQ9o","ek-flex_content-justify_stretch@medium":"WNT-w","ek-flex_items_start@medium":"U0e74","ek-flex_items_end@medium":"Nr2QN","ek-flex_items_center@medium":"_2F9Mx","ek-flex_items_baseline@medium":"YX9jo","ek-flex_items_stretch@medium":"x8Czn","ek-flex_direction_row@medium":"_6-tRb","ek-flex_direction_row-reverse@medium":"_2-vGi","ek-flex_direction_column@medium":"PUouy","ek-flex_direction_column-reverse@medium":"z76AP","ek-flex_wrap_nowrap@medium":"o-uUw","ek-flex_wrap_wrap@medium":"vVJn9","ek-flex_wrap_wrap-reverse@medium":"OprP5","ek-flex_height_auto@medium":"JtFKJ","ek-flex_height_inherit@medium":"hUCVo","ek-flex_height_1-1@medium":"_7MHOx","ek-flex__item_display_block@large":"NJ5-S","ek-flex__item_display_none@large":"Bp3I8","ek-flex__item_align_start@large":"gT4H3","ek-flex__item_align_end@large":"_4YMYs","ek-flex__item_align_center@large":"_8kHzN","ek-flex__item_align_baseline@large":"_3SKm5","ek-flex__item_align_stretch@large":"E-ube","ek-flex__item_order_0@large":"_2pm8I","ek-flex__item_order_1@large":"wOaCp","ek-flex__item_order_2@large":"-z1dW","ek-flex__item_order_3@large":"nEaXL","ek-flex__item_order_4@large":"iUQzi","ek-flex__item_order_5@large":"T2k0s","ek-flex__item_order_6@large":"zcvfx","ek-flex__item_order_7@large":"cTKYR","ek-flex__item_order_8@large":"EbRr-","ek-flex__item_order_9@large":"CcolZ","ek-flex__item_order_10@large":"REyap","ek-flex__item_empty_hidden@large":"HoYFX","ek-flex_display_flex@large":"_7z-Xy","ek-flex_display_inline-flex@large":"qDZkc","ek-flex_display_none@large":"v-LQ7","ek-flex_content_start@large":"wDOSW","ek-flex_content-align_start@large":"-vjHm","ek-flex_content-justify_start@large":"jH9l4","ek-flex_content_end@large":"LybYd","ek-flex_content-align_end@large":"HfaLo","ek-flex_content-justify_end@large":"r-G-Z","ek-flex_content_center@large":"wmzE3","ek-flex_content-align_center@large":"njbtW","ek-flex_content-justify_center@large":"XZ2Ll","ek-flex_content_between@large":"JajC-","ek-flex_content-align_between@large":"_0VYYk","ek-flex_content-justify_between@large":"G1FMN","ek-flex_content_around@large":"cP-ge","ek-flex_content-align_around@large":"ds4a9","ek-flex_content-justify_around@large":"bTCSh","ek-flex_content_stretch@large":"nR5wF","ek-flex_content-align_stretch@large":"wD5G-","ek-flex_content-justify_stretch@large":"uwRDP","ek-flex_items_start@large":"ine9z","ek-flex_items_end@large":"cLdMk","ek-flex_items_center@large":"Sizce","ek-flex_items_baseline@large":"ugsaa","ek-flex_items_stretch@large":"JUr7V","ek-flex_direction_row@large":"_1-Muv","ek-flex_direction_row-reverse@large":"ZGw6r","ek-flex_direction_column@large":"LbfFJ","ek-flex_direction_column-reverse@large":"_1d7fN","ek-flex_wrap_nowrap@large":"_-9mir","ek-flex_wrap_wrap@large":"GBXvV","ek-flex_wrap_wrap-reverse@large":"Pk3RE","ek-flex_height_auto@large":"Gf1dd","ek-flex_height_inherit@large":"BVGEZ","ek-flex_height_1-1@large":"Xe2fD"};e.Flex.defaultProps={"flex-preset":{css:_}},e.Flex.Item.defaultProps={"flex-item-preset":{css:_}},Object.defineProperty(exports,"Flex",{enumerable:!0,get:function(){return e.Flex}}),require("./style.production.v2.css");
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-flex"),_={"ek-flex":"r3GR4","ek-flex__item":"zb-Ib","ek-flex__item_display_block":"sk9DW","ek-flex__item_display_none":"Ph6-P","ek-flex__item_align_start":"iLkJk","ek-flex__item_align_end":"H3Qqb","ek-flex__item_align_center":"wwUNz","ek-flex__item_align_baseline":"oTTkA","ek-flex__item_align_stretch":"e31L7","ek-flex__item_order_0":"aERem","ek-flex__item_order_1":"rhLHc","ek-flex__item_order_2":"vCo2h","ek-flex__item_order_3":"RwWrX","ek-flex__item_order_4":"_15F8J","ek-flex__item_order_5":"_5ODVP","ek-flex__item_order_6":"HuP8L","ek-flex__item_order_7":"_1pPYl","ek-flex__item_order_8":"_1Xfbs","ek-flex__item_order_9":"DsOVn","ek-flex__item_order_10":"_1h8yx","ek-flex__item_empty_hidden":"p2KBa","ek-flex_display_flex":"aXBOp","ek-flex_display_inline-flex":"-ltCz","ek-flex_display_none":"ncxp2","ek-flex_content_start":"lseqo","ek-flex_content-align_start":"G3-Sg","ek-flex_content-justify_start":"nkYyQ","ek-flex_content_end":"lgaCU","ek-flex_content-align_end":"fds0X","ek-flex_content-justify_end":"lvAxj","ek-flex_content_center":"UJkAR","ek-flex_content-align_center":"lxxTS","ek-flex_content-justify_center":"uI21x","ek-flex_content_between":"DV1tR","ek-flex_content-align_between":"c-0-p","ek-flex_content-justify_between":"JCE0A","ek-flex_content_around":"OQI6E","ek-flex_content-align_around":"C87Uw","ek-flex_content-justify_around":"_2Qi0C","ek-flex_content_stretch":"EwG80","ek-flex_content-align_stretch":"_0IrFI","ek-flex_content-justify_stretch":"_8JyaN","ek-flex_items_start":"ZIWcI","ek-flex_items_end":"_2F9IP","ek-flex_items_center":"PmLAS","ek-flex_items_baseline":"kkQrG","ek-flex_items_stretch":"_661gd","ek-flex_direction_row":"C994l","ek-flex_direction_row-reverse":"pMrVK","ek-flex_direction_column":"_8Z505","ek-flex_direction_column-reverse":"medxZ","ek-flex_wrap_nowrap":"fN1at","ek-flex_wrap_wrap":"wWSCz","ek-flex_wrap_wrap-reverse":"KLJRx","ek-flex_height_auto":"_56VVe","ek-flex_height_inherit":"njvtE","ek-flex_height_1-1":"s6NCT","ek-flex__item_display_block@small":"BlRmh","ek-flex__item_display_none@small":"_164mp","ek-flex__item_align_start@small":"f23j3","ek-flex__item_align_end@small":"UK7ZN","ek-flex__item_align_center@small":"MEYoU","ek-flex__item_align_baseline@small":"SbppM","ek-flex__item_align_stretch@small":"_3aE-I","ek-flex__item_order_0@small":"SklRY","ek-flex__item_order_1@small":"_9WPhi","ek-flex__item_order_2@small":"bCamV","ek-flex__item_order_3@small":"Qfjbp","ek-flex__item_order_4@small":"S578J","ek-flex__item_order_5@small":"bEwDt","ek-flex__item_order_6@small":"dkLbH","ek-flex__item_order_7@small":"U8Jua","ek-flex__item_order_8@small":"eqCzW","ek-flex__item_order_9@small":"WVY33","ek-flex__item_order_10@small":"DEral","ek-flex__item_empty_hidden@small":"Eusfp","ek-flex_display_flex@small":"_1o9A4","ek-flex_display_inline-flex@small":"_2F--A","ek-flex_display_none@small":"q4whE","ek-flex_content_start@small":"q6--1","ek-flex_content-align_start@small":"_2TL8d","ek-flex_content-justify_start@small":"Nm6Hk","ek-flex_content_end@small":"ABKT9","ek-flex_content-align_end@small":"YjPq5","ek-flex_content-justify_end@small":"TKanV","ek-flex_content_center@small":"vbRaR","ek-flex_content-align_center@small":"_72ssq","ek-flex_content-justify_center@small":"ZLHwq","ek-flex_content_between@small":"FBwlT","ek-flex_content-align_between@small":"lYsn7","ek-flex_content-justify_between@small":"_0R---","ek-flex_content_around@small":"IPo8B","ek-flex_content-align_around@small":"sUpEQ","ek-flex_content-justify_around@small":"X-0-z","ek-flex_content_stretch@small":"wIyAO","ek-flex_content-align_stretch@small":"V0OD4","ek-flex_content-justify_stretch@small":"qS1Ad","ek-flex_items_start@small":"gh4cg","ek-flex_items_end@small":"zaxZE","ek-flex_items_center@small":"JJSdG","ek-flex_items_baseline@small":"DtX5z","ek-flex_items_stretch@small":"vM30u","ek-flex_direction_row@small":"_0-ok2","ek-flex_direction_row-reverse@small":"_2w6wA","ek-flex_direction_column@small":"FxJ0h","ek-flex_direction_column-reverse@small":"LDTE1","ek-flex_wrap_nowrap@small":"TSy41","ek-flex_wrap_wrap@small":"p9nRG","ek-flex_wrap_wrap-reverse@small":"rZWPB","ek-flex_height_auto@small":"_6vHIp","ek-flex_height_inherit@small":"_2-1z1","ek-flex_height_1-1@small":"txiB5","ek-flex__item_display_block@medium":"Fsy-7","ek-flex__item_display_none@medium":"VKE1a","ek-flex__item_align_start@medium":"_8xZ-b","ek-flex__item_align_end@medium":"_7Ix-9","ek-flex__item_align_center@medium":"pAPfd","ek-flex__item_align_baseline@medium":"-fSbi","ek-flex__item_align_stretch@medium":"-VtFx","ek-flex__item_order_0@medium":"amA7Q","ek-flex__item_order_1@medium":"qDzGI","ek-flex__item_order_2@medium":"_1tWtD","ek-flex__item_order_3@medium":"N7utN","ek-flex__item_order_4@medium":"_83eVl","ek-flex__item_order_5@medium":"RsaiI","ek-flex__item_order_6@medium":"cx81q","ek-flex__item_order_7@medium":"MAplO","ek-flex__item_order_8@medium":"DxCEh","ek-flex__item_order_9@medium":"Fsi12","ek-flex__item_order_10@medium":"_46Y8l","ek-flex__item_empty_hidden@medium":"_3if8n","ek-flex_display_flex@medium":"_3L0iy","ek-flex_display_inline-flex@medium":"_5O3jK","ek-flex_display_none@medium":"ZEdz9","ek-flex_content_start@medium":"sX7G1","ek-flex_content-align_start@medium":"RabCZ","ek-flex_content-justify_start@medium":"SmcXT","ek-flex_content_end@medium":"OOCKC","ek-flex_content-align_end@medium":"mr19O","ek-flex_content-justify_end@medium":"jtQKt","ek-flex_content_center@medium":"_6VqUw","ek-flex_content-align_center@medium":"mp1je","ek-flex_content-justify_center@medium":"Z2YaF","ek-flex_content_between@medium":"-SYXk","ek-flex_content-align_between@medium":"jU1T-","ek-flex_content-justify_between@medium":"mQhXN","ek-flex_content_around@medium":"-lI3T","ek-flex_content-align_around@medium":"ugMWr","ek-flex_content-justify_around@medium":"YN6Ao","ek-flex_content_stretch@medium":"PiBc9","ek-flex_content-align_stretch@medium":"_7ZQ9o","ek-flex_content-justify_stretch@medium":"WNT-w","ek-flex_items_start@medium":"U0e74","ek-flex_items_end@medium":"Nr2QN","ek-flex_items_center@medium":"_2F9Mx","ek-flex_items_baseline@medium":"YX9jo","ek-flex_items_stretch@medium":"x8Czn","ek-flex_direction_row@medium":"_6-tRb","ek-flex_direction_row-reverse@medium":"_2-vGi","ek-flex_direction_column@medium":"PUouy","ek-flex_direction_column-reverse@medium":"z76AP","ek-flex_wrap_nowrap@medium":"o-uUw","ek-flex_wrap_wrap@medium":"vVJn9","ek-flex_wrap_wrap-reverse@medium":"OprP5","ek-flex_height_auto@medium":"JtFKJ","ek-flex_height_inherit@medium":"hUCVo","ek-flex_height_1-1@medium":"_7MHOx","ek-flex__item_display_block@large":"NJ5-S","ek-flex__item_display_none@large":"Bp3I8","ek-flex__item_align_start@large":"gT4H3","ek-flex__item_align_end@large":"_4YMYs","ek-flex__item_align_center@large":"_8kHzN","ek-flex__item_align_baseline@large":"_3SKm5","ek-flex__item_align_stretch@large":"E-ube","ek-flex__item_order_0@large":"_2pm8I","ek-flex__item_order_1@large":"wOaCp","ek-flex__item_order_2@large":"-z1dW","ek-flex__item_order_3@large":"nEaXL","ek-flex__item_order_4@large":"iUQzi","ek-flex__item_order_5@large":"T2k0s","ek-flex__item_order_6@large":"zcvfx","ek-flex__item_order_7@large":"cTKYR","ek-flex__item_order_8@large":"EbRr-","ek-flex__item_order_9@large":"CcolZ","ek-flex__item_order_10@large":"REyap","ek-flex__item_empty_hidden@large":"HoYFX","ek-flex_display_flex@large":"_7z-Xy","ek-flex_display_inline-flex@large":"qDZkc","ek-flex_display_none@large":"v-LQ7","ek-flex_content_start@large":"wDOSW","ek-flex_content-align_start@large":"-vjHm","ek-flex_content-justify_start@large":"jH9l4","ek-flex_content_end@large":"LybYd","ek-flex_content-align_end@large":"HfaLo","ek-flex_content-justify_end@large":"r-G-Z","ek-flex_content_center@large":"wmzE3","ek-flex_content-align_center@large":"njbtW","ek-flex_content-justify_center@large":"XZ2Ll","ek-flex_content_between@large":"JajC-","ek-flex_content-align_between@large":"_0VYYk","ek-flex_content-justify_between@large":"G1FMN","ek-flex_content_around@large":"cP-ge","ek-flex_content-align_around@large":"ds4a9","ek-flex_content-justify_around@large":"bTCSh","ek-flex_content_stretch@large":"nR5wF","ek-flex_content-align_stretch@large":"wD5G-","ek-flex_content-justify_stretch@large":"uwRDP","ek-flex_items_start@large":"ine9z","ek-flex_items_end@large":"cLdMk","ek-flex_items_center@large":"Sizce","ek-flex_items_baseline@large":"ugsaa","ek-flex_items_stretch@large":"JUr7V","ek-flex_direction_row@large":"_1-Muv","ek-flex_direction_row-reverse@large":"ZGw6r","ek-flex_direction_column@large":"LbfFJ","ek-flex_direction_column-reverse@large":"_1d7fN","ek-flex_wrap_nowrap@large":"_-9mir","ek-flex_wrap_wrap@large":"GBXvV","ek-flex_wrap_wrap-reverse@large":"Pk3RE","ek-flex_height_auto@large":"Gf1dd","ek-flex_height_inherit@large":"BVGEZ","ek-flex_height_1-1@large":"Xe2fD"},l=e.Flex.Item,t=e.Flex;t.Item=l,t.defaultProps={"flex-preset":{css:_}},l.defaultProps={"flex-item-preset":{css:_}},exports.Flex=t,require("./style.production.v2.css");
package/Flex/index.d.ts CHANGED
@@ -1,2 +1,34 @@
1
- import { Flex } from 'evokit-flex';
2
- export { Flex };
1
+ import type { CreateBlock, EvokitProp, EvokitMediaSufix } from '@prom-ui/core/base/types';
2
+ type FlexItemAlign = EvokitMediaSufix<'start' | 'end' | 'center' | 'baseline' | 'stretch'>;
3
+ type FlexItemDisplay = EvokitMediaSufix<'block' | 'none'>;
4
+ type FlexItemEmpty = EvokitMediaSufix<'hidden'>;
5
+ type FlexItemOrder = EvokitMediaSufix<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10>;
6
+ type FlexDirection = EvokitMediaSufix<'start' | 'end' | 'center' | 'between' | 'around' | 'stretch'>;
7
+ type FlexDisplay = EvokitMediaSufix<'flex' | 'inline-flex' | 'none'>;
8
+ type FlexHeight = EvokitMediaSufix<'auto' | 'inherit' | '1-1'>;
9
+ type FlexItems = EvokitMediaSufix<'start' | 'end' | 'center' | 'baseline' | 'stretch'>;
10
+ type FlexWrap = EvokitMediaSufix<'nowrap' | 'wrap' | 'wrap-reverse'>;
11
+ type FlexContent = EvokitMediaSufix<'start' | 'end' | 'center' | 'between' | 'around' | 'stretch'>;
12
+ export type FlexProps = {
13
+ 'flex-direction'?: EvokitProp<FlexDirection>;
14
+ 'flex-display'?: EvokitProp<FlexDisplay>;
15
+ 'flex-height'?: EvokitProp<FlexHeight>;
16
+ 'flex-items'?: EvokitProp<FlexItems>;
17
+ 'flex-wrap'?: EvokitProp<FlexWrap>;
18
+ 'flex-content'?: EvokitProp<FlexContent | `${FlexContent} ${string}`>;
19
+ /** @ignore */
20
+ 'flex-content-align'?: EvokitProp<FlexContent>;
21
+ /** @ignore */
22
+ 'flex-content-justify'?: EvokitProp<FlexContent>;
23
+ };
24
+ export type FlexItemProps = {
25
+ 'flex-item-align'?: EvokitProp<FlexItemAlign>;
26
+ 'flex-item-display'?: EvokitProp<FlexItemDisplay>;
27
+ 'flex-item-empty'?: EvokitProp<FlexItemEmpty>;
28
+ 'flex-item-order'?: EvokitProp<FlexItemOrder>;
29
+ };
30
+ declare const FlexItem: CreateBlock<'div', 'flex-item', FlexItemProps>;
31
+ export declare const Flex: CreateBlock<'div', 'flex', FlexProps> & {
32
+ Item: typeof FlexItem;
33
+ };
34
+ export {};
package/Flex/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Flex",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [