@prom-ui/core 0.0.101 → 0.0.103-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Avatar/cjs/index.development.js +0 -2
- package/Avatar/cjs/index.development.v2.js +151 -0
- package/Avatar/cjs/index.production.js +1 -1
- package/Avatar/cjs/index.production.v2.js +1 -0
- package/Avatar/cjs/style.development.v2.css +1 -0
- package/Avatar/cjs/style.production.v2.css +1 -0
- package/Avatar/index.js +14 -2
- package/Avatar/package.json +1 -1
- package/Body/cjs/index.development.js +0 -2
- package/Body/cjs/index.development.v2.js +12 -0
- package/Body/cjs/index.production.js +1 -1
- package/Body/cjs/index.production.v2.js +1 -0
- package/Body/cjs/style.development.v2.css +1 -0
- package/Body/cjs/style.production.v2.css +1 -0
- package/Body/index.js +14 -2
- package/Body/package.json +1 -1
- package/Box/cjs/index.development.js +0 -2
- package/Box/cjs/index.development.v2.js +18 -0
- package/Box/cjs/index.production.js +1 -1
- package/Box/cjs/index.production.v2.js +1 -0
- package/Box/cjs/style.development.v2.css +1 -0
- package/Box/cjs/style.production.v2.css +1 -0
- package/Box/index.js +14 -2
- package/Box/package.json +1 -1
- package/Button/cjs/index.development.js +0 -2
- package/Button/cjs/index.development.v2.js +93 -0
- package/Button/cjs/index.production.js +1 -1
- package/Button/cjs/index.production.v2.js +1 -0
- package/Button/cjs/style.development.v2.css +1 -0
- package/Button/cjs/style.production.v2.css +1 -0
- package/Button/index.js +14 -2
- package/Button/package.json +1 -1
- package/ButtonPageUp/cjs/index.development.v2.js +174 -0
- package/ButtonPageUp/cjs/index.production.v2.js +1 -0
- package/ButtonPageUp/index.js +2 -2
- package/ButtonPageUp/package.json +1 -1
- package/Checkbox/cjs/index.development.js +0 -2
- package/Checkbox/cjs/index.development.v2.js +109 -0
- package/Checkbox/cjs/index.production.js +1 -1
- package/Checkbox/cjs/index.production.v2.js +1 -0
- package/Checkbox/cjs/style.development.v2.css +1 -0
- package/Checkbox/cjs/style.production.v2.css +1 -0
- package/Checkbox/index.js +14 -2
- package/Checkbox/package.json +1 -1
- package/Flex/cjs/index.development.js +0 -2
- package/Flex/cjs/index.development.v2.js +23 -0
- package/Flex/cjs/index.production.js +1 -1
- package/Flex/cjs/index.production.v2.js +1 -0
- package/Flex/cjs/style.development.v2.css +1 -0
- package/Flex/cjs/style.production.v2.css +1 -0
- package/Flex/index.js +14 -2
- package/Flex/package.json +1 -1
- package/Grid/cjs/index.development.js +0 -2
- package/Grid/cjs/index.development.v2.js +23 -0
- package/Grid/cjs/index.production.js +1 -1
- package/Grid/cjs/index.production.v2.js +1 -0
- package/Grid/cjs/style.development.v2.css +1 -0
- package/Grid/cjs/style.production.v2.css +1 -0
- package/Grid/index.js +14 -2
- package/Grid/package.json +1 -1
- package/Icon/cjs/index.development.js +0 -2
- package/Icon/cjs/index.development.v2.js +39 -0
- package/Icon/cjs/index.production.js +1 -1
- package/Icon/cjs/index.production.v2.js +1 -0
- package/Icon/cjs/style.development.v2.css +1 -0
- package/Icon/cjs/style.production.v2.css +1 -0
- package/Icon/index.js +14 -2
- package/Icon/package.json +1 -1
- package/Image/cjs/index.development.js +0 -2
- package/Image/cjs/index.development.v2.js +18 -0
- package/Image/cjs/index.production.js +1 -1
- package/Image/cjs/index.production.v2.js +1 -0
- package/Image/cjs/style.development.v2.css +1 -0
- package/Image/cjs/style.production.v2.css +1 -0
- package/Image/index.js +14 -2
- package/Image/package.json +1 -1
- package/ImageEmoji/cjs/index.development.v2.js +90 -0
- package/ImageEmoji/cjs/index.production.v2.js +1 -0
- package/ImageEmoji/index.js +2 -2
- package/ImageEmoji/package.json +1 -1
- package/Input/cjs/index.development.js +0 -2
- package/Input/cjs/index.development.v2.js +37 -0
- package/Input/cjs/index.production.js +1 -1
- package/Input/cjs/index.production.v2.js +1 -0
- package/Input/cjs/style.development.v2.css +1 -0
- package/Input/cjs/style.production.v2.css +1 -0
- package/Input/index.js +14 -2
- package/Input/package.json +1 -1
- package/KeyPress/cjs/index.development.v2.js +56 -0
- package/KeyPress/cjs/index.production.v2.js +1 -0
- package/KeyPress/index.js +2 -2
- package/KeyPress/package.json +1 -1
- package/Line/cjs/index.development.js +0 -2
- package/Line/cjs/index.development.v2.js +18 -0
- package/Line/cjs/index.production.js +1 -1
- package/Line/cjs/index.production.v2.js +1 -0
- package/Line/cjs/style.development.v2.css +1 -0
- package/Line/cjs/style.production.v2.css +1 -0
- package/Line/index.js +14 -2
- package/Line/package.json +1 -1
- package/Link/cjs/index.development.js +0 -2
- package/Link/cjs/index.development.v2.js +20 -0
- package/Link/cjs/index.production.js +1 -1
- package/Link/cjs/index.production.v2.js +1 -0
- package/Link/cjs/style.development.v2.css +1 -0
- package/Link/cjs/style.production.v2.css +1 -0
- package/Link/index.js +14 -2
- package/Link/package.json +1 -1
- package/List/cjs/index.development.js +0 -2
- package/List/cjs/index.development.v2.js +23 -0
- package/List/cjs/index.production.js +1 -1
- package/List/cjs/index.production.v2.js +1 -0
- package/List/cjs/style.development.v2.css +1 -0
- package/List/cjs/style.production.v2.css +1 -0
- package/List/index.js +14 -2
- package/List/package.json +1 -1
- package/Media/cjs/index.development.v2.js +98 -0
- package/Media/cjs/index.production.v2.js +1 -0
- package/Media/index.js +2 -2
- package/Media/package.json +1 -1
- package/OutsideClick/cjs/index.development.v2.js +84 -0
- package/OutsideClick/cjs/index.production.v2.js +1 -0
- package/OutsideClick/index.js +2 -2
- package/OutsideClick/package.json +1 -1
- package/Overlay/cjs/index.development.js +0 -2
- package/Overlay/cjs/index.development.v2.js +473 -0
- package/Overlay/cjs/index.production.js +1 -1
- package/Overlay/cjs/index.production.v2.js +1 -0
- package/Overlay/cjs/style.development.v2.css +1 -0
- package/Overlay/cjs/style.production.v2.css +1 -0
- package/Overlay/index.js +14 -2
- package/Overlay/package.json +1 -1
- package/Picture/cjs/index.development.js +0 -2
- package/Picture/cjs/index.development.v2.js +23 -0
- package/Picture/cjs/index.production.js +1 -1
- package/Picture/cjs/index.production.v2.js +1 -0
- package/Picture/cjs/style.development.v2.css +1 -0
- package/Picture/cjs/style.production.v2.css +1 -0
- package/Picture/index.js +14 -2
- package/Picture/package.json +1 -1
- package/PortableOverlay/cjs/index.development.js +0 -2
- package/PortableOverlay/cjs/index.development.v2.js +109 -0
- package/PortableOverlay/cjs/index.production.js +1 -1
- package/PortableOverlay/cjs/index.production.v2.js +1 -0
- package/PortableOverlay/cjs/style.development.v2.css +1 -0
- package/PortableOverlay/cjs/style.production.v2.css +1 -0
- package/PortableOverlay/index.js +14 -2
- package/PortableOverlay/package.json +1 -1
- package/Portal/cjs/index.development.v2.js +57 -0
- package/Portal/cjs/index.production.v2.js +1 -0
- package/Portal/index.js +2 -2
- package/Portal/package.json +1 -1
- package/QRCode/cjs/index.development.js +0 -2
- package/QRCode/cjs/index.development.v2.js +50 -0
- package/QRCode/cjs/index.production.js +1 -1
- package/QRCode/cjs/index.production.v2.js +1 -0
- package/QRCode/cjs/style.development.v2.css +1 -0
- package/QRCode/cjs/style.production.v2.css +1 -0
- package/QRCode/index.js +14 -2
- package/QRCode/package.json +1 -1
- package/Rating/cjs/index.development.js +0 -2
- package/Rating/cjs/index.development.v2.js +105 -0
- package/Rating/cjs/index.production.js +1 -1
- package/Rating/cjs/index.production.v2.js +1 -0
- package/Rating/cjs/style.development.v2.css +1 -0
- package/Rating/cjs/style.production.v2.css +1 -0
- package/Rating/index.js +14 -2
- package/Rating/package.json +1 -1
- package/SafeQuery/cjs/index.development.js +0 -2
- package/SafeQuery/cjs/index.development.v2.js +179 -0
- package/SafeQuery/cjs/index.production.js +1 -1
- package/SafeQuery/cjs/index.production.v2.js +1 -0
- package/SafeQuery/cjs/style.development.v2.css +1 -0
- package/SafeQuery/cjs/style.production.v2.css +1 -0
- package/SafeQuery/index.js +14 -2
- package/SafeQuery/package.json +1 -1
- package/Scroll/cjs/index.development.js +0 -2
- package/Scroll/cjs/index.development.v2.js +38 -0
- package/Scroll/cjs/index.production.js +1 -1
- package/Scroll/cjs/index.production.v2.js +1 -0
- package/Scroll/cjs/style.development.v2.css +1 -0
- package/Scroll/cjs/style.production.v2.css +1 -0
- package/Scroll/index.js +14 -2
- package/Scroll/package.json +1 -1
- package/ScrollControls/cjs/index.development.js +0 -2
- package/ScrollControls/cjs/index.development.v2.js +241 -0
- package/ScrollControls/cjs/index.production.js +1 -1
- package/ScrollControls/cjs/index.production.v2.js +1 -0
- package/ScrollControls/cjs/style.development.v2.css +1 -0
- package/ScrollControls/cjs/style.production.v2.css +1 -0
- package/ScrollControls/index.js +14 -2
- package/ScrollControls/package.json +1 -1
- package/SideOverlay/cjs/index.development.js +0 -2
- package/SideOverlay/cjs/index.development.v2.js +208 -0
- package/SideOverlay/cjs/index.production.js +1 -1
- package/SideOverlay/cjs/index.production.v2.js +1 -0
- package/SideOverlay/cjs/style.development.v2.css +1 -0
- package/SideOverlay/cjs/style.production.v2.css +1 -0
- package/SideOverlay/index.js +14 -2
- package/SideOverlay/package.json +1 -1
- package/SimpleSlider/cjs/index.development.js +0 -2
- package/SimpleSlider/cjs/index.development.v2.js +433 -0
- package/SimpleSlider/cjs/index.production.js +1 -1
- package/SimpleSlider/cjs/index.production.v2.js +1 -0
- package/SimpleSlider/cjs/style.development.v2.css +1 -0
- package/SimpleSlider/cjs/style.production.v2.css +1 -0
- package/SimpleSlider/index.js +14 -2
- package/SimpleSlider/package.json +1 -1
- package/Skeleton/cjs/index.development.js +0 -2
- package/Skeleton/cjs/index.development.v2.js +101 -0
- package/Skeleton/cjs/index.production.js +1 -1
- package/Skeleton/cjs/index.production.v2.js +1 -0
- package/Skeleton/cjs/style.development.v2.css +1 -0
- package/Skeleton/cjs/style.production.v2.css +1 -0
- package/Skeleton/index.js +14 -2
- package/Skeleton/package.json +1 -1
- package/Spinner/cjs/index.development.js +0 -2
- package/Spinner/cjs/index.development.v2.js +83 -0
- package/Spinner/cjs/index.production.js +1 -1
- package/Spinner/cjs/index.production.v2.js +1 -0
- package/Spinner/cjs/style.development.v2.css +1 -0
- package/Spinner/cjs/style.production.v2.css +1 -0
- package/Spinner/index.js +14 -2
- package/Spinner/package.json +1 -1
- package/Text/cjs/index.development.js +0 -2
- package/Text/cjs/index.development.v2.js +18 -0
- package/Text/cjs/index.production.js +1 -1
- package/Text/cjs/index.production.v2.js +1 -0
- package/Text/cjs/style.development.v2.css +1 -0
- package/Text/cjs/style.production.v2.css +1 -0
- package/Text/index.js +14 -2
- package/Text/package.json +1 -1
- package/TextEmoji/cjs/index.development.v2.js +94 -0
- package/TextEmoji/cjs/index.production.v2.js +1 -0
- package/TextEmoji/index.js +2 -2
- package/TextEmoji/package.json +1 -1
- package/Tooltip/cjs/index.development.js +0 -2
- package/Tooltip/cjs/index.development.v2.js +149 -0
- package/Tooltip/cjs/index.production.js +1 -1
- package/Tooltip/cjs/index.production.v2.js +1 -0
- package/Tooltip/cjs/style.development.v2.css +1 -0
- package/Tooltip/cjs/style.production.v2.css +1 -0
- package/Tooltip/index.js +14 -2
- package/Tooltip/package.json +1 -1
- package/Tumbler/cjs/index.development.js +0 -2
- package/Tumbler/cjs/index.development.v2.js +108 -0
- package/Tumbler/cjs/index.production.js +1 -1
- package/Tumbler/cjs/index.production.v2.js +1 -0
- package/Tumbler/cjs/style.development.v2.css +1 -0
- package/Tumbler/cjs/style.production.v2.css +1 -0
- package/Tumbler/index.js +14 -2
- package/Tumbler/package.json +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("evokit");function n(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var r=n(e),o=function(){return o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};var a=t.createBlock("div","skeleton",["align","theme","variant","opacity"],{css:{"ek-skeleton":"k6rop","ek-skeleton_theme_grey":"vl5ae","skeleton-keyframes-wave":"kzrO0","ek-skeleton_theme_black-100":"eJWcz","ek-skeleton_theme_white":"PCwFG","ek-skeleton_variant_text":"NbT89","ek-skeleton_variant_circle":"SlAh0","ek-skeleton_variant_square":"_7p339","ek-skeleton_variant_rect":"BP9h-","ek-skeleton_align_left":"TbAuG","ek-skeleton_align_center":"De09W","ek-skeleton_align_right":"C-QUn","ek-skeleton_opacity_0":"BV48x","ek-skeleton_opacity_10":"oVBvx","ek-skeleton_opacity_20":"F--5F","ek-skeleton_opacity_30":"rwtgY","ek-skeleton_opacity_40":"iR-d8","ek-skeleton_opacity_50":"r6goB","ek-skeleton_opacity_60":"-DW2y","ek-skeleton_opacity_70":"zqdBc","ek-skeleton_opacity_80":"Vc9gU","ek-skeleton_opacity_90":"t9rT-","ek-skeleton_opacity_100":"lw65w"}}),l=r.forwardRef((function(e,t){var n=e.align,l=void 0===n?"left":n,i=e.height,k=e.opacity,c=e.style,s=e.theme,_=void 0===s?"grey":s,p=e.variant,y=void 0===p?"text":p,u=e.width,f=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["align","height","opacity","style","theme","variant","width"]),v=r.useMemo((function(){return o({height:i,width:u},c)}),[i,u,c]);return r.createElement(a,o({"skeleton-align":l,"skeleton-theme":_,"skeleton-variant":y,"skeleton-opacity":k,style:v},f,{ref:t}))}));exports.Skeleton=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@-webkit-keyframes Skeleton__skeleton-keyframes-wave___kzrO0{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes Skeleton__skeleton-keyframes-wave___kzrO0{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.Skeleton__ek-skeleton___k6rop{display:block;clear:both;line-height:100%;border-radius:var(--pds-round-m);overflow:hidden;pointer-events:none;position:relative;transform:translate3d(0,0,0)}.Skeleton__ek-skeleton___k6rop+.Skeleton__ek-skeleton___k6rop{margin-top:var(--pds-spacing-s)}.Skeleton__ek-skeleton___k6rop::after{position:absolute;left:0;top:0;width:100%;height:100%}.Skeleton__ek-skeleton___k6rop::before{color:transparent}.Skeleton__ek-skeleton_theme_grey___vl5ae{background-color:var(--black-100)}.Skeleton__ek-skeleton_theme_grey___vl5ae::after{content:"";transform:translateX(-100%);will-change:transform;background-image:linear-gradient(to right,var(--black-100) 0%,var(--black-100) 20%,var(--black-50) 50%,var(--black-100) 80%,var(--black-100) 100%);-webkit-animation:Skeleton__skeleton-keyframes-wave___kzrO0 1350ms linear infinite;animation:Skeleton__skeleton-keyframes-wave___kzrO0 1350ms linear infinite}.Skeleton__ek-skeleton_theme_black-100___eJWcz{background:var(--black-100)}.Skeleton__ek-skeleton_theme_white___PCwFG{background:var(--white)}.Skeleton__ek-skeleton_variant_text___NbT89::before{content:" "}.Skeleton__ek-skeleton_variant_circle___SlAh0{border-radius:50%}.Skeleton__ek-skeleton_variant_circle___SlAh0::before,.Skeleton__ek-skeleton_variant_square___7p339::before{content:"";display:block;padding-bottom:100%}.Skeleton__ek-skeleton_variant_rect___BP9h-{border-radius:0}.Skeleton__ek-skeleton_align_left___TbAuG{margin-right:auto}.Skeleton__ek-skeleton_align_center___De09W{margin-left:auto;margin-right:auto}.Skeleton__ek-skeleton_align_right___C-QUn{margin-left:auto}.Skeleton__ek-skeleton_opacity_0___BV48x{opacity:0}.Skeleton__ek-skeleton_opacity_10___oVBvx{opacity:.1}.Skeleton__ek-skeleton_opacity_20___F--5F{opacity:.2}.Skeleton__ek-skeleton_opacity_30___rwtgY{opacity:.3}.Skeleton__ek-skeleton_opacity_40___iR-d8{opacity:.4}.Skeleton__ek-skeleton_opacity_50___r6goB{opacity:.5}.Skeleton__ek-skeleton_opacity_60___-DW2y{opacity:.6}.Skeleton__ek-skeleton_opacity_70___zqdBc{opacity:.7}.Skeleton__ek-skeleton_opacity_80___Vc9gU{opacity:.8}.Skeleton__ek-skeleton_opacity_90___t9rT-{opacity:.9}.Skeleton__ek-skeleton_opacity_100___lw65w{opacity:1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@-webkit-keyframes kzrO0{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes kzrO0{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.k6rop{display:block;clear:both;line-height:100%;border-radius:var(--pds-round-m);overflow:hidden;pointer-events:none;position:relative;transform:translate3d(0,0,0)}.k6rop+.k6rop{margin-top:var(--pds-spacing-s)}.k6rop::after{position:absolute;left:0;top:0;width:100%;height:100%}.k6rop::before{color:transparent}.vl5ae{background-color:var(--black-100)}.vl5ae::after{content:"";transform:translateX(-100%);will-change:transform;background-image:linear-gradient(to right,var(--black-100) 0%,var(--black-100) 20%,var(--black-50) 50%,var(--black-100) 80%,var(--black-100) 100%);-webkit-animation:kzrO0 1350ms linear infinite;animation:kzrO0 1350ms linear infinite}.eJWcz{background:var(--black-100)}.PCwFG{background:var(--white)}.NbT89::before{content:" "}.SlAh0{border-radius:50%}.SlAh0::before,._7p339::before{content:"";display:block;padding-bottom:100%}.BP9h-{border-radius:0}.TbAuG{margin-right:auto}.De09W{margin-left:auto;margin-right:auto}.C-QUn{margin-left:auto}.BV48x{opacity:0}.oVBvx{opacity:.1}.F--5F{opacity:.2}.rwtgY{opacity:.3}.iR-d8{opacity:.4}.r6goB{opacity:.5}.-DW2y{opacity:.6}.zqdBc{opacity:.7}.Vc9gU{opacity:.8}.t9rT-{opacity:.9}.lw65w{opacity:1}
|
package/Skeleton/index.js
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
if (process.env.NODE_ENV === 'production') {
|
|
4
|
-
|
|
4
|
+
if (process.env.PROM_UI_CSS_HASH === 'v2') {
|
|
5
|
+
module.exports = require('./cjs/index.production.v2.js');
|
|
6
|
+
require('./cjs/style.production.v2.css');
|
|
7
|
+
} else {
|
|
8
|
+
module.exports = require('./cjs/index.production.js');
|
|
9
|
+
require('./cjs/style.production.css');
|
|
10
|
+
}
|
|
5
11
|
} else {
|
|
6
|
-
|
|
12
|
+
if (process.env.PROM_UI_CSS_HASH === 'v2') {
|
|
13
|
+
module.exports = require('./cjs/index.development.v2.js');
|
|
14
|
+
require('./cjs/style.development.v2.css');
|
|
15
|
+
} else {
|
|
16
|
+
module.exports = require('./cjs/index.development.js');
|
|
17
|
+
require('./cjs/style.development.css');
|
|
18
|
+
}
|
|
7
19
|
}
|
package/Skeleton/package.json
CHANGED
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var evokit = require('evokit');
|
|
7
|
+
|
|
8
|
+
function _interopNamespace(e) {
|
|
9
|
+
if (e && e.__esModule) return e;
|
|
10
|
+
var n = Object.create(null);
|
|
11
|
+
if (e) {
|
|
12
|
+
Object.keys(e).forEach(function (k) {
|
|
13
|
+
if (k !== 'default') {
|
|
14
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
15
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return e[k]; }
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
n["default"] = e;
|
|
23
|
+
return Object.freeze(n);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
27
|
+
|
|
28
|
+
/******************************************************************************
|
|
29
|
+
Copyright (c) Microsoft Corporation.
|
|
30
|
+
|
|
31
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
32
|
+
purpose with or without fee is hereby granted.
|
|
33
|
+
|
|
34
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
35
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
36
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
37
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
38
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
39
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
40
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
41
|
+
***************************************************************************** */
|
|
42
|
+
|
|
43
|
+
var __assign = function() {
|
|
44
|
+
__assign = Object.assign || function __assign(t) {
|
|
45
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
46
|
+
s = arguments[i];
|
|
47
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
48
|
+
}
|
|
49
|
+
return t;
|
|
50
|
+
};
|
|
51
|
+
return __assign.apply(this, arguments);
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
var css = {"ek-spinner":"Spinner__ek-spinner___rQ9Id","rotate":"Spinner__rotate___3-ehr","ek-spinner__circle":"Spinner__ek-spinner__circle___WUAuk","dash":"Spinner__dash___7Gan0","ek-spinner_color_violet-500":"Spinner__ek-spinner_color_violet-500___2-Ca6"};
|
|
55
|
+
|
|
56
|
+
var SpinnerBlock = evokit.createBlock('svg', 'spinner', ['color'], {
|
|
57
|
+
css: css
|
|
58
|
+
});
|
|
59
|
+
var SpinnerCircleBlock = evokit.createBlock('circle', 'spinner__circle', [], {
|
|
60
|
+
css: css
|
|
61
|
+
});
|
|
62
|
+
var defaultProps = {
|
|
63
|
+
width: '1em',
|
|
64
|
+
height: '1em'
|
|
65
|
+
};
|
|
66
|
+
var Spinner = React__namespace.forwardRef(function (props, ref) {
|
|
67
|
+
return React__namespace.createElement(SpinnerBlock, __assign({
|
|
68
|
+
ref: ref,
|
|
69
|
+
role: 'progressbar'
|
|
70
|
+
}, props, {
|
|
71
|
+
viewBox: '22 22 44 44'
|
|
72
|
+
}), React__namespace.createElement(SpinnerCircleBlock, {
|
|
73
|
+
fill: 'none',
|
|
74
|
+
cx: 44,
|
|
75
|
+
cy: 44,
|
|
76
|
+
r: 20.2,
|
|
77
|
+
strokeWidth: 3.6
|
|
78
|
+
}));
|
|
79
|
+
});
|
|
80
|
+
Spinner.displayName = 'Spinner';
|
|
81
|
+
Spinner.defaultProps = defaultProps;
|
|
82
|
+
|
|
83
|
+
exports.Spinner = Spinner;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("evokit");function t(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var n=t(e),c=function(){return c=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var c in r=arguments[t])Object.prototype.hasOwnProperty.call(r,c)&&(e[c]=r[c]);return e},c.apply(this,arguments)},o={"ek-spinner":"K7r-c",rotate:"aKoVD","ek-spinner__circle":"a5Jex",dash:"bKr0a","ek-spinner_color_violet-500":"_9sMtP"},i=r.createBlock("svg","spinner",["color"],{css:o}),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("evokit");function t(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var n=t(e),c=function(){return c=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var c in r=arguments[t])Object.prototype.hasOwnProperty.call(r,c)&&(e[c]=r[c]);return e},c.apply(this,arguments)},o={"ek-spinner":"K7r-c",rotate:"aKoVD","ek-spinner__circle":"a5Jex",dash:"bKr0a","ek-spinner_color_violet-500":"_9sMtP"},i=r.createBlock("svg","spinner",["color"],{css:o}),a=r.createBlock("circle","spinner__circle",[],{css:o}),s=n.forwardRef((function(e,r){return n.createElement(i,c({ref:r,role:"progressbar"},e,{viewBox:"22 22 44 44"}),n.createElement(a,{fill:"none",cx:44,cy:44,r:20.2,strokeWidth:3.6}))}));s.displayName="Spinner",s.defaultProps={width:"1em",height:"1em"},exports.Spinner=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),r=require("evokit");function t(e){if(e&&e.__esModule)return e;var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var n=t(e),c=function(){return c=Object.assign||function(e){for(var r,t=1,n=arguments.length;t<n;t++)for(var c in r=arguments[t])Object.prototype.hasOwnProperty.call(r,c)&&(e[c]=r[c]);return e},c.apply(this,arguments)},o={"ek-spinner":"rQ9Id",rotate:"_3-ehr","ek-spinner__circle":"WUAuk",dash:"_7Gan0","ek-spinner_color_violet-500":"_2-Ca6"},i=r.createBlock("svg","spinner",["color"],{css:o}),a=r.createBlock("circle","spinner__circle",[],{css:o}),s=n.forwardRef((function(e,r){return n.createElement(i,c({ref:r,role:"progressbar"},e,{viewBox:"22 22 44 44"}),n.createElement(a,{fill:"none",cx:44,cy:44,r:20.2,strokeWidth:3.6}))}));s.displayName="Spinner",s.defaultProps={width:"1em",height:"1em"},exports.Spinner=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@-webkit-keyframes Spinner__rotate___3-ehr{0%{transform:rotate(0deg);transform-origin:50% 50%}to{transform:rotate(360deg)}}@keyframes Spinner__rotate___3-ehr{0%{transform:rotate(0deg);transform-origin:50% 50%}to{transform:rotate(360deg)}}.Spinner__ek-spinner___rQ9Id{display:block;overflow:hidden;-webkit-animation:Spinner__rotate___3-ehr 1.4s linear infinite;animation:Spinner__rotate___3-ehr 1.4s linear infinite;color:currentColor}@-webkit-keyframes Spinner__dash___7Gan0{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}@keyframes Spinner__dash___7Gan0{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.Spinner__ek-spinner__circle___WUAuk{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:Spinner__dash___7Gan0 1.4s ease-in-out infinite;animation:Spinner__dash___7Gan0 1.4s ease-in-out infinite}.Spinner__ek-spinner_color_violet-500___2-Ca6{color:var(--violet-500)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@-webkit-keyframes _3-ehr{0%{transform:rotate(0deg);transform-origin:50% 50%}to{transform:rotate(360deg)}}@keyframes _3-ehr{0%{transform:rotate(0deg);transform-origin:50% 50%}to{transform:rotate(360deg)}}.rQ9Id{display:block;overflow:hidden;-webkit-animation:_3-ehr 1.4s linear infinite;animation:_3-ehr 1.4s linear infinite;color:currentColor}@-webkit-keyframes _7Gan0{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}@keyframes _7Gan0{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.WUAuk{stroke:currentColor;stroke-dasharray:80px,200px;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:_7Gan0 1.4s ease-in-out infinite;animation:_7Gan0 1.4s ease-in-out infinite}._2-Ca6{color:var(--violet-500)}
|
package/Spinner/index.js
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
if (process.env.NODE_ENV === 'production') {
|
|
4
|
-
|
|
4
|
+
if (process.env.PROM_UI_CSS_HASH === 'v2') {
|
|
5
|
+
module.exports = require('./cjs/index.production.v2.js');
|
|
6
|
+
require('./cjs/style.production.v2.css');
|
|
7
|
+
} else {
|
|
8
|
+
module.exports = require('./cjs/index.production.js');
|
|
9
|
+
require('./cjs/style.production.css');
|
|
10
|
+
}
|
|
5
11
|
} else {
|
|
6
|
-
|
|
12
|
+
if (process.env.PROM_UI_CSS_HASH === 'v2') {
|
|
13
|
+
module.exports = require('./cjs/index.development.v2.js');
|
|
14
|
+
require('./cjs/style.development.v2.css');
|
|
15
|
+
} else {
|
|
16
|
+
module.exports = require('./cjs/index.development.js');
|
|
17
|
+
require('./cjs/style.development.css');
|
|
18
|
+
}
|
|
7
19
|
}
|
package/Spinner/package.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var evokitText = require('evokit-text');
|
|
6
|
+
|
|
7
|
+
var css = {"ek-text":"Text__ek-text___-ROQ5","ek-text_display_inline":"Text__ek-text_display_inline___kf4Mg","ek-text_display_none":"Text__ek-text_display_none___6fCvf","ek-text_size_none":"Text__ek-text_size_none___d8slD","ek-text_size_inherit":"Text__ek-text_size_inherit___9ToCC","ek-text_size_small":"Text__ek-text_size_small___8UL-f","ek-text_size_default":"Text__ek-text_size_default___YVQjl","ek-text_size_big":"Text__ek-text_size_big___I52rt","ek-text_size_h1":"Text__ek-text_size_h1___7m6hu","ek-text_size_h2":"Text__ek-text_size_h2___6S-PU","ek-text_size_h3":"Text__ek-text_size_h3___wnvF4","ek-text_size_h4":"Text__ek-text_size_h4___zzaqf","ek-text_size_h5":"Text__ek-text_size_h5___vUE7N","ek-text_size_h6":"Text__ek-text_size_h6___gKgdr","ek-text_weight_default":"Text__ek-text_weight_default___C-jU2","ek-text_weight_thin":"Text__ek-text_weight_thin___zMjyu","ek-text_weight_light":"Text__ek-text_weight_light___B3Juk","ek-text_weight_medium":"Text__ek-text_weight_medium___mUSUr","ek-text_weight_bold":"Text__ek-text_weight_bold___nbc0F","ek-text_weight_black":"Text__ek-text_weight_black___pz2hz","ek-text_align_left":"Text__ek-text_align_left___ro7st","ek-text_align_center":"Text__ek-text_align_center___s56dr","ek-text_align_right":"Text__ek-text_align_right___hASYm","ek-text_align_justify":"Text__ek-text_align_justify___fDJbJ","ek-text_valign_baseline":"Text__ek-text_valign_baseline___4CWsl","ek-text_valign_bottom":"Text__ek-text_valign_bottom___KCjjL","ek-text_valign_middle":"Text__ek-text_valign_middle___LMYYJ","ek-text_valign_sub":"Text__ek-text_valign_sub___TP1BM","ek-text_valign_super":"Text__ek-text_valign_super___IDOKq","ek-text_valign_text-bottom":"Text__ek-text_valign_text-bottom___sRdol","ek-text_valign_text-top":"Text__ek-text_valign_text-top___A6EIe","ek-text_valign_top":"Text__ek-text_valign_top___LVyOZ","ek-text_transform_none":"Text__ek-text_transform_none___PdDdm","ek-text_transform_capitalize":"Text__ek-text_transform_capitalize___eAD7H","ek-text_transform_lowercase":"Text__ek-text_transform_lowercase___y03AI","ek-text_transform_uppercase":"Text__ek-text_transform_uppercase___c6JQ4","ek-text_style_italic":"Text__ek-text_style_italic___dS2Rq","ek-text_style_strike":"Text__ek-text_style_strike___W2q6D","ek-text_style_underline":"Text__ek-text_style_underline___ZeE-o","ek-text_style_overline":"Text__ek-text_style_overline___sG-pM","ek-text_lheight_default":"Text__ek-text_lheight_default___-PDYT","ek-text_lheight_medium":"Text__ek-text_lheight_medium___KRbsq","ek-text_lheight_large":"Text__ek-text_lheight_large___RzOhL","ek-text_wrap_normal":"Text__ek-text_wrap_normal___QgQy6","ek-text_wrap_nowrap":"Text__ek-text_wrap_nowrap___rPeKC","ek-text_wrap_pre":"Text__ek-text_wrap_pre___WbxaB","ek-text_wrap_pre-wrap":"Text__ek-text_wrap_pre-wrap___0FkSl","ek-text_wrap_pre-line":"Text__ek-text_wrap_pre-line___8gGHF","ek-text_wrap_break":"Text__ek-text_wrap_break___1wiJa","ek-text_wrap_ellipsis":"Text__ek-text_wrap_ellipsis___kPZxA","ek-text_wrap_two-line":"Text__ek-text_wrap_two-line___Cn-P6","ek-text_wrap_three-line":"Text__ek-text_wrap_three-line___B5qqt","ek-text_display_inline@small":"Text__ek-text_display_inline--small___nEpne","ek-text_display_none@small":"Text__ek-text_display_none--small___l-Tq0","ek-text_size_none@small":"Text__ek-text_size_none--small___kHOEL","ek-text_size_inherit@small":"Text__ek-text_size_inherit--small___g3F22","ek-text_size_small@small":"Text__ek-text_size_small--small___RiEYU","ek-text_size_default@small":"Text__ek-text_size_default--small___nw1GE","ek-text_size_big@small":"Text__ek-text_size_big--small___xC3yN","ek-text_size_h1@small":"Text__ek-text_size_h1--small___nU6xk","ek-text_size_h2@small":"Text__ek-text_size_h2--small___Dae8I","ek-text_size_h3@small":"Text__ek-text_size_h3--small___Q4Nk9","ek-text_size_h4@small":"Text__ek-text_size_h4--small___TsddL","ek-text_size_h5@small":"Text__ek-text_size_h5--small___7wm1E","ek-text_size_h6@small":"Text__ek-text_size_h6--small___SK6BU","ek-text_weight_default@small":"Text__ek-text_weight_default--small___aLolD","ek-text_weight_thin@small":"Text__ek-text_weight_thin--small___GECrZ","ek-text_weight_light@small":"Text__ek-text_weight_light--small___mQtje","ek-text_weight_medium@small":"Text__ek-text_weight_medium--small___tzni0","ek-text_weight_bold@small":"Text__ek-text_weight_bold--small___51e7l","ek-text_weight_black@small":"Text__ek-text_weight_black--small___SJl6O","ek-text_align_left@small":"Text__ek-text_align_left--small___R8kiT","ek-text_align_center@small":"Text__ek-text_align_center--small___hhKld","ek-text_align_right@small":"Text__ek-text_align_right--small___ROCrY","ek-text_align_justify@small":"Text__ek-text_align_justify--small___iASpp","ek-text_valign_baseline@small":"Text__ek-text_valign_baseline--small___w4B8L","ek-text_valign_bottom@small":"Text__ek-text_valign_bottom--small___rPQIr","ek-text_valign_middle@small":"Text__ek-text_valign_middle--small___d98jJ","ek-text_valign_sub@small":"Text__ek-text_valign_sub--small___Uxsul","ek-text_valign_super@small":"Text__ek-text_valign_super--small___asIdI","ek-text_valign_text-bottom@small":"Text__ek-text_valign_text-bottom--small___Xf76y","ek-text_valign_text-top@small":"Text__ek-text_valign_text-top--small___prKEV","ek-text_valign_top@small":"Text__ek-text_valign_top--small___p9RWj","ek-text_transform_none@small":"Text__ek-text_transform_none--small___QMWWm","ek-text_transform_capitalize@small":"Text__ek-text_transform_capitalize--small___qWZj-","ek-text_transform_lowercase@small":"Text__ek-text_transform_lowercase--small___-FFJj","ek-text_transform_uppercase@small":"Text__ek-text_transform_uppercase--small___TNi5m","ek-text_style_italic@small":"Text__ek-text_style_italic--small___auREO","ek-text_style_strike@small":"Text__ek-text_style_strike--small___QL9I9","ek-text_style_underline@small":"Text__ek-text_style_underline--small___VtVFz","ek-text_style_overline@small":"Text__ek-text_style_overline--small___OG-n3","ek-text_lheight_default@small":"Text__ek-text_lheight_default--small___dH-CH","ek-text_lheight_medium@small":"Text__ek-text_lheight_medium--small___tL32w","ek-text_lheight_large@small":"Text__ek-text_lheight_large--small___8UZ6F","ek-text_wrap_normal@small":"Text__ek-text_wrap_normal--small___0YiRQ","ek-text_wrap_nowrap@small":"Text__ek-text_wrap_nowrap--small___QcHuw","ek-text_wrap_pre@small":"Text__ek-text_wrap_pre--small___ds5sx","ek-text_wrap_pre-wrap@small":"Text__ek-text_wrap_pre-wrap--small___jppO3","ek-text_wrap_pre-line@small":"Text__ek-text_wrap_pre-line--small___-yFN4","ek-text_wrap_break@small":"Text__ek-text_wrap_break--small___ILjwS","ek-text_wrap_ellipsis@small":"Text__ek-text_wrap_ellipsis--small___Mag2F","ek-text_wrap_two-line@small":"Text__ek-text_wrap_two-line--small___rWq36","ek-text_wrap_three-line@small":"Text__ek-text_wrap_three-line--small___nmr3V","ek-text_display_inline@medium":"Text__ek-text_display_inline--medium___6WPtA","ek-text_display_none@medium":"Text__ek-text_display_none--medium___alVT3","ek-text_size_none@medium":"Text__ek-text_size_none--medium___it5oR","ek-text_size_inherit@medium":"Text__ek-text_size_inherit--medium___1yKv2","ek-text_size_small@medium":"Text__ek-text_size_small--medium___cCR-3","ek-text_size_default@medium":"Text__ek-text_size_default--medium___SMexC","ek-text_size_big@medium":"Text__ek-text_size_big--medium___mXQjH","ek-text_size_h1@medium":"Text__ek-text_size_h1--medium___Ud4fF","ek-text_size_h2@medium":"Text__ek-text_size_h2--medium___PLNaT","ek-text_size_h3@medium":"Text__ek-text_size_h3--medium___3pJSN","ek-text_size_h4@medium":"Text__ek-text_size_h4--medium___YrPdI","ek-text_size_h5@medium":"Text__ek-text_size_h5--medium___qDHn7","ek-text_size_h6@medium":"Text__ek-text_size_h6--medium___pWGaw","ek-text_weight_default@medium":"Text__ek-text_weight_default--medium___xD0Iw","ek-text_weight_thin@medium":"Text__ek-text_weight_thin--medium___qzPDr","ek-text_weight_light@medium":"Text__ek-text_weight_light--medium___7O1Tu","ek-text_weight_medium@medium":"Text__ek-text_weight_medium--medium___FU8iz","ek-text_weight_bold@medium":"Text__ek-text_weight_bold--medium___YPzM-","ek-text_weight_black@medium":"Text__ek-text_weight_black--medium___5HE0a","ek-text_align_left@medium":"Text__ek-text_align_left--medium___o05r5","ek-text_align_center@medium":"Text__ek-text_align_center--medium___7A8YW","ek-text_align_right@medium":"Text__ek-text_align_right--medium___eMgvR","ek-text_align_justify@medium":"Text__ek-text_align_justify--medium___r57iL","ek-text_valign_baseline@medium":"Text__ek-text_valign_baseline--medium___vHsUy","ek-text_valign_bottom@medium":"Text__ek-text_valign_bottom--medium___luFtn","ek-text_valign_middle@medium":"Text__ek-text_valign_middle--medium___OOe7y","ek-text_valign_sub@medium":"Text__ek-text_valign_sub--medium___2azhM","ek-text_valign_super@medium":"Text__ek-text_valign_super--medium___e7-YY","ek-text_valign_text-bottom@medium":"Text__ek-text_valign_text-bottom--medium___1fUJX","ek-text_valign_text-top@medium":"Text__ek-text_valign_text-top--medium___kBDBs","ek-text_valign_top@medium":"Text__ek-text_valign_top--medium___0Q7TJ","ek-text_transform_none@medium":"Text__ek-text_transform_none--medium___w8Mz-","ek-text_transform_capitalize@medium":"Text__ek-text_transform_capitalize--medium___YdtmG","ek-text_transform_lowercase@medium":"Text__ek-text_transform_lowercase--medium___tgBnk","ek-text_transform_uppercase@medium":"Text__ek-text_transform_uppercase--medium___QI6md","ek-text_style_italic@medium":"Text__ek-text_style_italic--medium___zP9h5","ek-text_style_strike@medium":"Text__ek-text_style_strike--medium___2tYmB","ek-text_style_underline@medium":"Text__ek-text_style_underline--medium___9cZlU","ek-text_style_overline@medium":"Text__ek-text_style_overline--medium___ZEFFo","ek-text_lheight_default@medium":"Text__ek-text_lheight_default--medium___8idJm","ek-text_lheight_medium@medium":"Text__ek-text_lheight_medium--medium___p5kXZ","ek-text_lheight_large@medium":"Text__ek-text_lheight_large--medium___p-Hhl","ek-text_wrap_normal@medium":"Text__ek-text_wrap_normal--medium___bpcbF","ek-text_wrap_nowrap@medium":"Text__ek-text_wrap_nowrap--medium___H5Tj4","ek-text_wrap_pre@medium":"Text__ek-text_wrap_pre--medium___HntAM","ek-text_wrap_pre-wrap@medium":"Text__ek-text_wrap_pre-wrap--medium___6vBUo","ek-text_wrap_pre-line@medium":"Text__ek-text_wrap_pre-line--medium___9rQ-Q","ek-text_wrap_break@medium":"Text__ek-text_wrap_break--medium___LVSiG","ek-text_wrap_ellipsis@medium":"Text__ek-text_wrap_ellipsis--medium___JirZA","ek-text_wrap_two-line@medium":"Text__ek-text_wrap_two-line--medium___g2ROw","ek-text_wrap_three-line@medium":"Text__ek-text_wrap_three-line--medium___HrMeM","ek-text_display_inline@large":"Text__ek-text_display_inline--large___Mo-LY","ek-text_display_none@large":"Text__ek-text_display_none--large___FX2qB","ek-text_size_none@large":"Text__ek-text_size_none--large___b1MRL","ek-text_size_inherit@large":"Text__ek-text_size_inherit--large___AmMoT","ek-text_size_small@large":"Text__ek-text_size_small--large___hIECr","ek-text_size_default@large":"Text__ek-text_size_default--large___urt2q","ek-text_size_big@large":"Text__ek-text_size_big--large___VKxWD","ek-text_size_h1@large":"Text__ek-text_size_h1--large___mNGan","ek-text_size_h2@large":"Text__ek-text_size_h2--large___iieFo","ek-text_size_h3@large":"Text__ek-text_size_h3--large___p0OYs","ek-text_size_h4@large":"Text__ek-text_size_h4--large___8R-X7","ek-text_size_h5@large":"Text__ek-text_size_h5--large___SisW8","ek-text_size_h6@large":"Text__ek-text_size_h6--large___xOt7K","ek-text_weight_default@large":"Text__ek-text_weight_default--large___cZUKq","ek-text_weight_thin@large":"Text__ek-text_weight_thin--large___ftNN2","ek-text_weight_light@large":"Text__ek-text_weight_light--large___mucsu","ek-text_weight_medium@large":"Text__ek-text_weight_medium--large___J1Abv","ek-text_weight_bold@large":"Text__ek-text_weight_bold--large___n5v86","ek-text_weight_black@large":"Text__ek-text_weight_black--large___lKODZ","ek-text_align_left@large":"Text__ek-text_align_left--large___XLFUT","ek-text_align_center@large":"Text__ek-text_align_center--large___XoXwL","ek-text_align_right@large":"Text__ek-text_align_right--large___cTzlR","ek-text_align_justify@large":"Text__ek-text_align_justify--large___83G-e","ek-text_valign_baseline@large":"Text__ek-text_valign_baseline--large___kqPo2","ek-text_valign_bottom@large":"Text__ek-text_valign_bottom--large___mu6P6","ek-text_valign_middle@large":"Text__ek-text_valign_middle--large___cDVtl","ek-text_valign_sub@large":"Text__ek-text_valign_sub--large___i4kJ5","ek-text_valign_super@large":"Text__ek-text_valign_super--large___fULH6","ek-text_valign_text-bottom@large":"Text__ek-text_valign_text-bottom--large___X1o4K","ek-text_valign_text-top@large":"Text__ek-text_valign_text-top--large___dyrpt","ek-text_valign_top@large":"Text__ek-text_valign_top--large___uuHb-","ek-text_transform_none@large":"Text__ek-text_transform_none--large___mXgSH","ek-text_transform_capitalize@large":"Text__ek-text_transform_capitalize--large___TZdWz","ek-text_transform_lowercase@large":"Text__ek-text_transform_lowercase--large___ucY62","ek-text_transform_uppercase@large":"Text__ek-text_transform_uppercase--large___C0w3A","ek-text_style_italic@large":"Text__ek-text_style_italic--large___J-VtC","ek-text_style_strike@large":"Text__ek-text_style_strike--large___T-zXX","ek-text_style_underline@large":"Text__ek-text_style_underline--large___eZ3MR","ek-text_style_overline@large":"Text__ek-text_style_overline--large___naG6m","ek-text_lheight_default@large":"Text__ek-text_lheight_default--large___68-KO","ek-text_lheight_medium@large":"Text__ek-text_lheight_medium--large___QGogG","ek-text_lheight_large@large":"Text__ek-text_lheight_large--large___BlPL-","ek-text_wrap_normal@large":"Text__ek-text_wrap_normal--large___6X7hf","ek-text_wrap_nowrap@large":"Text__ek-text_wrap_nowrap--large___xdhzo","ek-text_wrap_pre@large":"Text__ek-text_wrap_pre--large___qUMtK","ek-text_wrap_pre-wrap@large":"Text__ek-text_wrap_pre-wrap--large___HRo-u","ek-text_wrap_pre-line@large":"Text__ek-text_wrap_pre-line--large___q743W","ek-text_wrap_break@large":"Text__ek-text_wrap_break--large___Ushu6","ek-text_wrap_ellipsis@large":"Text__ek-text_wrap_ellipsis--large___xNEri","ek-text_wrap_two-line@large":"Text__ek-text_wrap_two-line--large___ZG36-","ek-text_wrap_three-line@large":"Text__ek-text_wrap_three-line--large___Pi0K9","ek-text_color_black-600":"Text__ek-text_color_black-600___lI2T-","ek-text_color_black-600@small":"Text__ek-text_color_black-600--small___dU5GE","ek-text_color_black-600@medium":"Text__ek-text_color_black-600--medium___-hGn6","ek-text_color_black-600@large":"Text__ek-text_color_black-600--large___3X27Q","ek-text_color_black-600@wide":"Text__ek-text_color_black-600--wide___jKvld","ek-text_color_black-600@huge":"Text__ek-text_color_black-600--huge___zxpTa","ek-text_color_black-700":"Text__ek-text_color_black-700___2-ihf","ek-text_color_black-700@small":"Text__ek-text_color_black-700--small___CVGTz","ek-text_color_black-700@medium":"Text__ek-text_color_black-700--medium___FG-Oi","ek-text_color_black-700@large":"Text__ek-text_color_black-700--large___BFdY2","ek-text_color_black-700@wide":"Text__ek-text_color_black-700--wide___5wBf3","ek-text_color_black-700@huge":"Text__ek-text_color_black-700--huge___C9RrK","ek-text_color_black-800":"Text__ek-text_color_black-800___WlClL","ek-text_color_black-800@small":"Text__ek-text_color_black-800--small___-eCZb","ek-text_color_black-800@medium":"Text__ek-text_color_black-800--medium___XmIPf","ek-text_color_black-800@large":"Text__ek-text_color_black-800--large___Sa9NU","ek-text_color_black-800@wide":"Text__ek-text_color_black-800--wide___1fbuU","ek-text_color_black-800@huge":"Text__ek-text_color_black-800--huge___BPs7Y","ek-text_color_black-900":"Text__ek-text_color_black-900___JbIle","ek-text_color_black-900@small":"Text__ek-text_color_black-900--small___qxurX","ek-text_color_black-900@medium":"Text__ek-text_color_black-900--medium___CF5Sk","ek-text_color_black-900@large":"Text__ek-text_color_black-900--large___eDR1H","ek-text_color_black-900@wide":"Text__ek-text_color_black-900--wide___XVnjF","ek-text_color_black-900@huge":"Text__ek-text_color_black-900--huge___dGgDV","ek-text_color_blue-500":"Text__ek-text_color_blue-500___LxCA2","ek-text_color_blue-500@small":"Text__ek-text_color_blue-500--small___-XPWr","ek-text_color_blue-500@medium":"Text__ek-text_color_blue-500--medium___RUw4a","ek-text_color_blue-500@large":"Text__ek-text_color_blue-500--large___Nu3iz","ek-text_color_blue-500@wide":"Text__ek-text_color_blue-500--wide___KrMiD","ek-text_color_blue-500@huge":"Text__ek-text_color_blue-500--huge___zVn4G","ek-text_color_green-500":"Text__ek-text_color_green-500___dtH5J","ek-text_color_green-500@small":"Text__ek-text_color_green-500--small___e2-vw","ek-text_color_green-500@medium":"Text__ek-text_color_green-500--medium___qIaqR","ek-text_color_green-500@large":"Text__ek-text_color_green-500--large___Zq6-1","ek-text_color_green-500@wide":"Text__ek-text_color_green-500--wide___QwWmd","ek-text_color_green-500@huge":"Text__ek-text_color_green-500--huge___1fLyf","ek-text_color_green-700":"Text__ek-text_color_green-700___y1ZED","ek-text_color_green-700@small":"Text__ek-text_color_green-700--small___bqWOX","ek-text_color_green-700@medium":"Text__ek-text_color_green-700--medium___z-Kit","ek-text_color_green-700@large":"Text__ek-text_color_green-700--large___BFZxc","ek-text_color_green-700@wide":"Text__ek-text_color_green-700--wide___TYTLk","ek-text_color_green-700@huge":"Text__ek-text_color_green-700--huge___s70yA","ek-text_color_green-800":"Text__ek-text_color_green-800___C0794","ek-text_color_green-800@small":"Text__ek-text_color_green-800--small___BsvbE","ek-text_color_green-800@medium":"Text__ek-text_color_green-800--medium___nJn7S","ek-text_color_green-800@large":"Text__ek-text_color_green-800--large___CkSUo","ek-text_color_green-800@wide":"Text__ek-text_color_green-800--wide___fAxaz","ek-text_color_green-800@huge":"Text__ek-text_color_green-800--huge___M7qQU","ek-text_color_yellow-500":"Text__ek-text_color_yellow-500___YiR8O","ek-text_color_yellow-500@small":"Text__ek-text_color_yellow-500--small___W91Jn","ek-text_color_yellow-500@medium":"Text__ek-text_color_yellow-500--medium___W9mZM","ek-text_color_yellow-500@large":"Text__ek-text_color_yellow-500--large___WD1wN","ek-text_color_yellow-500@wide":"Text__ek-text_color_yellow-500--wide___2IFe0","ek-text_color_yellow-500@huge":"Text__ek-text_color_yellow-500--huge___weEpN","ek-text_color_orange-500":"Text__ek-text_color_orange-500___JIlZq","ek-text_color_orange-500@small":"Text__ek-text_color_orange-500--small___mJIKt","ek-text_color_orange-500@medium":"Text__ek-text_color_orange-500--medium___wnD6k","ek-text_color_orange-500@large":"Text__ek-text_color_orange-500--large___t6-Wr","ek-text_color_orange-500@wide":"Text__ek-text_color_orange-500--wide___EfDjT","ek-text_color_orange-500@huge":"Text__ek-text_color_orange-500--huge___2Pjcj","ek-text_color_orange-900":"Text__ek-text_color_orange-900___j11Lg","ek-text_color_orange-900@small":"Text__ek-text_color_orange-900--small___Nu8xV","ek-text_color_orange-900@medium":"Text__ek-text_color_orange-900--medium___s59c-","ek-text_color_orange-900@large":"Text__ek-text_color_orange-900--large___p-isB","ek-text_color_orange-900@wide":"Text__ek-text_color_orange-900--wide___CE4UQ","ek-text_color_orange-900@huge":"Text__ek-text_color_orange-900--huge___dJRGe","ek-text_color_red-500":"Text__ek-text_color_red-500___HZ0cd","ek-text_color_red-500@small":"Text__ek-text_color_red-500--small___CSz-3","ek-text_color_red-500@medium":"Text__ek-text_color_red-500--medium___-7sbb","ek-text_color_red-500@large":"Text__ek-text_color_red-500--large___tt2En","ek-text_color_red-500@wide":"Text__ek-text_color_red-500--wide___z8fKs","ek-text_color_red-500@huge":"Text__ek-text_color_red-500--huge___lYfi7","ek-text_color_red-900":"Text__ek-text_color_red-900___zFkOn","ek-text_color_red-900@small":"Text__ek-text_color_red-900--small___IelQy","ek-text_color_red-900@medium":"Text__ek-text_color_red-900--medium___Orzyx","ek-text_color_red-900@large":"Text__ek-text_color_red-900--large___-tN-H","ek-text_color_red-900@wide":"Text__ek-text_color_red-900--wide___k7Es9","ek-text_color_red-900@huge":"Text__ek-text_color_red-900--huge___QQFpw","ek-text_color_violet-500":"Text__ek-text_color_violet-500___BMegd","ek-text_color_violet-500@small":"Text__ek-text_color_violet-500--small___G6mHV","ek-text_color_violet-500@medium":"Text__ek-text_color_violet-500--medium___sYupQ","ek-text_color_violet-500@large":"Text__ek-text_color_violet-500--large___Ug04a","ek-text_color_violet-500@wide":"Text__ek-text_color_violet-500--wide___cd6uK","ek-text_color_violet-500@huge":"Text__ek-text_color_violet-500--huge___lG1-E","ek-text_color_white":"Text__ek-text_color_white___7nID9","ek-text_color_white@small":"Text__ek-text_color_white--small___iGspg","ek-text_color_white@medium":"Text__ek-text_color_white--medium___b3kBz","ek-text_color_white@large":"Text__ek-text_color_white--large___Kn78I","ek-text_color_white@wide":"Text__ek-text_color_white--wide___lDPo3","ek-text_color_white@huge":"Text__ek-text_color_white--huge___0IWxt"};
|
|
8
|
+
|
|
9
|
+
evokitText.Text.defaultProps = {
|
|
10
|
+
'text-preset': {
|
|
11
|
+
css: css
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
Object.defineProperty(exports, 'Text', {
|
|
16
|
+
enumerable: true,
|
|
17
|
+
get: function () { return evokitText.Text; }
|
|
18
|
+
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-text");e.Text.defaultProps={"text-preset":{css:{"ek-text":"_3Trjq","ek-text_display_inline":"hPK83","ek-text_display_none":"EpkgL","ek-text_size_none":"_3fCio","ek-text_size_inherit":"GeUFz","ek-text_size_small":"IfSYo","ek-text_size_default":"snf--","ek-text_size_big":"R2ynx","ek-text_size_h1":"RLQ4A","ek-text_size_h2":"OAv5u","ek-text_size_h3":"jF03G","ek-text_size_h4":"vj3pM","ek-text_size_h5":"aeJVe","ek-text_size_h6":"P9by2","ek-text_weight_default":"wrQRQ","ek-text_weight_thin":"pmZOp","ek-text_weight_light":"vEbTA","ek-text_weight_medium":"gfDGa","ek-text_weight_bold":"F7Tdh","ek-text_weight_black":"Llirb","ek-text_align_left":"gwkkx","ek-text_align_center":"od97W","ek-text_align_right":"PatyF","ek-text_align_justify":"WNRHD","ek-text_valign_baseline":"BFQkO","ek-text_valign_bottom":"uoQE-","ek-text_valign_middle":"wL4cB","ek-text_valign_sub":"oQuQV","ek-text_valign_super":"GM270","ek-text_valign_text-bottom":"i3gPf","ek-text_valign_text-top":"Y-R3w","ek-text_valign_top":"NSQH0","ek-text_transform_none":"ioMWl","ek-text_transform_capitalize":"-nH9C","ek-text_transform_lowercase":"pYEmk","ek-text_transform_uppercase":"Ptm6g","ek-text_style_italic":"Y01G5","ek-text_style_strike":"powM8","ek-text_style_underline":"ECUz1","ek-text_style_overline":"E4jPq","ek-text_lheight_default":"ic9SB","ek-text_lheight_medium":"QrtcH","ek-text_lheight_large":"G5HaP","ek-text_wrap_normal":"vN11O","ek-text_wrap_nowrap":"hJTsv","ek-text_wrap_pre":"qtOKJ","ek-text_wrap_pre-wrap":"_55qRX","ek-text_wrap_pre-line":"z-RVa","ek-text_wrap_break":"htldP","ek-text_wrap_ellipsis":"aXB7S","ek-text_wrap_two-line":"_7NHpZ","ek-text_wrap_three-line":"SCVcX","ek-text_display_inline@small":"tf5qK","ek-text_display_none@small":"QClAg","ek-text_size_none@small":"iNBWs","ek-text_size_inherit@small":"SleAe","ek-text_size_small@small":"JLdX7","ek-text_size_default@small":"lpjy2","ek-text_size_big@small":"tyFZq","ek-text_size_h1@small":"bTc9i","ek-text_size_h2@small":"fVsfH","ek-text_size_h3@small":"_9bupj","ek-text_size_h4@small":"RLAjj","ek-text_size_h5@small":"MSeBt","ek-text_size_h6@small":"DGRDV","ek-text_weight_default@small":"_7u9ww","ek-text_weight_thin@small":"f3E1Z","ek-text_weight_light@small":"UgVat","ek-text_weight_medium@small":"GhR2r","ek-text_weight_bold@small":"fdZOu","ek-text_weight_black@small":"Txf2-","ek-text_align_left@small":"MOcbA","ek-text_align_center@small":"NDoRI","ek-text_align_right@small":"ertsn","ek-text_align_justify@small":"VXEjp","ek-text_valign_baseline@small":"NFaJ5","ek-text_valign_bottom@small":"n-ZM1","ek-text_valign_middle@small":"_1o-f9","ek-text_valign_sub@small":"_7vrZ5","ek-text_valign_super@small":"_98wkH","ek-text_valign_text-bottom@small":"x6B2v","ek-text_valign_text-top@small":"LfpH0","ek-text_valign_top@small":"kBQTl","ek-text_transform_none@small":"lNIlb","ek-text_transform_capitalize@small":"wM1eM","ek-text_transform_lowercase@small":"bjZhn","ek-text_transform_uppercase@small":"QcGz5","ek-text_style_italic@small":"RLkz-","ek-text_style_strike@small":"_--sCr","ek-text_style_underline@small":"LXQS8","ek-text_style_overline@small":"GNoIB","ek-text_lheight_default@small":"_1W3d2","ek-text_lheight_medium@small":"cZ7Yw","ek-text_lheight_large@small":"Q69Gt","ek-text_wrap_normal@small":"OCeTY","ek-text_wrap_nowrap@small":"feATc","ek-text_wrap_pre@small":"VAue2","ek-text_wrap_pre-wrap@small":"CrynB","ek-text_wrap_pre-line@small":"_2Zets","ek-text_wrap_break@small":"C6739","ek-text_wrap_ellipsis@small":"V-dhX","ek-text_wrap_two-line@small":"fqP29","ek-text_wrap_three-line@small":"Yh-Xv","ek-text_display_inline@medium":"q29UB","ek-text_display_none@medium":"pS5WL","ek-text_size_none@medium":"zmMXI","ek-text_size_inherit@medium":"NyD6y","ek-text_size_small@medium":"_85MSY","ek-text_size_default@medium":"NMxaK","ek-text_size_big@medium":"Ua-Zk","ek-text_size_h1@medium":"thuyZ","ek-text_size_h2@medium":"ESQoF","ek-text_size_h3@medium":"KZmg9","ek-text_size_h4@medium":"ECj9y","ek-text_size_h5@medium":"_2Egnj","ek-text_size_h6@medium":"EiSb9","ek-text_weight_default@medium":"tB-Ch","ek-text_weight_thin@medium":"s8W0s","ek-text_weight_light@medium":"ltoWf","ek-text_weight_medium@medium":"_6tPBW","ek-text_weight_bold@medium":"rpqZ0","ek-text_weight_black@medium":"GSyAT","ek-text_align_left@medium":"P1t-C","ek-text_align_center@medium":"EyFNY","ek-text_align_right@medium":"pv76v","ek-text_align_justify@medium":"BPD5C","ek-text_valign_baseline@medium":"uudr0","ek-text_valign_bottom@medium":"PllPd","ek-text_valign_middle@medium":"Ik6u5","ek-text_valign_sub@medium":"utVwf","ek-text_valign_super@medium":"BbzMP","ek-text_valign_text-bottom@medium":"h-L8G","ek-text_valign_text-top@medium":"_2Sxc3","ek-text_valign_top@medium":"oC57Z","ek-text_transform_none@medium":"VjPVc","ek-text_transform_capitalize@medium":"D2Sqd","ek-text_transform_lowercase@medium":"hjkKi","ek-text_transform_uppercase@medium":"AEFL3","ek-text_style_italic@medium":"yckf-","ek-text_style_strike@medium":"Fc1Ji","ek-text_style_underline@medium":"d-Mrs","ek-text_style_overline@medium":"cBafd","ek-text_lheight_default@medium":"UHfd4","ek-text_lheight_medium@medium":"K2JnS","ek-text_lheight_large@medium":"_7jFRq","ek-text_wrap_normal@medium":"tiKih","ek-text_wrap_nowrap@medium":"K2M6e","ek-text_wrap_pre@medium":"TpcHG","ek-text_wrap_pre-wrap@medium":"Z6C0k","ek-text_wrap_pre-line@medium":"Ajn6a","ek-text_wrap_break@medium":"QtGGg","ek-text_wrap_ellipsis@medium":"NyLo3","ek-text_wrap_two-line@medium":"R6ga0","ek-text_wrap_three-line@medium":"E2iMw","ek-text_display_inline@large":"Qr7da","ek-text_display_none@large":"_8q9MY","ek-text_size_none@large":"lhd15","ek-text_size_inherit@large":"JRmGP","ek-text_size_small@large":"gGYoF","ek-text_size_default@large":"f8ZGq","ek-text_size_big@large":"kXeDX","ek-text_size_h1@large":"FnCNG","ek-text_size_h2@large":"ud3vr","ek-text_size_h3@large":"cQwu6","ek-text_size_h4@large":"AeJ7R","ek-text_size_h5@large":"_5AP56","ek-text_size_h6@large":"nXKYk","ek-text_weight_default@large":"-KZf3","ek-text_weight_thin@large":"OtiPU","ek-text_weight_light@large":"Q876R","ek-text_weight_medium@large":"ERwtC","ek-text_weight_bold@large":"-vQew","ek-text_weight_black@large":"JfoJ2","ek-text_align_left@large":"eDuu-","ek-text_align_center@large":"_0oej2","ek-text_align_right@large":"IruXn","ek-text_align_justify@large":"eLevv","ek-text_valign_baseline@large":"MwBxj","ek-text_valign_bottom@large":"u2HmC","ek-text_valign_middle@large":"_9wTU0","ek-text_valign_sub@large":"Vrz29","ek-text_valign_super@large":"Kr93W","ek-text_valign_text-bottom@large":"_6eXdU","ek-text_valign_text-top@large":"B3Fwm","ek-text_valign_top@large":"cA4GU","ek-text_transform_none@large":"cXpb9","ek-text_transform_capitalize@large":"pHMUF","ek-text_transform_lowercase@large":"DVgu-","ek-text_transform_uppercase@large":"_35kha","ek-text_style_italic@large":"fYSwX","ek-text_style_strike@large":"q0PMX","ek-text_style_underline@large":"sguGX","ek-text_style_overline@large":"V9ewl","ek-text_lheight_default@large":"QI3Ow","ek-text_lheight_medium@large":"dkKyS","ek-text_lheight_large@large":"LWOqd","ek-text_wrap_normal@large":"_1Sfs7","ek-text_wrap_nowrap@large":"Ybix2","ek-text_wrap_pre@large":"w4GA2","ek-text_wrap_pre-wrap@large":"XNCfE","ek-text_wrap_pre-line@large":"IIQMy","ek-text_wrap_break@large":"TMJei","ek-text_wrap_ellipsis@large":"eJt94","ek-text_wrap_two-line@large":"wf8-X","ek-text_wrap_three-line@large":"QM6Ob","ek-text_color_black-600":"iX-v2","ek-text_color_black-600@small":"_4qrki","ek-text_color_black-600@medium":"XfNNR","ek-text_color_black-600@large":"Owu7Q","ek-text_color_black-600@wide":"EPhZb","ek-text_color_black-600@huge":"kX-rO","ek-text_color_black-700":"ffgjE","ek-text_color_black-700@small":"VeJpW","ek-text_color_black-700@medium":"tmDDJ","ek-text_color_black-700@large":"jRnbc","ek-text_color_black-700@wide":"Skgn1","ek-text_color_black-700@huge":"iT2UW","ek-text_color_black-800":"wMAjv","ek-text_color_black-800@small":"_0tsz8","ek-text_color_black-800@medium":"dKLRj","ek-text_color_black-800@large":"PThcN","ek-text_color_black-800@wide":"_4KAq8","ek-text_color_black-800@huge":"sXPSW","ek-text_color_black-900":"ye2-Z","ek-text_color_black-900@small":"Tjehi","ek-text_color_black-900@medium":"D7nHh","ek-text_color_black-900@large":"n8LrJ","ek-text_color_black-900@wide":"O95o7","ek-text_color_black-900@huge":"ufWB7","ek-text_color_blue-500":"Pmash","ek-text_color_blue-500@small":"myNLi","ek-text_color_blue-500@medium":"_807O7","ek-text_color_blue-500@large":"h7LoO","ek-text_color_blue-500@wide":"_1Qk4y","ek-text_color_blue-500@huge":"VrBDq","ek-text_color_green-500":"_9JoFY","ek-text_color_green-500@small":"A3k3K","ek-text_color_green-500@medium":"EDZ-F","ek-text_color_green-500@large":"vV-gD","ek-text_color_green-500@wide":"gDhg2","ek-text_color_green-500@huge":"O5Wpa","ek-text_color_green-700":"NSmdF","ek-text_color_green-700@small":"QEems","ek-text_color_green-700@medium":"-GH--","ek-text_color_green-700@large":"_56wkM","ek-text_color_green-700@wide":"xkvGD","ek-text_color_green-700@huge":"IgnYm","ek-text_color_green-800":"Aahxa","ek-text_color_green-800@small":"x1p-D","ek-text_color_green-800@medium":"EeAPc","ek-text_color_green-800@large":"KH2s5","ek-text_color_green-800@wide":"_6FDFy","ek-text_color_green-800@huge":"V2JjF","ek-text_color_yellow-500":"_7I4ks","ek-text_color_yellow-500@small":"XFBi-","ek-text_color_yellow-500@medium":"I42SE","ek-text_color_yellow-500@large":"BGGYh","ek-text_color_yellow-500@wide":"_2WOin","ek-text_color_yellow-500@huge":"_6u99p","ek-text_color_orange-500":"D39Cr","ek-text_color_orange-500@small":"FCzuX","ek-text_color_orange-500@medium":"_9gjQH","ek-text_color_orange-500@large":"A3IlK","ek-text_color_orange-500@wide":"ye0vt","ek-text_color_orange-500@huge":"eLSt9","ek-text_color_orange-900":"etfhZ","ek-text_color_orange-900@small":"zjEFG","ek-text_color_orange-900@medium":"LUWSS","ek-text_color_orange-900@large":"JXJvc","ek-text_color_orange-900@wide":"PWGFH","ek-text_color_orange-900@huge":"ljHb4","ek-text_color_red-500":"uyrQ6","ek-text_color_red-500@small":"hN5go","ek-text_color_red-500@medium":"HROpc","ek-text_color_red-500@large":"DohkS","ek-text_color_red-500@wide":"vXdZm","ek-text_color_red-500@huge":"nEmHY","ek-text_color_red-900":"yKkMR","ek-text_color_red-900@small":"_2MQqu","ek-text_color_red-900@medium":"k9d1g","ek-text_color_red-900@large":"BYzxn","ek-text_color_red-900@wide":"_9S6GM","ek-text_color_red-900@huge":"rMyDN","ek-text_color_violet-500":"xrKUz","ek-text_color_violet-500@small":"GkpkA","ek-text_color_violet-500@medium":"FYY0k","ek-text_color_violet-500@large":"BX9sY","ek-text_color_violet-500@wide":"vjkvO","ek-text_color_violet-500@huge":"Ufx-e","ek-text_color_white":"ooRRq","ek-text_color_white@small":"aq8Bj","ek-text_color_white@medium":"K2HII","ek-text_color_white@large":"fPDBy","ek-text_color_white@wide":"KBwe0","ek-text_color_white@huge":"pjee0"}}},Object.defineProperty(exports,"Text",{enumerable:!0,get:function(){return e.Text}}),require("./style.production.css");
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-text");e.Text.defaultProps={"text-preset":{css:{"ek-text":"_3Trjq","ek-text_display_inline":"hPK83","ek-text_display_none":"EpkgL","ek-text_size_none":"_3fCio","ek-text_size_inherit":"GeUFz","ek-text_size_small":"IfSYo","ek-text_size_default":"snf--","ek-text_size_big":"R2ynx","ek-text_size_h1":"RLQ4A","ek-text_size_h2":"OAv5u","ek-text_size_h3":"jF03G","ek-text_size_h4":"vj3pM","ek-text_size_h5":"aeJVe","ek-text_size_h6":"P9by2","ek-text_weight_default":"wrQRQ","ek-text_weight_thin":"pmZOp","ek-text_weight_light":"vEbTA","ek-text_weight_medium":"gfDGa","ek-text_weight_bold":"F7Tdh","ek-text_weight_black":"Llirb","ek-text_align_left":"gwkkx","ek-text_align_center":"od97W","ek-text_align_right":"PatyF","ek-text_align_justify":"WNRHD","ek-text_valign_baseline":"BFQkO","ek-text_valign_bottom":"uoQE-","ek-text_valign_middle":"wL4cB","ek-text_valign_sub":"oQuQV","ek-text_valign_super":"GM270","ek-text_valign_text-bottom":"i3gPf","ek-text_valign_text-top":"Y-R3w","ek-text_valign_top":"NSQH0","ek-text_transform_none":"ioMWl","ek-text_transform_capitalize":"-nH9C","ek-text_transform_lowercase":"pYEmk","ek-text_transform_uppercase":"Ptm6g","ek-text_style_italic":"Y01G5","ek-text_style_strike":"powM8","ek-text_style_underline":"ECUz1","ek-text_style_overline":"E4jPq","ek-text_lheight_default":"ic9SB","ek-text_lheight_medium":"QrtcH","ek-text_lheight_large":"G5HaP","ek-text_wrap_normal":"vN11O","ek-text_wrap_nowrap":"hJTsv","ek-text_wrap_pre":"qtOKJ","ek-text_wrap_pre-wrap":"_55qRX","ek-text_wrap_pre-line":"z-RVa","ek-text_wrap_break":"htldP","ek-text_wrap_ellipsis":"aXB7S","ek-text_wrap_two-line":"_7NHpZ","ek-text_wrap_three-line":"SCVcX","ek-text_display_inline@small":"tf5qK","ek-text_display_none@small":"QClAg","ek-text_size_none@small":"iNBWs","ek-text_size_inherit@small":"SleAe","ek-text_size_small@small":"JLdX7","ek-text_size_default@small":"lpjy2","ek-text_size_big@small":"tyFZq","ek-text_size_h1@small":"bTc9i","ek-text_size_h2@small":"fVsfH","ek-text_size_h3@small":"_9bupj","ek-text_size_h4@small":"RLAjj","ek-text_size_h5@small":"MSeBt","ek-text_size_h6@small":"DGRDV","ek-text_weight_default@small":"_7u9ww","ek-text_weight_thin@small":"f3E1Z","ek-text_weight_light@small":"UgVat","ek-text_weight_medium@small":"GhR2r","ek-text_weight_bold@small":"fdZOu","ek-text_weight_black@small":"Txf2-","ek-text_align_left@small":"MOcbA","ek-text_align_center@small":"NDoRI","ek-text_align_right@small":"ertsn","ek-text_align_justify@small":"VXEjp","ek-text_valign_baseline@small":"NFaJ5","ek-text_valign_bottom@small":"n-ZM1","ek-text_valign_middle@small":"_1o-f9","ek-text_valign_sub@small":"_7vrZ5","ek-text_valign_super@small":"_98wkH","ek-text_valign_text-bottom@small":"x6B2v","ek-text_valign_text-top@small":"LfpH0","ek-text_valign_top@small":"kBQTl","ek-text_transform_none@small":"lNIlb","ek-text_transform_capitalize@small":"wM1eM","ek-text_transform_lowercase@small":"bjZhn","ek-text_transform_uppercase@small":"QcGz5","ek-text_style_italic@small":"RLkz-","ek-text_style_strike@small":"_--sCr","ek-text_style_underline@small":"LXQS8","ek-text_style_overline@small":"GNoIB","ek-text_lheight_default@small":"_1W3d2","ek-text_lheight_medium@small":"cZ7Yw","ek-text_lheight_large@small":"Q69Gt","ek-text_wrap_normal@small":"OCeTY","ek-text_wrap_nowrap@small":"feATc","ek-text_wrap_pre@small":"VAue2","ek-text_wrap_pre-wrap@small":"CrynB","ek-text_wrap_pre-line@small":"_2Zets","ek-text_wrap_break@small":"C6739","ek-text_wrap_ellipsis@small":"V-dhX","ek-text_wrap_two-line@small":"fqP29","ek-text_wrap_three-line@small":"Yh-Xv","ek-text_display_inline@medium":"q29UB","ek-text_display_none@medium":"pS5WL","ek-text_size_none@medium":"zmMXI","ek-text_size_inherit@medium":"NyD6y","ek-text_size_small@medium":"_85MSY","ek-text_size_default@medium":"NMxaK","ek-text_size_big@medium":"Ua-Zk","ek-text_size_h1@medium":"thuyZ","ek-text_size_h2@medium":"ESQoF","ek-text_size_h3@medium":"KZmg9","ek-text_size_h4@medium":"ECj9y","ek-text_size_h5@medium":"_2Egnj","ek-text_size_h6@medium":"EiSb9","ek-text_weight_default@medium":"tB-Ch","ek-text_weight_thin@medium":"s8W0s","ek-text_weight_light@medium":"ltoWf","ek-text_weight_medium@medium":"_6tPBW","ek-text_weight_bold@medium":"rpqZ0","ek-text_weight_black@medium":"GSyAT","ek-text_align_left@medium":"P1t-C","ek-text_align_center@medium":"EyFNY","ek-text_align_right@medium":"pv76v","ek-text_align_justify@medium":"BPD5C","ek-text_valign_baseline@medium":"uudr0","ek-text_valign_bottom@medium":"PllPd","ek-text_valign_middle@medium":"Ik6u5","ek-text_valign_sub@medium":"utVwf","ek-text_valign_super@medium":"BbzMP","ek-text_valign_text-bottom@medium":"h-L8G","ek-text_valign_text-top@medium":"_2Sxc3","ek-text_valign_top@medium":"oC57Z","ek-text_transform_none@medium":"VjPVc","ek-text_transform_capitalize@medium":"D2Sqd","ek-text_transform_lowercase@medium":"hjkKi","ek-text_transform_uppercase@medium":"AEFL3","ek-text_style_italic@medium":"yckf-","ek-text_style_strike@medium":"Fc1Ji","ek-text_style_underline@medium":"d-Mrs","ek-text_style_overline@medium":"cBafd","ek-text_lheight_default@medium":"UHfd4","ek-text_lheight_medium@medium":"K2JnS","ek-text_lheight_large@medium":"_7jFRq","ek-text_wrap_normal@medium":"tiKih","ek-text_wrap_nowrap@medium":"K2M6e","ek-text_wrap_pre@medium":"TpcHG","ek-text_wrap_pre-wrap@medium":"Z6C0k","ek-text_wrap_pre-line@medium":"Ajn6a","ek-text_wrap_break@medium":"QtGGg","ek-text_wrap_ellipsis@medium":"NyLo3","ek-text_wrap_two-line@medium":"R6ga0","ek-text_wrap_three-line@medium":"E2iMw","ek-text_display_inline@large":"Qr7da","ek-text_display_none@large":"_8q9MY","ek-text_size_none@large":"lhd15","ek-text_size_inherit@large":"JRmGP","ek-text_size_small@large":"gGYoF","ek-text_size_default@large":"f8ZGq","ek-text_size_big@large":"kXeDX","ek-text_size_h1@large":"FnCNG","ek-text_size_h2@large":"ud3vr","ek-text_size_h3@large":"cQwu6","ek-text_size_h4@large":"AeJ7R","ek-text_size_h5@large":"_5AP56","ek-text_size_h6@large":"nXKYk","ek-text_weight_default@large":"-KZf3","ek-text_weight_thin@large":"OtiPU","ek-text_weight_light@large":"Q876R","ek-text_weight_medium@large":"ERwtC","ek-text_weight_bold@large":"-vQew","ek-text_weight_black@large":"JfoJ2","ek-text_align_left@large":"eDuu-","ek-text_align_center@large":"_0oej2","ek-text_align_right@large":"IruXn","ek-text_align_justify@large":"eLevv","ek-text_valign_baseline@large":"MwBxj","ek-text_valign_bottom@large":"u2HmC","ek-text_valign_middle@large":"_9wTU0","ek-text_valign_sub@large":"Vrz29","ek-text_valign_super@large":"Kr93W","ek-text_valign_text-bottom@large":"_6eXdU","ek-text_valign_text-top@large":"B3Fwm","ek-text_valign_top@large":"cA4GU","ek-text_transform_none@large":"cXpb9","ek-text_transform_capitalize@large":"pHMUF","ek-text_transform_lowercase@large":"DVgu-","ek-text_transform_uppercase@large":"_35kha","ek-text_style_italic@large":"fYSwX","ek-text_style_strike@large":"q0PMX","ek-text_style_underline@large":"sguGX","ek-text_style_overline@large":"V9ewl","ek-text_lheight_default@large":"QI3Ow","ek-text_lheight_medium@large":"dkKyS","ek-text_lheight_large@large":"LWOqd","ek-text_wrap_normal@large":"_1Sfs7","ek-text_wrap_nowrap@large":"Ybix2","ek-text_wrap_pre@large":"w4GA2","ek-text_wrap_pre-wrap@large":"XNCfE","ek-text_wrap_pre-line@large":"IIQMy","ek-text_wrap_break@large":"TMJei","ek-text_wrap_ellipsis@large":"eJt94","ek-text_wrap_two-line@large":"wf8-X","ek-text_wrap_three-line@large":"QM6Ob","ek-text_color_black-600":"iX-v2","ek-text_color_black-600@small":"_4qrki","ek-text_color_black-600@medium":"XfNNR","ek-text_color_black-600@large":"Owu7Q","ek-text_color_black-600@wide":"EPhZb","ek-text_color_black-600@huge":"kX-rO","ek-text_color_black-700":"ffgjE","ek-text_color_black-700@small":"VeJpW","ek-text_color_black-700@medium":"tmDDJ","ek-text_color_black-700@large":"jRnbc","ek-text_color_black-700@wide":"Skgn1","ek-text_color_black-700@huge":"iT2UW","ek-text_color_black-800":"wMAjv","ek-text_color_black-800@small":"_0tsz8","ek-text_color_black-800@medium":"dKLRj","ek-text_color_black-800@large":"PThcN","ek-text_color_black-800@wide":"_4KAq8","ek-text_color_black-800@huge":"sXPSW","ek-text_color_black-900":"ye2-Z","ek-text_color_black-900@small":"Tjehi","ek-text_color_black-900@medium":"D7nHh","ek-text_color_black-900@large":"n8LrJ","ek-text_color_black-900@wide":"O95o7","ek-text_color_black-900@huge":"ufWB7","ek-text_color_blue-500":"Pmash","ek-text_color_blue-500@small":"myNLi","ek-text_color_blue-500@medium":"_807O7","ek-text_color_blue-500@large":"h7LoO","ek-text_color_blue-500@wide":"_1Qk4y","ek-text_color_blue-500@huge":"VrBDq","ek-text_color_green-500":"_9JoFY","ek-text_color_green-500@small":"A3k3K","ek-text_color_green-500@medium":"EDZ-F","ek-text_color_green-500@large":"vV-gD","ek-text_color_green-500@wide":"gDhg2","ek-text_color_green-500@huge":"O5Wpa","ek-text_color_green-700":"NSmdF","ek-text_color_green-700@small":"QEems","ek-text_color_green-700@medium":"-GH--","ek-text_color_green-700@large":"_56wkM","ek-text_color_green-700@wide":"xkvGD","ek-text_color_green-700@huge":"IgnYm","ek-text_color_green-800":"Aahxa","ek-text_color_green-800@small":"x1p-D","ek-text_color_green-800@medium":"EeAPc","ek-text_color_green-800@large":"KH2s5","ek-text_color_green-800@wide":"_6FDFy","ek-text_color_green-800@huge":"V2JjF","ek-text_color_yellow-500":"_7I4ks","ek-text_color_yellow-500@small":"XFBi-","ek-text_color_yellow-500@medium":"I42SE","ek-text_color_yellow-500@large":"BGGYh","ek-text_color_yellow-500@wide":"_2WOin","ek-text_color_yellow-500@huge":"_6u99p","ek-text_color_orange-500":"D39Cr","ek-text_color_orange-500@small":"FCzuX","ek-text_color_orange-500@medium":"_9gjQH","ek-text_color_orange-500@large":"A3IlK","ek-text_color_orange-500@wide":"ye0vt","ek-text_color_orange-500@huge":"eLSt9","ek-text_color_orange-900":"etfhZ","ek-text_color_orange-900@small":"zjEFG","ek-text_color_orange-900@medium":"LUWSS","ek-text_color_orange-900@large":"JXJvc","ek-text_color_orange-900@wide":"PWGFH","ek-text_color_orange-900@huge":"ljHb4","ek-text_color_red-500":"uyrQ6","ek-text_color_red-500@small":"hN5go","ek-text_color_red-500@medium":"HROpc","ek-text_color_red-500@large":"DohkS","ek-text_color_red-500@wide":"vXdZm","ek-text_color_red-500@huge":"nEmHY","ek-text_color_red-900":"yKkMR","ek-text_color_red-900@small":"_2MQqu","ek-text_color_red-900@medium":"k9d1g","ek-text_color_red-900@large":"BYzxn","ek-text_color_red-900@wide":"_9S6GM","ek-text_color_red-900@huge":"rMyDN","ek-text_color_violet-500":"xrKUz","ek-text_color_violet-500@small":"GkpkA","ek-text_color_violet-500@medium":"FYY0k","ek-text_color_violet-500@large":"BX9sY","ek-text_color_violet-500@wide":"vjkvO","ek-text_color_violet-500@huge":"Ufx-e","ek-text_color_white":"ooRRq","ek-text_color_white@small":"aq8Bj","ek-text_color_white@medium":"K2HII","ek-text_color_white@large":"fPDBy","ek-text_color_white@wide":"KBwe0","ek-text_color_white@huge":"pjee0"}}},Object.defineProperty(exports,"Text",{enumerable:!0,get:function(){return e.Text}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("evokit-text");e.Text.defaultProps={"text-preset":{css:{"ek-text":"-ROQ5","ek-text_display_inline":"kf4Mg","ek-text_display_none":"_6fCvf","ek-text_size_none":"d8slD","ek-text_size_inherit":"_9ToCC","ek-text_size_small":"_8UL-f","ek-text_size_default":"YVQjl","ek-text_size_big":"I52rt","ek-text_size_h1":"_7m6hu","ek-text_size_h2":"_6S-PU","ek-text_size_h3":"wnvF4","ek-text_size_h4":"zzaqf","ek-text_size_h5":"vUE7N","ek-text_size_h6":"gKgdr","ek-text_weight_default":"C-jU2","ek-text_weight_thin":"zMjyu","ek-text_weight_light":"B3Juk","ek-text_weight_medium":"mUSUr","ek-text_weight_bold":"nbc0F","ek-text_weight_black":"pz2hz","ek-text_align_left":"ro7st","ek-text_align_center":"s56dr","ek-text_align_right":"hASYm","ek-text_align_justify":"fDJbJ","ek-text_valign_baseline":"_4CWsl","ek-text_valign_bottom":"KCjjL","ek-text_valign_middle":"LMYYJ","ek-text_valign_sub":"TP1BM","ek-text_valign_super":"IDOKq","ek-text_valign_text-bottom":"sRdol","ek-text_valign_text-top":"A6EIe","ek-text_valign_top":"LVyOZ","ek-text_transform_none":"PdDdm","ek-text_transform_capitalize":"eAD7H","ek-text_transform_lowercase":"y03AI","ek-text_transform_uppercase":"c6JQ4","ek-text_style_italic":"dS2Rq","ek-text_style_strike":"W2q6D","ek-text_style_underline":"ZeE-o","ek-text_style_overline":"sG-pM","ek-text_lheight_default":"-PDYT","ek-text_lheight_medium":"KRbsq","ek-text_lheight_large":"RzOhL","ek-text_wrap_normal":"QgQy6","ek-text_wrap_nowrap":"rPeKC","ek-text_wrap_pre":"WbxaB","ek-text_wrap_pre-wrap":"_0FkSl","ek-text_wrap_pre-line":"_8gGHF","ek-text_wrap_break":"_1wiJa","ek-text_wrap_ellipsis":"kPZxA","ek-text_wrap_two-line":"Cn-P6","ek-text_wrap_three-line":"B5qqt","ek-text_display_inline@small":"nEpne","ek-text_display_none@small":"l-Tq0","ek-text_size_none@small":"kHOEL","ek-text_size_inherit@small":"g3F22","ek-text_size_small@small":"RiEYU","ek-text_size_default@small":"nw1GE","ek-text_size_big@small":"xC3yN","ek-text_size_h1@small":"nU6xk","ek-text_size_h2@small":"Dae8I","ek-text_size_h3@small":"Q4Nk9","ek-text_size_h4@small":"TsddL","ek-text_size_h5@small":"_7wm1E","ek-text_size_h6@small":"SK6BU","ek-text_weight_default@small":"aLolD","ek-text_weight_thin@small":"GECrZ","ek-text_weight_light@small":"mQtje","ek-text_weight_medium@small":"tzni0","ek-text_weight_bold@small":"_51e7l","ek-text_weight_black@small":"SJl6O","ek-text_align_left@small":"R8kiT","ek-text_align_center@small":"hhKld","ek-text_align_right@small":"ROCrY","ek-text_align_justify@small":"iASpp","ek-text_valign_baseline@small":"w4B8L","ek-text_valign_bottom@small":"rPQIr","ek-text_valign_middle@small":"d98jJ","ek-text_valign_sub@small":"Uxsul","ek-text_valign_super@small":"asIdI","ek-text_valign_text-bottom@small":"Xf76y","ek-text_valign_text-top@small":"prKEV","ek-text_valign_top@small":"p9RWj","ek-text_transform_none@small":"QMWWm","ek-text_transform_capitalize@small":"qWZj-","ek-text_transform_lowercase@small":"-FFJj","ek-text_transform_uppercase@small":"TNi5m","ek-text_style_italic@small":"auREO","ek-text_style_strike@small":"QL9I9","ek-text_style_underline@small":"VtVFz","ek-text_style_overline@small":"OG-n3","ek-text_lheight_default@small":"dH-CH","ek-text_lheight_medium@small":"tL32w","ek-text_lheight_large@small":"_8UZ6F","ek-text_wrap_normal@small":"_0YiRQ","ek-text_wrap_nowrap@small":"QcHuw","ek-text_wrap_pre@small":"ds5sx","ek-text_wrap_pre-wrap@small":"jppO3","ek-text_wrap_pre-line@small":"-yFN4","ek-text_wrap_break@small":"ILjwS","ek-text_wrap_ellipsis@small":"Mag2F","ek-text_wrap_two-line@small":"rWq36","ek-text_wrap_three-line@small":"nmr3V","ek-text_display_inline@medium":"_6WPtA","ek-text_display_none@medium":"alVT3","ek-text_size_none@medium":"it5oR","ek-text_size_inherit@medium":"_1yKv2","ek-text_size_small@medium":"cCR-3","ek-text_size_default@medium":"SMexC","ek-text_size_big@medium":"mXQjH","ek-text_size_h1@medium":"Ud4fF","ek-text_size_h2@medium":"PLNaT","ek-text_size_h3@medium":"_3pJSN","ek-text_size_h4@medium":"YrPdI","ek-text_size_h5@medium":"qDHn7","ek-text_size_h6@medium":"pWGaw","ek-text_weight_default@medium":"xD0Iw","ek-text_weight_thin@medium":"qzPDr","ek-text_weight_light@medium":"_7O1Tu","ek-text_weight_medium@medium":"FU8iz","ek-text_weight_bold@medium":"YPzM-","ek-text_weight_black@medium":"_5HE0a","ek-text_align_left@medium":"o05r5","ek-text_align_center@medium":"_7A8YW","ek-text_align_right@medium":"eMgvR","ek-text_align_justify@medium":"r57iL","ek-text_valign_baseline@medium":"vHsUy","ek-text_valign_bottom@medium":"luFtn","ek-text_valign_middle@medium":"OOe7y","ek-text_valign_sub@medium":"_2azhM","ek-text_valign_super@medium":"e7-YY","ek-text_valign_text-bottom@medium":"_1fUJX","ek-text_valign_text-top@medium":"kBDBs","ek-text_valign_top@medium":"_0Q7TJ","ek-text_transform_none@medium":"w8Mz-","ek-text_transform_capitalize@medium":"YdtmG","ek-text_transform_lowercase@medium":"tgBnk","ek-text_transform_uppercase@medium":"QI6md","ek-text_style_italic@medium":"zP9h5","ek-text_style_strike@medium":"_2tYmB","ek-text_style_underline@medium":"_9cZlU","ek-text_style_overline@medium":"ZEFFo","ek-text_lheight_default@medium":"_8idJm","ek-text_lheight_medium@medium":"p5kXZ","ek-text_lheight_large@medium":"p-Hhl","ek-text_wrap_normal@medium":"bpcbF","ek-text_wrap_nowrap@medium":"H5Tj4","ek-text_wrap_pre@medium":"HntAM","ek-text_wrap_pre-wrap@medium":"_6vBUo","ek-text_wrap_pre-line@medium":"_9rQ-Q","ek-text_wrap_break@medium":"LVSiG","ek-text_wrap_ellipsis@medium":"JirZA","ek-text_wrap_two-line@medium":"g2ROw","ek-text_wrap_three-line@medium":"HrMeM","ek-text_display_inline@large":"Mo-LY","ek-text_display_none@large":"FX2qB","ek-text_size_none@large":"b1MRL","ek-text_size_inherit@large":"AmMoT","ek-text_size_small@large":"hIECr","ek-text_size_default@large":"urt2q","ek-text_size_big@large":"VKxWD","ek-text_size_h1@large":"mNGan","ek-text_size_h2@large":"iieFo","ek-text_size_h3@large":"p0OYs","ek-text_size_h4@large":"_8R-X7","ek-text_size_h5@large":"SisW8","ek-text_size_h6@large":"xOt7K","ek-text_weight_default@large":"cZUKq","ek-text_weight_thin@large":"ftNN2","ek-text_weight_light@large":"mucsu","ek-text_weight_medium@large":"J1Abv","ek-text_weight_bold@large":"n5v86","ek-text_weight_black@large":"lKODZ","ek-text_align_left@large":"XLFUT","ek-text_align_center@large":"XoXwL","ek-text_align_right@large":"cTzlR","ek-text_align_justify@large":"_83G-e","ek-text_valign_baseline@large":"kqPo2","ek-text_valign_bottom@large":"mu6P6","ek-text_valign_middle@large":"cDVtl","ek-text_valign_sub@large":"i4kJ5","ek-text_valign_super@large":"fULH6","ek-text_valign_text-bottom@large":"X1o4K","ek-text_valign_text-top@large":"dyrpt","ek-text_valign_top@large":"uuHb-","ek-text_transform_none@large":"mXgSH","ek-text_transform_capitalize@large":"TZdWz","ek-text_transform_lowercase@large":"ucY62","ek-text_transform_uppercase@large":"C0w3A","ek-text_style_italic@large":"J-VtC","ek-text_style_strike@large":"T-zXX","ek-text_style_underline@large":"eZ3MR","ek-text_style_overline@large":"naG6m","ek-text_lheight_default@large":"_68-KO","ek-text_lheight_medium@large":"QGogG","ek-text_lheight_large@large":"BlPL-","ek-text_wrap_normal@large":"_6X7hf","ek-text_wrap_nowrap@large":"xdhzo","ek-text_wrap_pre@large":"qUMtK","ek-text_wrap_pre-wrap@large":"HRo-u","ek-text_wrap_pre-line@large":"q743W","ek-text_wrap_break@large":"Ushu6","ek-text_wrap_ellipsis@large":"xNEri","ek-text_wrap_two-line@large":"ZG36-","ek-text_wrap_three-line@large":"Pi0K9","ek-text_color_black-600":"lI2T-","ek-text_color_black-600@small":"dU5GE","ek-text_color_black-600@medium":"-hGn6","ek-text_color_black-600@large":"_3X27Q","ek-text_color_black-600@wide":"jKvld","ek-text_color_black-600@huge":"zxpTa","ek-text_color_black-700":"_2-ihf","ek-text_color_black-700@small":"CVGTz","ek-text_color_black-700@medium":"FG-Oi","ek-text_color_black-700@large":"BFdY2","ek-text_color_black-700@wide":"_5wBf3","ek-text_color_black-700@huge":"C9RrK","ek-text_color_black-800":"WlClL","ek-text_color_black-800@small":"-eCZb","ek-text_color_black-800@medium":"XmIPf","ek-text_color_black-800@large":"Sa9NU","ek-text_color_black-800@wide":"_1fbuU","ek-text_color_black-800@huge":"BPs7Y","ek-text_color_black-900":"JbIle","ek-text_color_black-900@small":"qxurX","ek-text_color_black-900@medium":"CF5Sk","ek-text_color_black-900@large":"eDR1H","ek-text_color_black-900@wide":"XVnjF","ek-text_color_black-900@huge":"dGgDV","ek-text_color_blue-500":"LxCA2","ek-text_color_blue-500@small":"-XPWr","ek-text_color_blue-500@medium":"RUw4a","ek-text_color_blue-500@large":"Nu3iz","ek-text_color_blue-500@wide":"KrMiD","ek-text_color_blue-500@huge":"zVn4G","ek-text_color_green-500":"dtH5J","ek-text_color_green-500@small":"e2-vw","ek-text_color_green-500@medium":"qIaqR","ek-text_color_green-500@large":"Zq6-1","ek-text_color_green-500@wide":"QwWmd","ek-text_color_green-500@huge":"_1fLyf","ek-text_color_green-700":"y1ZED","ek-text_color_green-700@small":"bqWOX","ek-text_color_green-700@medium":"z-Kit","ek-text_color_green-700@large":"BFZxc","ek-text_color_green-700@wide":"TYTLk","ek-text_color_green-700@huge":"s70yA","ek-text_color_green-800":"C0794","ek-text_color_green-800@small":"BsvbE","ek-text_color_green-800@medium":"nJn7S","ek-text_color_green-800@large":"CkSUo","ek-text_color_green-800@wide":"fAxaz","ek-text_color_green-800@huge":"M7qQU","ek-text_color_yellow-500":"YiR8O","ek-text_color_yellow-500@small":"W91Jn","ek-text_color_yellow-500@medium":"W9mZM","ek-text_color_yellow-500@large":"WD1wN","ek-text_color_yellow-500@wide":"_2IFe0","ek-text_color_yellow-500@huge":"weEpN","ek-text_color_orange-500":"JIlZq","ek-text_color_orange-500@small":"mJIKt","ek-text_color_orange-500@medium":"wnD6k","ek-text_color_orange-500@large":"t6-Wr","ek-text_color_orange-500@wide":"EfDjT","ek-text_color_orange-500@huge":"_2Pjcj","ek-text_color_orange-900":"j11Lg","ek-text_color_orange-900@small":"Nu8xV","ek-text_color_orange-900@medium":"s59c-","ek-text_color_orange-900@large":"p-isB","ek-text_color_orange-900@wide":"CE4UQ","ek-text_color_orange-900@huge":"dJRGe","ek-text_color_red-500":"HZ0cd","ek-text_color_red-500@small":"CSz-3","ek-text_color_red-500@medium":"_-7sbb","ek-text_color_red-500@large":"tt2En","ek-text_color_red-500@wide":"z8fKs","ek-text_color_red-500@huge":"lYfi7","ek-text_color_red-900":"zFkOn","ek-text_color_red-900@small":"IelQy","ek-text_color_red-900@medium":"Orzyx","ek-text_color_red-900@large":"-tN-H","ek-text_color_red-900@wide":"k7Es9","ek-text_color_red-900@huge":"QQFpw","ek-text_color_violet-500":"BMegd","ek-text_color_violet-500@small":"G6mHV","ek-text_color_violet-500@medium":"sYupQ","ek-text_color_violet-500@large":"Ug04a","ek-text_color_violet-500@wide":"cd6uK","ek-text_color_violet-500@huge":"lG1-E","ek-text_color_white":"_7nID9","ek-text_color_white@small":"iGspg","ek-text_color_white@medium":"b3kBz","ek-text_color_white@large":"Kn78I","ek-text_color_white@wide":"lDPo3","ek-text_color_white@huge":"_0IWxt"}}},Object.defineProperty(exports,"Text",{enumerable:!0,get:function(){return e.Text}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.Text__ek-text___-ROQ5{display:inline;line-height:var(--pds-line-height)}.Text__ek-text_display_inline___kf4Mg{display:inline}.Text__ek-text_display_none___6fCvf{display:none}.Text__ek-text_size_none___d8slD{font-size:0}.Text__ek-text_size_inherit___9ToCC{font-size:inherit}.Text__ek-text_size_small___8UL-f{font-size:var(--pds-font-size-small)}.Text__ek-text_size_default___YVQjl{font-size:var(--pds-font-size-default)}.Text__ek-text_size_big___I52rt{font-size:var(--pds-font-size-big)}.Text__ek-text_size_h1___7m6hu{font-size:var(--pds-font-size-h1)}.Text__ek-text_size_h2___6S-PU{font-size:var(--pds-font-size-h2)}.Text__ek-text_size_h3___wnvF4{font-size:var(--pds-font-size-h3)}.Text__ek-text_size_h4___zzaqf{font-size:var(--pds-font-size-h4)}.Text__ek-text_size_h5___vUE7N{font-size:var(--pds-font-size-h5)}.Text__ek-text_size_h6___gKgdr{font-size:var(--pds-font-size-h6)}.Text__ek-text_weight_default___C-jU2{font-weight:400}.Text__ek-text_weight_thin___zMjyu{font-weight:100}.Text__ek-text_weight_light___B3Juk{font-weight:300}.Text__ek-text_weight_medium___mUSUr{font-weight:500}.Text__ek-text_weight_bold___nbc0F{font-weight:700}.Text__ek-text_weight_black___pz2hz{font-weight:900}.Text__ek-text_align_left___ro7st{display:block;text-align:left}.Text__ek-text_align_center___s56dr{display:block;text-align:center}.Text__ek-text_align_right___hASYm{display:block;text-align:right}.Text__ek-text_align_justify___fDJbJ{display:block;text-align:justify}.Text__ek-text_valign_baseline___4CWsl{vertical-align:baseline}.Text__ek-text_valign_bottom___KCjjL{vertical-align:bottom}.Text__ek-text_valign_middle___LMYYJ{vertical-align:middle}.Text__ek-text_valign_sub___TP1BM{vertical-align:sub}.Text__ek-text_valign_super___IDOKq{vertical-align:super}.Text__ek-text_valign_text-bottom___sRdol{vertical-align:text-bottom}.Text__ek-text_valign_text-top___A6EIe{vertical-align:text-top}.Text__ek-text_valign_top___LVyOZ{vertical-align:top}.Text__ek-text_transform_none___PdDdm{text-transform:none}.Text__ek-text_transform_capitalize___eAD7H{text-transform:capitalize}.Text__ek-text_transform_lowercase___y03AI{text-transform:lowercase}.Text__ek-text_transform_uppercase___c6JQ4{text-transform:uppercase}.Text__ek-text_style_italic___dS2Rq{font-style:italic}.Text__ek-text_style_strike___W2q6D{text-decoration:line-through}.Text__ek-text_style_underline___ZeE-o{text-decoration:underline}.Text__ek-text_style_overline___sG-pM{text-decoration:overline}.Text__ek-text_lheight_default___-PDYT{line-height:var(--pds-line-height)}.Text__ek-text_lheight_medium___KRbsq{line-height:1.25em}.Text__ek-text_lheight_large___RzOhL{line-height:1.5em}.Text__ek-text_wrap_normal___QgQy6{white-space:normal}.Text__ek-text_wrap_nowrap___rPeKC{white-space:nowrap}.Text__ek-text_wrap_pre___WbxaB{white-space:pre}.Text__ek-text_wrap_pre-wrap___0FkSl{white-space:pre-wrap}.Text__ek-text_wrap_pre-line___8gGHF{white-space:pre-line}.Text__ek-text_wrap_break___1wiJa{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.Text__ek-text_wrap_ellipsis___kPZxA{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text__ek-text_wrap_two-line___Cn-P6{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.Text__ek-text_wrap_two-line___Cn-P6.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*2)}.Text__ek-text_wrap_two-line___Cn-P6.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*2)}.Text__ek-text_wrap_three-line___B5qqt{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.Text__ek-text_wrap_three-line___B5qqt.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*3)}.Text__ek-text_wrap_three-line___B5qqt.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*3)}.Text__ek-text_color_black-600___lI2T-{color:var(--black-600)}.Text__ek-text_color_black-700___2-ihf{color:var(--black-700)}.Text__ek-text_color_black-800___WlClL{color:var(--black-800)}.Text__ek-text_color_black-900___JbIle{color:var(--black-900)}.Text__ek-text_color_blue-500___LxCA2{color:var(--blue-500)}.Text__ek-text_color_green-500___dtH5J{color:var(--green-500)}.Text__ek-text_color_green-700___y1ZED{color:var(--green-700)}.Text__ek-text_color_green-800___C0794{color:var(--green-800)}.Text__ek-text_color_yellow-500___YiR8O{color:var(--yellow-500)}.Text__ek-text_color_orange-500___JIlZq{color:var(--orange-500)}.Text__ek-text_color_orange-900___j11Lg{color:var(--orange-900)}.Text__ek-text_color_red-500___HZ0cd{color:var(--red-500)}.Text__ek-text_color_red-900___zFkOn{color:var(--red-900)}.Text__ek-text_color_violet-500___BMegd{color:var(--violet-500)}.Text__ek-text_color_white___7nID9{color:var(--white)}@media only screen and (min-width:480px){.Text__ek-text_display_inline--small___nEpne{display:inline}.Text__ek-text_display_none--small___l-Tq0{display:none}.Text__ek-text_size_none--small___kHOEL{font-size:0}.Text__ek-text_size_inherit--small___g3F22{font-size:inherit}.Text__ek-text_size_small--small___RiEYU{font-size:var(--pds-font-size-small)}.Text__ek-text_size_default--small___nw1GE{font-size:var(--pds-font-size-default)}.Text__ek-text_size_big--small___xC3yN{font-size:var(--pds-font-size-big)}.Text__ek-text_size_h1--small___nU6xk{font-size:var(--pds-font-size-h1)}.Text__ek-text_size_h2--small___Dae8I{font-size:var(--pds-font-size-h2)}.Text__ek-text_size_h3--small___Q4Nk9{font-size:var(--pds-font-size-h3)}.Text__ek-text_size_h4--small___TsddL{font-size:var(--pds-font-size-h4)}.Text__ek-text_size_h5--small___7wm1E{font-size:var(--pds-font-size-h5)}.Text__ek-text_size_h6--small___SK6BU{font-size:var(--pds-font-size-h6)}.Text__ek-text_weight_default--small___aLolD{font-weight:400}.Text__ek-text_weight_thin--small___GECrZ{font-weight:100}.Text__ek-text_weight_light--small___mQtje{font-weight:300}.Text__ek-text_weight_medium--small___tzni0{font-weight:500}.Text__ek-text_weight_bold--small___51e7l{font-weight:700}.Text__ek-text_weight_black--small___SJl6O{font-weight:900}.Text__ek-text_align_left--small___R8kiT{display:block;text-align:left}.Text__ek-text_align_center--small___hhKld{display:block;text-align:center}.Text__ek-text_align_right--small___ROCrY{display:block;text-align:right}.Text__ek-text_align_justify--small___iASpp{display:block;text-align:justify}.Text__ek-text_valign_baseline--small___w4B8L{vertical-align:baseline}.Text__ek-text_valign_bottom--small___rPQIr{vertical-align:bottom}.Text__ek-text_valign_middle--small___d98jJ{vertical-align:middle}.Text__ek-text_valign_sub--small___Uxsul{vertical-align:sub}.Text__ek-text_valign_super--small___asIdI{vertical-align:super}.Text__ek-text_valign_text-bottom--small___Xf76y{vertical-align:text-bottom}.Text__ek-text_valign_text-top--small___prKEV{vertical-align:text-top}.Text__ek-text_valign_top--small___p9RWj{vertical-align:top}.Text__ek-text_transform_none--small___QMWWm{text-transform:none}.Text__ek-text_transform_capitalize--small___qWZj-{text-transform:capitalize}.Text__ek-text_transform_lowercase--small___-FFJj{text-transform:lowercase}.Text__ek-text_transform_uppercase--small___TNi5m{text-transform:uppercase}.Text__ek-text_style_italic--small___auREO{font-style:italic}.Text__ek-text_style_strike--small___QL9I9{text-decoration:line-through}.Text__ek-text_style_underline--small___VtVFz{text-decoration:underline}.Text__ek-text_style_overline--small___OG-n3{text-decoration:overline}.Text__ek-text_lheight_default--small___dH-CH{line-height:var(--pds-line-height)}.Text__ek-text_lheight_medium--small___tL32w{line-height:1.25em}.Text__ek-text_lheight_large--small___8UZ6F{line-height:1.5em}.Text__ek-text_wrap_normal--small___0YiRQ{white-space:normal}.Text__ek-text_wrap_nowrap--small___QcHuw{white-space:nowrap}.Text__ek-text_wrap_pre--small___ds5sx{white-space:pre}.Text__ek-text_wrap_pre-wrap--small___jppO3{white-space:pre-wrap}.Text__ek-text_wrap_pre-line--small___-yFN4{white-space:pre-line}.Text__ek-text_wrap_break--small___ILjwS{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.Text__ek-text_wrap_ellipsis--small___Mag2F{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text__ek-text_wrap_two-line--small___rWq36{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.Text__ek-text_wrap_two-line--small___rWq36.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*2)}.Text__ek-text_wrap_two-line--small___rWq36.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*2)}.Text__ek-text_wrap_three-line--small___nmr3V{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.Text__ek-text_wrap_three-line--small___nmr3V.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*3)}.Text__ek-text_wrap_three-line--small___nmr3V.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*3)}.Text__ek-text_color_black-600--small___dU5GE{color:var(--black-600)}.Text__ek-text_color_black-700--small___CVGTz{color:var(--black-700)}.Text__ek-text_color_black-800--small___-eCZb{color:var(--black-800)}.Text__ek-text_color_black-900--small___qxurX{color:var(--black-900)}.Text__ek-text_color_blue-500--small___-XPWr{color:var(--blue-500)}.Text__ek-text_color_green-500--small___e2-vw{color:var(--green-500)}.Text__ek-text_color_green-700--small___bqWOX{color:var(--green-700)}.Text__ek-text_color_green-800--small___BsvbE{color:var(--green-800)}.Text__ek-text_color_yellow-500--small___W91Jn{color:var(--yellow-500)}.Text__ek-text_color_orange-500--small___mJIKt{color:var(--orange-500)}.Text__ek-text_color_orange-900--small___Nu8xV{color:var(--orange-900)}.Text__ek-text_color_red-500--small___CSz-3{color:var(--red-500)}.Text__ek-text_color_red-900--small___IelQy{color:var(--red-900)}.Text__ek-text_color_violet-500--small___G6mHV{color:var(--violet-500)}.Text__ek-text_color_white--small___iGspg{color:var(--white)}}@media only screen and (min-width:768px){.Text__ek-text_display_inline--medium___6WPtA{display:inline}.Text__ek-text_display_none--medium___alVT3{display:none}.Text__ek-text_size_none--medium___it5oR{font-size:0}.Text__ek-text_size_inherit--medium___1yKv2{font-size:inherit}.Text__ek-text_size_small--medium___cCR-3{font-size:var(--pds-font-size-small)}.Text__ek-text_size_default--medium___SMexC{font-size:var(--pds-font-size-default)}.Text__ek-text_size_big--medium___mXQjH{font-size:var(--pds-font-size-big)}.Text__ek-text_size_h1--medium___Ud4fF{font-size:var(--pds-font-size-h1)}.Text__ek-text_size_h2--medium___PLNaT{font-size:var(--pds-font-size-h2)}.Text__ek-text_size_h3--medium___3pJSN{font-size:var(--pds-font-size-h3)}.Text__ek-text_size_h4--medium___YrPdI{font-size:var(--pds-font-size-h4)}.Text__ek-text_size_h5--medium___qDHn7{font-size:var(--pds-font-size-h5)}.Text__ek-text_size_h6--medium___pWGaw{font-size:var(--pds-font-size-h6)}.Text__ek-text_weight_default--medium___xD0Iw{font-weight:400}.Text__ek-text_weight_thin--medium___qzPDr{font-weight:100}.Text__ek-text_weight_light--medium___7O1Tu{font-weight:300}.Text__ek-text_weight_medium--medium___FU8iz{font-weight:500}.Text__ek-text_weight_bold--medium___YPzM-{font-weight:700}.Text__ek-text_weight_black--medium___5HE0a{font-weight:900}.Text__ek-text_align_left--medium___o05r5{display:block;text-align:left}.Text__ek-text_align_center--medium___7A8YW{display:block;text-align:center}.Text__ek-text_align_right--medium___eMgvR{display:block;text-align:right}.Text__ek-text_align_justify--medium___r57iL{display:block;text-align:justify}.Text__ek-text_valign_baseline--medium___vHsUy{vertical-align:baseline}.Text__ek-text_valign_bottom--medium___luFtn{vertical-align:bottom}.Text__ek-text_valign_middle--medium___OOe7y{vertical-align:middle}.Text__ek-text_valign_sub--medium___2azhM{vertical-align:sub}.Text__ek-text_valign_super--medium___e7-YY{vertical-align:super}.Text__ek-text_valign_text-bottom--medium___1fUJX{vertical-align:text-bottom}.Text__ek-text_valign_text-top--medium___kBDBs{vertical-align:text-top}.Text__ek-text_valign_top--medium___0Q7TJ{vertical-align:top}.Text__ek-text_transform_none--medium___w8Mz-{text-transform:none}.Text__ek-text_transform_capitalize--medium___YdtmG{text-transform:capitalize}.Text__ek-text_transform_lowercase--medium___tgBnk{text-transform:lowercase}.Text__ek-text_transform_uppercase--medium___QI6md{text-transform:uppercase}.Text__ek-text_style_italic--medium___zP9h5{font-style:italic}.Text__ek-text_style_strike--medium___2tYmB{text-decoration:line-through}.Text__ek-text_style_underline--medium___9cZlU{text-decoration:underline}.Text__ek-text_style_overline--medium___ZEFFo{text-decoration:overline}.Text__ek-text_lheight_default--medium___8idJm{line-height:var(--pds-line-height)}.Text__ek-text_lheight_medium--medium___p5kXZ{line-height:1.25em}.Text__ek-text_lheight_large--medium___p-Hhl{line-height:1.5em}.Text__ek-text_wrap_normal--medium___bpcbF{white-space:normal}.Text__ek-text_wrap_nowrap--medium___H5Tj4{white-space:nowrap}.Text__ek-text_wrap_pre--medium___HntAM{white-space:pre}.Text__ek-text_wrap_pre-wrap--medium___6vBUo{white-space:pre-wrap}.Text__ek-text_wrap_pre-line--medium___9rQ-Q{white-space:pre-line}.Text__ek-text_wrap_break--medium___LVSiG{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.Text__ek-text_wrap_ellipsis--medium___JirZA{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text__ek-text_wrap_two-line--medium___g2ROw{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.Text__ek-text_wrap_two-line--medium___g2ROw.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*2)}.Text__ek-text_wrap_two-line--medium___g2ROw.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*2)}.Text__ek-text_wrap_three-line--medium___HrMeM{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.Text__ek-text_wrap_three-line--medium___HrMeM.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*3)}.Text__ek-text_wrap_three-line--medium___HrMeM.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*3)}.Text__ek-text_color_black-600--medium___-hGn6{color:var(--black-600)}.Text__ek-text_color_black-700--medium___FG-Oi{color:var(--black-700)}.Text__ek-text_color_black-800--medium___XmIPf{color:var(--black-800)}.Text__ek-text_color_black-900--medium___CF5Sk{color:var(--black-900)}.Text__ek-text_color_blue-500--medium___RUw4a{color:var(--blue-500)}.Text__ek-text_color_green-500--medium___qIaqR{color:var(--green-500)}.Text__ek-text_color_green-700--medium___z-Kit{color:var(--green-700)}.Text__ek-text_color_green-800--medium___nJn7S{color:var(--green-800)}.Text__ek-text_color_yellow-500--medium___W9mZM{color:var(--yellow-500)}.Text__ek-text_color_orange-500--medium___wnD6k{color:var(--orange-500)}.Text__ek-text_color_orange-900--medium___s59c-{color:var(--orange-900)}.Text__ek-text_color_red-500--medium___-7sbb{color:var(--red-500)}.Text__ek-text_color_red-900--medium___Orzyx{color:var(--red-900)}.Text__ek-text_color_violet-500--medium___sYupQ{color:var(--violet-500)}.Text__ek-text_color_white--medium___b3kBz{color:var(--white)}}@media only screen and (min-width:960px){.Text__ek-text_display_inline--large___Mo-LY{display:inline}.Text__ek-text_display_none--large___FX2qB{display:none}.Text__ek-text_size_none--large___b1MRL{font-size:0}.Text__ek-text_size_inherit--large___AmMoT{font-size:inherit}.Text__ek-text_size_small--large___hIECr{font-size:var(--pds-font-size-small)}.Text__ek-text_size_default--large___urt2q{font-size:var(--pds-font-size-default)}.Text__ek-text_size_big--large___VKxWD{font-size:var(--pds-font-size-big)}.Text__ek-text_size_h1--large___mNGan{font-size:var(--pds-font-size-h1)}.Text__ek-text_size_h2--large___iieFo{font-size:var(--pds-font-size-h2)}.Text__ek-text_size_h3--large___p0OYs{font-size:var(--pds-font-size-h3)}.Text__ek-text_size_h4--large___8R-X7{font-size:var(--pds-font-size-h4)}.Text__ek-text_size_h5--large___SisW8{font-size:var(--pds-font-size-h5)}.Text__ek-text_size_h6--large___xOt7K{font-size:var(--pds-font-size-h6)}.Text__ek-text_weight_default--large___cZUKq{font-weight:400}.Text__ek-text_weight_thin--large___ftNN2{font-weight:100}.Text__ek-text_weight_light--large___mucsu{font-weight:300}.Text__ek-text_weight_medium--large___J1Abv{font-weight:500}.Text__ek-text_weight_bold--large___n5v86{font-weight:700}.Text__ek-text_weight_black--large___lKODZ{font-weight:900}.Text__ek-text_align_left--large___XLFUT{display:block;text-align:left}.Text__ek-text_align_center--large___XoXwL{display:block;text-align:center}.Text__ek-text_align_right--large___cTzlR{display:block;text-align:right}.Text__ek-text_align_justify--large___83G-e{display:block;text-align:justify}.Text__ek-text_valign_baseline--large___kqPo2{vertical-align:baseline}.Text__ek-text_valign_bottom--large___mu6P6{vertical-align:bottom}.Text__ek-text_valign_middle--large___cDVtl{vertical-align:middle}.Text__ek-text_valign_sub--large___i4kJ5{vertical-align:sub}.Text__ek-text_valign_super--large___fULH6{vertical-align:super}.Text__ek-text_valign_text-bottom--large___X1o4K{vertical-align:text-bottom}.Text__ek-text_valign_text-top--large___dyrpt{vertical-align:text-top}.Text__ek-text_valign_top--large___uuHb-{vertical-align:top}.Text__ek-text_transform_none--large___mXgSH{text-transform:none}.Text__ek-text_transform_capitalize--large___TZdWz{text-transform:capitalize}.Text__ek-text_transform_lowercase--large___ucY62{text-transform:lowercase}.Text__ek-text_transform_uppercase--large___C0w3A{text-transform:uppercase}.Text__ek-text_style_italic--large___J-VtC{font-style:italic}.Text__ek-text_style_strike--large___T-zXX{text-decoration:line-through}.Text__ek-text_style_underline--large___eZ3MR{text-decoration:underline}.Text__ek-text_style_overline--large___naG6m{text-decoration:overline}.Text__ek-text_lheight_default--large___68-KO{line-height:var(--pds-line-height)}.Text__ek-text_lheight_medium--large___QGogG{line-height:1.25em}.Text__ek-text_lheight_large--large___BlPL-{line-height:1.5em}.Text__ek-text_wrap_normal--large___6X7hf{white-space:normal}.Text__ek-text_wrap_nowrap--large___xdhzo{white-space:nowrap}.Text__ek-text_wrap_pre--large___qUMtK{white-space:pre}.Text__ek-text_wrap_pre-wrap--large___HRo-u{white-space:pre-wrap}.Text__ek-text_wrap_pre-line--large___q743W{white-space:pre-line}.Text__ek-text_wrap_break--large___Ushu6{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.Text__ek-text_wrap_ellipsis--large___xNEri{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text__ek-text_wrap_two-line--large___ZG36-{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.Text__ek-text_wrap_two-line--large___ZG36-.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*2)}.Text__ek-text_wrap_two-line--large___ZG36-.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*2)}.Text__ek-text_wrap_three-line--large___Pi0K9{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.Text__ek-text_wrap_three-line--large___Pi0K9.Text__ek-text_lheight_medium___KRbsq{max-height:calc(1.25em*3)}.Text__ek-text_wrap_three-line--large___Pi0K9.Text__ek-text_lheight_large___RzOhL{max-height:calc(1.5em*3)}.Text__ek-text_color_black-600--large___3X27Q{color:var(--black-600)}.Text__ek-text_color_black-700--large___BFdY2{color:var(--black-700)}.Text__ek-text_color_black-800--large___Sa9NU{color:var(--black-800)}.Text__ek-text_color_black-900--large___eDR1H{color:var(--black-900)}.Text__ek-text_color_blue-500--large___Nu3iz{color:var(--blue-500)}.Text__ek-text_color_green-500--large___Zq6-1{color:var(--green-500)}.Text__ek-text_color_green-700--large___BFZxc{color:var(--green-700)}.Text__ek-text_color_green-800--large___CkSUo{color:var(--green-800)}.Text__ek-text_color_yellow-500--large___WD1wN{color:var(--yellow-500)}.Text__ek-text_color_orange-500--large___t6-Wr{color:var(--orange-500)}.Text__ek-text_color_orange-900--large___p-isB{color:var(--orange-900)}.Text__ek-text_color_red-500--large___tt2En{color:var(--red-500)}.Text__ek-text_color_red-900--large___-tN-H{color:var(--red-900)}.Text__ek-text_color_violet-500--large___Ug04a{color:var(--violet-500)}.Text__ek-text_color_white--large___Kn78I{color:var(--white)}}@media only screen and (min-width:1200px){.Text__ek-text_color_black-600--wide___jKvld{color:var(--black-600)}.Text__ek-text_color_black-700--wide___5wBf3{color:var(--black-700)}.Text__ek-text_color_black-800--wide___1fbuU{color:var(--black-800)}.Text__ek-text_color_black-900--wide___XVnjF{color:var(--black-900)}.Text__ek-text_color_blue-500--wide___KrMiD{color:var(--blue-500)}.Text__ek-text_color_green-500--wide___QwWmd{color:var(--green-500)}.Text__ek-text_color_green-700--wide___TYTLk{color:var(--green-700)}.Text__ek-text_color_green-800--wide___fAxaz{color:var(--green-800)}.Text__ek-text_color_yellow-500--wide___2IFe0{color:var(--yellow-500)}.Text__ek-text_color_orange-500--wide___EfDjT{color:var(--orange-500)}.Text__ek-text_color_orange-900--wide___CE4UQ{color:var(--orange-900)}.Text__ek-text_color_red-500--wide___z8fKs{color:var(--red-500)}.Text__ek-text_color_red-900--wide___k7Es9{color:var(--red-900)}.Text__ek-text_color_violet-500--wide___cd6uK{color:var(--violet-500)}.Text__ek-text_color_white--wide___lDPo3{color:var(--white)}}@media only screen and (min-width:1400px){.Text__ek-text_color_black-600--huge___zxpTa{color:var(--black-600)}.Text__ek-text_color_black-700--huge___C9RrK{color:var(--black-700)}.Text__ek-text_color_black-800--huge___BPs7Y{color:var(--black-800)}.Text__ek-text_color_black-900--huge___dGgDV{color:var(--black-900)}.Text__ek-text_color_blue-500--huge___zVn4G{color:var(--blue-500)}.Text__ek-text_color_green-500--huge___1fLyf{color:var(--green-500)}.Text__ek-text_color_green-700--huge___s70yA{color:var(--green-700)}.Text__ek-text_color_green-800--huge___M7qQU{color:var(--green-800)}.Text__ek-text_color_yellow-500--huge___weEpN{color:var(--yellow-500)}.Text__ek-text_color_orange-500--huge___2Pjcj{color:var(--orange-500)}.Text__ek-text_color_orange-900--huge___dJRGe{color:var(--orange-900)}.Text__ek-text_color_red-500--huge___lYfi7{color:var(--red-500)}.Text__ek-text_color_red-900--huge___QQFpw{color:var(--red-900)}.Text__ek-text_color_violet-500--huge___lG1-E{color:var(--violet-500)}.Text__ek-text_color_white--huge___0IWxt{color:var(--white)}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.-ROQ5{display:inline;line-height:var(--pds-line-height)}.kf4Mg{display:inline}._6fCvf{display:none}.d8slD{font-size:0}._9ToCC{font-size:inherit}._8UL-f{font-size:var(--pds-font-size-small)}.YVQjl{font-size:var(--pds-font-size-default)}.I52rt{font-size:var(--pds-font-size-big)}._7m6hu{font-size:var(--pds-font-size-h1)}._6S-PU{font-size:var(--pds-font-size-h2)}.wnvF4{font-size:var(--pds-font-size-h3)}.zzaqf{font-size:var(--pds-font-size-h4)}.vUE7N{font-size:var(--pds-font-size-h5)}.gKgdr{font-size:var(--pds-font-size-h6)}.C-jU2{font-weight:400}.zMjyu{font-weight:100}.B3Juk{font-weight:300}.mUSUr{font-weight:500}.nbc0F{font-weight:700}.pz2hz{font-weight:900}.ro7st{display:block;text-align:left}.s56dr{display:block;text-align:center}.hASYm{display:block;text-align:right}.fDJbJ{display:block;text-align:justify}._4CWsl{vertical-align:baseline}.KCjjL{vertical-align:bottom}.LMYYJ{vertical-align:middle}.TP1BM{vertical-align:sub}.IDOKq{vertical-align:super}.sRdol{vertical-align:text-bottom}.A6EIe{vertical-align:text-top}.LVyOZ{vertical-align:top}.PdDdm{text-transform:none}.eAD7H{text-transform:capitalize}.y03AI{text-transform:lowercase}.c6JQ4{text-transform:uppercase}.dS2Rq{font-style:italic}.W2q6D{text-decoration:line-through}.ZeE-o{text-decoration:underline}.sG-pM{text-decoration:overline}.-PDYT{line-height:var(--pds-line-height)}.KRbsq{line-height:1.25em}.RzOhL{line-height:1.5em}.QgQy6{white-space:normal}.rPeKC{white-space:nowrap}.WbxaB{white-space:pre}._0FkSl{white-space:pre-wrap}._8gGHF{white-space:pre-line}._1wiJa{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.kPZxA{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Cn-P6{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.Cn-P6.KRbsq{max-height:calc(1.25em*2)}.Cn-P6.RzOhL{max-height:calc(1.5em*2)}.B5qqt{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.B5qqt.KRbsq{max-height:calc(1.25em*3)}.B5qqt.RzOhL{max-height:calc(1.5em*3)}.lI2T-{color:var(--black-600)}._2-ihf{color:var(--black-700)}.WlClL{color:var(--black-800)}.JbIle{color:var(--black-900)}.LxCA2{color:var(--blue-500)}.dtH5J{color:var(--green-500)}.y1ZED{color:var(--green-700)}.C0794{color:var(--green-800)}.YiR8O{color:var(--yellow-500)}.JIlZq{color:var(--orange-500)}.j11Lg{color:var(--orange-900)}.HZ0cd{color:var(--red-500)}.zFkOn{color:var(--red-900)}.BMegd{color:var(--violet-500)}._7nID9{color:var(--white)}@media only screen and (min-width:480px){.nEpne{display:inline}.l-Tq0{display:none}.kHOEL{font-size:0}.g3F22{font-size:inherit}.RiEYU{font-size:var(--pds-font-size-small)}.nw1GE{font-size:var(--pds-font-size-default)}.xC3yN{font-size:var(--pds-font-size-big)}.nU6xk{font-size:var(--pds-font-size-h1)}.Dae8I{font-size:var(--pds-font-size-h2)}.Q4Nk9{font-size:var(--pds-font-size-h3)}.TsddL{font-size:var(--pds-font-size-h4)}._7wm1E{font-size:var(--pds-font-size-h5)}.SK6BU{font-size:var(--pds-font-size-h6)}.aLolD{font-weight:400}.GECrZ{font-weight:100}.mQtje{font-weight:300}.tzni0{font-weight:500}._51e7l{font-weight:700}.SJl6O{font-weight:900}.R8kiT{display:block;text-align:left}.hhKld{display:block;text-align:center}.ROCrY{display:block;text-align:right}.iASpp{display:block;text-align:justify}.w4B8L{vertical-align:baseline}.rPQIr{vertical-align:bottom}.d98jJ{vertical-align:middle}.Uxsul{vertical-align:sub}.asIdI{vertical-align:super}.Xf76y{vertical-align:text-bottom}.prKEV{vertical-align:text-top}.p9RWj{vertical-align:top}.QMWWm{text-transform:none}.qWZj-{text-transform:capitalize}.-FFJj{text-transform:lowercase}.TNi5m{text-transform:uppercase}.auREO{font-style:italic}.QL9I9{text-decoration:line-through}.VtVFz{text-decoration:underline}.OG-n3{text-decoration:overline}.dH-CH{line-height:var(--pds-line-height)}.tL32w{line-height:1.25em}._8UZ6F{line-height:1.5em}._0YiRQ{white-space:normal}.QcHuw{white-space:nowrap}.ds5sx{white-space:pre}.jppO3{white-space:pre-wrap}.-yFN4{white-space:pre-line}.ILjwS{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.Mag2F{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rWq36{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.rWq36.KRbsq{max-height:calc(1.25em*2)}.rWq36.RzOhL{max-height:calc(1.5em*2)}.nmr3V{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.nmr3V.KRbsq{max-height:calc(1.25em*3)}.nmr3V.RzOhL{max-height:calc(1.5em*3)}.dU5GE{color:var(--black-600)}.CVGTz{color:var(--black-700)}.-eCZb{color:var(--black-800)}.qxurX{color:var(--black-900)}.-XPWr{color:var(--blue-500)}.e2-vw{color:var(--green-500)}.bqWOX{color:var(--green-700)}.BsvbE{color:var(--green-800)}.W91Jn{color:var(--yellow-500)}.mJIKt{color:var(--orange-500)}.Nu8xV{color:var(--orange-900)}.CSz-3{color:var(--red-500)}.IelQy{color:var(--red-900)}.G6mHV{color:var(--violet-500)}.iGspg{color:var(--white)}}@media only screen and (min-width:768px){._6WPtA{display:inline}.alVT3{display:none}.it5oR{font-size:0}._1yKv2{font-size:inherit}.cCR-3{font-size:var(--pds-font-size-small)}.SMexC{font-size:var(--pds-font-size-default)}.mXQjH{font-size:var(--pds-font-size-big)}.Ud4fF{font-size:var(--pds-font-size-h1)}.PLNaT{font-size:var(--pds-font-size-h2)}._3pJSN{font-size:var(--pds-font-size-h3)}.YrPdI{font-size:var(--pds-font-size-h4)}.qDHn7{font-size:var(--pds-font-size-h5)}.pWGaw{font-size:var(--pds-font-size-h6)}.xD0Iw{font-weight:400}.qzPDr{font-weight:100}._7O1Tu{font-weight:300}.FU8iz{font-weight:500}.YPzM-{font-weight:700}._5HE0a{font-weight:900}.o05r5{display:block;text-align:left}._7A8YW{display:block;text-align:center}.eMgvR{display:block;text-align:right}.r57iL{display:block;text-align:justify}.vHsUy{vertical-align:baseline}.luFtn{vertical-align:bottom}.OOe7y{vertical-align:middle}._2azhM{vertical-align:sub}.e7-YY{vertical-align:super}._1fUJX{vertical-align:text-bottom}.kBDBs{vertical-align:text-top}._0Q7TJ{vertical-align:top}.w8Mz-{text-transform:none}.YdtmG{text-transform:capitalize}.tgBnk{text-transform:lowercase}.QI6md{text-transform:uppercase}.zP9h5{font-style:italic}._2tYmB{text-decoration:line-through}._9cZlU{text-decoration:underline}.ZEFFo{text-decoration:overline}._8idJm{line-height:var(--pds-line-height)}.p5kXZ{line-height:1.25em}.p-Hhl{line-height:1.5em}.bpcbF{white-space:normal}.H5Tj4{white-space:nowrap}.HntAM{white-space:pre}._6vBUo{white-space:pre-wrap}._9rQ-Q{white-space:pre-line}.LVSiG{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.JirZA{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.g2ROw{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.g2ROw.KRbsq{max-height:calc(1.25em*2)}.g2ROw.RzOhL{max-height:calc(1.5em*2)}.HrMeM{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.HrMeM.KRbsq{max-height:calc(1.25em*3)}.HrMeM.RzOhL{max-height:calc(1.5em*3)}.-hGn6{color:var(--black-600)}.FG-Oi{color:var(--black-700)}.XmIPf{color:var(--black-800)}.CF5Sk{color:var(--black-900)}.RUw4a{color:var(--blue-500)}.qIaqR{color:var(--green-500)}.z-Kit{color:var(--green-700)}.nJn7S{color:var(--green-800)}.W9mZM{color:var(--yellow-500)}.wnD6k{color:var(--orange-500)}.s59c-{color:var(--orange-900)}._-7sbb{color:var(--red-500)}.Orzyx{color:var(--red-900)}.sYupQ{color:var(--violet-500)}.b3kBz{color:var(--white)}}@media only screen and (min-width:960px){.Mo-LY{display:inline}.FX2qB{display:none}.b1MRL{font-size:0}.AmMoT{font-size:inherit}.hIECr{font-size:var(--pds-font-size-small)}.urt2q{font-size:var(--pds-font-size-default)}.VKxWD{font-size:var(--pds-font-size-big)}.mNGan{font-size:var(--pds-font-size-h1)}.iieFo{font-size:var(--pds-font-size-h2)}.p0OYs{font-size:var(--pds-font-size-h3)}._8R-X7{font-size:var(--pds-font-size-h4)}.SisW8{font-size:var(--pds-font-size-h5)}.xOt7K{font-size:var(--pds-font-size-h6)}.cZUKq{font-weight:400}.ftNN2{font-weight:100}.mucsu{font-weight:300}.J1Abv{font-weight:500}.n5v86{font-weight:700}.lKODZ{font-weight:900}.XLFUT{display:block;text-align:left}.XoXwL{display:block;text-align:center}.cTzlR{display:block;text-align:right}._83G-e{display:block;text-align:justify}.kqPo2{vertical-align:baseline}.mu6P6{vertical-align:bottom}.cDVtl{vertical-align:middle}.i4kJ5{vertical-align:sub}.fULH6{vertical-align:super}.X1o4K{vertical-align:text-bottom}.dyrpt{vertical-align:text-top}.uuHb-{vertical-align:top}.mXgSH{text-transform:none}.TZdWz{text-transform:capitalize}.ucY62{text-transform:lowercase}.C0w3A{text-transform:uppercase}.J-VtC{font-style:italic}.T-zXX{text-decoration:line-through}.eZ3MR{text-decoration:underline}.naG6m{text-decoration:overline}._68-KO{line-height:var(--pds-line-height)}.QGogG{line-height:1.25em}.BlPL-{line-height:1.5em}._6X7hf{white-space:normal}.xdhzo{white-space:nowrap}.qUMtK{white-space:pre}.HRo-u{white-space:pre-wrap}.q743W{white-space:pre-line}.Ushu6{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.xNEri{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ZG36-{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*2)}.ZG36-.KRbsq{max-height:calc(1.25em*2)}.ZG36-.RzOhL{max-height:calc(1.5em*2)}.Pi0K9{display:block;overflow:hidden;max-height:calc(var(--pds-line-height)*3)}.Pi0K9.KRbsq{max-height:calc(1.25em*3)}.Pi0K9.RzOhL{max-height:calc(1.5em*3)}._3X27Q{color:var(--black-600)}.BFdY2{color:var(--black-700)}.Sa9NU{color:var(--black-800)}.eDR1H{color:var(--black-900)}.Nu3iz{color:var(--blue-500)}.Zq6-1{color:var(--green-500)}.BFZxc{color:var(--green-700)}.CkSUo{color:var(--green-800)}.WD1wN{color:var(--yellow-500)}.t6-Wr{color:var(--orange-500)}.p-isB{color:var(--orange-900)}.tt2En{color:var(--red-500)}.-tN-H{color:var(--red-900)}.Ug04a{color:var(--violet-500)}.Kn78I{color:var(--white)}}@media only screen and (min-width:1200px){.jKvld{color:var(--black-600)}._5wBf3{color:var(--black-700)}._1fbuU{color:var(--black-800)}.XVnjF{color:var(--black-900)}.KrMiD{color:var(--blue-500)}.QwWmd{color:var(--green-500)}.TYTLk{color:var(--green-700)}.fAxaz{color:var(--green-800)}._2IFe0{color:var(--yellow-500)}.EfDjT{color:var(--orange-500)}.CE4UQ{color:var(--orange-900)}.z8fKs{color:var(--red-500)}.k7Es9{color:var(--red-900)}.cd6uK{color:var(--violet-500)}.lDPo3{color:var(--white)}}@media only screen and (min-width:1400px){.zxpTa{color:var(--black-600)}.C9RrK{color:var(--black-700)}.BPs7Y{color:var(--black-800)}.dGgDV{color:var(--black-900)}.zVn4G{color:var(--blue-500)}._1fLyf{color:var(--green-500)}.s70yA{color:var(--green-700)}.M7qQU{color:var(--green-800)}.weEpN{color:var(--yellow-500)}._2Pjcj{color:var(--orange-500)}.dJRGe{color:var(--orange-900)}.lYfi7{color:var(--red-500)}.QQFpw{color:var(--red-900)}.lG1-E{color:var(--violet-500)}._0IWxt{color:var(--white)}}
|
package/Text/index.js
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
if (process.env.NODE_ENV === 'production') {
|
|
4
|
-
|
|
4
|
+
if (process.env.PROM_UI_CSS_HASH === 'v2') {
|
|
5
|
+
module.exports = require('./cjs/index.production.v2.js');
|
|
6
|
+
require('./cjs/style.production.v2.css');
|
|
7
|
+
} else {
|
|
8
|
+
module.exports = require('./cjs/index.production.js');
|
|
9
|
+
require('./cjs/style.production.css');
|
|
10
|
+
}
|
|
5
11
|
} else {
|
|
6
|
-
|
|
12
|
+
if (process.env.PROM_UI_CSS_HASH === 'v2') {
|
|
13
|
+
module.exports = require('./cjs/index.development.v2.js');
|
|
14
|
+
require('./cjs/style.development.v2.css');
|
|
15
|
+
} else {
|
|
16
|
+
module.exports = require('./cjs/index.development.js');
|
|
17
|
+
require('./cjs/style.development.css');
|
|
18
|
+
}
|
|
7
19
|
}
|
package/Text/package.json
CHANGED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var emojiText = require('@evo/emoji-text');
|
|
7
|
+
var Text = require('@prom-ui/core/Text');
|
|
8
|
+
|
|
9
|
+
function _interopNamespace(e) {
|
|
10
|
+
if (e && e.__esModule) return e;
|
|
11
|
+
var n = Object.create(null);
|
|
12
|
+
if (e) {
|
|
13
|
+
Object.keys(e).forEach(function (k) {
|
|
14
|
+
if (k !== 'default') {
|
|
15
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
16
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return e[k]; }
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
n["default"] = e;
|
|
24
|
+
return Object.freeze(n);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
28
|
+
|
|
29
|
+
/******************************************************************************
|
|
30
|
+
Copyright (c) Microsoft Corporation.
|
|
31
|
+
|
|
32
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
33
|
+
purpose with or without fee is hereby granted.
|
|
34
|
+
|
|
35
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
36
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
37
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
38
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
39
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
40
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
41
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
42
|
+
***************************************************************************** */
|
|
43
|
+
|
|
44
|
+
var __assign = function() {
|
|
45
|
+
__assign = Object.assign || function __assign(t) {
|
|
46
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
47
|
+
s = arguments[i];
|
|
48
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
49
|
+
}
|
|
50
|
+
return t;
|
|
51
|
+
};
|
|
52
|
+
return __assign.apply(this, arguments);
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
function __rest(s, e) {
|
|
56
|
+
var t = {};
|
|
57
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
58
|
+
t[p] = s[p];
|
|
59
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
60
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
61
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
62
|
+
t[p[i]] = s[p[i]];
|
|
63
|
+
}
|
|
64
|
+
return t;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
var TEXT_SIZES_LIST = {
|
|
68
|
+
small: 11,
|
|
69
|
+
default: 13,
|
|
70
|
+
big: 15,
|
|
71
|
+
h1: 24,
|
|
72
|
+
h2: 22,
|
|
73
|
+
h3: 20,
|
|
74
|
+
h4: 18,
|
|
75
|
+
h5: 16,
|
|
76
|
+
h6: 14
|
|
77
|
+
};
|
|
78
|
+
var TextEmoji = React__namespace.forwardRef(function (_a, ref) {
|
|
79
|
+
var children = _a.children,
|
|
80
|
+
_b = _a.size,
|
|
81
|
+
size = _b === void 0 ? TEXT_SIZES_LIST.default : _b,
|
|
82
|
+
_c = _a.type,
|
|
83
|
+
type = _c === void 0 ? 'apple' : _c,
|
|
84
|
+
props = __rest(_a, ["children", "size", "type"]);
|
|
85
|
+
|
|
86
|
+
return React__namespace.createElement(Text.Text, __assign({
|
|
87
|
+
ref: ref
|
|
88
|
+
}, props), React__namespace.createElement(emojiText.EmojiText, {
|
|
89
|
+
size: TEXT_SIZES_LIST[props['text-size']] || size,
|
|
90
|
+
type: type
|
|
91
|
+
}, children));
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
exports.TextEmoji = TextEmoji;
|