creactive 0.0.54 → 0.0.56
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/build/contexts/media/components/index.d.ts +1 -0
- package/build/contexts/media/components/wrapper/index.d.ts +2 -2
- package/build/contexts/media/components/wrapper/wrapper.d.ts +3 -0
- package/build/contexts/media/components/wrapper/wrapper.types.d.ts +3 -1
- package/build/index.js +1656 -2
- package/package.json +6 -4
- package/source/components/index.ts +2 -0
- package/source/components/text/constants/color.ts +26 -0
- package/source/components/text/constants/font.ts +32 -0
- package/source/components/text/constants/index.ts +5 -0
- package/source/components/text/constants/role.ts +12 -0
- package/source/components/text/constants/text.ts +22 -0
- package/source/components/text/constants/type.ts +27 -0
- package/source/components/text/index.ts +2 -0
- package/source/components/text/spec/children.spec.tsx +13 -0
- package/source/components/text/spec/color.spec.native.tsx +15 -0
- package/source/components/text/spec/color.spec.tsx +159 -0
- package/source/components/text/spec/color.spec.web.tsx +15 -0
- package/source/components/text/spec/font.spec.tsx +196 -0
- package/source/components/text/spec/position.spec.tsx +15 -0
- package/source/components/text/spec/text.spec.native.tsx +1043 -0
- package/source/components/text/spec/text.spec.tsx +39 -0
- package/source/components/text/spec/text.spec.web.tsx +1043 -0
- package/source/components/text/spec/type.spec.web.tsx +55 -0
- package/source/components/text/text.stories.tsx +46 -0
- package/source/components/text/text.tsx +262 -0
- package/source/components/text/text.types.ts +67 -0
- package/source/constants/index.ts +46 -0
- package/source/constants/theme/color.ts +27 -0
- package/source/constants/theme/font.ts +48 -0
- package/source/constants/theme/index.ts +50 -0
- package/source/constants/theme/text.ts +12 -0
- package/source/contexts/index.ts +15 -0
- package/source/contexts/media/components/index.ts +4 -0
- package/source/contexts/media/components/media/index.ts +2 -0
- package/source/contexts/media/components/media/media.tsx +37 -0
- package/source/contexts/media/components/media/media.types.ts +26 -0
- package/source/contexts/media/components/wrapper/index.ts +2 -0
- package/source/contexts/media/components/wrapper/wrapper.tsx +73 -0
- package/source/contexts/media/components/wrapper/wrapper.types.ts +3 -0
- package/source/contexts/media/constants/breakpoint.ts +18 -0
- package/source/contexts/media/constants/index.ts +6 -0
- package/source/contexts/media/hooks/index.ts +1 -0
- package/source/contexts/media/hooks/use-breakpoint.ts +18 -0
- package/source/contexts/media/index.ts +7 -0
- package/source/contexts/media/media.tsx +36 -0
- package/source/contexts/media/media.types.ts +38 -0
- package/source/contexts/theme/index.ts +8 -0
- package/source/contexts/theme/theme.tsx +280 -0
- package/source/contexts/theme/theme.types.ts +284 -0
- package/source/helpers/index.ts +3 -0
- package/source/helpers/storybook/constants/control.ts +25 -0
- package/source/helpers/storybook/constants/index.ts +1 -0
- package/source/helpers/storybook/control.spec.ts +140 -0
- package/source/helpers/storybook/control.ts +115 -0
- package/source/helpers/storybook/index.ts +1 -0
- package/source/helpers/style/index.ts +2 -0
- package/source/helpers/style/style.spec.web.ts +20 -0
- package/source/helpers/style/style.ts +14 -0
- package/source/helpers/style/style.types.ts +14 -0
- package/source/hooks/index.ts +1 -0
- package/source/hooks/use-theme-style-sheet.ts +135 -0
- package/source/index.ts +24 -0
- package/build/contexts/media/components/wrapper/wrapper.native.d.ts +0 -2
- package/build/contexts/media/components/wrapper/wrapper.web.d.ts +0 -2
- package/build/index.js.LICENSE.txt +0 -9
package/build/index.js
CHANGED
|
@@ -1,2 +1,1656 @@
|
|
|
1
|
-
|
|
2
|
-
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("react"),require("react-dom")):"function"==typeof define&&define.amd?define("creactive",["react","react-dom"],r):"object"==typeof exports?exports.creactive=r(require("react"),require("react-dom")):e.creactive=r(e.react,e["react-dom"])}(this,((e,r)=>(()=>{"use strict";var t={486:(e,r,t)=>{function n(e){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},n(e)}function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=new Array(r);t<r;t++)n[t]=e[t];return n}function a(e){return e.filter((function(r,t){return e.lastIndexOf(r)===t}))}function i(e){for(var r=0,t=arguments.length<=1?0:arguments.length-1;r<t;++r){var l=r+1<1||arguments.length<=r+1?void 0:arguments[r+1];for(var s in l){var u=l[s],c=e[s];if(c&&u){if(Array.isArray(c)){e[s]=a(c.concat(u));continue}if(Array.isArray(u)){e[s]=a([c].concat(function(e){if(Array.isArray(e))return o(e)}(d=u)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(d)||function(e,r){if(e){if("string"==typeof e)return o(e,r);var t=Object.prototype.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(t):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?o(e,r):void 0}}(d)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()));continue}if("object"===n(u)){e[s]=i({},c,u);continue}}e[s]=u}}var d;return e}t.r(r),t.d(r,{assignStyle:()=>i,camelCaseProperty:()=>d,cssifyDeclaration:()=>g,cssifyObject:()=>h,hyphenateProperty:()=>p,isPrefixedProperty:()=>v,isPrefixedValue:()=>m,isUnitlessProperty:()=>T,normalizeProperty:()=>M,resolveArrayValue:()=>W,unprefixProperty:()=>O,unprefixValue:()=>z});var l=/-([a-z])/g,s=/^Ms/g,u={};function c(e){return e[1].toUpperCase()}function d(e){if(u.hasOwnProperty(e))return u[e];var r=e.replace(l,c).replace(s,"ms");return u[e]=r,r}var f=t(685);function p(e){return(0,f.default)(e)}function g(e,r){return p(e)+":"+r}function h(e){var r="";for(var t in e){var n=e[t];"string"!=typeof n&&"number"!=typeof n||(r&&(r+=";"),r+=g(t,n))}return r}var b=/^(Webkit|Moz|O|ms)/;function v(e){return b.test(e)}var S=/-webkit-|-moz-|-ms-/;function m(e){return"string"==typeof e&&S.test(e)}var y={borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},B=["animationIterationCount","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridColumn","gridColumnEnd","gridColumnStart","gridRow","gridRowEnd","gridRowStart","lineClamp","order"],R=["Webkit","ms","Moz","O"];function w(e,r){return e+r.charAt(0).toUpperCase()+r.slice(1)}for(var E=0,x=B.length;E<x;++E){var k=B[E];y[k]=!0;for(var C=0,A=R.length;C<A;++C)y[w(R[C],k)]=!0}for(var I in y)y[p(I)]=!0;function T(e){return y.hasOwnProperty(e)}var L=/^(ms|Webkit|Moz|O)/;function O(e){var r=e.replace(L,"");return r.charAt(0).toLowerCase()+r.slice(1)}function M(e){return O(d(e))}function W(e,r){return r.join(";"+p(e)+":")}var P=/(-ms-|-webkit-|-moz-|-o-)/g;function z(e){return"string"==typeof e?e.replace(P,""):e}},721:(e,r,t)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e){return(0,o.default)(e)};var n,o=(n=t(685))&&n.__esModule?n:{default:n}},14:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e){return"string"==typeof e&&t.test(e)};var t=/-webkit-|-moz-|-ms-/},646:e=>{e.exports=function(e,r){for(var t=arguments.length,n=new Array(t>2?t-2:0),o=2;o<t;o++)n[o-2]=arguments[o];if(!e){var a;if(void 0===r)a=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var i=0;(a=new Error(r.replace(/%s/g,(function(){return String(n[i++])})))).name="Invariant Violation"}throw a.framesToPop=1,a}}},685:(e,r,t)=>{t.r(r),t.d(r,{default:()=>l});var n=/[A-Z]/g,o=/^ms-/,a={};function i(e){return"-"+e.toLowerCase()}const l=function(e){if(a.hasOwnProperty(e))return a[e];var r=e.replace(n,i);return a[e]=o.test(r)?"-"+r:r}},485:(e,r,t)=>{r.A=function(e){var r=e.prefixMap,t=e.plugins;return function e(l){for(var s in l){var u=l[s];if((0,i.default)(u))l[s]=e(u);else if(Array.isArray(u)){for(var c=[],d=0,f=u.length;d<f;++d){var p=(0,o.default)(t,s,u[d],l,r);(0,a.default)(c,p||u[d])}c.length>0&&(l[s]=c)}else{var g=(0,o.default)(t,s,u,l,r);g&&(l[s]=g),l=(0,n.default)(r,s,l)}}return l}};var n=l(t(49)),o=l(t(971)),a=l(t(863)),i=l(t(99));function l(e){return e&&e.__esModule?e:{default:e}}},217:(e,r)=>{r.A=function(){return null}},261:(e,r,t)=>{r.A=function(e,r){if("string"==typeof r&&!(0,n.isPrefixedValue)(r)&&-1!==r.indexOf("cross-fade("))return a.map((function(e){return r.replace(o,e+"cross-fade(")}))};var n=t(486),o=/cross-fade\(/g,a=["-webkit-",""]},41:(e,r)=>{r.A=function(e,r){if("cursor"===e&&n.hasOwnProperty(r))return t.map((function(e){return e+r}))};var t=["-webkit-","-moz-",""],n={"zoom-in":!0,"zoom-out":!0,grab:!0,grabbing:!0}},33:(e,r,t)=>{r.A=function(e,r){if("string"==typeof r&&!(0,n.isPrefixedValue)(r)&&-1!==r.indexOf("filter("))return a.map((function(e){return r.replace(o,e+"filter(")}))};var n=t(486),o=/filter\(/g,a=["-webkit-",""]},852:(e,r,t)=>{r.A=function(e,r){if("string"==typeof r&&!(0,o.default)(r)&&r.indexOf("image-set(")>-1)return a.map((function(e){return r.replace(/image-set\(/g,e+"image-set(")}))};var n,o=(n=t(14))&&n.__esModule?n:{default:n},a=["-webkit-",""]},639:(e,r)=>{r.A=function(e,r,n){if(Object.prototype.hasOwnProperty.call(t,e))for(var o=t[e],a=0,i=o.length;a<i;++a)n[o[a]]=r};var t={marginBlockStart:["WebkitMarginBefore"],marginBlockEnd:["WebkitMarginAfter"],marginInlineStart:["WebkitMarginStart","MozMarginStart"],marginInlineEnd:["WebkitMarginEnd","MozMarginEnd"],paddingBlockStart:["WebkitPaddingBefore"],paddingBlockEnd:["WebkitPaddingAfter"],paddingInlineStart:["WebkitPaddingStart","MozPaddingStart"],paddingInlineEnd:["WebkitPaddingEnd","MozPaddingEnd"],borderBlockStart:["WebkitBorderBefore"],borderBlockStartColor:["WebkitBorderBeforeColor"],borderBlockStartStyle:["WebkitBorderBeforeStyle"],borderBlockStartWidth:["WebkitBorderBeforeWidth"],borderBlockEnd:["WebkitBorderAfter"],borderBlockEndColor:["WebkitBorderAfterColor"],borderBlockEndStyle:["WebkitBorderAfterStyle"],borderBlockEndWidth:["WebkitBorderAfterWidth"],borderInlineStart:["WebkitBorderStart","MozBorderStart"],borderInlineStartColor:["WebkitBorderStartColor","MozBorderStartColor"],borderInlineStartStyle:["WebkitBorderStartStyle","MozBorderStartStyle"],borderInlineStartWidth:["WebkitBorderStartWidth","MozBorderStartWidth"],borderInlineEnd:["WebkitBorderEnd","MozBorderEnd"],borderInlineEndColor:["WebkitBorderEndColor","MozBorderEndColor"],borderInlineEndStyle:["WebkitBorderEndStyle","MozBorderEndStyle"],borderInlineEndWidth:["WebkitBorderEndWidth","MozBorderEndWidth"]}},996:(e,r)=>{r.A=function(e,r){if("position"===e&&"sticky"===r)return["-webkit-sticky","sticky"]}},129:(e,r)=>{r.A=function(e,r){if(n.hasOwnProperty(e)&&o.hasOwnProperty(r))return t.map((function(e){return e+r}))};var t=["-webkit-","-moz-",""],n={maxHeight:!0,maxWidth:!0,width:!0,height:!0,columnWidth:!0,minWidth:!0,minHeight:!0},o={"min-content":!0,"max-content":!0,"fill-available":!0,"fit-content":!0,"contain-floats":!0}},508:(e,r,t)=>{r.A=function(e,r,t,i){if("string"==typeof r&&l.hasOwnProperty(e)){var u=function(e,r){if((0,o.default)(e))return e;for(var t=e.split(/,(?![^()]*(?:\([^()]*\))?\))/g),a=0,i=t.length;a<i;++a){var l=t[a],u=[l];for(var c in r){var d=(0,n.default)(c);if(l.indexOf(d)>-1&&"order"!==d)for(var f=r[c],p=0,g=f.length;p<g;++p)u.unshift(l.replace(d,s[f[p]]+d))}t[a]=u.join(",")}return t.join(",")}(r,i),c=u.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter((function(e){return!/-moz-|-ms-/.test(e)})).join(",");if(e.indexOf("Webkit")>-1)return c;var d=u.split(/,(?![^()]*(?:\([^()]*\))?\))/g).filter((function(e){return!/-webkit-|-ms-/.test(e)})).join(",");return e.indexOf("Moz")>-1?d:(t["Webkit"+(0,a.default)(e)]=c,t["Moz"+(0,a.default)(e)]=d,u)}};var n=i(t(721)),o=i(t(14)),a=i(t(91));function i(e){return e&&e.__esModule?e:{default:e}}var l={transition:!0,transitionProperty:!0,WebkitTransition:!0,WebkitTransitionProperty:!0,MozTransition:!0,MozTransitionProperty:!0},s={Webkit:"-webkit-",Moz:"-moz-",ms:"-ms-"}},863:(e,r)=>{function t(e,r){-1===e.indexOf(r)&&e.push(r)}Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e,r){if(Array.isArray(r))for(var n=0,o=r.length;n<o;++n)t(e,r[n]);else t(e,r)}},91:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e){return e.charAt(0).toUpperCase()+e.slice(1)}},99:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e){return e instanceof Object&&!Array.isArray(e)}},49:(e,r,t)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e,r,t){var n=e[r];if(n&&t.hasOwnProperty(r))for(var a=(0,o.default)(r),i=0;i<n.length;++i){var l=n[i]+a;t[l]||(t[l]=t[r])}return t};var n,o=(n=t(91))&&n.__esModule?n:{default:n}},971:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.default=function(e,r,t,n,o){for(var a=0,i=e.length;a<i;++a){var l=e[a](r,t,n,o);if(l)return l}}},338:(e,r,t)=>{var n=t(514);r.H=n.createRoot,r.c=n.hydrateRoot},515:e=>{function r(e,r,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?e+6*(r-e)*t:t<.5?r:t<2/3?e+(r-e)*(2/3-t)*6:e}function t(e,t,n){const o=n<.5?n*(1+t):n+t-n*t,a=2*n-o,i=r(a,o,e+1/3),l=r(a,o,e),s=r(a,o,e-1/3);return Math.round(255*i)<<24|Math.round(255*l)<<16|Math.round(255*s)<<8}const n="[-+]?\\d*\\.?\\d+",o=n+"%";function a(...e){return"\\(\\s*("+e.join(")\\s*,?\\s*(")+")\\s*\\)"}function i(...e){return"\\(\\s*("+e.slice(0,e.length-1).join(")\\s*,?\\s*(")+")\\s*/\\s*("+e[e.length-1]+")\\s*\\)"}function l(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}let s;function u(e){const r=parseInt(e,10);return r<0?0:r>255?255:r}function c(e){return(parseFloat(e)%360+360)%360/360}function d(e){const r=parseFloat(e);return r<0?0:r>1?255:Math.round(255*r)}function f(e){const r=parseFloat(e);return r<0?0:r>100?1:r/100}e.exports=function(e){if("number"==typeof e)return e>>>0===e&&e>=0&&e<=4294967295?e:null;if("string"!=typeof e)return null;const p=(void 0===s&&(s={rgb:new RegExp("rgb"+a(n,n,n)),rgba:new RegExp("rgba("+l(n,n,n,n)+"|"+i(n,n,n,n)+")"),hsl:new RegExp("hsl"+a(n,o,o)),hsla:new RegExp("hsla("+l(n,o,o,n)+"|"+i(n,o,o,n)+")"),hwb:new RegExp("hwb"+a(n,o,o)),hex3:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex4:/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#([0-9a-fA-F]{6})$/,hex8:/^#([0-9a-fA-F]{8})$/}),s);let g;if(g=p.hex6.exec(e))return parseInt(g[1]+"ff",16)>>>0;const h=function(e){switch(e){case"transparent":return 0;case"aliceblue":return 4042850303;case"antiquewhite":return 4209760255;case"aqua":case"cyan":return 16777215;case"aquamarine":return 2147472639;case"azure":return 4043309055;case"beige":return 4126530815;case"bisque":return 4293182719;case"black":return 255;case"blanchedalmond":return 4293643775;case"blue":return 65535;case"blueviolet":return 2318131967;case"brown":return 2771004159;case"burlywood":return 3736635391;case"burntsienna":return 3934150143;case"cadetblue":return 1604231423;case"chartreuse":return 2147418367;case"chocolate":return 3530104575;case"coral":return 4286533887;case"cornflowerblue":return 1687547391;case"cornsilk":return 4294499583;case"crimson":return 3692313855;case"darkblue":return 35839;case"darkcyan":return 9145343;case"darkgoldenrod":return 3095792639;case"darkgray":case"darkgrey":return 2846468607;case"darkgreen":return 6553855;case"darkkhaki":return 3182914559;case"darkmagenta":return 2332068863;case"darkolivegreen":return 1433087999;case"darkorange":return 4287365375;case"darkorchid":return 2570243327;case"darkred":return 2332033279;case"darksalmon":return 3918953215;case"darkseagreen":return 2411499519;case"darkslateblue":return 1211993087;case"darkslategray":case"darkslategrey":return 793726975;case"darkturquoise":return 13554175;case"darkviolet":return 2483082239;case"deeppink":return 4279538687;case"deepskyblue":return 12582911;case"dimgray":case"dimgrey":return 1768516095;case"dodgerblue":return 512819199;case"firebrick":return 2988581631;case"floralwhite":return 4294635775;case"forestgreen":return 579543807;case"fuchsia":case"magenta":return 4278255615;case"gainsboro":return 3705462015;case"ghostwhite":return 4177068031;case"gold":return 4292280575;case"goldenrod":return 3668254975;case"gray":case"grey":return 2155905279;case"green":return 8388863;case"greenyellow":return 2919182335;case"honeydew":return 4043305215;case"hotpink":return 4285117695;case"indianred":return 3445382399;case"indigo":return 1258324735;case"ivory":return 4294963455;case"khaki":return 4041641215;case"lavender":return 3873897215;case"lavenderblush":return 4293981695;case"lawngreen":return 2096890111;case"lemonchiffon":return 4294626815;case"lightblue":return 2916673279;case"lightcoral":return 4034953471;case"lightcyan":return 3774873599;case"lightgoldenrodyellow":return 4210742015;case"lightgray":case"lightgrey":return 3553874943;case"lightgreen":return 2431553791;case"lightpink":return 4290167295;case"lightsalmon":return 4288707327;case"lightseagreen":return 548580095;case"lightskyblue":return 2278488831;case"lightslategray":case"lightslategrey":return 2005441023;case"lightsteelblue":return 2965692159;case"lightyellow":return 4294959359;case"lime":return 16711935;case"limegreen":return 852308735;case"linen":return 4210091775;case"maroon":return 2147483903;case"mediumaquamarine":return 1724754687;case"mediumblue":return 52735;case"mediumorchid":return 3126187007;case"mediumpurple":return 2473647103;case"mediumseagreen":return 1018393087;case"mediumslateblue":return 2070474495;case"mediumspringgreen":return 16423679;case"mediumturquoise":return 1221709055;case"mediumvioletred":return 3340076543;case"midnightblue":return 421097727;case"mintcream":return 4127193855;case"mistyrose":return 4293190143;case"moccasin":return 4293178879;case"navajowhite":return 4292783615;case"navy":return 33023;case"oldlace":return 4260751103;case"olive":return 2155872511;case"olivedrab":return 1804477439;case"orange":return 4289003775;case"orangered":return 4282712319;case"orchid":return 3664828159;case"palegoldenrod":return 4008225535;case"palegreen":return 2566625535;case"paleturquoise":return 2951671551;case"palevioletred":return 3681588223;case"papayawhip":return 4293907967;case"peachpuff":return 4292524543;case"peru":return 3448061951;case"pink":return 4290825215;case"plum":return 3718307327;case"powderblue":return 2967529215;case"purple":return 2147516671;case"rebeccapurple":return 1714657791;case"red":return 4278190335;case"rosybrown":return 3163525119;case"royalblue":return 1097458175;case"saddlebrown":return 2336560127;case"salmon":return 4202722047;case"sandybrown":return 4104413439;case"seagreen":return 780883967;case"seashell":return 4294307583;case"sienna":return 2689740287;case"silver":return 3233857791;case"skyblue":return 2278484991;case"slateblue":return 1784335871;case"slategray":case"slategrey":return 1887473919;case"snow":return 4294638335;case"springgreen":return 16744447;case"steelblue":return 1182971135;case"tan":return 3535047935;case"teal":return 8421631;case"thistle":return 3636451583;case"tomato":return 4284696575;case"turquoise":return 1088475391;case"violet":return 4001558271;case"wheat":return 4125012991;case"white":return 4294967295;case"whitesmoke":return 4126537215;case"yellow":return 4294902015;case"yellowgreen":return 2597139199}return null}(e);return null!=h?h:(g=p.rgb.exec(e))?(u(g[1])<<24|u(g[2])<<16|u(g[3])<<8|255)>>>0:(g=p.rgba.exec(e))?void 0!==g[6]?(u(g[6])<<24|u(g[7])<<16|u(g[8])<<8|d(g[9]))>>>0:(u(g[2])<<24|u(g[3])<<16|u(g[4])<<8|d(g[5]))>>>0:(g=p.hex3.exec(e))?parseInt(g[1]+g[1]+g[2]+g[2]+g[3]+g[3]+"ff",16)>>>0:(g=p.hex8.exec(e))?parseInt(g[1],16)>>>0:(g=p.hex4.exec(e))?parseInt(g[1]+g[1]+g[2]+g[2]+g[3]+g[3]+g[4]+g[4],16)>>>0:(g=p.hsl.exec(e))?(255|t(c(g[1]),f(g[2]),f(g[3])))>>>0:(g=p.hsla.exec(e))?void 0!==g[6]?(t(c(g[6]),f(g[7]),f(g[8]))|d(g[9]))>>>0:(t(c(g[2]),f(g[3]),f(g[4]))|d(g[5]))>>>0:(g=p.hwb.exec(e))?(255|function(e,t,n){if(t+n>=1){const e=Math.round(255*t/(t+n));return e<<24|e<<16|e<<8}const o=r(0,1,e+1/3)*(1-t-n)+t,a=r(0,1,e)*(1-t-n)+t,i=r(0,1,e-1/3)*(1-t-n)+t;return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*i)<<8}(c(g[1]),f(g[2]),f(g[3])))>>>0:null}},20:(e,r,t)=>{var n=t(155),o=Symbol.for("react.element"),a=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,l=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function u(e,r,t){var n,a={},u=null,c=null;for(n in void 0!==t&&(u=""+t),void 0!==r.key&&(u=""+r.key),void 0!==r.ref&&(c=r.ref),r)i.call(r,n)&&!s.hasOwnProperty(n)&&(a[n]=r[n]);if(e&&e.defaultProps)for(n in r=e.defaultProps)void 0===a[n]&&(a[n]=r[n]);return{$$typeof:o,type:e,key:u,ref:c,props:a,_owner:l.current}}r.Fragment=a,r.jsx=u,r.jsxs=u},848:(e,r,t)=>{e.exports=t(20)},176:(e,r)=>{r.P=void 0;var t=new WeakMap;function n(e){var r,n,o;return null!=e&&(r=!0===e.disableCache,n=!0===e.disableMix,o=e.transform),function(){for(var e=[],a="",i=null,l=r?null:t,s=new Array(arguments.length),u=0;u<arguments.length;u++)s[u]=arguments[u];for(;s.length>0;){var c=s.pop();if(null!=c&&!1!==c)if(Array.isArray(c))for(var d=0;d<c.length;d++)s.push(c[d]);else{var f=null!=o?o(c):c;if(f.$$css){var p="";if(null!=l&&l.has(f)){var g=l.get(f);null!=g&&(p=g[0],e.push.apply(e,g[1]),l=g[2])}else{var h=[];for(var b in f){var v=f[b];"$$css"!==b&&("string"==typeof v||null===v?e.includes(b)||(e.push(b),null!=l&&h.push(b),"string"==typeof v&&(p+=p?" "+v:v)):console.error("styleq: ".concat(b," typeof ").concat(String(v),' is not "string" or "null".')))}if(null!=l){var S=new WeakMap;l.set(f,[p,h,S]),l=S}}p&&(a=a?p+" "+a:p)}else if(n)null==i&&(i={}),i=Object.assign({},f,i);else{var m=null;for(var y in f){var B=f[y];void 0!==B&&(e.includes(y)||(null!=B&&(null==i&&(i={}),null==m&&(m={}),m[y]=B),e.push(y),l=null))}null!=m&&(i=Object.assign(m,i))}}}return[a,i]}}var o=n();r.P=o,o.factory=n},336:(e,r)=>{r.n=function(e,r){if(null!=e[n]){var a=r?1:0;if(t.has(e)){var i=t.get(e),l=i[a];return null==l&&(l=o(e,r),i[a]=l,t.set(e,i)),l}var s=o(e,r),u=new Array(2);return u[a]=s,t.set(e,u),s}return e};var t=new WeakMap,n="$$css$localize";function o(e,r){var t={};for(var o in e)if(o!==n){var a=e[o];Array.isArray(a)?t[o]=r?a[1]:a[0]:t[o]=a}return t}},155:r=>{r.exports=e},514:e=>{e.exports=r}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var a=n[e]={exports:{}};return t[e](a,a.exports,o),a.exports}o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};o.r(a),o.d(a,{Media:()=>w,MediaContextProvider:()=>B,Text:()=>Cn,ThemeContextProvider:()=>V,renderStyle:()=>Kn,useMediaContext:()=>R,useThemeContext:()=>Y,useThemeStyleSheet:()=>Lr});var i=o(155),l=o.n(i);const s={OS:"web",select:e=>"web"in e?e.web:e.default,get isTesting(){return!1}};let u=function(e){return e[e.MD=0]="MD",e[e.LG=1]="LG",e[e.XL=2]="XL",e}({});var c=o(646),d=o.n(c);const f=!("undefined"==typeof window||!window.document||!window.document.createElement);var p={window:{fontScale:1,height:0,scale:1,width:0},screen:{fontScale:1,height:0,scale:1,width:0}},g={},h=f;function b(){if(f){var e,r,t=window;if(t.visualViewport){var n=t.visualViewport;e=Math.round(n.height*n.scale),r=Math.round(n.width*n.scale)}else{var o=t.document.documentElement;e=o.clientHeight,r=o.clientWidth}p.window={fontScale:1,height:e,scale:t.devicePixelRatio||1,width:r},p.screen={fontScale:1,height:t.screen.height,scale:t.devicePixelRatio||1,width:t.screen.width}}}function v(){b(),Array.isArray(g.change)&&g.change.forEach((e=>e(p)))}class S{static get(e){return h&&(h=!1,b()),d()(p[e],"No dimension set for key "+e),p[e]}static set(e){e&&(f?d()(!1,"Dimensions cannot be set in the browser"):(null!=e.screen&&(p.screen=e.screen),null!=e.window&&(p.window=e.window)))}static addEventListener(e,r){return g[e]=g[e]||[],g[e].push(r),{remove:()=>{this.removeEventListener(e,r)}}}static removeEventListener(e,r){Array.isArray(g[e])&&(g[e]=g[e].filter((e=>e!==r)))}}f&&(window.visualViewport?window.visualViewport.addEventListener("resize",v,!1):window.addEventListener("resize",v,!1));var m=o(848);const y=(0,i.createContext)({}),B=({breakpointMD:e,breakpointLG:r,breakpointXL:t,children:n})=>{const o=((e,r,t)=>{const{width:n}=(a=(o=(0,i.useState)((()=>S.get("window"))))[0],l=o[1],(0,i.useEffect)((()=>{function e(e){var r=e.window;null!=r&&l(r)}return S.addEventListener("change",e),l(S.get("window")),()=>{S.removeEventListener("change",e)}}),[]),a);var o,a,l;return(0,i.useMemo)((()=>n>=t?u.XL:n>=r?u.LG:n>=e?u.MD:void 0),[n>=t,n>=r,n>=e])})(e??768,r??1024,t??1280),a=(0,i.useMemo)((()=>({breakpoint:o})),[o]);return(0,m.jsx)(y.Provider,{value:a,children:(0,m.jsx)(E,{children:n})})},R=()=>(0,i.useContext)(y),w=s.select({web:({isDefault:e,breakpoint:r,children:t})=>{const n=R(),[o,a]=(0,i.useState)(!1);if((0,i.useEffect)((()=>{a(!0)}),[]),o){if(e&&void 0===n.breakpoint)return t;if(n.breakpoint===r)return t}else if(e)return t},default:({isDefault:e,breakpoint:r,children:t})=>{const n=R();return e&&void 0===n.breakpoint||n.breakpoint===r?t:void 0}});w.Breakpoint=u;const E=s.select({web:({children:e})=>{const r=(0,i.useRef)(),[t,n]=(0,i.useState)(!1);(0,i.useEffect)((()=>{n(!0)}),[]);const o=(0,i.useMemo)((()=>t||"undefined"==typeof document?{display:"flex",flexGrow:1,flexShrink:1,flexBasis:"100%",flexDirection:"column"}:{display:"none",flexGrow:1,flexShrink:1,flexBasis:"100%",flexDirection:"column"}),[t]);return(0,m.jsxs)(m.Fragment,{children:[(0,m.jsx)("div",{ref:r,style:o,suppressHydrationWarning:!0,children:e}),(0,m.jsx)("script",{dangerouslySetInnerHTML:{__html:'document.currentScript.previousSibling.style.display="none"'}})]})},default:({children:e})=>e}),x="rgb(244,244,245)",k="rgb(228,228,231)",C="rgb(212,212,216)",A="rgb(159,159,169)",I="rgb(113,113,123)",T="rgb(82,82,92)",L="rgb(63,63,70)",O="rgb(39,39,42)",M="rgb(24,24,27)",W="rgb(24,24,27)",P="rgb(39,39,42)",z="rgb(63,63,70)",F="rgb(82,82,92)",_="rgb(113,113,123)",X="rgb(159,159,169)",N="rgb(212,212,216)",j="rgb(228,228,231)",D="rgb(244,244,245)",H=["ui-sans-serif","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto","Helvetica","Arial","sans-serif"].join(","),G=(0,i.createContext)({colorForegroundBase100:x,colorForegroundBase200:k,colorForegroundBase300:C,colorForegroundBase400:A,colorForegroundBase500:I,colorForegroundBase600:T,colorForegroundBase700:L,colorForegroundBase800:O,colorForegroundBase900:M,colorForegroundInverse100:W,colorForegroundInverse200:P,colorForegroundInverse300:z,colorForegroundInverse400:F,colorForegroundInverse500:_,colorForegroundInverse600:X,colorForegroundInverse700:N,colorForegroundInverse800:j,colorForegroundInverse900:D,fontFamilyBase:H,fontWeightBaseThin:100,fontWeightBaseExtraLight:200,fontWeightBaseLight:300,fontWeightBaseRegular:400,fontWeightBaseMedium:500,fontWeightBaseSemibold:600,fontWeightBaseBold:700,fontWeightBaseExtraBold:800,fontWeightBaseBlack:900,fontSizeBaseX2S:12,fontSizeBaseXS:14,fontSizeBaseSM:16,fontSizeBaseMD:18,fontSizeBaseLG:20,fontSizeBaseXL:24,fontSizeBaseX2L:30,fontSizeBaseX3L:36,fontSizeBaseX4L:48,fontSizeBaseX5L:60,lineHeightBaseNone:1,lineHeightBaseTight:1.25,lineHeightBaseSnug:1.375,lineHeightBaseNormal:1.5,lineHeightBaseRelaxed:1.625,lineHeightBaseLoose:2}),V=({colorForegroundBase100:e,colorForegroundBase200:r,colorForegroundBase300:t,colorForegroundBase400:n,colorForegroundBase500:o,colorForegroundBase600:a,colorForegroundBase700:l,colorForegroundBase800:s,colorForegroundBase900:u,colorForegroundInverse100:c,colorForegroundInverse200:d,colorForegroundInverse300:f,colorForegroundInverse400:p,colorForegroundInverse500:g,colorForegroundInverse600:h,colorForegroundInverse700:b,colorForegroundInverse800:v,colorForegroundInverse900:S,fontFamilyBase:y,fontWeightBaseThin:B,fontWeightBaseExtraLight:R,fontWeightBaseLight:w,fontWeightBaseRegular:E,fontWeightBaseMedium:V,fontWeightBaseSemibold:Y,fontWeightBaseBold:q,fontWeightBaseExtraBold:$,fontWeightBaseBlack:U,fontSizeBaseX2S:K,fontSizeBaseXS:J,fontSizeBaseSM:Z,fontSizeBaseMD:Q,fontSizeBaseLG:ee,fontSizeBaseXL:re,fontSizeBaseX2L:te,fontSizeBaseX3L:ne,fontSizeBaseX4L:oe,fontSizeBaseX5L:ae,lineHeightBaseNone:ie,lineHeightBaseTight:le,lineHeightBaseSnug:se,lineHeightBaseNormal:ue,lineHeightBaseRelaxed:ce,lineHeightBaseLoose:de,children:fe})=>{const pe=(0,i.useMemo)((()=>({colorForegroundBase100:e??x,colorForegroundBase200:r??k,colorForegroundBase300:t??C,colorForegroundBase400:n??A,colorForegroundBase500:o??I,colorForegroundBase600:a??T,colorForegroundBase700:l??L,colorForegroundBase800:s??O,colorForegroundBase900:u??M,colorForegroundInverse100:c??W,colorForegroundInverse200:d??P,colorForegroundInverse300:f??z,colorForegroundInverse400:p??F,colorForegroundInverse500:g??_,colorForegroundInverse600:h??X,colorForegroundInverse700:b??N,colorForegroundInverse800:v??j,colorForegroundInverse900:S??D,fontFamilyBase:y??H,fontWeightBaseThin:B??100,fontWeightBaseExtraLight:R??200,fontWeightBaseLight:w??300,fontWeightBaseRegular:E??400,fontWeightBaseMedium:V??500,fontWeightBaseSemibold:Y??600,fontWeightBaseBold:q??700,fontWeightBaseExtraBold:$??800,fontWeightBaseBlack:U??900,fontSizeBaseX2S:K??12,fontSizeBaseXS:J??14,fontSizeBaseSM:Z??16,fontSizeBaseMD:Q??18,fontSizeBaseLG:ee??20,fontSizeBaseXL:re??24,fontSizeBaseX2L:te??30,fontSizeBaseX3L:ne??36,fontSizeBaseX4L:oe??48,fontSizeBaseX5L:ae??60,lineHeightBaseNone:ie??1,lineHeightBaseTight:le??1.25,lineHeightBaseSnug:se??1.375,lineHeightBaseNormal:ue??1.5,lineHeightBaseRelaxed:ce??1.625,lineHeightBaseLoose:de??2})),[e,r,t,n,o,a,l,s,u,c,d,f,p,g,h,b,v,S,y,B,R,w,E,V,Y,q,$,U,K,J,Z,Q,ee,re,te,ne,oe,ae,ie,le,se,ue,ce,de]);return(0,m.jsx)(G.Provider,{value:pe,children:fe})},Y=()=>(0,i.useContext)(G);function q(e){return q="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},q(e)}function $(e,r,t){return(r=function(e){var r=function(e){if("object"!=q(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var t=r.call(e,"string");if("object"!=q(t))return t;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==q(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function U(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function K(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?U(Object(t),!0).forEach((function(r){$(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):U(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function J(e,r){if(null==e)return{};var t={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(r.includes(n))continue;t[n]=e[n]}return t}var Z={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexOrder:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,gridRow:!0,gridRowEnd:!0,gridRowGap:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnGap:!0,gridColumnStart:!0,lineClamp:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0,scale:!0,scaleX:!0,scaleY:!0,scaleZ:!0,shadowOpacity:!0},Q=["ms","Moz","O","Webkit"];Object.keys(Z).forEach((e=>{Q.forEach((r=>{Z[((e,r)=>e+r.charAt(0).toUpperCase()+r.substring(1))(r,e)]=Z[e]}))}));const ee=Z;var re=o(515),te=o.n(re);const ne=function(e,r){if(void 0===r&&(r=1),null!=e){if("string"==typeof e&&(e=>"currentcolor"===e||"currentColor"===e||"inherit"===e||0===e.indexOf("var("))(e))return e;var t=(e=>{if(null==e)return e;var r=te()(e);return null!=r?r=(r<<24|r>>>8)>>>0:void 0})(e);if(null!=t)return"rgba("+(t>>16&255)+","+(t>>8&255)+","+(255&t)+","+((t>>24&255)/255*r).toFixed(2)+")"}};var oe={backgroundColor:!0,borderColor:!0,borderTopColor:!0,borderRightColor:!0,borderBottomColor:!0,borderLeftColor:!0,color:!0,shadowColor:!0,textDecorationColor:!0,textShadowColor:!0};function ae(e,r){var t=e;return null!=r&&ee[r]||"number"!=typeof e?null!=r&&oe[r]&&(t=ne(e)):t=e+"px",t}var ie={},le=!f||null!=window.CSS&&null!=window.CSS.supports&&(window.CSS.supports("text-decoration-line","none")||window.CSS.supports("-webkit-text-decoration-line","none")),se='-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif',ue={borderColor:["borderTopColor","borderRightColor","borderBottomColor","borderLeftColor"],borderBlockColor:["borderTopColor","borderBottomColor"],borderInlineColor:["borderRightColor","borderLeftColor"],borderRadius:["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],borderStyle:["borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle"],borderBlockStyle:["borderTopStyle","borderBottomStyle"],borderInlineStyle:["borderRightStyle","borderLeftStyle"],borderWidth:["borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth"],borderBlockWidth:["borderTopWidth","borderBottomWidth"],borderInlineWidth:["borderRightWidth","borderLeftWidth"],insetBlock:["top","bottom"],insetInline:["left","right"],marginBlock:["marginTop","marginBottom"],marginInline:["marginRight","marginLeft"],paddingBlock:["paddingTop","paddingBottom"],paddingInline:["paddingRight","paddingLeft"],overflow:["overflowX","overflowY"],overscrollBehavior:["overscrollBehaviorX","overscrollBehaviorY"],borderBlockStartColor:["borderTopColor"],borderBlockStartStyle:["borderTopStyle"],borderBlockStartWidth:["borderTopWidth"],borderBlockEndColor:["borderBottomColor"],borderBlockEndStyle:["borderBottomStyle"],borderBlockEndWidth:["borderBottomWidth"],borderEndStartRadius:["borderBottomLeftRadius"],borderEndEndRadius:["borderBottomRightRadius"],borderStartStartRadius:["borderTopLeftRadius"],borderStartEndRadius:["borderTopRightRadius"],insetBlockEnd:["bottom"],insetBlockStart:["top"],marginBlockStart:["marginTop"],marginBlockEnd:["marginBottom"],paddingBlockStart:["paddingTop"],paddingBlockEnd:["paddingBottom"]};const ce=(e,r)=>{if(!e)return ie;var t={},n=function(){var n=e[o];if(null==n)return"continue";if("backgroundClip"===o)"text"===n&&(t.backgroundClip=n,t.WebkitBackgroundClip=n);else if("flex"===o)-1===n?(t.flexGrow=0,t.flexShrink=1,t.flexBasis="auto"):t.flex=n;else if("font"===o)t[o]=n.replace("System",se);else if("fontFamily"===o)if(n.indexOf("System")>-1){var a=n.split(/,\s*/);a[a.indexOf("System")]=se,t[o]=a.join(",")}else t[o]="monospace"===n?"monospace,monospace":n;else if("textDecorationLine"===o)le?t.textDecorationLine=n:t.textDecoration=n;else if("writingDirection"===o)t.direction=n;else{var i=ae(e[o],o),l=ue[o];r&&"inset"===o?(null==e.insetInline&&(t.left=i,t.right=i),null==e.insetBlock&&(t.top=i,t.bottom=i)):r&&"margin"===o?(null==e.marginInline&&(t.marginLeft=i,t.marginRight=i),null==e.marginBlock&&(t.marginTop=i,t.marginBottom=i)):r&&"padding"===o?(null==e.paddingInline&&(t.paddingLeft=i,t.paddingRight=i),null==e.paddingBlock&&(t.paddingTop=i,t.paddingBottom=i)):l?l.forEach(((r,n)=>{null==e[r]&&(t[r]=i)})):t[o]=i}};for(var o in e)n();return t};var de=/[A-Z]/g,fe=/^ms-/,pe={};function ge(e){return"-"+e.toLowerCase()}var he=o(485),be=o(217),ve=o(261),Se=o(41),me=o(33),ye=o(852),Be=o(639),Re=o(996),we=o(129),Ee=o(508),xe=["Webkit"],ke=["Webkit","ms"];const Ce={plugins:[be.A,ve.A,Se.A,me.A,ye.A,Be.A,Re.A,we.A,Ee.A],prefixMap:{appearance:["Webkit","Moz","ms"],userSelect:["Webkit","Moz"],textEmphasisPosition:ke,textEmphasis:ke,textEmphasisStyle:ke,textEmphasisColor:ke,boxDecorationBreak:ke,clipPath:xe,maskImage:ke,maskMode:ke,maskRepeat:ke,maskPosition:ke,maskClip:ke,maskOrigin:ke,maskSize:ke,maskComposite:ke,mask:ke,maskBorderSource:ke,maskBorderMode:ke,maskBorderSlice:ke,maskBorderWidth:ke,maskBorderOutset:ke,maskBorderRepeat:ke,maskBorder:ke,maskType:ke,textDecorationStyle:xe,textDecorationSkip:xe,textDecorationLine:xe,textDecorationColor:xe,filter:xe,breakAfter:xe,breakBefore:xe,breakInside:xe,columnCount:xe,columnFill:xe,columnGap:xe,columnRule:xe,columnRuleColor:xe,columnRuleStyle:xe,columnRuleWidth:xe,columns:xe,columnSpan:xe,columnWidth:xe,backdropFilter:xe,hyphens:xe,flowInto:xe,flowFrom:xe,regionFragment:xe,textOrientation:xe,tabSize:["Moz"],fontKerning:xe,textSizeAdjust:xe}},Ae=(0,he.A)(Ce);var Ie=["animationKeyframes"],Te=new Map,Le={},Oe={borderColor:2,borderRadius:2,borderStyle:2,borderWidth:2,display:2,flex:2,inset:2,margin:2,overflow:2,overscrollBehavior:2,padding:2,insetBlock:2.1,insetInline:2.1,marginInline:2.1,marginBlock:2.1,paddingInline:2.1,paddingBlock:2.1,borderBlockStartColor:2.2,borderBlockStartStyle:2.2,borderBlockStartWidth:2.2,borderBlockEndColor:2.2,borderBlockEndStyle:2.2,borderBlockEndWidth:2.2,borderInlineStartColor:2.2,borderInlineStartStyle:2.2,borderInlineStartWidth:2.2,borderInlineEndColor:2.2,borderInlineEndStyle:2.2,borderInlineEndWidth:2.2,borderEndStartRadius:2.2,borderEndEndRadius:2.2,borderStartStartRadius:2.2,borderStartEndRadius:2.2,insetBlockEnd:2.2,insetBlockStart:2.2,insetInlineEnd:2.2,insetInlineStart:2.2,marginBlockStart:2.2,marginBlockEnd:2.2,marginInlineStart:2.2,marginInlineEnd:2.2,paddingBlockStart:2.2,paddingBlockEnd:2.2,paddingInlineStart:2.2,paddingInlineEnd:2.2},Me="borderTopLeftRadius",We="borderTopRightRadius",Pe="borderBottomLeftRadius",ze="borderBottomRightRadius",Fe="borderLeftColor",_e="borderLeftStyle",Xe="borderLeftWidth",Ne="borderRightColor",je="borderRightStyle",De="borderRightWidth",He="right",Ge="marginLeft",Ve="marginRight",Ye="paddingLeft",qe="paddingRight",$e="left",Ue={[Me]:We,[We]:Me,[Pe]:ze,[ze]:Pe,[Fe]:Ne,[_e]:je,[Xe]:De,[Ne]:Fe,[je]:_e,[De]:Xe,[$e]:He,[Ge]:Ve,[Ve]:Ge,[Ye]:qe,[qe]:Ye,[He]:$e},Ke={borderStartStartRadius:Me,borderStartEndRadius:We,borderEndStartRadius:Pe,borderEndEndRadius:ze,borderInlineStartColor:Fe,borderInlineStartStyle:_e,borderInlineStartWidth:Xe,borderInlineEndColor:Ne,borderInlineEndStyle:je,borderInlineEndWidth:De,insetInlineEnd:He,insetInlineStart:$e,marginInlineStart:Ge,marginInlineEnd:Ve,paddingInlineStart:Ye,paddingInlineEnd:qe},Je=["clear","float","textAlign"];function Ze(e){var r=Ae(ce(e));return"{"+Object.keys(r).map((e=>{var t=r[e],n=function(e){if(e in pe)return pe[e];var r=e.replace(de,ge);return pe[e]=fe.test(r)?"-"+r:r}(e);return Array.isArray(t)?t.map((e=>n+":"+e)).join(";"):n+":"+t})).sort().join(";")+";}"}function Qe(e,r,t){return e+"-"+function(e){for(var r,t=e.length,n=1^t,o=0;t>=4;)r=1540483477*(65535&(r=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24))+((1540483477*(r>>>16)&65535)<<16),n=1540483477*(65535&n)+((1540483477*(n>>>16)&65535)<<16)^(r=1540483477*(65535&(r^=r>>>24))+((1540483477*(r>>>16)&65535)<<16)),t-=4,++o;switch(t){case 3:n^=(255&e.charCodeAt(o+2))<<16;case 2:n^=(255&e.charCodeAt(o+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(o)))+((1540483477*(n>>>16)&65535)<<16)}return n=1540483477*(65535&(n^=n>>>13))+((1540483477*(n>>>16)&65535)<<16),(n^=n>>>15)>>>0}(r+t).toString(36)}function er(e){if("number"==typeof e)throw new Error("Invalid CSS keyframes type: "+typeof e);var r=[],t=[];return(Array.isArray(e)?e:[e]).forEach((e=>{if("string"==typeof e)r.push(e);else{var n=function(e){var r=Qe("r","animation",JSON.stringify(e)),t="{"+Object.keys(e).map((r=>""+r+Ze(e[r]))).join("")+"}",n=["-webkit-",""].map((e=>"@"+e+"keyframes "+r+t));return[r,n]}(e),o=n[0],a=n[1];r.push(o),t.push(...a)}})),[r,t]}function rr(e,r,t){if(f){var n=null!=r?r:document,o=n.getElementById(e);if(null==o)if((o=document.createElement("style")).setAttribute("id",e),"string"==typeof t&&o.appendChild(document.createTextNode(t)),n instanceof ShadowRoot)n.insertBefore(o,n.firstChild);else{var a=n.head;a&&a.insertBefore(o,a.firstChild)}return o.sheet}return null}var tr=Array.prototype.slice;function nr(e){var r,t={},n={};function o(e,r,n){var o=ar(t),a=o.indexOf(r)+1,i=o[a],l=null!=i&&null!=t[i].start?t[i].start:e.cssRules.length,s=function(e,r,t){try{return e.insertRule(r,t),!0}catch(e){return!1}}(e,n,l);if(s){null==t[r].start&&(t[r].start=l);for(var u=a;u<o.length;u+=1){var c=o[u],d=t[c].start||0;t[c].start=d+1}}return s}null!=e&&tr.call(e.cssRules).forEach(((e,o)=>{var a=e.cssText;if(a.indexOf("stylesheet-group")>-1)r=function(e){return Number(e.selectorText.split(or)[1])}(e),t[r]={start:o,rules:[a]};else{var i=lr(a);null!=i&&(n[i]=!0,t[r].rules.push(a))}}));var a={getTextContent:()=>ar(t).map((e=>{var r=t[e].rules,n=r.shift();return r.sort(),r.unshift(n),r.join("\n")})).join("\n"),insert(r,a){var i=Number(a);if(null==t[i]){var l=function(e){return'[stylesheet-group="'+e+'"]{}'}(i);t[i]={start:null,rules:[l]},null!=e&&o(e,i,l)}var s=lr(r);null!=s&&null==n[s]&&(n[s]=!0,t[i].rules.push(r),null!=e&&(o(e,i,r)||t[i].rules.pop()))}};return a}var or=/["']/g;function ar(e){return Object.keys(e).map(Number).sort(((e,r)=>e>r?1:-1))}var ir=/\s*([,])\s*/g;function lr(e){var r=e.split("{")[0].trim();return""!==r?r.replace(ir,"$1"):null}var sr=new WeakMap,ur=[],cr=["html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}","body{margin:0;}","button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}","input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}"];function dr(e,r){var t;if(void 0===r&&(r="react-native-stylesheet"),f){var n=null!=e?e.getRootNode():document;if(0===ur.length)t=nr(rr(r)),cr.forEach((e=>{t.insert(e,0)})),sr.set(n,ur.length),ur.push(t);else{var o=sr.get(n);if(null==o){var a=ur[0],i=null!=a?a.getTextContent():"";t=nr(rr(r,n,i)),sr.set(n,ur.length),ur.push(t)}else t=ur[o]}}else 0===ur.length?(t=nr(rr(r)),cr.forEach((e=>{t.insert(e,0)})),ur.push(t)):t=ur[0];return{getTextContent:()=>t.getTextContent(),id:r,insert(e,r){ur.forEach((t=>{t.insert(e,r)}))}}}var fr=o(336);var pr={},gr={height:0,width:0},hr=e=>{var r=Object.keys(e)[0],t=e[r];return"matrix"===r||"matrix3d"===r?r+"("+t.join(",")+")":r+"("+ae(t,r)+")"},br=e=>e.map(hr).join(" "),vr={borderBottomEndRadius:"borderEndEndRadius",borderBottomStartRadius:"borderEndStartRadius",borderTopEndRadius:"borderStartEndRadius",borderTopStartRadius:"borderStartStartRadius",borderEndColor:"borderInlineEndColor",borderEndStyle:"borderInlineEndStyle",borderEndWidth:"borderInlineEndWidth",borderStartColor:"borderInlineStartColor",borderStartStyle:"borderInlineStartStyle",borderStartWidth:"borderInlineStartWidth",end:"insetInlineEnd",marginEnd:"marginInlineEnd",marginHorizontal:"marginInline",marginStart:"marginInlineStart",marginVertical:"marginBlock",paddingEnd:"paddingInlineEnd",paddingHorizontal:"paddingInline",paddingStart:"paddingInlineStart",paddingVertical:"paddingBlock",start:"insetInlineStart"},Sr={elevation:!0,overlayColor:!0,resizeMode:!0,tintColor:!0},mr=function(e,r){void 0===r&&(r={});var t=e||pr,n={};if(r.shadow,null!=t.shadowColor||null!=t.shadowOffset||null!=t.shadowOpacity||null!=t.shadowRadius){var o=(e=>{var r=e.shadowColor,t=e.shadowOffset,n=e.shadowOpacity,o=e.shadowRadius,a=t||gr,i=a.height,l=ae(a.width),s=ae(i),u=ae(o||0),c=ne(r||"black",n);if(null!=c&&null!=l&&null!=s&&null!=u)return l+" "+s+" "+u+" "+c})(t);if(null!=o&&null==n.boxShadow){var a=t.boxShadow,i=a?a+", "+o:o;n.boxShadow=i}}if(r.textShadow,null!=t.textShadowColor||null!=t.textShadowOffset||null!=t.textShadowRadius){var l=(e=>{var r=e.textShadowColor,t=e.textShadowOffset,n=e.textShadowRadius,o=t||gr,a=o.height,i=o.width,l=n||0,s=ae(i),u=ae(a),c=ae(l),d=ae(r,"textShadowColor");if(d&&(0!==a||0!==i||0!==l)&&null!=s&&null!=u&&null!=c)return s+" "+u+" "+c+" "+d})(t);if(null!=l&&null==n.textShadow){var s=t.textShadow,u=s?s+", "+l:l;n.textShadow=u}}for(var c in t)if(null==Sr[c]&&"shadowColor"!==c&&"shadowOffset"!==c&&"shadowOpacity"!==c&&"shadowRadius"!==c&&"textShadowColor"!==c&&"textShadowOffset"!==c&&"textShadowRadius"!==c){var d=t[c],f=vr[c]||c,p=d;!Object.prototype.hasOwnProperty.call(t,c)||f!==c&&null!=t[f]||("aspectRatio"===f&&"number"==typeof p?n[f]=p.toString():"fontVariant"===f?(Array.isArray(p)&&p.length>0&&(p=p.join(" ")),n[f]=p):"textAlignVertical"===f?null==t.verticalAlign&&(n.verticalAlign="center"===p?"middle":p):"transform"===f?(Array.isArray(p)&&(p=br(p)),n.transform=p):n[f]=p)}return n},yr=o(176),Br=["writingDirection"],Rr=new WeakMap,wr=dr(),Er={shadow:!0,textShadow:!0};function xr(e){e.forEach((e=>{var r=e[0],t=e[1];null!=wr&&r.forEach((e=>{wr.insert(e,t)}))}))}var kr={position:"absolute",left:0,right:0,top:0,bottom:0},Cr=Ar({x:K({},kr)}).x;function Ar(e){return Object.keys(e).forEach((r=>{var t,n,o,a=e[r];null!=a&&!0!==a.$$css&&(r.indexOf("$raw")>-1?t=function(e,r){var t=function(e,r){var t,n={$$css:!0},o=[],a=e.animationKeyframes,i=J(e,Ie),l=Qe("css",r,JSON.stringify(e)),s="."+l;if(null!=a){var u=er(a),c=u[0],d=u[1];t=c.join(","),o.push(...d)}var f=Ze(K(K({},i),{},{animationName:t}));return o.push(""+s+f),n[l]=l,[n,[[o,1]]]}(e,r),n=t[0];return xr(t[1]),n}(a,r.split("$raw")[0]):(n=function(e){var r={$$css:!0},t=[];function n(e,r,n){var o,a=function(e,r){var t=ae(e,r);return"string"!=typeof t?JSON.stringify(t||""):t}(n,r),i=r+a,l=Te.get(i);if(null!=l)o=l[0],t.push(l[1]);else{o=Qe("r",e,e!==r?i:a);var s=Oe[e]||3,u=function(e,r,t){var n=[],o="."+e;switch(r){case"animationKeyframes":var a=er(t),i=a[0],l=a[1],s=Ze({animationName:i.join(",")});n.push(""+o+s,...l);break;case"placeholderTextColor":var u=Ze({color:t,opacity:1});n.push(o+"::-webkit-input-placeholder"+u,o+"::-moz-placeholder"+u,o+":-ms-input-placeholder"+u,o+"::placeholder"+u);break;case"pointerEvents":var c=t;if("auto"===t||"box-only"===t){if(c="auto!important","box-only"===t){var d=Ze({pointerEvents:"none"});n.push(o+">*"+d)}}else if(("none"===t||"box-none"===t)&&(c="none!important","box-none"===t)){var f=Ze({pointerEvents:"auto"});n.push(o+">*"+f)}var p=Ze({pointerEvents:c});n.push(""+o+p);break;case"scrollbarWidth":"none"===t&&n.push(o+"::-webkit-scrollbar{display:none}");var g=Ze({scrollbarWidth:t});n.push(""+o+g);break;default:var h=Ze({[r]:t});n.push(""+o+h)}return n}(o,r,n),c=[u,s];t.push(c),Te.set(i,[o,c])}return o}return Object.keys(e).sort().forEach((t=>{var o=e[t];if(null!=o){var a;if(Je.indexOf(t)>-1){var i=n(t,t,"left"),l=n(t,t,"right");"start"===o?a=[i,l]:"end"===o&&(a=[l,i])}var s=Ke[t];if(null!=s){var u=n(t,s,o),c=n(t,Ue[s],o);a=[u,c]}if("transitionProperty"===t){for(var d=Array.isArray(o)?o:[o],f=[],p=0;p<d.length;p++){var g=d[p];"string"==typeof g&&null!=Ke[g]&&f.push(p)}if(f.length>0){var h=[...d],b=[...d];f.forEach((e=>{var r=h[e];if("string"==typeof r){var o=Ke[r],i=Ue[o];h[e]=o,b[e]=i;var l=n(t,t,h),s=n(t,t,b);a=[l,s]}}))}}null==a?a=n(t,t,o):r.$$css$localize=!0,r[t]=a}})),[r,t]}(mr(a,Er)),o=n[0],xr(n[1]),t=o),Rr.set(a,t))})),e}function Ir(e,r){void 0===r&&(r={});var t="rtl"===r.writingDirection,n=function(e,r){void 0===r&&(r={});var t=r,n=t.writingDirection,o=J(t,Br),a="rtl"===n;return yr.P.factory({transform(e){var r=Rr.get(e);return null!=r?(0,fr.n)(r,a):mr(e,K(K({},Er),o))}})(e)}(e,r);return Array.isArray(n)&&null!=n[1]&&(n[1]=function(e,r){var t=e||Le,n={},o={},a=function(){var e=t[i],a=i,l=e;if(!Object.prototype.hasOwnProperty.call(t,i)||null==e)return"continue";Je.indexOf(i)>-1&&("start"===e?l=r?"right":"left":"end"===e&&(l=r?"left":"right"));var s=Ke[i];if(null!=s&&(a=r?Ue[s]:s),"transitionProperty"===i){var u=Array.isArray(e)?e:[e];u.forEach(((e,t)=>{if("string"==typeof e){var n=Ke[e];null!=n&&(u[t]=r?Ue[n]:n,l=u.join(" "))}}))}n[a]||(o[a]=l),a===i&&(n[a]=!0)};for(var i in t)a();return ce(o,!0)}(n[1],t)),n}Ir.absoluteFill=Cr,Ir.absoluteFillObject=kr,Ir.create=Ar,Ir.compose=function(e,r){return[e,r]},Ir.flatten=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];for(var n=r.flat(1/0),o={},a=0;a<n.length;a++){var i=n[a];null!=i&&"object"==typeof i&&Object.assign(o,i)}return o},Ir.getSheet=function(){return{id:wr.id,textContent:wr.getTextContent()}},Ir.hairlineWidth=1,f&&window.__REACT_DEVTOOLS_GLOBAL_HOOK__&&(window.__REACT_DEVTOOLS_GLOBAL_HOOK__.resolveRNStyle=Ir.flatten);const Tr=Ir,Lr=()=>{const e=Y();return(0,i.useMemo)((()=>Tr.create({colorForegroundBase100:{color:e.colorForegroundBase100},colorForegroundBase200:{color:e.colorForegroundBase200},colorForegroundBase300:{color:e.colorForegroundBase300},colorForegroundBase400:{color:e.colorForegroundBase400},colorForegroundBase500:{color:e.colorForegroundBase500},colorForegroundBase600:{color:e.colorForegroundBase600},colorForegroundBase700:{color:e.colorForegroundBase700},colorForegroundBase800:{color:e.colorForegroundBase800},colorForegroundBase900:{color:e.colorForegroundBase900},colorForegroundInverse100:{color:e.colorForegroundInverse100},colorForegroundInverse200:{color:e.colorForegroundInverse200},colorForegroundInverse300:{color:e.colorForegroundInverse300},colorForegroundInverse400:{color:e.colorForegroundInverse400},colorForegroundInverse500:{color:e.colorForegroundInverse500},colorForegroundInverse600:{color:e.colorForegroundInverse600},colorForegroundInverse700:{color:e.colorForegroundInverse700},colorForegroundInverse800:{color:e.colorForegroundInverse800},colorForegroundInverse900:{color:e.colorForegroundInverse900},fontFamilyBase:{fontFamily:e.fontFamilyBase},fontWeightBaseThin:{fontWeight:e.fontWeightBaseThin},fontWeightBaseExtraLight:{fontWeight:e.fontWeightBaseExtraLight},fontWeightBaseLight:{fontWeight:e.fontWeightBaseLight},fontWeightBaseRegular:{fontWeight:e.fontWeightBaseRegular},fontWeightBaseMedium:{fontWeight:e.fontWeightBaseMedium},fontWeightBaseSemibold:{fontWeight:e.fontWeightBaseSemibold},fontWeightBaseBold:{fontWeight:e.fontWeightBaseBold},fontWeightBaseExtraBold:{fontWeight:e.fontWeightBaseExtraBold},fontWeightBaseBlack:{fontWeight:e.fontWeightBaseBlack},fontSizeBaseX2S:{fontSize:e.fontSizeBaseX2S},fontSizeBaseXS:{fontSize:e.fontSizeBaseXS},fontSizeBaseSM:{fontSize:e.fontSizeBaseSM},fontSizeBaseMD:{fontSize:e.fontSizeBaseMD},fontSizeBaseLG:{fontSize:e.fontSizeBaseLG},fontSizeBaseXL:{fontSize:e.fontSizeBaseXL},fontSizeBaseX2L:{fontSize:e.fontSizeBaseX2L},fontSizeBaseX3L:{fontSize:e.fontSizeBaseX3L},fontSizeBaseX4L:{fontSize:e.fontSizeBaseX4L},fontSizeBaseX5L:{fontSize:e.fontSizeBaseX5L}})),[e])};var Or={adjustable:"slider",button:"button",header:"heading",image:"img",imagebutton:null,keyboardkey:null,label:null,link:"link",none:"presentation",search:"search",summary:"region",text:null};const Mr=e=>{var r=e.accessibilityRole,t=e.role||r;if(t){var n=Or[t];if(null!==n)return n||t}};var Wr={article:"article",banner:"header",blockquote:"blockquote",button:"button",code:"code",complementary:"aside",contentinfo:"footer",deletion:"del",emphasis:"em",figure:"figure",insertion:"ins",form:"form",list:"ul",listitem:"li",main:"main",navigation:"nav",paragraph:"p",region:"section",strong:"strong"},Pr={};const zr=function(e){if(void 0===e&&(e=Pr),"label"===(e.role||e.accessibilityRole))return"label";var r=Mr(e);if(r){if("heading"===r){var t=e.accessibilityLevel||e["aria-level"];return null!=t?"h"+t:"h1"}return Wr[r]}},Fr=Mr;var _r=["aria-activedescendant","accessibilityActiveDescendant","aria-atomic","accessibilityAtomic","aria-autocomplete","accessibilityAutoComplete","aria-busy","accessibilityBusy","aria-checked","accessibilityChecked","aria-colcount","accessibilityColumnCount","aria-colindex","accessibilityColumnIndex","aria-colspan","accessibilityColumnSpan","aria-controls","accessibilityControls","aria-current","accessibilityCurrent","aria-describedby","accessibilityDescribedBy","aria-details","accessibilityDetails","aria-disabled","accessibilityDisabled","aria-errormessage","accessibilityErrorMessage","aria-expanded","accessibilityExpanded","aria-flowto","accessibilityFlowTo","aria-haspopup","accessibilityHasPopup","aria-hidden","accessibilityHidden","aria-invalid","accessibilityInvalid","aria-keyshortcuts","accessibilityKeyShortcuts","aria-label","accessibilityLabel","aria-labelledby","accessibilityLabelledBy","aria-level","accessibilityLevel","aria-live","accessibilityLiveRegion","aria-modal","accessibilityModal","aria-multiline","accessibilityMultiline","aria-multiselectable","accessibilityMultiSelectable","aria-orientation","accessibilityOrientation","aria-owns","accessibilityOwns","aria-placeholder","accessibilityPlaceholder","aria-posinset","accessibilityPosInSet","aria-pressed","accessibilityPressed","aria-readonly","accessibilityReadOnly","aria-required","accessibilityRequired","role","accessibilityRole","aria-roledescription","accessibilityRoleDescription","aria-rowcount","accessibilityRowCount","aria-rowindex","accessibilityRowIndex","aria-rowspan","accessibilityRowSpan","aria-selected","accessibilitySelected","aria-setsize","accessibilitySetSize","aria-sort","accessibilitySort","aria-valuemax","accessibilityValueMax","aria-valuemin","accessibilityValueMin","aria-valuenow","accessibilityValueNow","aria-valuetext","accessibilityValueText","dataSet","focusable","id","nativeID","pointerEvents","style","tabIndex","testID"],Xr={},Nr=Object.prototype.hasOwnProperty,jr=Array.isArray,Dr=/[A-Z]/g;function Hr(e){return"-"+e.toLowerCase()}function Gr(e){return jr(e)?e.join(" "):e}var Vr=Tr.create({auto:{pointerEvents:"auto"},"box-none":{pointerEvents:"box-none"},"box-only":{pointerEvents:"box-only"},none:{pointerEvents:"none"}});var Yr=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),qr=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","far","glk","he","iw","khw","ks","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]),$r=new Map,Ur={direction:"ltr",locale:"en-US"},Kr=(0,i.createContext)(Ur);function Jr(e){return function(e){var r=$r.get(e);if(r)return r;var t=!1;if(Intl.Locale)try{var n=new Intl.Locale(e).maximize().script;t=Yr.has(n)}catch(r){var o=e.split("-")[0];t=qr.has(o)}else{var a=e.split("-")[0];t=qr.has(a)}return $r.set(e,t),t}(e)?"rtl":"ltr"}function Zr(e){var r=e.direction,t=e.locale,n=e.children;return r||t?l().createElement(Kr.Provider,{children:n,value:{direction:t?Jr(t):r,locale:t}}):n}function Qr(){return(0,i.useContext)(Kr)}const et=(e,r,t)=>{var n;e&&e.constructor===String&&(n=zr(r));var o=n||e,a=((e,r,t)=>{r||(r=Xr);var n=r,o=n["aria-activedescendant"],a=n.accessibilityActiveDescendant,i=n["aria-atomic"],l=n.accessibilityAtomic,s=n["aria-autocomplete"],u=n.accessibilityAutoComplete,c=n["aria-busy"],d=n.accessibilityBusy,f=n["aria-checked"],p=n.accessibilityChecked,g=n["aria-colcount"],h=n.accessibilityColumnCount,b=n["aria-colindex"],v=n.accessibilityColumnIndex,S=n["aria-colspan"],m=n.accessibilityColumnSpan,y=n["aria-controls"],B=n.accessibilityControls,R=n["aria-current"],w=n.accessibilityCurrent,E=n["aria-describedby"],x=n.accessibilityDescribedBy,k=n["aria-details"],C=n.accessibilityDetails,A=n["aria-disabled"],I=n.accessibilityDisabled,T=n["aria-errormessage"],L=n.accessibilityErrorMessage,O=n["aria-expanded"],M=n.accessibilityExpanded,W=n["aria-flowto"],P=n.accessibilityFlowTo,z=n["aria-haspopup"],F=n.accessibilityHasPopup,_=n["aria-hidden"],X=n.accessibilityHidden,N=n["aria-invalid"],j=n.accessibilityInvalid,D=n["aria-keyshortcuts"],H=n.accessibilityKeyShortcuts,G=n["aria-label"],V=n.accessibilityLabel,Y=n["aria-labelledby"],q=n.accessibilityLabelledBy,$=n["aria-level"],U=n.accessibilityLevel,Z=n["aria-live"],Q=n.accessibilityLiveRegion,ee=n["aria-modal"],re=n.accessibilityModal,te=n["aria-multiline"],ne=n.accessibilityMultiline,oe=n["aria-multiselectable"],ae=n.accessibilityMultiSelectable,ie=n["aria-orientation"],le=n.accessibilityOrientation,se=n["aria-owns"],ue=n.accessibilityOwns,ce=n["aria-placeholder"],de=n.accessibilityPlaceholder,fe=n["aria-posinset"],pe=n.accessibilityPosInSet,ge=n["aria-pressed"],he=n.accessibilityPressed,be=n["aria-readonly"],ve=n.accessibilityReadOnly,Se=n["aria-required"],me=n.accessibilityRequired,ye=(n.role,n.accessibilityRole,n["aria-roledescription"]),Be=n.accessibilityRoleDescription,Re=n["aria-rowcount"],we=n.accessibilityRowCount,Ee=n["aria-rowindex"],xe=n.accessibilityRowIndex,ke=n["aria-rowspan"],Ce=n.accessibilityRowSpan,Ae=n["aria-selected"],Ie=n.accessibilitySelected,Te=n["aria-setsize"],Le=n.accessibilitySetSize,Oe=n["aria-sort"],Me=n.accessibilitySort,We=n["aria-valuemax"],Pe=n.accessibilityValueMax,ze=n["aria-valuemin"],Fe=n.accessibilityValueMin,_e=n["aria-valuenow"],Xe=n.accessibilityValueNow,Ne=n["aria-valuetext"],je=n.accessibilityValueText,De=n.dataSet,He=n.focusable,Ge=n.id,Ve=n.nativeID,Ye=n.pointerEvents,qe=n.style,$e=n.tabIndex,Ue=n.testID,Ke=J(n,_r),Je=A||I,Ze=Fr(r),Qe=null!=o?o:a;null!=Qe&&(Ke["aria-activedescendant"]=Qe);var er=null!=i?o:l;null!=er&&(Ke["aria-atomic"]=er);var rr=null!=s?s:u;null!=rr&&(Ke["aria-autocomplete"]=rr);var tr=null!=c?c:d;null!=tr&&(Ke["aria-busy"]=tr);var nr=null!=f?f:p;null!=nr&&(Ke["aria-checked"]=nr);var or=null!=g?g:h;null!=or&&(Ke["aria-colcount"]=or);var ar=null!=b?b:v;null!=ar&&(Ke["aria-colindex"]=ar);var ir=null!=S?S:m;null!=ir&&(Ke["aria-colspan"]=ir);var lr=null!=y?y:B;null!=lr&&(Ke["aria-controls"]=Gr(lr));var sr=null!=R?R:w;null!=sr&&(Ke["aria-current"]=sr);var ur=null!=E?E:x;null!=ur&&(Ke["aria-describedby"]=Gr(ur));var cr=null!=k?k:C;null!=cr&&(Ke["aria-details"]=cr),!0===Je&&(Ke["aria-disabled"]=!0,"button"!==e&&"form"!==e&&"input"!==e&&"select"!==e&&"textarea"!==e||(Ke.disabled=!0));var dr=null!=T?T:L;null!=dr&&(Ke["aria-errormessage"]=dr);var fr=null!=O?O:M;null!=fr&&(Ke["aria-expanded"]=fr);var pr=null!=W?W:P;null!=pr&&(Ke["aria-flowto"]=Gr(pr));var gr=null!=z?z:F;null!=gr&&(Ke["aria-haspopup"]=gr);var hr=null!=_?_:X;!0===hr&&(Ke["aria-hidden"]=hr);var br=null!=N?N:j;null!=br&&(Ke["aria-invalid"]=br);var vr=null!=D?D:H;null!=vr&&(Ke["aria-keyshortcuts"]=Gr(vr));var Sr=null!=G?G:V;null!=Sr&&(Ke["aria-label"]=Sr);var mr=null!=Y?Y:q;null!=mr&&(Ke["aria-labelledby"]=Gr(mr));var yr=null!=$?$:U;null!=yr&&(Ke["aria-level"]=yr);var Br=null!=Z?Z:Q;null!=Br&&(Ke["aria-live"]="none"===Br?"off":Br);var Rr=null!=ee?ee:re;null!=Rr&&(Ke["aria-modal"]=Rr);var wr=null!=te?te:ne;null!=wr&&(Ke["aria-multiline"]=wr);var Er=null!=oe?oe:ae;null!=Er&&(Ke["aria-multiselectable"]=Er);var xr=null!=ie?ie:le;null!=xr&&(Ke["aria-orientation"]=xr);var kr=null!=se?se:ue;null!=kr&&(Ke["aria-owns"]=Gr(kr));var Cr=null!=ce?ce:de;null!=Cr&&(Ke["aria-placeholder"]=Cr);var Ar=null!=fe?fe:pe;null!=Ar&&(Ke["aria-posinset"]=Ar);var Ir=null!=ge?ge:he;null!=Ir&&(Ke["aria-pressed"]=Ir);var Lr=null!=be?be:ve;null!=Lr&&(Ke["aria-readonly"]=Lr,"input"!==e&&"select"!==e&&"textarea"!==e||(Ke.readOnly=!0));var Or=null!=Se?Se:me;null!=Or&&(Ke["aria-required"]=Or,"input"!==e&&"select"!==e&&"textarea"!==e||(Ke.required=me)),null!=Ze&&(Ke.role="none"===Ze?"presentation":Ze);var Mr=null!=ye?ye:Be;null!=Mr&&(Ke["aria-roledescription"]=Mr);var Wr=null!=Re?Re:we;null!=Wr&&(Ke["aria-rowcount"]=Wr);var Pr=null!=Ee?Ee:xe;null!=Pr&&(Ke["aria-rowindex"]=Pr);var zr=null!=ke?ke:Ce;null!=zr&&(Ke["aria-rowspan"]=zr);var jr=null!=Ae?Ae:Ie;null!=jr&&(Ke["aria-selected"]=jr);var Yr=null!=Te?Te:Le;null!=Yr&&(Ke["aria-setsize"]=Yr);var qr=null!=Oe?Oe:Me;null!=qr&&(Ke["aria-sort"]=qr);var $r=null!=We?We:Pe;null!=$r&&(Ke["aria-valuemax"]=$r);var Ur=null!=ze?ze:Fe;null!=Ur&&(Ke["aria-valuemin"]=Ur);var Kr=null!=_e?_e:Xe;null!=Kr&&(Ke["aria-valuenow"]=Kr);var Jr=null!=Ne?Ne:je;if(null!=Jr&&(Ke["aria-valuetext"]=Jr),null!=De)for(var Zr in De)if(Nr.call(De,Zr)){var Qr=Zr.replace(Dr,Hr),et=De[Zr];null!=et&&(Ke["data-"+Qr]=et)}0===$e||"0"===$e||-1===$e||"-1"===$e?Ke.tabIndex=$e:(!1===He&&(Ke.tabIndex="-1"),"a"===e||"button"===e||"input"===e||"select"===e||"textarea"===e?!1!==He&&!0!==I||(Ke.tabIndex="-1"):"button"===Ze||"checkbox"===Ze||"link"===Ze||"radio"===Ze||"textbox"===Ze||"switch"===Ze?!1!==He&&(Ke.tabIndex="0"):!0===He&&(Ke.tabIndex="0"));var rt=Tr([qe,Ye&&Vr[Ye]],K({writingDirection:"ltr"},t)),tt=rt[0],nt=rt[1];tt&&(Ke.className=tt),nt&&(Ke.style=nt);var ot=null!=Ge?Ge:Ve;return null!=ot&&(Ke.id=ot),null!=Ue&&(Ke["data-testid"]=Ue),null==Ke.type&&"button"===e&&(Ke.type="button"),Ke})(o,r,t),i=l().createElement(o,a);return a.dir?l().createElement(Zr,{children:i,direction:a.dir,locale:a.lang}):i};var rt={children:!0,dataSet:!0,dir:!0,id:!0,ref:!0,suppressHydrationWarning:!0,tabIndex:!0,testID:!0,focusable:!0,nativeID:!0},tt={"aria-activedescendant":!0,"aria-atomic":!0,"aria-autocomplete":!0,"aria-busy":!0,"aria-checked":!0,"aria-colcount":!0,"aria-colindex":!0,"aria-colspan":!0,"aria-controls":!0,"aria-current":!0,"aria-describedby":!0,"aria-details":!0,"aria-disabled":!0,"aria-errormessage":!0,"aria-expanded":!0,"aria-flowto":!0,"aria-haspopup":!0,"aria-hidden":!0,"aria-invalid":!0,"aria-keyshortcuts":!0,"aria-label":!0,"aria-labelledby":!0,"aria-level":!0,"aria-live":!0,"aria-modal":!0,"aria-multiline":!0,"aria-multiselectable":!0,"aria-orientation":!0,"aria-owns":!0,"aria-placeholder":!0,"aria-posinset":!0,"aria-pressed":!0,"aria-readonly":!0,"aria-required":!0,role:!0,"aria-roledescription":!0,"aria-rowcount":!0,"aria-rowindex":!0,"aria-rowspan":!0,"aria-selected":!0,"aria-setsize":!0,"aria-sort":!0,"aria-valuemax":!0,"aria-valuemin":!0,"aria-valuenow":!0,"aria-valuetext":!0,accessibilityActiveDescendant:!0,accessibilityAtomic:!0,accessibilityAutoComplete:!0,accessibilityBusy:!0,accessibilityChecked:!0,accessibilityColumnCount:!0,accessibilityColumnIndex:!0,accessibilityColumnSpan:!0,accessibilityControls:!0,accessibilityCurrent:!0,accessibilityDescribedBy:!0,accessibilityDetails:!0,accessibilityDisabled:!0,accessibilityErrorMessage:!0,accessibilityExpanded:!0,accessibilityFlowTo:!0,accessibilityHasPopup:!0,accessibilityHidden:!0,accessibilityInvalid:!0,accessibilityKeyShortcuts:!0,accessibilityLabel:!0,accessibilityLabelledBy:!0,accessibilityLevel:!0,accessibilityLiveRegion:!0,accessibilityModal:!0,accessibilityMultiline:!0,accessibilityMultiSelectable:!0,accessibilityOrientation:!0,accessibilityOwns:!0,accessibilityPlaceholder:!0,accessibilityPosInSet:!0,accessibilityPressed:!0,accessibilityReadOnly:!0,accessibilityRequired:!0,accessibilityRole:!0,accessibilityRoleDescription:!0,accessibilityRowCount:!0,accessibilityRowIndex:!0,accessibilityRowSpan:!0,accessibilitySelected:!0,accessibilitySetSize:!0,accessibilitySort:!0,accessibilityValueMax:!0,accessibilityValueMin:!0,accessibilityValueNow:!0,accessibilityValueText:!0},nt={onClick:!0,onAuxClick:!0,onContextMenu:!0,onGotPointerCapture:!0,onLostPointerCapture:!0,onPointerCancel:!0,onPointerDown:!0,onPointerEnter:!0,onPointerMove:!0,onPointerLeave:!0,onPointerOut:!0,onPointerOver:!0,onPointerUp:!0},ot={onBlur:!0,onFocus:!0},at={onKeyDown:!0,onKeyDownCapture:!0,onKeyUp:!0,onKeyUpCapture:!0},it={onMouseDown:!0,onMouseEnter:!0,onMouseLeave:!0,onMouseMove:!0,onMouseOver:!0,onMouseOut:!0,onMouseUp:!0},lt={onTouchCancel:!0,onTouchCancelCapture:!0,onTouchEnd:!0,onTouchEndCapture:!0,onTouchMove:!0,onTouchMoveCapture:!0,onTouchStart:!0,onTouchStartCapture:!0},st={style:!0};function ut(e,r){var t={};for(var n in e)e.hasOwnProperty(n)&&!0===r[n]&&(t[n]=e[n]);return t}const ct=f?i.useLayoutEffect:i.useEffect,dt=e=>{if(null!=e&&1===e.nodeType&&"function"==typeof e.getBoundingClientRect)return e.getBoundingClientRect()};var ft={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexOrder:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,gridRow:!0,gridRowEnd:!0,gridRowGap:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnGap:!0,gridColumnStart:!0,lineClamp:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0,scale:!0,scaleX:!0,scaleY:!0,scaleZ:!0,shadowOpacity:!0},pt=["ms","Moz","O","Webkit"];Object.keys(ft).forEach((e=>{pt.forEach((r=>{ft[((e,r)=>e+r.charAt(0).toUpperCase()+r.substring(1))(r,e)]=ft[e]}))}));const gt=ft,ht=function(e,r,t){return null==r||"boolean"==typeof r||""===r?"":t||"number"!=typeof r||0===r||gt.hasOwnProperty(e)&>[e]?(""+r).trim():r+"px"},bt=function(e,r){var t=e.style;for(var n in r)if(r.hasOwnProperty(n)){var o=0===n.indexOf("--"),a=ht(n,r[n],o);"float"===n&&(n="cssFloat"),o?t.setProperty(n,a):t[n]=a}};var vt=e=>{var r=e.offsetHeight,t=e.offsetWidth,n=e.offsetLeft,o=e.offsetTop;for(e=e.offsetParent;e&&1===e.nodeType;)n+=e.offsetLeft+e.clientLeft-e.scrollLeft,o+=e.offsetTop+e.clientTop-e.scrollTop,e=e.offsetParent;return{width:t,height:r,top:o-=window.scrollY,left:n-=window.scrollX}},St=(e,r,t)=>{var n=r||e&&e.parentNode;e&&n&&setTimeout((()=>{if(e.isConnected&&n.isConnected){var r=vt(n),o=vt(e),a=o.height,i=o.left,l=o.top,s=o.width,u=i-r.left,c=l-r.top;t(u,c,s,a,i,l)}}),0)},mt={A:!0,BODY:!0,INPUT:!0,SELECT:!0,TEXTAREA:!0},yt={blur(e){try{e.blur()}catch(e){}},focus(e){try{var r=e.nodeName;null==e.getAttribute("tabIndex")&&!0!==e.isContentEditable&&null==mt[r]&&e.setAttribute("tabIndex","-1"),e.focus()}catch(e){}},measure(e,r){St(e,null,r)},measureInWindow(e,r){e&&setTimeout((()=>{var t=dt(e),n=t.height,o=t.left,a=t.top,i=t.width;r(o,a,i,n)}),0)},measureLayout(e,r,t,n){St(e,r,n)},updateView(e,r){for(var t in r)if(Object.prototype.hasOwnProperty.call(r,t)){var n=r[t];switch(t){case"style":bt(e,n);break;case"class":case"className":e.setAttribute("class",n);break;case"text":case"value":e.value=n;break;default:e.setAttribute(t,n)}}},configureNextLayoutAnimation(e,r){r()},setLayoutAnimationEnabledExperimental(){}};const Bt=yt;var Rt="__reactLayoutHandler",wt=null;function Et(e,r){var t=(f&&void 0!==window.ResizeObserver&&null==wt&&(wt=new window.ResizeObserver((function(e){e.forEach((e=>{var r=e.target,t=r[Rt];"function"==typeof t&&Bt.measure(r,((r,n,o,a,i,l)=>{var s={nativeEvent:{layout:{x:r,y:n,width:o,height:a,left:i,top:l}},timeStamp:Date.now()};Object.defineProperty(s.nativeEvent,"target",{enumerable:!0,get:()=>e.target}),t(s)}))}))}))),wt);ct((()=>{var t=e.current;null!=t&&(t[Rt]=r)}),[e,r]),ct((()=>{var r=e.current;return null!=r&&null!=t&&("function"==typeof r[Rt]?t.observe(r):t.unobserve(r)),()=>{null!=r&&null!=t&&t.unobserve(r)}}),[e,t])}function xt(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return i.useMemo((()=>function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return function(e){r.forEach((r=>{null!=r&&("function"!=typeof r?"object"!=typeof r?console.error("mergeRefs cannot handle Refs of type boolean, number or string, received ref "+String(r)):r.current=e:r(e))}))}}(...r)),[...r])}var kt="function"==typeof Symbol&&"symbol"==typeof Symbol()?Symbol():Object.freeze({});function Ct(e){return e.pointerEvents,e.style,(r=i.useRef(kt)).current===kt&&(r.current=e=>{null!=e&&(e.measure=r=>Bt.measure(e,r),e.measureLayout=(r,t,n)=>Bt.measureLayout(e,r,n,t),e.measureInWindow=r=>Bt.measureInWindow(e,r))}),r.current;var r}var At=()=>{},It={},Tt=[];function Lt(e){return e>20?e%20:e}function Ot(e,r){var t,n,o,a=!1,i=e.changedTouches,l=e.type,s=!0===e.metaKey,u=!0===e.shiftKey,c=i&&i[0].force||0,d=Lt(i&&i[0].identifier||0),f=i&&i[0].clientX||e.clientX,p=i&&i[0].clientY||e.clientY,g=i&&i[0].pageX||e.pageX,h=i&&i[0].pageY||e.pageY,b="function"==typeof e.preventDefault?e.preventDefault.bind(e):At,v=e.timeStamp;function S(e){return Array.prototype.slice.call(e).map((e=>({force:e.force,identifier:Lt(e.identifier),get locationX(){return B(e.clientX)},get locationY(){return R(e.clientY)},pageX:e.pageX,pageY:e.pageY,target:e.target,timestamp:v})))}if(null!=i)n=S(i),o=S(e.touches);else{var m=[{force:c,identifier:d,get locationX(){return B(f)},get locationY(){return R(p)},pageX:g,pageY:h,target:e.target,timestamp:v}];n=m,o="mouseup"===l||"dragstart"===l?Tt:m}var y={bubbles:!0,cancelable:!0,currentTarget:null,defaultPrevented:e.defaultPrevented,dispatchConfig:It,eventPhase:e.eventPhase,isDefaultPrevented:()=>e.defaultPrevented,isPropagationStopped:()=>a,isTrusted:e.isTrusted,nativeEvent:{altKey:!1,ctrlKey:!1,metaKey:s,shiftKey:u,changedTouches:n,force:c,identifier:d,get locationX(){return B(f)},get locationY(){return R(p)},pageX:g,pageY:h,target:e.target,timestamp:v,touches:o,type:l},persist:At,preventDefault:b,stopPropagation(){a=!0},target:e.target,timeStamp:v,touchHistory:r.touchHistory};function B(e){if(t=t||dt(y.currentTarget))return e-t.left}function R(e){if(t=t||dt(y.currentTarget))return e-t.top}return y}function Mt(e){return"touchstart"===e||"mousedown"===e}function Wt(e){return"touchmove"===e||"mousemove"===e}function Pt(e){return"touchend"===e||"mouseup"===e||zt(e)}function zt(e){return"touchcancel"===e||"dragstart"===e}var Ft="__reactResponderId";function _t(e){for(var r=[];null!=e&&e!==document.body;)r.push(e),e=e.parentNode;return r}function Xt(e){return null!=e?e[Ft]:null}function Nt(e){return e.timeStamp||e.timestamp}function jt(e){var r=e.identifier;return null==r&&console.error("Touch object is missing identifier."),r}function Dt(e){return JSON.stringify({identifier:e.identifier,pageX:e.pageX,pageY:e.pageY,timestamp:Nt(e)})}function Ht(e){var r=e.touchBank,t=JSON.stringify(r.slice(0,20));return r.length>20&&(t+=" (original size: "+r.length+")"),t}var Gt={},Vt=["onStartShouldSetResponderCapture","onStartShouldSetResponder",{bubbles:!0}],Yt=["onMoveShouldSetResponderCapture","onMoveShouldSetResponder",{bubbles:!0}],qt={touchstart:Vt,mousedown:Vt,touchmove:Yt,mousemove:Yt,scroll:["onScrollShouldSetResponderCapture","onScrollShouldSetResponder",{bubbles:!1}]},$t={id:null,idPath:null,node:null},Ut=new Map,Kt=!1,Jt=0,Zt={id:null,node:null,idPath:null},Qt=new class{constructor(){this._touchHistory={touchBank:[],numberActiveTouches:0,indexOfSingleActiveTouch:-1,mostRecentTimeStamp:0}}recordTouchTrack(e,r){var t=this._touchHistory;if(Wt(e))r.changedTouches.forEach((e=>function(e,r){var t=r.touchBank[jt(e)];t?(t.touchActive=!0,t.previousPageX=t.currentPageX,t.previousPageY=t.currentPageY,t.previousTimeStamp=t.currentTimeStamp,t.currentPageX=e.pageX,t.currentPageY=e.pageY,t.currentTimeStamp=Nt(e),r.mostRecentTimeStamp=Nt(e)):console.warn("Cannot record touch move without a touch start.\n","Touch Move: "+Dt(e)+"\n","Touch Bank: "+Ht(r))}(e,t)));else if(Mt(e))r.changedTouches.forEach((e=>function(e,r){var t=jt(e),n=r.touchBank[t];n?function(e,r){e.touchActive=!0,e.startPageX=r.pageX,e.startPageY=r.pageY,e.startTimeStamp=Nt(r),e.currentPageX=r.pageX,e.currentPageY=r.pageY,e.currentTimeStamp=Nt(r),e.previousPageX=r.pageX,e.previousPageY=r.pageY,e.previousTimeStamp=Nt(r)}(n,e):r.touchBank[t]=function(e){return{touchActive:!0,startPageX:e.pageX,startPageY:e.pageY,startTimeStamp:Nt(e),currentPageX:e.pageX,currentPageY:e.pageY,currentTimeStamp:Nt(e),previousPageX:e.pageX,previousPageY:e.pageY,previousTimeStamp:Nt(e)}}(e),r.mostRecentTimeStamp=Nt(e)}(e,t))),t.numberActiveTouches=r.touches.length,1===t.numberActiveTouches&&(t.indexOfSingleActiveTouch=r.touches[0].identifier);else if(Pt(e)&&(r.changedTouches.forEach((e=>function(e,r){var t=r.touchBank[jt(e)];t?(t.touchActive=!1,t.previousPageX=t.currentPageX,t.previousPageY=t.currentPageY,t.previousTimeStamp=t.currentTimeStamp,t.currentPageX=e.pageX,t.currentPageY=e.pageY,t.currentTimeStamp=Nt(e),r.mostRecentTimeStamp=Nt(e)):console.warn("Cannot record touch end without a touch start.\n","Touch End: "+Dt(e)+"\n","Touch Bank: "+Ht(r))}(e,t))),t.numberActiveTouches=r.touches.length,1===t.numberActiveTouches))for(var n=t.touchBank,o=0;o<n.length;o++){var a=n[o];if(null!=a&&a.touchActive){t.indexOfSingleActiveTouch=o;break}}}get touchHistory(){return this._touchHistory}};function en(e){Zt=e}function rn(e){var r=Ut.get(e);return null!=r?r:Gt}function tn(e){var r=e.type,t=e.target;if("touchstart"===r&&(Kt=!0),("touchmove"===r||Jt>1)&&(Kt=!1),!("mousedown"===r&&Kt||"mousemove"===r&&Kt||"mousemove"===r&&Jt<1))if(Kt&&"mouseup"===r)0===Jt&&(Kt=!1);else{var n=Mt(r)&&function(e){var r=e.altKey,t=e.button,n=e.buttons,o=e.ctrlKey,a=e.type,i=!1===r&&!1===o;return!!("touchstart"===a||"touchmove"===a||"mousedown"===a&&(0===t||1===n)&&i||"mousemove"===a&&1===n&&i)}(e),o=Wt(r),a=Pt(r),i=function(e){return"scroll"===e}(r),l=function(e){return"select"===e||"selectionchange"===e}(r),s=Ot(e,Qt);(n||o||a)&&(e.touches?Jt=e.touches.length:n?Jt=1:a&&(Jt=0),Qt.recordTouchTrack(r,s.nativeEvent));var u,c=function(e){for(var r=[],t=[],n=function(e){return"selectionchange"===e.type?_t(window.getSelection().anchorNode):null!=e.composedPath?e.composedPath():_t(e.target)}(e),o=0;o<n.length;o++){var a=n[o],i=Xt(a);null!=i&&(r.push(i),t.push(a))}return{idPath:r,nodePath:t}}(e),d=!1;if(n||o||i&&Jt>0){var f=Zt.idPath,p=c.idPath;if(null!=f&&null!=p){var g=function(e,r){var t=e.length,n=r.length;if(0===t||0===n||e[t-1]!==r[n-1])return null;var o=e[0],a=0,i=r[0],l=0;t-n>0&&(o=e[a=t-n],t=n),n-t>0&&(i=r[l=n-t],n=t);for(var s=t;s--;){if(o===i)return o;o=e[a++],i=r[l++]}return null}(f,p);if(null!=g){var h=p.indexOf(g)+(g===Zt.id?1:0);c={idPath:p.slice(h),nodePath:c.nodePath.slice(h)}}else c=null}null!=c&&(u=function(e,r,t){var n=qt[r.type];if(null!=n){for(var o=e.idPath,a=e.nodePath,i=n[0],l=n[1],s=n[2].bubbles,u=function(e,r,n){var a=rn(e)[n];if(null!=a&&(t.currentTarget=r,!0===a(t)))return{id:e,node:r,idPath:o.slice(o.indexOf(e))}},c=o.length-1;c>=0;c--){var d=u(o[c],a[c],i);if(null!=d)return d;if(!0===t.isPropagationStopped())return}if(s)for(var f=0;f<o.length;f++){var p=u(o[f],a[f],l);if(null!=p)return p;if(!0===t.isPropagationStopped())return}else{var g=o[0],h=a[0];if(r.target===h)return u(g,h,l)}}}(c,e,s),null!=u&&(function(e,r){var t=Zt,n=t.id,o=t.node,a=r.id,i=r.node,l=rn(a),s=l.onResponderGrant,u=l.onResponderReject;if(e.bubbles=!1,e.cancelable=!1,e.currentTarget=i,null==n)null!=s&&(e.currentTarget=i,e.dispatchConfig.registrationName="onResponderGrant",s(e)),en(r);else{var c=rn(n),d=c.onResponderTerminate,f=c.onResponderTerminationRequest,p=!0;null!=f&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderTerminationRequest",!1===f(e)&&(p=!1)),p?(null!=d&&(e.currentTarget=o,e.dispatchConfig.registrationName="onResponderTerminate",d(e)),null!=s&&(e.currentTarget=i,e.dispatchConfig.registrationName="onResponderGrant",s(e)),en(r)):null!=u&&(e.currentTarget=i,e.dispatchConfig.registrationName="onResponderReject",u(e))}}(s,u),d=!0))}if(null!=Zt.id&&null!=Zt.node){var b=Zt,v=b.id,S=b.node,m=rn(v),y=m.onResponderStart,B=m.onResponderMove,R=m.onResponderEnd,w=m.onResponderRelease,E=m.onResponderTerminate,x=m.onResponderTerminationRequest;if(s.bubbles=!1,s.cancelable=!1,s.currentTarget=S,n)null!=y&&(s.dispatchConfig.registrationName="onResponderStart",y(s));else if(o)null!=B&&(s.dispatchConfig.registrationName="onResponderMove",B(s));else{var k=zt(r)||"contextmenu"===r||"blur"===r&&t===window||"blur"===r&&t.contains(S)&&e.relatedTarget!==S||i&&0===Jt||i&&t.contains(S)&&t!==S||l&&function(e){return"selectionchange"===e.type?(t=(r=window.getSelection()).toString(),n=r.anchorNode,o=r.focusNode,a=n&&n.nodeType===window.Node.TEXT_NODE||o&&o.nodeType===window.Node.TEXT_NODE,t.length>=1&&"\n"!==t&&a):"select"===e.type;var r,t,n,o,a}(e),C=a&&!k&&!function(e,r){if(!r||0===r.length)return!1;for(var t=0;t<r.length;t++){var n=r[t].target;if(null!=n&&e.contains(n))return!0}return!1}(S,e.touches);if(a&&null!=R&&(s.dispatchConfig.registrationName="onResponderEnd",R(s)),C&&(null!=w&&(s.dispatchConfig.registrationName="onResponderRelease",w(s)),en($t)),k){var A=!0;"contextmenu"!==r&&"scroll"!==r&&"selectionchange"!==r||(d?A=!1:null!=x&&(s.dispatchConfig.registrationName="onResponderTerminationRequest",!1===x(s)&&(A=!1))),A&&(null!=E&&(s.dispatchConfig.registrationName="onResponderTerminate",E(s)),en($t),Kt=!1,Jt=0)}}}}}var nn=["blur","scroll"],on=["mousedown","mousemove","mouseup","dragstart","touchstart","touchmove","touchend","touchcancel","contextmenu","select","selectionchange"];function an(e){Zt.id===e&&function(){var e=Zt,r=e.id,t=e.node;if(null!=r&&null!=t){var n=rn(r).onResponderTerminate;if(null!=n){var o=Ot({},Qt);o.currentTarget=t,n(o)}en($t)}Kt=!1,Jt=0}(),Ut.has(e)&&Ut.delete(e)}var ln={},sn=0;function un(e,r){void 0===r&&(r=ln);var t,n,o=(t=()=>sn++,null==(n=i.useRef(null)).current&&(n.current=t()),n.current),a=i.useRef(!1);i.useEffect((()=>(f&&null==window.__reactResponderSystemActive&&(window.addEventListener("blur",tn),on.forEach((e=>{document.addEventListener(e,tn)})),nn.forEach((e=>{document.addEventListener(e,tn,!0)})),window.__reactResponderSystemActive=!0),()=>{an(o)})),[o]),i.useEffect((()=>{var t=r,n=t.onMoveShouldSetResponder,i=t.onMoveShouldSetResponderCapture,l=t.onScrollShouldSetResponder,s=t.onScrollShouldSetResponderCapture,u=t.onSelectionChangeShouldSetResponder,c=t.onSelectionChangeShouldSetResponderCapture,d=t.onStartShouldSetResponder,f=t.onStartShouldSetResponderCapture,p=null!=n||null!=i||null!=l||null!=s||null!=u||null!=c||null!=d||null!=f,g=e.current;p?(function(e,r,t){!function(e,r){null!=e&&(e[Ft]=r)}(r,e),Ut.set(e,t)}(o,g,r),a.current=!0):a.current&&(an(o),a.current=!1)}),[r,e,o]),i.useDebugValue({isResponder:e.current===Zt.node}),i.useDebugValue(r)}const cn=(0,i.createContext)(!1);var dn=["hrefAttrs","numberOfLines","onClick","onLayout","onPress","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture","selectable"],fn=Object.assign({},rt,tt,nt,ot,at,it,lt,st,{href:!0,lang:!0,pointerEvents:!0}),pn=i.forwardRef(((e,r)=>{var t=e.hrefAttrs,n=e.numberOfLines,o=e.onClick,a=e.onLayout,l=e.onPress,s=e.onMoveShouldSetResponder,u=e.onMoveShouldSetResponderCapture,c=e.onResponderEnd,d=e.onResponderGrant,f=e.onResponderMove,p=e.onResponderReject,g=e.onResponderRelease,h=e.onResponderStart,b=e.onResponderTerminate,v=e.onResponderTerminationRequest,S=e.onScrollShouldSetResponder,m=e.onScrollShouldSetResponderCapture,y=e.onSelectionChangeShouldSetResponder,B=e.onSelectionChangeShouldSetResponderCapture,R=e.onStartShouldSetResponder,w=e.onStartShouldSetResponderCapture,E=e.selectable,x=J(e,dn),k=i.useContext(cn),C=i.useRef(null),A=Qr().direction;Et(C,a),un(C,{onMoveShouldSetResponder:s,onMoveShouldSetResponderCapture:u,onResponderEnd:c,onResponderGrant:d,onResponderMove:f,onResponderReject:p,onResponderRelease:g,onResponderStart:h,onResponderTerminate:b,onResponderTerminationRequest:v,onScrollShouldSetResponder:S,onScrollShouldSetResponderCapture:m,onSelectionChangeShouldSetResponder:y,onSelectionChangeShouldSetResponderCapture:B,onStartShouldSetResponder:R,onStartShouldSetResponderCapture:w});var I=i.useCallback((e=>{null!=o?o(e):null!=l&&(e.stopPropagation(),l(e))}),[o,l]),T=k?"span":"div",L=null!=e.lang?Jr(e.lang):null,O=e.dir||L,M=O||A,W=(e=>ut(e,fn))(x);if(W.dir=O,k||(W.dir=null!=O?O:"auto"),(o||l)&&(W.onClick=I),W.style=[null!=n&&n>1&&{WebkitLineClamp:n},!0===k?hn.textHasAncestor$raw:hn.text$raw,1===n&&hn.textOneLine,null!=n&&n>1&&hn.textMultiLine,e.style,!0===E&&hn.selectable,!1===E&&hn.notSelectable,l&&hn.pressable],null!=e.href&&(T="a",null!=t)){var P=t.download,z=t.rel,F=t.target;null!=P&&(W.download=P),null!=z&&(W.rel=z),"string"==typeof F&&(W.target="_"!==F.charAt(0)?"_"+F:F)}var _=xt(C,Ct(W),r);W.ref=_;var X=et(T,W,{writingDirection:M});return k?X:i.createElement(cn.Provider,{value:!0},X)}));pn.displayName="Text";var gn={backgroundColor:"transparent",border:"0 solid black",boxSizing:"border-box",color:"black",display:"inline",font:"14px System",listStyle:"none",margin:0,padding:0,position:"relative",textAlign:"start",textDecoration:"none",whiteSpace:"pre-wrap",wordWrap:"break-word"},hn=Tr.create({text$raw:gn,textHasAncestor$raw:K(K({},gn),{},{color:"inherit",font:"inherit",textAlign:"inherit",whiteSpace:"inherit"}),textOneLine:{maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",wordWrap:"normal"},textMultiLine:{display:"-webkit-box",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",WebkitBoxOrient:"vertical"},notSelectable:{userSelect:"none"},selectable:{userSelect:"text"},pressable:{cursor:"pointer"}});const bn=pn;let vn=function(e){return e[e.TRANSPARENT=0]="TRANSPARENT",e[e.BASE_100=1]="BASE_100",e[e.BASE_200=2]="BASE_200",e[e.BASE_300=3]="BASE_300",e[e.BASE_400=4]="BASE_400",e[e.BASE_500=5]="BASE_500",e[e.BASE_600=6]="BASE_600",e[e.BASE_700=7]="BASE_700",e[e.BASE_800=8]="BASE_800",e[e.BASE_900=9]="BASE_900",e[e.INVERSE_100=10]="INVERSE_100",e[e.INVERSE_200=11]="INVERSE_200",e[e.INVERSE_300=12]="INVERSE_300",e[e.INVERSE_400=13]="INVERSE_400",e[e.INVERSE_500=14]="INVERSE_500",e[e.INVERSE_600=15]="INVERSE_600",e[e.INVERSE_700=16]="INVERSE_700",e[e.INVERSE_800=17]="INVERSE_800",e[e.INVERSE_900=18]="INVERSE_900",e}({}),Sn=function(e){return e[e.THIN=0]="THIN",e[e.EXTRA_LIGHT=1]="EXTRA_LIGHT",e[e.LIGHT=2]="LIGHT",e[e.REGULAR=3]="REGULAR",e[e.MEDIUM=4]="MEDIUM",e[e.SEMIBOLD=5]="SEMIBOLD",e[e.BOLD=6]="BOLD",e[e.EXTRA_BOLD=7]="EXTRA_BOLD",e[e.BLACK=8]="BLACK",e}({}),mn=function(e){return e[e.X2S=0]="X2S",e[e.XS=1]="XS",e[e.SM=2]="SM",e[e.MD=3]="MD",e[e.LG=4]="LG",e[e.XL=5]="XL",e[e.X2L=6]="X2L",e[e.X3L=7]="X3L",e[e.X4L=8]="X4L",e[e.X5L=9]="X5L",e}({}),yn=function(e){return e.HEADING="heading",e.PARAGRAPH="paragraph",e}({}),Bn=function(e){return e[e.LEFT=0]="LEFT",e[e.CENTER=1]="CENTER",e[e.RIGHT=2]="RIGHT",e}({}),Rn=function(e){return e[e.NONE=0]="NONE",e[e.TIGHT=1]="TIGHT",e[e.SNUG=2]="SNUG",e[e.NORMAL=3]="NORMAL",e[e.RELAXED=4]="RELAXED",e[e.LOOSE=5]="LOOSE",e}({}),wn=function(e){return e[e.H1=0]="H1",e[e.H2=1]="H2",e[e.H3=2]="H3",e[e.H4=3]="H4",e[e.H5=4]="H5",e[e.H6=5]="H6",e[e.P=6]="P",e}({});const En=[wn.H1,wn.H2,wn.H3,wn.H4,wn.H5,wn.H6],xn=Tr.create({textPositionStatic:{position:"static"},textAlignLeft:{textAlign:"left"},textAlignCenter:{textAlign:"center"},textAlignRight:{textAlign:"right"},textColorTransparent:{color:"transparent"}}),kn=new Map,Cn=({type:e,align:r=Bn.LEFT,fontWeight:t=Sn.REGULAR,fontSize:n=mn.MD,lineHeight:o=Rn.NONE,maxLines:a,color:l=vn.BASE_800,children:s})=>{const u=Y(),c=Lr(),d=(0,i.useMemo)((()=>{const e=((e,r)=>{const t=[e,r].join("-");if(kn.has(t))return kn.get(t);const n=Tr.create({textLineHeight:{lineHeight:e*r}});return kn.set(t,n),n})((()=>{switch(n){case mn.X2S:return u.fontSizeBaseX2S;case mn.XS:return u.fontSizeBaseXS;case mn.SM:return u.fontSizeBaseSM;case mn.MD:return u.fontSizeBaseMD;case mn.LG:return u.fontSizeBaseLG;case mn.XL:return u.fontSizeBaseXL;case mn.X2L:return u.fontSizeBaseX2L;case mn.X3L:return u.fontSizeBaseX3L;case mn.X4L:return u.fontSizeBaseX4L;case mn.X5L:return u.fontSizeBaseX5L}})(),(()=>{switch(o){case Rn.NONE:return u.lineHeightBaseNone;case Rn.TIGHT:return u.lineHeightBaseTight;case Rn.SNUG:return u.lineHeightBaseSnug;case Rn.NORMAL:return u.lineHeightBaseNormal;case Rn.RELAXED:return u.lineHeightBaseRelaxed;case Rn.LOOSE:return u.lineHeightBaseLoose}})());return e.textLineHeight}),[n,o,u]);return(0,m.jsx)(bn,{role:wn.P===e?yn.PARAGRAPH:En.includes(e)?yn.HEADING:void 0,"aria-level":(()=>{if(En.includes(e)){if(e===wn.H1)return 1;if(e===wn.H2)return 2;if(e===wn.H3)return 3;if(e===wn.H4)return 4;if(e===wn.H5)return 5;if(e===wn.H6)return 6}})(),style:[xn.textPositionStatic,c.fontFamilyBase,(()=>{switch(r){case Bn.LEFT:return xn.textAlignLeft;case Bn.CENTER:return xn.textAlignCenter;case Bn.RIGHT:return xn.textAlignRight}})(),(()=>{switch(t){case Sn.THIN:return c.fontWeightBaseThin;case Sn.EXTRA_LIGHT:return c.fontWeightBaseExtraLight;case Sn.LIGHT:return c.fontWeightBaseLight;case Sn.REGULAR:return c.fontWeightBaseRegular;case Sn.MEDIUM:return c.fontWeightBaseMedium;case Sn.SEMIBOLD:return c.fontWeightBaseSemibold;case Sn.BOLD:return c.fontWeightBaseBold;case Sn.EXTRA_BOLD:return c.fontWeightBaseExtraBold;case Sn.BLACK:return c.fontWeightBaseBlack}})(),(()=>{switch(n){case mn.X2S:return c.fontSizeBaseX2S;case mn.XS:return c.fontSizeBaseXS;case mn.SM:return c.fontSizeBaseSM;case mn.MD:return c.fontSizeBaseMD;case mn.LG:return c.fontSizeBaseLG;case mn.XL:return c.fontSizeBaseXL;case mn.X2L:return c.fontSizeBaseX2L;case mn.X3L:return c.fontSizeBaseX3L;case mn.X4L:return c.fontSizeBaseX4L;case mn.X5L:return c.fontSizeBaseX5L}})(),d,(()=>{switch(l){case vn.TRANSPARENT:return xn.textColorTransparent;case vn.BASE_100:return c.colorForegroundBase100;case vn.BASE_200:return c.colorForegroundBase200;case vn.BASE_300:return c.colorForegroundBase300;case vn.BASE_400:return c.colorForegroundBase400;case vn.BASE_500:return c.colorForegroundBase500;case vn.BASE_600:return c.colorForegroundBase600;case vn.BASE_700:return c.colorForegroundBase700;case vn.BASE_800:return c.colorForegroundBase800;case vn.BASE_900:return c.colorForegroundBase900;case vn.INVERSE_100:return c.colorForegroundInverse100;case vn.INVERSE_200:return c.colorForegroundInverse200;case vn.INVERSE_300:return c.colorForegroundInverse300;case vn.INVERSE_400:return c.colorForegroundInverse400;case vn.INVERSE_500:return c.colorForegroundInverse500;case vn.INVERSE_600:return c.colorForegroundInverse600;case vn.INVERSE_700:return c.colorForegroundInverse700;case vn.INVERSE_800:return c.colorForegroundInverse800;case vn.INVERSE_900:return c.colorForegroundInverse900}})()],numberOfLines:a,children:s})};Cn.Type=wn,Cn.Align=Bn,Cn.FontWeight=Sn,Cn.FontSize=mn,Cn.LineHeight=Rn,Cn.Color=vn;var An=o(514);const In=An.unmountComponentAtNode;function Tn(){return Tn=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Tn.apply(null,arguments)}var Ln=["hrefAttrs","onLayout","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture"],On=Object.assign({},rt,tt,nt,ot,at,it,lt,st,{href:!0,lang:!0,onScroll:!0,onWheel:!0,pointerEvents:!0}),Mn=i.forwardRef(((e,r)=>{var t=e.hrefAttrs,n=e.onLayout,o=e.onMoveShouldSetResponder,a=e.onMoveShouldSetResponderCapture,l=e.onResponderEnd,s=e.onResponderGrant,u=e.onResponderMove,c=e.onResponderReject,d=e.onResponderRelease,f=e.onResponderStart,p=e.onResponderTerminate,g=e.onResponderTerminationRequest,h=e.onScrollShouldSetResponder,b=e.onScrollShouldSetResponderCapture,v=e.onSelectionChangeShouldSetResponder,S=e.onSelectionChangeShouldSetResponderCapture,m=e.onStartShouldSetResponder,y=e.onStartShouldSetResponderCapture,B=J(e,Ln),R=i.useContext(cn),w=i.useRef(null),E=Qr().direction;Et(w,n),un(w,{onMoveShouldSetResponder:o,onMoveShouldSetResponderCapture:a,onResponderEnd:l,onResponderGrant:s,onResponderMove:u,onResponderReject:c,onResponderRelease:d,onResponderStart:f,onResponderTerminate:p,onResponderTerminationRequest:g,onScrollShouldSetResponder:h,onScrollShouldSetResponderCapture:b,onSelectionChangeShouldSetResponder:v,onSelectionChangeShouldSetResponderCapture:S,onStartShouldSetResponder:m,onStartShouldSetResponderCapture:y});var x="div",k=null!=e.lang?Jr(e.lang):null,C=e.dir||k,A=C||E,I=(e=>ut(e,On))(B);if(I.dir=C,I.style=[Wn.view$raw,R&&Wn.inline,e.style],null!=e.href&&(x="a",null!=t)){var T=t.download,L=t.rel,O=t.target;null!=T&&(I.download=T),null!=L&&(I.rel=L),"string"==typeof O&&(I.target="_"!==O.charAt(0)?"_"+O:O)}var M=xt(w,Ct(I),r);return I.ref=M,et(x,I,{writingDirection:A})}));Mn.displayName="View";var Wn=Tr.create({view$raw:{alignItems:"stretch",backgroundColor:"transparent",border:"0 solid black",boxSizing:"border-box",display:"flex",flexBasis:"auto",flexDirection:"column",flexShrink:0,listStyle:"none",margin:0,minHeight:0,minWidth:0,padding:0,position:"relative",textDecoration:"none",zIndex:0},inline:{display:"inline-flex"}});const Pn=Mn;var zn=i.createContext(null),Fn=i.forwardRef(((e,r)=>{var t=e.children,n=e.WrapperComponent,o=i.createElement(Pn,{children:t,key:1,style:Xn.appContainer});return n&&(o=i.createElement(n,null,o)),i.createElement(zn.Provider,{value:e.rootTag},i.createElement(Pn,{ref:r,style:Xn.appContainer},o))}));Fn.displayName="AppContainer";const _n=Fn;var Xn=Tr.create({appContainer:{flex:1,pointerEvents:"box-none"}}),Nn=o(338);function jn(e,r){return dr(r),(0,Nn.c)(r,e)}function Dn(e,r){dr(r);var t=(0,Nn.H)(r);return t.render(e),t}function Hn(e,r,t){return dr(r),(0,An.hydrate)(e,r,t),{unmount:function(){return In(r)}}}function Gn(e,r,t){return dr(r),(0,An.render)(e,r,t),{unmount:function(){return In(r)}}}var Vn,Yn={},qn={},$n=e=>e();class Un{static getAppKeys(){return Object.keys(qn)}static getApplication(e,r){return d()(qn[e]&&qn[e].getApplication,"Application "+e+" has not been registered. This is either due to an import error during initialization or failure to call AppRegistry.registerComponent."),qn[e].getApplication(r)}static registerComponent(e,r){return qn[e]={getApplication:e=>{return t=$n(r),n=e?e.initialProps:Yn,o=Vn&&Vn(e),{element:l().createElement(_n,{WrapperComponent:o,rootTag:{}},l().createElement(t,n)),getStyleElement:e=>{var r=Tr.getSheet();return l().createElement("style",Tn({},e,{dangerouslySetInnerHTML:{__html:r.textContent},id:r.id}))}};var t,n,o},run:e=>{return t=$n(r),n=Vn&&Vn(e),o=e.callback,i=(a={hydrate:e.hydrate||!1,initialProps:e.initialProps||Yn,mode:e.mode||"concurrent",rootTag:e.rootTag}).initialProps,s=a.mode,u=a.rootTag,c=a.hydrate?"concurrent"===s?jn:Hn:"concurrent"===s?Dn:Gn,d()(u,"Expect to have a valid rootTag, instead got ",u),c(l().createElement(_n,{WrapperComponent:n,ref:o,rootTag:u},l().createElement(t,i)),u);var t,n,o,a,i,s,u,c}},e}static registerConfig(e){e.forEach((e=>{var r=e.appKey,t=e.component,n=e.run;n?Un.registerRunnable(r,n):(d()(t,"No component provider passed in"),Un.registerComponent(r,t))}))}static registerRunnable(e,r){return qn[e]={run:r},e}static runApplication(e,r){return d()(qn[e]&&qn[e].run,'Application "'+e+'" has not been registered. This is either due to an import error during initialization or failure to call AppRegistry.registerComponent.'),qn[e].run(r)}static setComponentProviderInstrumentationHook(e){$n=e}static setWrapperComponentProvider(e){Vn=e}static unmountApplicationComponentAtRootTag(e){In(e)}}const Kn=(e,r="main")=>{const t=Un;t.registerComponent(r,(()=>e));const n=t.getApplication(r,null).getStyleElement();if((0,i.isValidElement)(n))return n};return a})()));
|
|
1
|
+
/*
|
|
2
|
+
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
|
|
3
|
+
* This devtool is neither made for production nor for readable output files.
|
|
4
|
+
* It uses "eval()" calls to create a separate source file in the browser devtools.
|
|
5
|
+
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
|
6
|
+
* or disable the default devtool with "devtool: false".
|
|
7
|
+
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
|
8
|
+
*/
|
|
9
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
11
|
+
module.exports = factory(require("react"), require("react-dom"));
|
|
12
|
+
else if(typeof define === 'function' && define.amd)
|
|
13
|
+
define("creactive", ["react", "react-dom"], factory);
|
|
14
|
+
else if(typeof exports === 'object')
|
|
15
|
+
exports["creactive"] = factory(require("react"), require("react-dom"));
|
|
16
|
+
else
|
|
17
|
+
root["creactive"] = factory(root["react"], root["react-dom"]);
|
|
18
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE_react__, __WEBPACK_EXTERNAL_MODULE_react_dom__) => {
|
|
19
|
+
return /******/ (() => { // webpackBootstrap
|
|
20
|
+
/******/ var __webpack_modules__ = ({
|
|
21
|
+
|
|
22
|
+
/***/ "./source/components/text/constants/color.ts":
|
|
23
|
+
/*!***************************************************!*\
|
|
24
|
+
!*** ./source/components/text/constants/color.ts ***!
|
|
25
|
+
\***************************************************/
|
|
26
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
27
|
+
|
|
28
|
+
"use strict";
|
|
29
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ TextColor: () => (/* binding */ TextColor)\n/* harmony export */ });\nlet TextColor=function(TextColor){TextColor[TextColor[\"TRANSPARENT\"]=0]=\"TRANSPARENT\";TextColor[TextColor[\"BASE_100\"]=1]=\"BASE_100\";TextColor[TextColor[\"BASE_200\"]=2]=\"BASE_200\";TextColor[TextColor[\"BASE_300\"]=3]=\"BASE_300\";TextColor[TextColor[\"BASE_400\"]=4]=\"BASE_400\";TextColor[TextColor[\"BASE_500\"]=5]=\"BASE_500\";TextColor[TextColor[\"BASE_600\"]=6]=\"BASE_600\";TextColor[TextColor[\"BASE_700\"]=7]=\"BASE_700\";TextColor[TextColor[\"BASE_800\"]=8]=\"BASE_800\";TextColor[TextColor[\"BASE_900\"]=9]=\"BASE_900\";TextColor[TextColor[\"INVERSE_100\"]=10]=\"INVERSE_100\";TextColor[TextColor[\"INVERSE_200\"]=11]=\"INVERSE_200\";TextColor[TextColor[\"INVERSE_300\"]=12]=\"INVERSE_300\";TextColor[TextColor[\"INVERSE_400\"]=13]=\"INVERSE_400\";TextColor[TextColor[\"INVERSE_500\"]=14]=\"INVERSE_500\";TextColor[TextColor[\"INVERSE_600\"]=15]=\"INVERSE_600\";TextColor[TextColor[\"INVERSE_700\"]=16]=\"INVERSE_700\";TextColor[TextColor[\"INVERSE_800\"]=17]=\"INVERSE_800\";TextColor[TextColor[\"INVERSE_900\"]=18]=\"INVERSE_900\";return TextColor;}({});\n\n//# sourceURL=webpack://creactive/./source/components/text/constants/color.ts?");
|
|
30
|
+
|
|
31
|
+
/***/ }),
|
|
32
|
+
|
|
33
|
+
/***/ "./source/components/text/constants/font.ts":
|
|
34
|
+
/*!**************************************************!*\
|
|
35
|
+
!*** ./source/components/text/constants/font.ts ***!
|
|
36
|
+
\**************************************************/
|
|
37
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
38
|
+
|
|
39
|
+
"use strict";
|
|
40
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ TextFontSize: () => (/* binding */ TextFontSize),\n/* harmony export */ TextFontWeight: () => (/* binding */ TextFontWeight)\n/* harmony export */ });\nlet TextFontWeight=function(TextFontWeight){TextFontWeight[TextFontWeight[\"THIN\"]=0]=\"THIN\";TextFontWeight[TextFontWeight[\"EXTRA_LIGHT\"]=1]=\"EXTRA_LIGHT\";TextFontWeight[TextFontWeight[\"LIGHT\"]=2]=\"LIGHT\";TextFontWeight[TextFontWeight[\"REGULAR\"]=3]=\"REGULAR\";TextFontWeight[TextFontWeight[\"MEDIUM\"]=4]=\"MEDIUM\";TextFontWeight[TextFontWeight[\"SEMIBOLD\"]=5]=\"SEMIBOLD\";TextFontWeight[TextFontWeight[\"BOLD\"]=6]=\"BOLD\";TextFontWeight[TextFontWeight[\"EXTRA_BOLD\"]=7]=\"EXTRA_BOLD\";TextFontWeight[TextFontWeight[\"BLACK\"]=8]=\"BLACK\";return TextFontWeight;}({});let TextFontSize=function(TextFontSize){TextFontSize[TextFontSize[\"X2S\"]=0]=\"X2S\";TextFontSize[TextFontSize[\"XS\"]=1]=\"XS\";TextFontSize[TextFontSize[\"SM\"]=2]=\"SM\";TextFontSize[TextFontSize[\"MD\"]=3]=\"MD\";TextFontSize[TextFontSize[\"LG\"]=4]=\"LG\";TextFontSize[TextFontSize[\"XL\"]=5]=\"XL\";TextFontSize[TextFontSize[\"X2L\"]=6]=\"X2L\";TextFontSize[TextFontSize[\"X3L\"]=7]=\"X3L\";TextFontSize[TextFontSize[\"X4L\"]=8]=\"X4L\";TextFontSize[TextFontSize[\"X5L\"]=9]=\"X5L\";return TextFontSize;}({});\n\n//# sourceURL=webpack://creactive/./source/components/text/constants/font.ts?");
|
|
41
|
+
|
|
42
|
+
/***/ }),
|
|
43
|
+
|
|
44
|
+
/***/ "./source/components/text/constants/index.ts":
|
|
45
|
+
/*!***************************************************!*\
|
|
46
|
+
!*** ./source/components/text/constants/index.ts ***!
|
|
47
|
+
\***************************************************/
|
|
48
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
49
|
+
|
|
50
|
+
"use strict";
|
|
51
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ TEXT_TYPE_HEADING: () => (/* reexport safe */ _type__WEBPACK_IMPORTED_MODULE_4__.TEXT_TYPE_HEADING),\n/* harmony export */ TextAlign: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_3__.TextAlign),\n/* harmony export */ TextColor: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.TextColor),\n/* harmony export */ TextFontSize: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.TextFontSize),\n/* harmony export */ TextFontWeight: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.TextFontWeight),\n/* harmony export */ TextLineHeight: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight),\n/* harmony export */ TextRole: () => (/* reexport safe */ _role__WEBPACK_IMPORTED_MODULE_2__.TextRole),\n/* harmony export */ TextType: () => (/* reexport safe */ _type__WEBPACK_IMPORTED_MODULE_4__.TextType)\n/* harmony export */ });\n/* harmony import */ var _color__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./color */ \"./source/components/text/constants/color.ts\");\n/* harmony import */ var _font__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./font */ \"./source/components/text/constants/font.ts\");\n/* harmony import */ var _role__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./role */ \"./source/components/text/constants/role.ts\");\n/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./text */ \"./source/components/text/constants/text.ts\");\n/* harmony import */ var _type__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./type */ \"./source/components/text/constants/type.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/components/text/constants/index.ts?");
|
|
52
|
+
|
|
53
|
+
/***/ }),
|
|
54
|
+
|
|
55
|
+
/***/ "./source/components/text/constants/role.ts":
|
|
56
|
+
/*!**************************************************!*\
|
|
57
|
+
!*** ./source/components/text/constants/role.ts ***!
|
|
58
|
+
\**************************************************/
|
|
59
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
60
|
+
|
|
61
|
+
"use strict";
|
|
62
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ TextRole: () => (/* binding */ TextRole)\n/* harmony export */ });\nlet TextRole=function(TextRole){TextRole[\"HEADING\"]=\"heading\";TextRole[\"PARAGRAPH\"]=\"paragraph\";return TextRole;}({});\n\n//# sourceURL=webpack://creactive/./source/components/text/constants/role.ts?");
|
|
63
|
+
|
|
64
|
+
/***/ }),
|
|
65
|
+
|
|
66
|
+
/***/ "./source/components/text/constants/text.ts":
|
|
67
|
+
/*!**************************************************!*\
|
|
68
|
+
!*** ./source/components/text/constants/text.ts ***!
|
|
69
|
+
\**************************************************/
|
|
70
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
71
|
+
|
|
72
|
+
"use strict";
|
|
73
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ TextAlign: () => (/* binding */ TextAlign),\n/* harmony export */ TextLineHeight: () => (/* binding */ TextLineHeight)\n/* harmony export */ });\nlet TextAlign=function(TextAlign){TextAlign[TextAlign[\"LEFT\"]=0]=\"LEFT\";TextAlign[TextAlign[\"CENTER\"]=1]=\"CENTER\";TextAlign[TextAlign[\"RIGHT\"]=2]=\"RIGHT\";return TextAlign;}({});let TextLineHeight=function(TextLineHeight){TextLineHeight[TextLineHeight[\"NONE\"]=0]=\"NONE\";TextLineHeight[TextLineHeight[\"TIGHT\"]=1]=\"TIGHT\";TextLineHeight[TextLineHeight[\"SNUG\"]=2]=\"SNUG\";TextLineHeight[TextLineHeight[\"NORMAL\"]=3]=\"NORMAL\";TextLineHeight[TextLineHeight[\"RELAXED\"]=4]=\"RELAXED\";TextLineHeight[TextLineHeight[\"LOOSE\"]=5]=\"LOOSE\";return TextLineHeight;}({});\n\n//# sourceURL=webpack://creactive/./source/components/text/constants/text.ts?");
|
|
74
|
+
|
|
75
|
+
/***/ }),
|
|
76
|
+
|
|
77
|
+
/***/ "./source/components/text/constants/type.ts":
|
|
78
|
+
/*!**************************************************!*\
|
|
79
|
+
!*** ./source/components/text/constants/type.ts ***!
|
|
80
|
+
\**************************************************/
|
|
81
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
82
|
+
|
|
83
|
+
"use strict";
|
|
84
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ TEXT_TYPE_HEADING: () => (/* binding */ TEXT_TYPE_HEADING),\n/* harmony export */ TextType: () => (/* binding */ TextType)\n/* harmony export */ });\nlet TextType=function(TextType){TextType[TextType[\"H1\"]=0]=\"H1\";TextType[TextType[\"H2\"]=1]=\"H2\";TextType[TextType[\"H3\"]=2]=\"H3\";TextType[TextType[\"H4\"]=3]=\"H4\";TextType[TextType[\"H5\"]=4]=\"H5\";TextType[TextType[\"H6\"]=5]=\"H6\";TextType[TextType[\"P\"]=6]=\"P\";return TextType;}({});const TEXT_TYPE_HEADING=[TextType.H1,TextType.H2,TextType.H3,TextType.H4,TextType.H5,TextType.H6];\n\n//# sourceURL=webpack://creactive/./source/components/text/constants/type.ts?");
|
|
85
|
+
|
|
86
|
+
/***/ }),
|
|
87
|
+
|
|
88
|
+
/***/ "./source/components/text/index.ts":
|
|
89
|
+
/*!*****************************************!*\
|
|
90
|
+
!*** ./source/components/text/index.ts ***!
|
|
91
|
+
\*****************************************/
|
|
92
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
93
|
+
|
|
94
|
+
"use strict";
|
|
95
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Text: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_0__.Text)\n/* harmony export */ });\n/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./text */ \"./source/components/text/text.tsx\");\n\n\n//# sourceURL=webpack://creactive/./source/components/text/index.ts?");
|
|
96
|
+
|
|
97
|
+
/***/ }),
|
|
98
|
+
|
|
99
|
+
/***/ "./source/components/text/text.tsx":
|
|
100
|
+
/*!*****************************************!*\
|
|
101
|
+
!*** ./source/components/text/text.tsx ***!
|
|
102
|
+
\*****************************************/
|
|
103
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
104
|
+
|
|
105
|
+
"use strict";
|
|
106
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Text: () => (/* binding */ Text)\n/* harmony export */ });\n/* harmony import */ var _contexts__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/contexts */ \"./source/contexts/index.ts\");\n/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/hooks */ \"./source/hooks/index.ts\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var react_native_web_dist_exports_Text__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react-native-web/dist/exports/Text */ \"./node_modules/react-native-web/dist/exports/Text/index.js\");\n/* harmony import */ var react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react-native-web/dist/exports/StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./constants */ \"./source/components/text/constants/index.ts\");\n/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! react/jsx-runtime */ \"./node_modules/react/jsx-runtime.js\");\nconst textStyleSheet=react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_5__[\"default\"].create({textPositionStatic:{position:'static'},textAlignLeft:{textAlign:'left'},textAlignCenter:{textAlign:'center'},textAlignRight:{textAlign:'right'},textColorTransparent:{color:'transparent'}});const lineHeightStyleSheetCache=new Map();const getLineHeightStyleSheet=(fontSize,lineHeight)=>{const cacheKey=[fontSize,lineHeight].join('-');if(lineHeightStyleSheetCache.has(cacheKey)){return lineHeightStyleSheetCache.get(cacheKey);}const lineHeightStyleSheet=react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_5__[\"default\"].create({textLineHeight:{lineHeight:fontSize*lineHeight}});lineHeightStyleSheetCache.set(cacheKey,lineHeightStyleSheet);return lineHeightStyleSheet;};const Text=({type,align=_constants__WEBPACK_IMPORTED_MODULE_3__.TextAlign.LEFT,fontWeight=_constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.REGULAR,fontSize=_constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.MD,lineHeight=_constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight.NONE,maxLines,color=_constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_800,children})=>{const themeContext=(0,_contexts__WEBPACK_IMPORTED_MODULE_0__.useThemeContext)();const themeStyleSheet=(0,_hooks__WEBPACK_IMPORTED_MODULE_1__.useThemeStyleSheet)();const getRole=()=>{if(_constants__WEBPACK_IMPORTED_MODULE_3__.TextType.P===type)return _constants__WEBPACK_IMPORTED_MODULE_3__.TextRole.PARAGRAPH;if(_constants__WEBPACK_IMPORTED_MODULE_3__.TEXT_TYPE_HEADING.includes(type))return _constants__WEBPACK_IMPORTED_MODULE_3__.TextRole.HEADING;};const getAriaLevel=()=>{if(_constants__WEBPACK_IMPORTED_MODULE_3__.TEXT_TYPE_HEADING.includes(type)){if(type===_constants__WEBPACK_IMPORTED_MODULE_3__.TextType.H1)return 1;if(type===_constants__WEBPACK_IMPORTED_MODULE_3__.TextType.H2)return 2;if(type===_constants__WEBPACK_IMPORTED_MODULE_3__.TextType.H3)return 3;if(type===_constants__WEBPACK_IMPORTED_MODULE_3__.TextType.H4)return 4;if(type===_constants__WEBPACK_IMPORTED_MODULE_3__.TextType.H5)return 5;if(type===_constants__WEBPACK_IMPORTED_MODULE_3__.TextType.H6)return 6;}};const getAlignStyle=()=>{switch(align){case _constants__WEBPACK_IMPORTED_MODULE_3__.TextAlign.LEFT:return textStyleSheet.textAlignLeft;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextAlign.CENTER:return textStyleSheet.textAlignCenter;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextAlign.RIGHT:return textStyleSheet.textAlignRight;}};const getFontWeightStyle=()=>{switch(fontWeight){case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.THIN:return themeStyleSheet.fontWeightBaseThin;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.EXTRA_LIGHT:return themeStyleSheet.fontWeightBaseExtraLight;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.LIGHT:return themeStyleSheet.fontWeightBaseLight;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.REGULAR:return themeStyleSheet.fontWeightBaseRegular;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.MEDIUM:return themeStyleSheet.fontWeightBaseMedium;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.SEMIBOLD:return themeStyleSheet.fontWeightBaseSemibold;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.BOLD:return themeStyleSheet.fontWeightBaseBold;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.EXTRA_BOLD:return themeStyleSheet.fontWeightBaseExtraBold;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight.BLACK:return themeStyleSheet.fontWeightBaseBlack;}};const getFontSizeStyle=()=>{switch(fontSize){case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X2S:return themeStyleSheet.fontSizeBaseX2S;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.XS:return themeStyleSheet.fontSizeBaseXS;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.SM:return themeStyleSheet.fontSizeBaseSM;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.MD:return themeStyleSheet.fontSizeBaseMD;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.LG:return themeStyleSheet.fontSizeBaseLG;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.XL:return themeStyleSheet.fontSizeBaseXL;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X2L:return themeStyleSheet.fontSizeBaseX2L;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X3L:return themeStyleSheet.fontSizeBaseX3L;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X4L:return themeStyleSheet.fontSizeBaseX4L;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X5L:return themeStyleSheet.fontSizeBaseX5L;}};const lineHeightStyle=(0,react__WEBPACK_IMPORTED_MODULE_2__.useMemo)(()=>{const getFontSizeTokenValue=()=>{switch(fontSize){case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X2S:return themeContext.fontSizeBaseX2S;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.XS:return themeContext.fontSizeBaseXS;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.SM:return themeContext.fontSizeBaseSM;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.MD:return themeContext.fontSizeBaseMD;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.LG:return themeContext.fontSizeBaseLG;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.XL:return themeContext.fontSizeBaseXL;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X2L:return themeContext.fontSizeBaseX2L;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X3L:return themeContext.fontSizeBaseX3L;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X4L:return themeContext.fontSizeBaseX4L;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize.X5L:return themeContext.fontSizeBaseX5L;}};const getLineHeightTokenValue=()=>{switch(lineHeight){case _constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight.NONE:return themeContext.lineHeightBaseNone;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight.TIGHT:return themeContext.lineHeightBaseTight;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight.SNUG:return themeContext.lineHeightBaseSnug;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight.NORMAL:return themeContext.lineHeightBaseNormal;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight.RELAXED:return themeContext.lineHeightBaseRelaxed;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight.LOOSE:return themeContext.lineHeightBaseLoose;}};const lineHeightStyleSheet=getLineHeightStyleSheet(getFontSizeTokenValue(),getLineHeightTokenValue());return lineHeightStyleSheet.textLineHeight;},[fontSize,lineHeight,themeContext]);const getColorStyle=()=>{switch(color){case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.TRANSPARENT:return textStyleSheet.textColorTransparent;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_100:return themeStyleSheet.colorForegroundBase100;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_200:return themeStyleSheet.colorForegroundBase200;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_300:return themeStyleSheet.colorForegroundBase300;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_400:return themeStyleSheet.colorForegroundBase400;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_500:return themeStyleSheet.colorForegroundBase500;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_600:return themeStyleSheet.colorForegroundBase600;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_700:return themeStyleSheet.colorForegroundBase700;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_800:return themeStyleSheet.colorForegroundBase800;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.BASE_900:return themeStyleSheet.colorForegroundBase900;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_100:return themeStyleSheet.colorForegroundInverse100;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_200:return themeStyleSheet.colorForegroundInverse200;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_300:return themeStyleSheet.colorForegroundInverse300;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_400:return themeStyleSheet.colorForegroundInverse400;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_500:return themeStyleSheet.colorForegroundInverse500;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_600:return themeStyleSheet.colorForegroundInverse600;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_700:return themeStyleSheet.colorForegroundInverse700;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_800:return themeStyleSheet.colorForegroundInverse800;case _constants__WEBPACK_IMPORTED_MODULE_3__.TextColor.INVERSE_900:return themeStyleSheet.colorForegroundInverse900;}};return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(react_native_web_dist_exports_Text__WEBPACK_IMPORTED_MODULE_6__[\"default\"],{role:getRole(),\"aria-level\":getAriaLevel(),style:[textStyleSheet.textPositionStatic,themeStyleSheet.fontFamilyBase,getAlignStyle(),getFontWeightStyle(),getFontSizeStyle(),lineHeightStyle,getColorStyle()],numberOfLines:maxLines,children:children});};Text.Type=_constants__WEBPACK_IMPORTED_MODULE_3__.TextType;Text.Align=_constants__WEBPACK_IMPORTED_MODULE_3__.TextAlign;Text.FontWeight=_constants__WEBPACK_IMPORTED_MODULE_3__.TextFontWeight;Text.FontSize=_constants__WEBPACK_IMPORTED_MODULE_3__.TextFontSize;Text.LineHeight=_constants__WEBPACK_IMPORTED_MODULE_3__.TextLineHeight;Text.Color=_constants__WEBPACK_IMPORTED_MODULE_3__.TextColor;\n\n//# sourceURL=webpack://creactive/./source/components/text/text.tsx?");
|
|
107
|
+
|
|
108
|
+
/***/ }),
|
|
109
|
+
|
|
110
|
+
/***/ "./source/constants/index.ts":
|
|
111
|
+
/*!***********************************!*\
|
|
112
|
+
!*** ./source/constants/index.ts ***!
|
|
113
|
+
\***********************************/
|
|
114
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
115
|
+
|
|
116
|
+
"use strict";
|
|
117
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ COLOR_FOREGROUND_BASE_100: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_100),\n/* harmony export */ COLOR_FOREGROUND_BASE_200: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_200),\n/* harmony export */ COLOR_FOREGROUND_BASE_300: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_300),\n/* harmony export */ COLOR_FOREGROUND_BASE_400: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_400),\n/* harmony export */ COLOR_FOREGROUND_BASE_500: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_500),\n/* harmony export */ COLOR_FOREGROUND_BASE_600: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_600),\n/* harmony export */ COLOR_FOREGROUND_BASE_700: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_700),\n/* harmony export */ COLOR_FOREGROUND_BASE_800: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_800),\n/* harmony export */ COLOR_FOREGROUND_BASE_900: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_900),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_100: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_100),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_200: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_200),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_300: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_300),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_400: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_400),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_500: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_500),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_600: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_600),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_700: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_700),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_800: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_800),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_900: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_900),\n/* harmony export */ FONT_FAMILY_BASE: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_FAMILY_BASE),\n/* harmony export */ FONT_SIZE_BASE_LG: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_LG),\n/* harmony export */ FONT_SIZE_BASE_MD: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_MD),\n/* harmony export */ FONT_SIZE_BASE_SM: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_SM),\n/* harmony export */ FONT_SIZE_BASE_X2L: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X2L),\n/* harmony export */ FONT_SIZE_BASE_X2S: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X2S),\n/* harmony export */ FONT_SIZE_BASE_X3L: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X3L),\n/* harmony export */ FONT_SIZE_BASE_X4L: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X4L),\n/* harmony export */ FONT_SIZE_BASE_X5L: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X5L),\n/* harmony export */ FONT_SIZE_BASE_XL: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_XL),\n/* harmony export */ FONT_SIZE_BASE_XS: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_XS),\n/* harmony export */ FONT_WEIGHT_BASE_BLACK: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_BLACK),\n/* harmony export */ FONT_WEIGHT_BASE_BOLD: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_BOLD),\n/* harmony export */ FONT_WEIGHT_BASE_EXTRABOLD: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_EXTRABOLD),\n/* harmony export */ FONT_WEIGHT_BASE_EXTRALIGHT: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_EXTRALIGHT),\n/* harmony export */ FONT_WEIGHT_BASE_LIGHT: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_LIGHT),\n/* harmony export */ FONT_WEIGHT_BASE_MEDIUM: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_MEDIUM),\n/* harmony export */ FONT_WEIGHT_BASE_REGULAR: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_REGULAR),\n/* harmony export */ FONT_WEIGHT_BASE_SEMIBOLD: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_SEMIBOLD),\n/* harmony export */ FONT_WEIGHT_BASE_THIN: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_THIN),\n/* harmony export */ LINE_HEIGHT_BASE_LOOSE: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_LOOSE),\n/* harmony export */ LINE_HEIGHT_BASE_NONE: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_NONE),\n/* harmony export */ LINE_HEIGHT_BASE_NORMAL: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_NORMAL),\n/* harmony export */ LINE_HEIGHT_BASE_RELAXED: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_RELAXED),\n/* harmony export */ LINE_HEIGHT_BASE_SNUG: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_SNUG),\n/* harmony export */ LINE_HEIGHT_BASE_TIGHT: () => (/* reexport safe */ _constants_theme__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_TIGHT)\n/* harmony export */ });\n/* harmony import */ var _constants_theme__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/constants/theme */ \"./source/constants/theme/index.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/constants/index.ts?");
|
|
118
|
+
|
|
119
|
+
/***/ }),
|
|
120
|
+
|
|
121
|
+
/***/ "./source/constants/theme/color.ts":
|
|
122
|
+
/*!*****************************************!*\
|
|
123
|
+
!*** ./source/constants/theme/color.ts ***!
|
|
124
|
+
\*****************************************/
|
|
125
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
126
|
+
|
|
127
|
+
"use strict";
|
|
128
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ COLOR_FOREGROUND_BASE_100: () => (/* binding */ COLOR_FOREGROUND_BASE_100),\n/* harmony export */ COLOR_FOREGROUND_BASE_200: () => (/* binding */ COLOR_FOREGROUND_BASE_200),\n/* harmony export */ COLOR_FOREGROUND_BASE_300: () => (/* binding */ COLOR_FOREGROUND_BASE_300),\n/* harmony export */ COLOR_FOREGROUND_BASE_400: () => (/* binding */ COLOR_FOREGROUND_BASE_400),\n/* harmony export */ COLOR_FOREGROUND_BASE_500: () => (/* binding */ COLOR_FOREGROUND_BASE_500),\n/* harmony export */ COLOR_FOREGROUND_BASE_600: () => (/* binding */ COLOR_FOREGROUND_BASE_600),\n/* harmony export */ COLOR_FOREGROUND_BASE_700: () => (/* binding */ COLOR_FOREGROUND_BASE_700),\n/* harmony export */ COLOR_FOREGROUND_BASE_800: () => (/* binding */ COLOR_FOREGROUND_BASE_800),\n/* harmony export */ COLOR_FOREGROUND_BASE_900: () => (/* binding */ COLOR_FOREGROUND_BASE_900),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_100: () => (/* binding */ COLOR_FOREGROUND_INVERSE_100),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_200: () => (/* binding */ COLOR_FOREGROUND_INVERSE_200),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_300: () => (/* binding */ COLOR_FOREGROUND_INVERSE_300),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_400: () => (/* binding */ COLOR_FOREGROUND_INVERSE_400),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_500: () => (/* binding */ COLOR_FOREGROUND_INVERSE_500),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_600: () => (/* binding */ COLOR_FOREGROUND_INVERSE_600),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_700: () => (/* binding */ COLOR_FOREGROUND_INVERSE_700),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_800: () => (/* binding */ COLOR_FOREGROUND_INVERSE_800),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_900: () => (/* binding */ COLOR_FOREGROUND_INVERSE_900)\n/* harmony export */ });\nconst COLOR_FOREGROUND_BASE_100='rgb(244,244,245)';const COLOR_FOREGROUND_BASE_200='rgb(228,228,231)';const COLOR_FOREGROUND_BASE_300='rgb(212,212,216)';const COLOR_FOREGROUND_BASE_400='rgb(159,159,169)';const COLOR_FOREGROUND_BASE_500='rgb(113,113,123)';const COLOR_FOREGROUND_BASE_600='rgb(82,82,92)';const COLOR_FOREGROUND_BASE_700='rgb(63,63,70)';const COLOR_FOREGROUND_BASE_800='rgb(39,39,42)';const COLOR_FOREGROUND_BASE_900='rgb(24,24,27)';const COLOR_FOREGROUND_INVERSE_100='rgb(24,24,27)';const COLOR_FOREGROUND_INVERSE_200='rgb(39,39,42)';const COLOR_FOREGROUND_INVERSE_300='rgb(63,63,70)';const COLOR_FOREGROUND_INVERSE_400='rgb(82,82,92)';const COLOR_FOREGROUND_INVERSE_500='rgb(113,113,123)';const COLOR_FOREGROUND_INVERSE_600='rgb(159,159,169)';const COLOR_FOREGROUND_INVERSE_700='rgb(212,212,216)';const COLOR_FOREGROUND_INVERSE_800='rgb(228,228,231)';const COLOR_FOREGROUND_INVERSE_900='rgb(244,244,245)';\n\n//# sourceURL=webpack://creactive/./source/constants/theme/color.ts?");
|
|
129
|
+
|
|
130
|
+
/***/ }),
|
|
131
|
+
|
|
132
|
+
/***/ "./source/constants/theme/font.ts":
|
|
133
|
+
/*!****************************************!*\
|
|
134
|
+
!*** ./source/constants/theme/font.ts ***!
|
|
135
|
+
\****************************************/
|
|
136
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
137
|
+
|
|
138
|
+
"use strict";
|
|
139
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ FONT_FAMILY_BASE: () => (/* binding */ FONT_FAMILY_BASE),\n/* harmony export */ FONT_SIZE_BASE_LG: () => (/* binding */ FONT_SIZE_BASE_LG),\n/* harmony export */ FONT_SIZE_BASE_MD: () => (/* binding */ FONT_SIZE_BASE_MD),\n/* harmony export */ FONT_SIZE_BASE_SM: () => (/* binding */ FONT_SIZE_BASE_SM),\n/* harmony export */ FONT_SIZE_BASE_X2L: () => (/* binding */ FONT_SIZE_BASE_X2L),\n/* harmony export */ FONT_SIZE_BASE_X2S: () => (/* binding */ FONT_SIZE_BASE_X2S),\n/* harmony export */ FONT_SIZE_BASE_X3L: () => (/* binding */ FONT_SIZE_BASE_X3L),\n/* harmony export */ FONT_SIZE_BASE_X4L: () => (/* binding */ FONT_SIZE_BASE_X4L),\n/* harmony export */ FONT_SIZE_BASE_X5L: () => (/* binding */ FONT_SIZE_BASE_X5L),\n/* harmony export */ FONT_SIZE_BASE_XL: () => (/* binding */ FONT_SIZE_BASE_XL),\n/* harmony export */ FONT_SIZE_BASE_XS: () => (/* binding */ FONT_SIZE_BASE_XS),\n/* harmony export */ FONT_WEIGHT_BASE_BLACK: () => (/* binding */ FONT_WEIGHT_BASE_BLACK),\n/* harmony export */ FONT_WEIGHT_BASE_BOLD: () => (/* binding */ FONT_WEIGHT_BASE_BOLD),\n/* harmony export */ FONT_WEIGHT_BASE_EXTRABOLD: () => (/* binding */ FONT_WEIGHT_BASE_EXTRABOLD),\n/* harmony export */ FONT_WEIGHT_BASE_EXTRALIGHT: () => (/* binding */ FONT_WEIGHT_BASE_EXTRALIGHT),\n/* harmony export */ FONT_WEIGHT_BASE_LIGHT: () => (/* binding */ FONT_WEIGHT_BASE_LIGHT),\n/* harmony export */ FONT_WEIGHT_BASE_MEDIUM: () => (/* binding */ FONT_WEIGHT_BASE_MEDIUM),\n/* harmony export */ FONT_WEIGHT_BASE_REGULAR: () => (/* binding */ FONT_WEIGHT_BASE_REGULAR),\n/* harmony export */ FONT_WEIGHT_BASE_SEMIBOLD: () => (/* binding */ FONT_WEIGHT_BASE_SEMIBOLD),\n/* harmony export */ FONT_WEIGHT_BASE_THIN: () => (/* binding */ FONT_WEIGHT_BASE_THIN)\n/* harmony export */ });\nconst FONT_FAMILY_BASE=['ui-sans-serif','-apple-system','BlinkMacSystemFont','\"Segoe UI\"','Roboto','Helvetica','Arial','sans-serif'].join(',');const FONT_WEIGHT_BASE_THIN=100;const FONT_WEIGHT_BASE_EXTRALIGHT=200;const FONT_WEIGHT_BASE_LIGHT=300;const FONT_WEIGHT_BASE_REGULAR=400;const FONT_WEIGHT_BASE_MEDIUM=500;const FONT_WEIGHT_BASE_SEMIBOLD=600;const FONT_WEIGHT_BASE_BOLD=700;const FONT_WEIGHT_BASE_EXTRABOLD=800;const FONT_WEIGHT_BASE_BLACK=900;const FONT_SIZE_BASE_X2S=12;const FONT_SIZE_BASE_XS=14;const FONT_SIZE_BASE_SM=16;const FONT_SIZE_BASE_MD=18;const FONT_SIZE_BASE_LG=20;const FONT_SIZE_BASE_XL=24;const FONT_SIZE_BASE_X2L=30;const FONT_SIZE_BASE_X3L=36;const FONT_SIZE_BASE_X4L=48;const FONT_SIZE_BASE_X5L=60;\n\n//# sourceURL=webpack://creactive/./source/constants/theme/font.ts?");
|
|
140
|
+
|
|
141
|
+
/***/ }),
|
|
142
|
+
|
|
143
|
+
/***/ "./source/constants/theme/index.ts":
|
|
144
|
+
/*!*****************************************!*\
|
|
145
|
+
!*** ./source/constants/theme/index.ts ***!
|
|
146
|
+
\*****************************************/
|
|
147
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
148
|
+
|
|
149
|
+
"use strict";
|
|
150
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ COLOR_FOREGROUND_BASE_100: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_100),\n/* harmony export */ COLOR_FOREGROUND_BASE_200: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_200),\n/* harmony export */ COLOR_FOREGROUND_BASE_300: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_300),\n/* harmony export */ COLOR_FOREGROUND_BASE_400: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_400),\n/* harmony export */ COLOR_FOREGROUND_BASE_500: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_500),\n/* harmony export */ COLOR_FOREGROUND_BASE_600: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_600),\n/* harmony export */ COLOR_FOREGROUND_BASE_700: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_700),\n/* harmony export */ COLOR_FOREGROUND_BASE_800: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_800),\n/* harmony export */ COLOR_FOREGROUND_BASE_900: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_900),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_100: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_100),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_200: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_200),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_300: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_300),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_400: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_400),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_500: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_500),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_600: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_600),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_700: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_700),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_800: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_800),\n/* harmony export */ COLOR_FOREGROUND_INVERSE_900: () => (/* reexport safe */ _color__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_900),\n/* harmony export */ FONT_FAMILY_BASE: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_FAMILY_BASE),\n/* harmony export */ FONT_SIZE_BASE_LG: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_LG),\n/* harmony export */ FONT_SIZE_BASE_MD: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_MD),\n/* harmony export */ FONT_SIZE_BASE_SM: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_SM),\n/* harmony export */ FONT_SIZE_BASE_X2L: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_X2L),\n/* harmony export */ FONT_SIZE_BASE_X2S: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_X2S),\n/* harmony export */ FONT_SIZE_BASE_X3L: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_X3L),\n/* harmony export */ FONT_SIZE_BASE_X4L: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_X4L),\n/* harmony export */ FONT_SIZE_BASE_X5L: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_X5L),\n/* harmony export */ FONT_SIZE_BASE_XL: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_XL),\n/* harmony export */ FONT_SIZE_BASE_XS: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_SIZE_BASE_XS),\n/* harmony export */ FONT_WEIGHT_BASE_BLACK: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_BLACK),\n/* harmony export */ FONT_WEIGHT_BASE_BOLD: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_BOLD),\n/* harmony export */ FONT_WEIGHT_BASE_EXTRABOLD: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_EXTRABOLD),\n/* harmony export */ FONT_WEIGHT_BASE_EXTRALIGHT: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_EXTRALIGHT),\n/* harmony export */ FONT_WEIGHT_BASE_LIGHT: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_LIGHT),\n/* harmony export */ FONT_WEIGHT_BASE_MEDIUM: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_MEDIUM),\n/* harmony export */ FONT_WEIGHT_BASE_REGULAR: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_REGULAR),\n/* harmony export */ FONT_WEIGHT_BASE_SEMIBOLD: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_SEMIBOLD),\n/* harmony export */ FONT_WEIGHT_BASE_THIN: () => (/* reexport safe */ _font__WEBPACK_IMPORTED_MODULE_1__.FONT_WEIGHT_BASE_THIN),\n/* harmony export */ LINE_HEIGHT_BASE_LOOSE: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_2__.LINE_HEIGHT_BASE_LOOSE),\n/* harmony export */ LINE_HEIGHT_BASE_NONE: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_2__.LINE_HEIGHT_BASE_NONE),\n/* harmony export */ LINE_HEIGHT_BASE_NORMAL: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_2__.LINE_HEIGHT_BASE_NORMAL),\n/* harmony export */ LINE_HEIGHT_BASE_RELAXED: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_2__.LINE_HEIGHT_BASE_RELAXED),\n/* harmony export */ LINE_HEIGHT_BASE_SNUG: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_2__.LINE_HEIGHT_BASE_SNUG),\n/* harmony export */ LINE_HEIGHT_BASE_TIGHT: () => (/* reexport safe */ _text__WEBPACK_IMPORTED_MODULE_2__.LINE_HEIGHT_BASE_TIGHT)\n/* harmony export */ });\n/* harmony import */ var _color__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./color */ \"./source/constants/theme/color.ts\");\n/* harmony import */ var _font__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./font */ \"./source/constants/theme/font.ts\");\n/* harmony import */ var _text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./text */ \"./source/constants/theme/text.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/constants/theme/index.ts?");
|
|
151
|
+
|
|
152
|
+
/***/ }),
|
|
153
|
+
|
|
154
|
+
/***/ "./source/constants/theme/text.ts":
|
|
155
|
+
/*!****************************************!*\
|
|
156
|
+
!*** ./source/constants/theme/text.ts ***!
|
|
157
|
+
\****************************************/
|
|
158
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
159
|
+
|
|
160
|
+
"use strict";
|
|
161
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ LINE_HEIGHT_BASE_LOOSE: () => (/* binding */ LINE_HEIGHT_BASE_LOOSE),\n/* harmony export */ LINE_HEIGHT_BASE_NONE: () => (/* binding */ LINE_HEIGHT_BASE_NONE),\n/* harmony export */ LINE_HEIGHT_BASE_NORMAL: () => (/* binding */ LINE_HEIGHT_BASE_NORMAL),\n/* harmony export */ LINE_HEIGHT_BASE_RELAXED: () => (/* binding */ LINE_HEIGHT_BASE_RELAXED),\n/* harmony export */ LINE_HEIGHT_BASE_SNUG: () => (/* binding */ LINE_HEIGHT_BASE_SNUG),\n/* harmony export */ LINE_HEIGHT_BASE_TIGHT: () => (/* binding */ LINE_HEIGHT_BASE_TIGHT)\n/* harmony export */ });\nconst LINE_HEIGHT_BASE_NONE=1;const LINE_HEIGHT_BASE_TIGHT=1.25;const LINE_HEIGHT_BASE_SNUG=1.375;const LINE_HEIGHT_BASE_NORMAL=1.5;const LINE_HEIGHT_BASE_RELAXED=1.625;const LINE_HEIGHT_BASE_LOOSE=2;\n\n//# sourceURL=webpack://creactive/./source/constants/theme/text.ts?");
|
|
162
|
+
|
|
163
|
+
/***/ }),
|
|
164
|
+
|
|
165
|
+
/***/ "./source/contexts/index.ts":
|
|
166
|
+
/*!**********************************!*\
|
|
167
|
+
!*** ./source/contexts/index.ts ***!
|
|
168
|
+
\**********************************/
|
|
169
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
170
|
+
|
|
171
|
+
"use strict";
|
|
172
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Media: () => (/* reexport safe */ _contexts_media__WEBPACK_IMPORTED_MODULE_0__.Media),\n/* harmony export */ MediaContextProvider: () => (/* reexport safe */ _contexts_media__WEBPACK_IMPORTED_MODULE_0__.MediaContextProvider),\n/* harmony export */ ThemeContextProvider: () => (/* reexport safe */ _contexts_theme__WEBPACK_IMPORTED_MODULE_1__.ThemeContextProvider),\n/* harmony export */ useMediaContext: () => (/* reexport safe */ _contexts_media__WEBPACK_IMPORTED_MODULE_0__.useMediaContext),\n/* harmony export */ useThemeContext: () => (/* reexport safe */ _contexts_theme__WEBPACK_IMPORTED_MODULE_1__.useThemeContext)\n/* harmony export */ });\n/* harmony import */ var _contexts_media__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/contexts/media */ \"./source/contexts/media/index.ts\");\n/* harmony import */ var _contexts_theme__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/contexts/theme */ \"./source/contexts/theme/index.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/index.ts?");
|
|
173
|
+
|
|
174
|
+
/***/ }),
|
|
175
|
+
|
|
176
|
+
/***/ "./source/contexts/media/components/index.ts":
|
|
177
|
+
/*!***************************************************!*\
|
|
178
|
+
!*** ./source/contexts/media/components/index.ts ***!
|
|
179
|
+
\***************************************************/
|
|
180
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
181
|
+
|
|
182
|
+
"use strict";
|
|
183
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Media: () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_0__.Media),\n/* harmony export */ Wrapper: () => (/* reexport safe */ _wrapper__WEBPACK_IMPORTED_MODULE_1__.Wrapper)\n/* harmony export */ });\n/* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./media */ \"./source/contexts/media/components/media/index.ts\");\n/* harmony import */ var _wrapper__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./wrapper */ \"./source/contexts/media/components/wrapper/index.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/media/components/index.ts?");
|
|
184
|
+
|
|
185
|
+
/***/ }),
|
|
186
|
+
|
|
187
|
+
/***/ "./source/contexts/media/components/media/index.ts":
|
|
188
|
+
/*!*********************************************************!*\
|
|
189
|
+
!*** ./source/contexts/media/components/media/index.ts ***!
|
|
190
|
+
\*********************************************************/
|
|
191
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
192
|
+
|
|
193
|
+
"use strict";
|
|
194
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Media: () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_0__.Media)\n/* harmony export */ });\n/* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./media */ \"./source/contexts/media/components/media/media.tsx\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/media/components/media/index.ts?");
|
|
195
|
+
|
|
196
|
+
/***/ }),
|
|
197
|
+
|
|
198
|
+
/***/ "./source/contexts/media/components/media/media.tsx":
|
|
199
|
+
/*!**********************************************************!*\
|
|
200
|
+
!*** ./source/contexts/media/components/media/media.tsx ***!
|
|
201
|
+
\**********************************************************/
|
|
202
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
203
|
+
|
|
204
|
+
"use strict";
|
|
205
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Media: () => (/* binding */ Media)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_native_web_dist_exports_Platform__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-native-web/dist/exports/Platform */ \"./node_modules/react-native-web/dist/exports/Platform/index.js\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants */ \"./source/contexts/media/constants/index.ts\");\n/* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../media */ \"./source/contexts/media/media.tsx\");\nconst MediaBase=react_native_web_dist_exports_Platform__WEBPACK_IMPORTED_MODULE_3__[\"default\"].select({web:({isDefault,breakpoint,children})=>{const mediaContext=(0,_media__WEBPACK_IMPORTED_MODULE_2__.useMediaContext)();const[isHydrated,setHydrated]=(0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false);(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(()=>{setHydrated(true);},[]);if(isHydrated){if(isDefault&&mediaContext.breakpoint===undefined)return children;if(mediaContext.breakpoint===breakpoint)return children;}else if(isDefault){return children;}},default:({isDefault,breakpoint,children})=>{const mediaContext=(0,_media__WEBPACK_IMPORTED_MODULE_2__.useMediaContext)();if(isDefault&&mediaContext.breakpoint===undefined)return children;if(mediaContext.breakpoint===breakpoint)return children;}});const Media=MediaBase;Media.Breakpoint=_constants__WEBPACK_IMPORTED_MODULE_1__.MediaBreakpoint;\n\n//# sourceURL=webpack://creactive/./source/contexts/media/components/media/media.tsx?");
|
|
206
|
+
|
|
207
|
+
/***/ }),
|
|
208
|
+
|
|
209
|
+
/***/ "./source/contexts/media/components/wrapper/index.ts":
|
|
210
|
+
/*!***********************************************************!*\
|
|
211
|
+
!*** ./source/contexts/media/components/wrapper/index.ts ***!
|
|
212
|
+
\***********************************************************/
|
|
213
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
214
|
+
|
|
215
|
+
"use strict";
|
|
216
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Wrapper: () => (/* reexport safe */ _wrapper__WEBPACK_IMPORTED_MODULE_0__.Wrapper)\n/* harmony export */ });\n/* harmony import */ var _wrapper__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./wrapper */ \"./source/contexts/media/components/wrapper/wrapper.tsx\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/media/components/wrapper/index.ts?");
|
|
217
|
+
|
|
218
|
+
/***/ }),
|
|
219
|
+
|
|
220
|
+
/***/ "./source/contexts/media/components/wrapper/wrapper.tsx":
|
|
221
|
+
/*!**************************************************************!*\
|
|
222
|
+
!*** ./source/contexts/media/components/wrapper/wrapper.tsx ***!
|
|
223
|
+
\**************************************************************/
|
|
224
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
225
|
+
|
|
226
|
+
"use strict";
|
|
227
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Wrapper: () => (/* binding */ Wrapper)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_native_web_dist_exports_Platform__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-native-web/dist/exports/Platform */ \"./node_modules/react-native-web/dist/exports/Platform/index.js\");\n/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react/jsx-runtime */ \"./node_modules/react/jsx-runtime.js\");\nconst Wrapper=react_native_web_dist_exports_Platform__WEBPACK_IMPORTED_MODULE_2__[\"default\"].select({web:({children})=>{const ref=(0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)();const[isHydrated,setHydrated]=(0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(false);(0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(()=>{setHydrated(true);},[]);const style=(0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(()=>{if(isHydrated||false||typeof document==='undefined'){return{display:'flex',flexGrow:1,flexShrink:1,flexBasis:'100%',flexDirection:'column'};}return{display:'none',flexGrow:1,flexShrink:1,flexBasis:'100%',flexDirection:'column'};},[isHydrated]);return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.Fragment,{children:[(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(\"div\",{ref:ref,style:style,suppressHydrationWarning:true,children:children}),(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__.jsx)(\"script\",{dangerouslySetInnerHTML:{__html:'document.currentScript.previousSibling.style.display=\"none\"'}})]});},default:({children})=>children});\n\n//# sourceURL=webpack://creactive/./source/contexts/media/components/wrapper/wrapper.tsx?");
|
|
228
|
+
|
|
229
|
+
/***/ }),
|
|
230
|
+
|
|
231
|
+
/***/ "./source/contexts/media/constants/breakpoint.ts":
|
|
232
|
+
/*!*******************************************************!*\
|
|
233
|
+
!*** ./source/contexts/media/constants/breakpoint.ts ***!
|
|
234
|
+
\*******************************************************/
|
|
235
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
236
|
+
|
|
237
|
+
"use strict";
|
|
238
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BREAKPOINT_LG: () => (/* binding */ BREAKPOINT_LG),\n/* harmony export */ BREAKPOINT_MD: () => (/* binding */ BREAKPOINT_MD),\n/* harmony export */ BREAKPOINT_XL: () => (/* binding */ BREAKPOINT_XL),\n/* harmony export */ MediaBreakpoint: () => (/* binding */ MediaBreakpoint)\n/* harmony export */ });\nlet MediaBreakpoint=function(MediaBreakpoint){MediaBreakpoint[MediaBreakpoint[\"MD\"]=0]=\"MD\";MediaBreakpoint[MediaBreakpoint[\"LG\"]=1]=\"LG\";MediaBreakpoint[MediaBreakpoint[\"XL\"]=2]=\"XL\";return MediaBreakpoint;}({});const BREAKPOINT_MD=768;const BREAKPOINT_LG=1024;const BREAKPOINT_XL=1280;\n\n//# sourceURL=webpack://creactive/./source/contexts/media/constants/breakpoint.ts?");
|
|
239
|
+
|
|
240
|
+
/***/ }),
|
|
241
|
+
|
|
242
|
+
/***/ "./source/contexts/media/constants/index.ts":
|
|
243
|
+
/*!**************************************************!*\
|
|
244
|
+
!*** ./source/contexts/media/constants/index.ts ***!
|
|
245
|
+
\**************************************************/
|
|
246
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
247
|
+
|
|
248
|
+
"use strict";
|
|
249
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BREAKPOINT_LG: () => (/* reexport safe */ _breakpoint__WEBPACK_IMPORTED_MODULE_0__.BREAKPOINT_LG),\n/* harmony export */ BREAKPOINT_MD: () => (/* reexport safe */ _breakpoint__WEBPACK_IMPORTED_MODULE_0__.BREAKPOINT_MD),\n/* harmony export */ BREAKPOINT_XL: () => (/* reexport safe */ _breakpoint__WEBPACK_IMPORTED_MODULE_0__.BREAKPOINT_XL),\n/* harmony export */ MediaBreakpoint: () => (/* reexport safe */ _breakpoint__WEBPACK_IMPORTED_MODULE_0__.MediaBreakpoint)\n/* harmony export */ });\n/* harmony import */ var _breakpoint__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./breakpoint */ \"./source/contexts/media/constants/breakpoint.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/media/constants/index.ts?");
|
|
250
|
+
|
|
251
|
+
/***/ }),
|
|
252
|
+
|
|
253
|
+
/***/ "./source/contexts/media/hooks/index.ts":
|
|
254
|
+
/*!**********************************************!*\
|
|
255
|
+
!*** ./source/contexts/media/hooks/index.ts ***!
|
|
256
|
+
\**********************************************/
|
|
257
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
258
|
+
|
|
259
|
+
"use strict";
|
|
260
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useMediaBreakpoint: () => (/* reexport safe */ _use_breakpoint__WEBPACK_IMPORTED_MODULE_0__.useMediaBreakpoint)\n/* harmony export */ });\n/* harmony import */ var _use_breakpoint__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./use-breakpoint */ \"./source/contexts/media/hooks/use-breakpoint.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/media/hooks/index.ts?");
|
|
261
|
+
|
|
262
|
+
/***/ }),
|
|
263
|
+
|
|
264
|
+
/***/ "./source/contexts/media/hooks/use-breakpoint.ts":
|
|
265
|
+
/*!*******************************************************!*\
|
|
266
|
+
!*** ./source/contexts/media/hooks/use-breakpoint.ts ***!
|
|
267
|
+
\*******************************************************/
|
|
268
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
269
|
+
|
|
270
|
+
"use strict";
|
|
271
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useMediaBreakpoint: () => (/* binding */ useMediaBreakpoint)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_native_web_dist_exports_useWindowDimensions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-native-web/dist/exports/useWindowDimensions */ \"./node_modules/react-native-web/dist/exports/useWindowDimensions/index.js\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants */ \"./source/contexts/media/constants/index.ts\");\nconst useMediaBreakpoint=(breakpointMD,breakpointLG,breakpointXL)=>{const{width}=(0,react_native_web_dist_exports_useWindowDimensions__WEBPACK_IMPORTED_MODULE_2__[\"default\"])();return (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(()=>{if(width>=breakpointXL)return _constants__WEBPACK_IMPORTED_MODULE_1__.MediaBreakpoint.XL;if(width>=breakpointLG)return _constants__WEBPACK_IMPORTED_MODULE_1__.MediaBreakpoint.LG;if(width>=breakpointMD)return _constants__WEBPACK_IMPORTED_MODULE_1__.MediaBreakpoint.MD;},[width>=breakpointXL,width>=breakpointLG,width>=breakpointMD]);};\n\n//# sourceURL=webpack://creactive/./source/contexts/media/hooks/use-breakpoint.ts?");
|
|
272
|
+
|
|
273
|
+
/***/ }),
|
|
274
|
+
|
|
275
|
+
/***/ "./source/contexts/media/index.ts":
|
|
276
|
+
/*!****************************************!*\
|
|
277
|
+
!*** ./source/contexts/media/index.ts ***!
|
|
278
|
+
\****************************************/
|
|
279
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
280
|
+
|
|
281
|
+
"use strict";
|
|
282
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Media: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.Media),\n/* harmony export */ MediaContextProvider: () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_1__.MediaContextProvider),\n/* harmony export */ useMediaContext: () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_1__.useMediaContext)\n/* harmony export */ });\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./components */ \"./source/contexts/media/components/index.ts\");\n/* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./media */ \"./source/contexts/media/media.tsx\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/media/index.ts?");
|
|
283
|
+
|
|
284
|
+
/***/ }),
|
|
285
|
+
|
|
286
|
+
/***/ "./source/contexts/media/media.tsx":
|
|
287
|
+
/*!*****************************************!*\
|
|
288
|
+
!*** ./source/contexts/media/media.tsx ***!
|
|
289
|
+
\*****************************************/
|
|
290
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
291
|
+
|
|
292
|
+
"use strict";
|
|
293
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ MediaContextProvider: () => (/* binding */ MediaContextProvider),\n/* harmony export */ useMediaContext: () => (/* binding */ useMediaContext)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components */ \"./source/contexts/media/components/index.ts\");\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./constants */ \"./source/contexts/media/constants/index.ts\");\n/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./hooks */ \"./source/contexts/media/hooks/index.ts\");\n/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! react/jsx-runtime */ \"./node_modules/react/jsx-runtime.js\");\nconst MediaContext=(0,react__WEBPACK_IMPORTED_MODULE_0__.createContext)({});const MediaContextProvider=({breakpointMD,breakpointLG,breakpointXL,children})=>{const breakpoint=(0,_hooks__WEBPACK_IMPORTED_MODULE_3__.useMediaBreakpoint)(breakpointMD??_constants__WEBPACK_IMPORTED_MODULE_2__.BREAKPOINT_MD,breakpointLG??_constants__WEBPACK_IMPORTED_MODULE_2__.BREAKPOINT_LG,breakpointXL??_constants__WEBPACK_IMPORTED_MODULE_2__.BREAKPOINT_XL);const value=(0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(()=>({breakpoint}),[breakpoint]);return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(MediaContext.Provider,{value:value,children:(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_4__.jsx)(_components__WEBPACK_IMPORTED_MODULE_1__.Wrapper,{children:children})});};const useMediaContext=()=>(0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(MediaContext);\n\n//# sourceURL=webpack://creactive/./source/contexts/media/media.tsx?");
|
|
294
|
+
|
|
295
|
+
/***/ }),
|
|
296
|
+
|
|
297
|
+
/***/ "./source/contexts/theme/index.ts":
|
|
298
|
+
/*!****************************************!*\
|
|
299
|
+
!*** ./source/contexts/theme/index.ts ***!
|
|
300
|
+
\****************************************/
|
|
301
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
302
|
+
|
|
303
|
+
"use strict";
|
|
304
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ ThemeContextProvider: () => (/* reexport safe */ _theme__WEBPACK_IMPORTED_MODULE_0__.ThemeContextProvider),\n/* harmony export */ useThemeContext: () => (/* reexport safe */ _theme__WEBPACK_IMPORTED_MODULE_0__.useThemeContext)\n/* harmony export */ });\n/* harmony import */ var _theme__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./theme */ \"./source/contexts/theme/theme.tsx\");\n\n\n//# sourceURL=webpack://creactive/./source/contexts/theme/index.ts?");
|
|
305
|
+
|
|
306
|
+
/***/ }),
|
|
307
|
+
|
|
308
|
+
/***/ "./source/contexts/theme/theme.tsx":
|
|
309
|
+
/*!*****************************************!*\
|
|
310
|
+
!*** ./source/contexts/theme/theme.tsx ***!
|
|
311
|
+
\*****************************************/
|
|
312
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
313
|
+
|
|
314
|
+
"use strict";
|
|
315
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ ThemeContextProvider: () => (/* binding */ ThemeContextProvider),\n/* harmony export */ useThemeContext: () => (/* binding */ useThemeContext)\n/* harmony export */ });\n/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/constants */ \"./source/constants/index.ts\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react/jsx-runtime */ \"./node_modules/react/jsx-runtime.js\");\nconst ThemeContext=(0,react__WEBPACK_IMPORTED_MODULE_1__.createContext)({colorForegroundBase100:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_100,colorForegroundBase200:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_200,colorForegroundBase300:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_300,colorForegroundBase400:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_400,colorForegroundBase500:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_500,colorForegroundBase600:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_600,colorForegroundBase700:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_700,colorForegroundBase800:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_800,colorForegroundBase900:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_900,colorForegroundInverse100:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_100,colorForegroundInverse200:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_200,colorForegroundInverse300:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_300,colorForegroundInverse400:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_400,colorForegroundInverse500:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_500,colorForegroundInverse600:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_600,colorForegroundInverse700:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_700,colorForegroundInverse800:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_800,colorForegroundInverse900:_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_900,fontFamilyBase:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_FAMILY_BASE,fontWeightBaseThin:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_THIN,fontWeightBaseExtraLight:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_EXTRALIGHT,fontWeightBaseLight:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_LIGHT,fontWeightBaseRegular:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_REGULAR,fontWeightBaseMedium:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_MEDIUM,fontWeightBaseSemibold:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_SEMIBOLD,fontWeightBaseBold:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_BOLD,fontWeightBaseExtraBold:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_EXTRABOLD,fontWeightBaseBlack:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_BLACK,fontSizeBaseX2S:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X2S,fontSizeBaseXS:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_XS,fontSizeBaseSM:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_SM,fontSizeBaseMD:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_MD,fontSizeBaseLG:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_LG,fontSizeBaseXL:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_XL,fontSizeBaseX2L:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X2L,fontSizeBaseX3L:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X3L,fontSizeBaseX4L:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X4L,fontSizeBaseX5L:_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X5L,lineHeightBaseNone:_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_NONE,lineHeightBaseTight:_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_TIGHT,lineHeightBaseSnug:_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_SNUG,lineHeightBaseNormal:_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_NORMAL,lineHeightBaseRelaxed:_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_RELAXED,lineHeightBaseLoose:_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_LOOSE});const ThemeContextProvider=({colorForegroundBase100,colorForegroundBase200,colorForegroundBase300,colorForegroundBase400,colorForegroundBase500,colorForegroundBase600,colorForegroundBase700,colorForegroundBase800,colorForegroundBase900,colorForegroundInverse100,colorForegroundInverse200,colorForegroundInverse300,colorForegroundInverse400,colorForegroundInverse500,colorForegroundInverse600,colorForegroundInverse700,colorForegroundInverse800,colorForegroundInverse900,fontFamilyBase,fontWeightBaseThin,fontWeightBaseExtraLight,fontWeightBaseLight,fontWeightBaseRegular,fontWeightBaseMedium,fontWeightBaseSemibold,fontWeightBaseBold,fontWeightBaseExtraBold,fontWeightBaseBlack,fontSizeBaseX2S,fontSizeBaseXS,fontSizeBaseSM,fontSizeBaseMD,fontSizeBaseLG,fontSizeBaseXL,fontSizeBaseX2L,fontSizeBaseX3L,fontSizeBaseX4L,fontSizeBaseX5L,lineHeightBaseNone,lineHeightBaseTight,lineHeightBaseSnug,lineHeightBaseNormal,lineHeightBaseRelaxed,lineHeightBaseLoose,children})=>{const value=(0,react__WEBPACK_IMPORTED_MODULE_1__.useMemo)(()=>({colorForegroundBase100:colorForegroundBase100??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_100,colorForegroundBase200:colorForegroundBase200??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_200,colorForegroundBase300:colorForegroundBase300??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_300,colorForegroundBase400:colorForegroundBase400??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_400,colorForegroundBase500:colorForegroundBase500??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_500,colorForegroundBase600:colorForegroundBase600??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_600,colorForegroundBase700:colorForegroundBase700??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_700,colorForegroundBase800:colorForegroundBase800??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_800,colorForegroundBase900:colorForegroundBase900??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_BASE_900,colorForegroundInverse100:colorForegroundInverse100??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_100,colorForegroundInverse200:colorForegroundInverse200??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_200,colorForegroundInverse300:colorForegroundInverse300??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_300,colorForegroundInverse400:colorForegroundInverse400??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_400,colorForegroundInverse500:colorForegroundInverse500??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_500,colorForegroundInverse600:colorForegroundInverse600??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_600,colorForegroundInverse700:colorForegroundInverse700??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_700,colorForegroundInverse800:colorForegroundInverse800??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_800,colorForegroundInverse900:colorForegroundInverse900??_constants__WEBPACK_IMPORTED_MODULE_0__.COLOR_FOREGROUND_INVERSE_900,fontFamilyBase:fontFamilyBase??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_FAMILY_BASE,fontWeightBaseThin:fontWeightBaseThin??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_THIN,fontWeightBaseExtraLight:fontWeightBaseExtraLight??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_EXTRALIGHT,fontWeightBaseLight:fontWeightBaseLight??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_LIGHT,fontWeightBaseRegular:fontWeightBaseRegular??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_REGULAR,fontWeightBaseMedium:fontWeightBaseMedium??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_MEDIUM,fontWeightBaseSemibold:fontWeightBaseSemibold??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_SEMIBOLD,fontWeightBaseBold:fontWeightBaseBold??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_BOLD,fontWeightBaseExtraBold:fontWeightBaseExtraBold??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_EXTRABOLD,fontWeightBaseBlack:fontWeightBaseBlack??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_WEIGHT_BASE_BLACK,fontSizeBaseX2S:fontSizeBaseX2S??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X2S,fontSizeBaseXS:fontSizeBaseXS??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_XS,fontSizeBaseSM:fontSizeBaseSM??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_SM,fontSizeBaseMD:fontSizeBaseMD??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_MD,fontSizeBaseLG:fontSizeBaseLG??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_LG,fontSizeBaseXL:fontSizeBaseXL??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_XL,fontSizeBaseX2L:fontSizeBaseX2L??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X2L,fontSizeBaseX3L:fontSizeBaseX3L??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X3L,fontSizeBaseX4L:fontSizeBaseX4L??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X4L,fontSizeBaseX5L:fontSizeBaseX5L??_constants__WEBPACK_IMPORTED_MODULE_0__.FONT_SIZE_BASE_X5L,lineHeightBaseNone:lineHeightBaseNone??_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_NONE,lineHeightBaseTight:lineHeightBaseTight??_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_TIGHT,lineHeightBaseSnug:lineHeightBaseSnug??_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_SNUG,lineHeightBaseNormal:lineHeightBaseNormal??_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_NORMAL,lineHeightBaseRelaxed:lineHeightBaseRelaxed??_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_RELAXED,lineHeightBaseLoose:lineHeightBaseLoose??_constants__WEBPACK_IMPORTED_MODULE_0__.LINE_HEIGHT_BASE_LOOSE}),[colorForegroundBase100,colorForegroundBase200,colorForegroundBase300,colorForegroundBase400,colorForegroundBase500,colorForegroundBase600,colorForegroundBase700,colorForegroundBase800,colorForegroundBase900,colorForegroundInverse100,colorForegroundInverse200,colorForegroundInverse300,colorForegroundInverse400,colorForegroundInverse500,colorForegroundInverse600,colorForegroundInverse700,colorForegroundInverse800,colorForegroundInverse900,fontFamilyBase,fontWeightBaseThin,fontWeightBaseExtraLight,fontWeightBaseLight,fontWeightBaseRegular,fontWeightBaseMedium,fontWeightBaseSemibold,fontWeightBaseBold,fontWeightBaseExtraBold,fontWeightBaseBlack,fontSizeBaseX2S,fontSizeBaseXS,fontSizeBaseSM,fontSizeBaseMD,fontSizeBaseLG,fontSizeBaseXL,fontSizeBaseX2L,fontSizeBaseX3L,fontSizeBaseX4L,fontSizeBaseX5L,lineHeightBaseNone,lineHeightBaseTight,lineHeightBaseSnug,lineHeightBaseNormal,lineHeightBaseRelaxed,lineHeightBaseLoose]);return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(ThemeContext.Provider,{value:value,children:children});};const useThemeContext=()=>(0,react__WEBPACK_IMPORTED_MODULE_1__.useContext)(ThemeContext);\n\n//# sourceURL=webpack://creactive/./source/contexts/theme/theme.tsx?");
|
|
316
|
+
|
|
317
|
+
/***/ }),
|
|
318
|
+
|
|
319
|
+
/***/ "./source/helpers/style/index.ts":
|
|
320
|
+
/*!***************************************!*\
|
|
321
|
+
!*** ./source/helpers/style/index.ts ***!
|
|
322
|
+
\***************************************/
|
|
323
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
324
|
+
|
|
325
|
+
"use strict";
|
|
326
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ renderStyle: () => (/* reexport safe */ _style__WEBPACK_IMPORTED_MODULE_0__.renderStyle)\n/* harmony export */ });\n/* harmony import */ var _style__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./style */ \"./source/helpers/style/style.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/helpers/style/index.ts?");
|
|
327
|
+
|
|
328
|
+
/***/ }),
|
|
329
|
+
|
|
330
|
+
/***/ "./source/helpers/style/style.ts":
|
|
331
|
+
/*!***************************************!*\
|
|
332
|
+
!*** ./source/helpers/style/style.ts ***!
|
|
333
|
+
\***************************************/
|
|
334
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
335
|
+
|
|
336
|
+
"use strict";
|
|
337
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ renderStyle: () => (/* binding */ renderStyle)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_native_web_dist_exports_AppRegistry__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-native-web/dist/exports/AppRegistry */ \"./node_modules/react-native-web/dist/exports/AppRegistry/index.js\");\nconst renderStyle=(component,key='main')=>{const WebAppRegistry=react_native_web_dist_exports_AppRegistry__WEBPACK_IMPORTED_MODULE_1__[\"default\"];WebAppRegistry.registerComponent(key,()=>component);const element=WebAppRegistry.getApplication(key,null).getStyleElement();if((0,react__WEBPACK_IMPORTED_MODULE_0__.isValidElement)(element))return element;};\n\n//# sourceURL=webpack://creactive/./source/helpers/style/style.ts?");
|
|
338
|
+
|
|
339
|
+
/***/ }),
|
|
340
|
+
|
|
341
|
+
/***/ "./source/hooks/index.ts":
|
|
342
|
+
/*!*******************************!*\
|
|
343
|
+
!*** ./source/hooks/index.ts ***!
|
|
344
|
+
\*******************************/
|
|
345
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
346
|
+
|
|
347
|
+
"use strict";
|
|
348
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useThemeStyleSheet: () => (/* reexport safe */ _hooks_use_theme_style_sheet__WEBPACK_IMPORTED_MODULE_0__.useThemeStyleSheet)\n/* harmony export */ });\n/* harmony import */ var _hooks_use_theme_style_sheet__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/hooks/use-theme-style-sheet */ \"./source/hooks/use-theme-style-sheet.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/hooks/index.ts?");
|
|
349
|
+
|
|
350
|
+
/***/ }),
|
|
351
|
+
|
|
352
|
+
/***/ "./source/hooks/use-theme-style-sheet.ts":
|
|
353
|
+
/*!***********************************************!*\
|
|
354
|
+
!*** ./source/hooks/use-theme-style-sheet.ts ***!
|
|
355
|
+
\***********************************************/
|
|
356
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
357
|
+
|
|
358
|
+
"use strict";
|
|
359
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ useThemeStyleSheet: () => (/* binding */ useThemeStyleSheet)\n/* harmony export */ });\n/* harmony import */ var _contexts_theme__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/contexts/theme */ \"./source/contexts/theme/index.ts\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-native-web/dist/exports/StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\nconst useThemeStyleSheet=()=>{const themeContext=(0,_contexts_theme__WEBPACK_IMPORTED_MODULE_0__.useThemeContext)();return (0,react__WEBPACK_IMPORTED_MODULE_1__.useMemo)(()=>react_native_web_dist_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_2__[\"default\"].create({colorForegroundBase100:{color:themeContext.colorForegroundBase100},colorForegroundBase200:{color:themeContext.colorForegroundBase200},colorForegroundBase300:{color:themeContext.colorForegroundBase300},colorForegroundBase400:{color:themeContext.colorForegroundBase400},colorForegroundBase500:{color:themeContext.colorForegroundBase500},colorForegroundBase600:{color:themeContext.colorForegroundBase600},colorForegroundBase700:{color:themeContext.colorForegroundBase700},colorForegroundBase800:{color:themeContext.colorForegroundBase800},colorForegroundBase900:{color:themeContext.colorForegroundBase900},colorForegroundInverse100:{color:themeContext.colorForegroundInverse100},colorForegroundInverse200:{color:themeContext.colorForegroundInverse200},colorForegroundInverse300:{color:themeContext.colorForegroundInverse300},colorForegroundInverse400:{color:themeContext.colorForegroundInverse400},colorForegroundInverse500:{color:themeContext.colorForegroundInverse500},colorForegroundInverse600:{color:themeContext.colorForegroundInverse600},colorForegroundInverse700:{color:themeContext.colorForegroundInverse700},colorForegroundInverse800:{color:themeContext.colorForegroundInverse800},colorForegroundInverse900:{color:themeContext.colorForegroundInverse900},fontFamilyBase:{fontFamily:themeContext.fontFamilyBase},fontWeightBaseThin:{fontWeight:themeContext.fontWeightBaseThin},fontWeightBaseExtraLight:{fontWeight:themeContext.fontWeightBaseExtraLight},fontWeightBaseLight:{fontWeight:themeContext.fontWeightBaseLight},fontWeightBaseRegular:{fontWeight:themeContext.fontWeightBaseRegular},fontWeightBaseMedium:{fontWeight:themeContext.fontWeightBaseMedium},fontWeightBaseSemibold:{fontWeight:themeContext.fontWeightBaseSemibold},fontWeightBaseBold:{fontWeight:themeContext.fontWeightBaseBold},fontWeightBaseExtraBold:{fontWeight:themeContext.fontWeightBaseExtraBold},fontWeightBaseBlack:{fontWeight:themeContext.fontWeightBaseBlack},fontSizeBaseX2S:{fontSize:themeContext.fontSizeBaseX2S},fontSizeBaseXS:{fontSize:themeContext.fontSizeBaseXS},fontSizeBaseSM:{fontSize:themeContext.fontSizeBaseSM},fontSizeBaseMD:{fontSize:themeContext.fontSizeBaseMD},fontSizeBaseLG:{fontSize:themeContext.fontSizeBaseLG},fontSizeBaseXL:{fontSize:themeContext.fontSizeBaseXL},fontSizeBaseX2L:{fontSize:themeContext.fontSizeBaseX2L},fontSizeBaseX3L:{fontSize:themeContext.fontSizeBaseX3L},fontSizeBaseX4L:{fontSize:themeContext.fontSizeBaseX4L},fontSizeBaseX5L:{fontSize:themeContext.fontSizeBaseX5L}}),[themeContext]);};\n\n//# sourceURL=webpack://creactive/./source/hooks/use-theme-style-sheet.ts?");
|
|
360
|
+
|
|
361
|
+
/***/ }),
|
|
362
|
+
|
|
363
|
+
/***/ "./source/index.ts":
|
|
364
|
+
/*!*************************!*\
|
|
365
|
+
!*** ./source/index.ts ***!
|
|
366
|
+
\*************************/
|
|
367
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
368
|
+
|
|
369
|
+
"use strict";
|
|
370
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ Media: () => (/* reexport safe */ _contexts_media__WEBPACK_IMPORTED_MODULE_1__.Media),\n/* harmony export */ MediaContextProvider: () => (/* reexport safe */ _contexts_media__WEBPACK_IMPORTED_MODULE_1__.MediaContextProvider),\n/* harmony export */ Text: () => (/* reexport safe */ _components_text__WEBPACK_IMPORTED_MODULE_0__.Text),\n/* harmony export */ ThemeContextProvider: () => (/* reexport safe */ _contexts_theme__WEBPACK_IMPORTED_MODULE_2__.ThemeContextProvider),\n/* harmony export */ renderStyle: () => (/* reexport safe */ _helpers_style__WEBPACK_IMPORTED_MODULE_3__.renderStyle),\n/* harmony export */ useMediaContext: () => (/* reexport safe */ _contexts_media__WEBPACK_IMPORTED_MODULE_1__.useMediaContext),\n/* harmony export */ useThemeContext: () => (/* reexport safe */ _contexts_theme__WEBPACK_IMPORTED_MODULE_2__.useThemeContext),\n/* harmony export */ useThemeStyleSheet: () => (/* reexport safe */ _hooks_use_theme_style_sheet__WEBPACK_IMPORTED_MODULE_4__.useThemeStyleSheet)\n/* harmony export */ });\n/* harmony import */ var _components_text__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @/components/text */ \"./source/components/text/index.ts\");\n/* harmony import */ var _contexts_media__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/contexts/media */ \"./source/contexts/media/index.ts\");\n/* harmony import */ var _contexts_theme__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @/contexts/theme */ \"./source/contexts/theme/index.ts\");\n/* harmony import */ var _helpers_style__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @/helpers/style */ \"./source/helpers/style/index.ts\");\n/* harmony import */ var _hooks_use_theme_style_sheet__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @/hooks/use-theme-style-sheet */ \"./source/hooks/use-theme-style-sheet.ts\");\n\n\n//# sourceURL=webpack://creactive/./source/index.ts?");
|
|
371
|
+
|
|
372
|
+
/***/ }),
|
|
373
|
+
|
|
374
|
+
/***/ "./node_modules/css-in-js-utils/es/assignStyle.js":
|
|
375
|
+
/*!********************************************************!*\
|
|
376
|
+
!*** ./node_modules/css-in-js-utils/es/assignStyle.js ***!
|
|
377
|
+
\********************************************************/
|
|
378
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
379
|
+
|
|
380
|
+
"use strict";
|
|
381
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ assignStyle)\n/* harmony export */ });\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\nfunction _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(n); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && Symbol.iterator in Object(iter)) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction filterUniqueArray(arr) {\n return arr.filter(function (val, index) {\n return arr.lastIndexOf(val) === index;\n });\n}\n\nfunction assignStyle(base) {\n for (var i = 0, len = arguments.length <= 1 ? 0 : arguments.length - 1; i < len; ++i) {\n var style = i + 1 < 1 || arguments.length <= i + 1 ? undefined : arguments[i + 1];\n\n for (var property in style) {\n var value = style[property];\n var baseValue = base[property];\n\n if (baseValue && value) {\n if (Array.isArray(baseValue)) {\n base[property] = filterUniqueArray(baseValue.concat(value));\n continue;\n }\n\n if (Array.isArray(value)) {\n base[property] = filterUniqueArray([baseValue].concat(_toConsumableArray(value)));\n continue;\n }\n\n if (_typeof(value) === 'object') {\n base[property] = assignStyle({}, baseValue, value);\n continue;\n }\n }\n\n base[property] = value;\n }\n }\n\n return base;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/assignStyle.js?");
|
|
382
|
+
|
|
383
|
+
/***/ }),
|
|
384
|
+
|
|
385
|
+
/***/ "./node_modules/css-in-js-utils/es/camelCaseProperty.js":
|
|
386
|
+
/*!**************************************************************!*\
|
|
387
|
+
!*** ./node_modules/css-in-js-utils/es/camelCaseProperty.js ***!
|
|
388
|
+
\**************************************************************/
|
|
389
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
390
|
+
|
|
391
|
+
"use strict";
|
|
392
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ camelCaseProperty)\n/* harmony export */ });\nvar DASH = /-([a-z])/g;\nvar MS = /^Ms/g;\nvar cache = {};\n\nfunction toUpper(match) {\n return match[1].toUpperCase();\n}\n\nfunction camelCaseProperty(property) {\n if (cache.hasOwnProperty(property)) {\n return cache[property];\n }\n\n var camelProp = property.replace(DASH, toUpper).replace(MS, 'ms');\n cache[property] = camelProp;\n return camelProp;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/camelCaseProperty.js?");
|
|
393
|
+
|
|
394
|
+
/***/ }),
|
|
395
|
+
|
|
396
|
+
/***/ "./node_modules/css-in-js-utils/es/cssifyDeclaration.js":
|
|
397
|
+
/*!**************************************************************!*\
|
|
398
|
+
!*** ./node_modules/css-in-js-utils/es/cssifyDeclaration.js ***!
|
|
399
|
+
\**************************************************************/
|
|
400
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
401
|
+
|
|
402
|
+
"use strict";
|
|
403
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ cssifyDeclaration)\n/* harmony export */ });\n/* harmony import */ var _hyphenateProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hyphenateProperty */ \"./node_modules/css-in-js-utils/es/hyphenateProperty.js\");\n\nfunction cssifyDeclaration(property, value) {\n return (0,_hyphenateProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(property) + ':' + value;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/cssifyDeclaration.js?");
|
|
404
|
+
|
|
405
|
+
/***/ }),
|
|
406
|
+
|
|
407
|
+
/***/ "./node_modules/css-in-js-utils/es/cssifyObject.js":
|
|
408
|
+
/*!*********************************************************!*\
|
|
409
|
+
!*** ./node_modules/css-in-js-utils/es/cssifyObject.js ***!
|
|
410
|
+
\*********************************************************/
|
|
411
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
412
|
+
|
|
413
|
+
"use strict";
|
|
414
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ cssifyObject)\n/* harmony export */ });\n/* harmony import */ var _cssifyDeclaration__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./cssifyDeclaration */ \"./node_modules/css-in-js-utils/es/cssifyDeclaration.js\");\n\nfunction cssifyObject(style) {\n var css = '';\n\n for (var property in style) {\n var value = style[property];\n\n if (typeof value !== 'string' && typeof value !== 'number') {\n continue;\n } // prevents the semicolon after\n // the last rule declaration\n\n\n if (css) {\n css += ';';\n }\n\n css += (0,_cssifyDeclaration__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(property, value);\n }\n\n return css;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/cssifyObject.js?");
|
|
415
|
+
|
|
416
|
+
/***/ }),
|
|
417
|
+
|
|
418
|
+
/***/ "./node_modules/css-in-js-utils/es/hyphenateProperty.js":
|
|
419
|
+
/*!**************************************************************!*\
|
|
420
|
+
!*** ./node_modules/css-in-js-utils/es/hyphenateProperty.js ***!
|
|
421
|
+
\**************************************************************/
|
|
422
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
423
|
+
|
|
424
|
+
"use strict";
|
|
425
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ hyphenateProperty)\n/* harmony export */ });\n/* harmony import */ var hyphenate_style_name__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! hyphenate-style-name */ \"./node_modules/hyphenate-style-name/index.js\");\n\nfunction hyphenateProperty(property) {\n return (0,hyphenate_style_name__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(property);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/hyphenateProperty.js?");
|
|
426
|
+
|
|
427
|
+
/***/ }),
|
|
428
|
+
|
|
429
|
+
/***/ "./node_modules/css-in-js-utils/es/index.js":
|
|
430
|
+
/*!**************************************************!*\
|
|
431
|
+
!*** ./node_modules/css-in-js-utils/es/index.js ***!
|
|
432
|
+
\**************************************************/
|
|
433
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
434
|
+
|
|
435
|
+
"use strict";
|
|
436
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ assignStyle: () => (/* reexport safe */ _assignStyle__WEBPACK_IMPORTED_MODULE_0__[\"default\"]),\n/* harmony export */ camelCaseProperty: () => (/* reexport safe */ _camelCaseProperty__WEBPACK_IMPORTED_MODULE_1__[\"default\"]),\n/* harmony export */ cssifyDeclaration: () => (/* reexport safe */ _cssifyDeclaration__WEBPACK_IMPORTED_MODULE_2__[\"default\"]),\n/* harmony export */ cssifyObject: () => (/* reexport safe */ _cssifyObject__WEBPACK_IMPORTED_MODULE_3__[\"default\"]),\n/* harmony export */ hyphenateProperty: () => (/* reexport safe */ _hyphenateProperty__WEBPACK_IMPORTED_MODULE_4__[\"default\"]),\n/* harmony export */ isPrefixedProperty: () => (/* reexport safe */ _isPrefixedProperty__WEBPACK_IMPORTED_MODULE_5__[\"default\"]),\n/* harmony export */ isPrefixedValue: () => (/* reexport safe */ _isPrefixedValue__WEBPACK_IMPORTED_MODULE_6__[\"default\"]),\n/* harmony export */ isUnitlessProperty: () => (/* reexport safe */ _isUnitlessProperty__WEBPACK_IMPORTED_MODULE_7__[\"default\"]),\n/* harmony export */ normalizeProperty: () => (/* reexport safe */ _normalizeProperty__WEBPACK_IMPORTED_MODULE_8__[\"default\"]),\n/* harmony export */ resolveArrayValue: () => (/* reexport safe */ _resolveArrayValue__WEBPACK_IMPORTED_MODULE_9__[\"default\"]),\n/* harmony export */ unprefixProperty: () => (/* reexport safe */ _unprefixProperty__WEBPACK_IMPORTED_MODULE_10__[\"default\"]),\n/* harmony export */ unprefixValue: () => (/* reexport safe */ _unprefixValue__WEBPACK_IMPORTED_MODULE_11__[\"default\"])\n/* harmony export */ });\n/* harmony import */ var _assignStyle__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./assignStyle */ \"./node_modules/css-in-js-utils/es/assignStyle.js\");\n/* harmony import */ var _camelCaseProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./camelCaseProperty */ \"./node_modules/css-in-js-utils/es/camelCaseProperty.js\");\n/* harmony import */ var _cssifyDeclaration__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./cssifyDeclaration */ \"./node_modules/css-in-js-utils/es/cssifyDeclaration.js\");\n/* harmony import */ var _cssifyObject__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cssifyObject */ \"./node_modules/css-in-js-utils/es/cssifyObject.js\");\n/* harmony import */ var _hyphenateProperty__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./hyphenateProperty */ \"./node_modules/css-in-js-utils/es/hyphenateProperty.js\");\n/* harmony import */ var _isPrefixedProperty__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./isPrefixedProperty */ \"./node_modules/css-in-js-utils/es/isPrefixedProperty.js\");\n/* harmony import */ var _isPrefixedValue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./isPrefixedValue */ \"./node_modules/css-in-js-utils/es/isPrefixedValue.js\");\n/* harmony import */ var _isUnitlessProperty__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./isUnitlessProperty */ \"./node_modules/css-in-js-utils/es/isUnitlessProperty.js\");\n/* harmony import */ var _normalizeProperty__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./normalizeProperty */ \"./node_modules/css-in-js-utils/es/normalizeProperty.js\");\n/* harmony import */ var _resolveArrayValue__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./resolveArrayValue */ \"./node_modules/css-in-js-utils/es/resolveArrayValue.js\");\n/* harmony import */ var _unprefixProperty__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./unprefixProperty */ \"./node_modules/css-in-js-utils/es/unprefixProperty.js\");\n/* harmony import */ var _unprefixValue__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./unprefixValue */ \"./node_modules/css-in-js-utils/es/unprefixValue.js\");\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/index.js?");
|
|
437
|
+
|
|
438
|
+
/***/ }),
|
|
439
|
+
|
|
440
|
+
/***/ "./node_modules/css-in-js-utils/es/isPrefixedProperty.js":
|
|
441
|
+
/*!***************************************************************!*\
|
|
442
|
+
!*** ./node_modules/css-in-js-utils/es/isPrefixedProperty.js ***!
|
|
443
|
+
\***************************************************************/
|
|
444
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
445
|
+
|
|
446
|
+
"use strict";
|
|
447
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ isPrefixedProperty)\n/* harmony export */ });\nvar RE = /^(Webkit|Moz|O|ms)/;\nfunction isPrefixedProperty(property) {\n return RE.test(property);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/isPrefixedProperty.js?");
|
|
448
|
+
|
|
449
|
+
/***/ }),
|
|
450
|
+
|
|
451
|
+
/***/ "./node_modules/css-in-js-utils/es/isPrefixedValue.js":
|
|
452
|
+
/*!************************************************************!*\
|
|
453
|
+
!*** ./node_modules/css-in-js-utils/es/isPrefixedValue.js ***!
|
|
454
|
+
\************************************************************/
|
|
455
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
456
|
+
|
|
457
|
+
"use strict";
|
|
458
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ isPrefixedValue)\n/* harmony export */ });\nvar RE = /-webkit-|-moz-|-ms-/;\nfunction isPrefixedValue(value) {\n return typeof value === 'string' && RE.test(value);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/isPrefixedValue.js?");
|
|
459
|
+
|
|
460
|
+
/***/ }),
|
|
461
|
+
|
|
462
|
+
/***/ "./node_modules/css-in-js-utils/es/isUnitlessProperty.js":
|
|
463
|
+
/*!***************************************************************!*\
|
|
464
|
+
!*** ./node_modules/css-in-js-utils/es/isUnitlessProperty.js ***!
|
|
465
|
+
\***************************************************************/
|
|
466
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
467
|
+
|
|
468
|
+
"use strict";
|
|
469
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ isUnitlessProperty)\n/* harmony export */ });\n/* harmony import */ var _hyphenateProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hyphenateProperty */ \"./node_modules/css-in-js-utils/es/hyphenateProperty.js\");\n\nvar unitlessProperties = {\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n fontWeight: true,\n lineHeight: true,\n opacity: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n // SVG-related properties\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true\n};\nvar prefixedUnitlessProperties = ['animationIterationCount', 'boxFlex', 'boxFlexGroup', 'boxOrdinalGroup', 'columnCount', 'flex', 'flexGrow', 'flexPositive', 'flexShrink', 'flexNegative', 'flexOrder', 'gridColumn', 'gridColumnEnd', 'gridColumnStart', 'gridRow', 'gridRowEnd', 'gridRowStart', 'lineClamp', 'order'];\nvar prefixes = ['Webkit', 'ms', 'Moz', 'O'];\n\nfunction getPrefixedProperty(prefix, property) {\n return prefix + property.charAt(0).toUpperCase() + property.slice(1);\n} // add all prefixed properties to the unitless properties\n\n\nfor (var i = 0, len = prefixedUnitlessProperties.length; i < len; ++i) {\n var property = prefixedUnitlessProperties[i];\n unitlessProperties[property] = true;\n\n for (var j = 0, jLen = prefixes.length; j < jLen; ++j) {\n unitlessProperties[getPrefixedProperty(prefixes[j], property)] = true;\n }\n} // add all hypenated properties as well\n\n\nfor (var _property in unitlessProperties) {\n unitlessProperties[(0,_hyphenateProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_property)] = true;\n}\n\nfunction isUnitlessProperty(property) {\n return unitlessProperties.hasOwnProperty(property);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/isUnitlessProperty.js?");
|
|
470
|
+
|
|
471
|
+
/***/ }),
|
|
472
|
+
|
|
473
|
+
/***/ "./node_modules/css-in-js-utils/es/normalizeProperty.js":
|
|
474
|
+
/*!**************************************************************!*\
|
|
475
|
+
!*** ./node_modules/css-in-js-utils/es/normalizeProperty.js ***!
|
|
476
|
+
\**************************************************************/
|
|
477
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
478
|
+
|
|
479
|
+
"use strict";
|
|
480
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ normalizeProperty)\n/* harmony export */ });\n/* harmony import */ var _camelCaseProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./camelCaseProperty */ \"./node_modules/css-in-js-utils/es/camelCaseProperty.js\");\n/* harmony import */ var _unprefixProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./unprefixProperty */ \"./node_modules/css-in-js-utils/es/unprefixProperty.js\");\n\n\nfunction normalizeProperty(property) {\n return (0,_unprefixProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])((0,_camelCaseProperty__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(property));\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/normalizeProperty.js?");
|
|
481
|
+
|
|
482
|
+
/***/ }),
|
|
483
|
+
|
|
484
|
+
/***/ "./node_modules/css-in-js-utils/es/resolveArrayValue.js":
|
|
485
|
+
/*!**************************************************************!*\
|
|
486
|
+
!*** ./node_modules/css-in-js-utils/es/resolveArrayValue.js ***!
|
|
487
|
+
\**************************************************************/
|
|
488
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
489
|
+
|
|
490
|
+
"use strict";
|
|
491
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ resolveArrayValue)\n/* harmony export */ });\n/* harmony import */ var _hyphenateProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hyphenateProperty */ \"./node_modules/css-in-js-utils/es/hyphenateProperty.js\");\n\nfunction resolveArrayValue(property, value) {\n return value.join(';' + (0,_hyphenateProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(property) + ':');\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/resolveArrayValue.js?");
|
|
492
|
+
|
|
493
|
+
/***/ }),
|
|
494
|
+
|
|
495
|
+
/***/ "./node_modules/css-in-js-utils/es/unprefixProperty.js":
|
|
496
|
+
/*!*************************************************************!*\
|
|
497
|
+
!*** ./node_modules/css-in-js-utils/es/unprefixProperty.js ***!
|
|
498
|
+
\*************************************************************/
|
|
499
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
500
|
+
|
|
501
|
+
"use strict";
|
|
502
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ unprefixProperty)\n/* harmony export */ });\nvar RE = /^(ms|Webkit|Moz|O)/;\nfunction unprefixProperty(property) {\n var propertyWithoutPrefix = property.replace(RE, '');\n return propertyWithoutPrefix.charAt(0).toLowerCase() + propertyWithoutPrefix.slice(1);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/unprefixProperty.js?");
|
|
503
|
+
|
|
504
|
+
/***/ }),
|
|
505
|
+
|
|
506
|
+
/***/ "./node_modules/css-in-js-utils/es/unprefixValue.js":
|
|
507
|
+
/*!**********************************************************!*\
|
|
508
|
+
!*** ./node_modules/css-in-js-utils/es/unprefixValue.js ***!
|
|
509
|
+
\**********************************************************/
|
|
510
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
511
|
+
|
|
512
|
+
"use strict";
|
|
513
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ unprefixValue)\n/* harmony export */ });\nvar RE = /(-ms-|-webkit-|-moz-|-o-)/g;\nfunction unprefixValue(value) {\n if (typeof value === 'string') {\n return value.replace(RE, '');\n }\n\n return value;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/es/unprefixValue.js?");
|
|
514
|
+
|
|
515
|
+
/***/ }),
|
|
516
|
+
|
|
517
|
+
/***/ "./node_modules/css-in-js-utils/lib/hyphenateProperty.js":
|
|
518
|
+
/*!***************************************************************!*\
|
|
519
|
+
!*** ./node_modules/css-in-js-utils/lib/hyphenateProperty.js ***!
|
|
520
|
+
\***************************************************************/
|
|
521
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
522
|
+
|
|
523
|
+
"use strict";
|
|
524
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = hyphenateProperty;\n\nvar _hyphenateStyleName = __webpack_require__(/*! hyphenate-style-name */ \"./node_modules/hyphenate-style-name/index.js\");\n\nvar _hyphenateStyleName2 = _interopRequireDefault(_hyphenateStyleName);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { \"default\": obj }; }\n\nfunction hyphenateProperty(property) {\n return (0, _hyphenateStyleName2[\"default\"])(property);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/lib/hyphenateProperty.js?");
|
|
525
|
+
|
|
526
|
+
/***/ }),
|
|
527
|
+
|
|
528
|
+
/***/ "./node_modules/css-in-js-utils/lib/isPrefixedValue.js":
|
|
529
|
+
/*!*************************************************************!*\
|
|
530
|
+
!*** ./node_modules/css-in-js-utils/lib/isPrefixedValue.js ***!
|
|
531
|
+
\*************************************************************/
|
|
532
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
533
|
+
|
|
534
|
+
"use strict";
|
|
535
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = isPrefixedValue;\nvar RE = /-webkit-|-moz-|-ms-/;\n\nfunction isPrefixedValue(value) {\n return typeof value === 'string' && RE.test(value);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/css-in-js-utils/lib/isPrefixedValue.js?");
|
|
536
|
+
|
|
537
|
+
/***/ }),
|
|
538
|
+
|
|
539
|
+
/***/ "./node_modules/fbjs/lib/invariant.js":
|
|
540
|
+
/*!********************************************!*\
|
|
541
|
+
!*** ./node_modules/fbjs/lib/invariant.js ***!
|
|
542
|
+
\********************************************/
|
|
543
|
+
/***/ ((module) => {
|
|
544
|
+
|
|
545
|
+
"use strict";
|
|
546
|
+
eval("/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nvar validateFormat = true ? function (format) {\n if (format === undefined) {\n throw new Error('invariant(...): Second argument must be a string.');\n }\n} : 0;\n/**\n * Use invariant() to assert state which your program assumes to be true.\n *\n * Provide sprintf-style format (only %s is supported) and arguments to provide\n * information about what broke and what you were expecting.\n *\n * The invariant message will be stripped in production, but the invariant will\n * remain to ensure logic does not differ in production.\n */\n\nfunction invariant(condition, format) {\n for (var _len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {\n args[_key - 2] = arguments[_key];\n }\n\n validateFormat(format);\n\n if (!condition) {\n var error;\n\n if (format === undefined) {\n error = new Error('Minified exception occurred; use the non-minified dev environment ' + 'for the full error message and additional helpful warnings.');\n } else {\n var argIndex = 0;\n error = new Error(format.replace(/%s/g, function () {\n return String(args[argIndex++]);\n }));\n error.name = 'Invariant Violation';\n }\n\n error.framesToPop = 1; // Skip invariant's own stack frame.\n\n throw error;\n }\n}\n\nmodule.exports = invariant;\n\n//# sourceURL=webpack://creactive/./node_modules/fbjs/lib/invariant.js?");
|
|
547
|
+
|
|
548
|
+
/***/ }),
|
|
549
|
+
|
|
550
|
+
/***/ "./node_modules/hyphenate-style-name/index.js":
|
|
551
|
+
/*!****************************************************!*\
|
|
552
|
+
!*** ./node_modules/hyphenate-style-name/index.js ***!
|
|
553
|
+
\****************************************************/
|
|
554
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
555
|
+
|
|
556
|
+
"use strict";
|
|
557
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* eslint-disable no-var, prefer-template */\nvar uppercasePattern = /[A-Z]/g\nvar msPattern = /^ms-/\nvar cache = {}\n\nfunction toHyphenLower(match) {\n return '-' + match.toLowerCase()\n}\n\nfunction hyphenateStyleName(name) {\n if (cache.hasOwnProperty(name)) {\n return cache[name]\n }\n\n var hName = name.replace(uppercasePattern, toHyphenLower)\n return (cache[name] = msPattern.test(hName) ? '-' + hName : hName)\n}\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (hyphenateStyleName);\n\n\n//# sourceURL=webpack://creactive/./node_modules/hyphenate-style-name/index.js?");
|
|
558
|
+
|
|
559
|
+
/***/ }),
|
|
560
|
+
|
|
561
|
+
/***/ "./node_modules/inline-style-prefixer/lib/createPrefixer.js":
|
|
562
|
+
/*!******************************************************************!*\
|
|
563
|
+
!*** ./node_modules/inline-style-prefixer/lib/createPrefixer.js ***!
|
|
564
|
+
\******************************************************************/
|
|
565
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
566
|
+
|
|
567
|
+
"use strict";
|
|
568
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = createPrefixer;\n\nvar _prefixProperty = __webpack_require__(/*! ./utils/prefixProperty */ \"./node_modules/inline-style-prefixer/lib/utils/prefixProperty.js\");\n\nvar _prefixProperty2 = _interopRequireDefault(_prefixProperty);\n\nvar _prefixValue = __webpack_require__(/*! ./utils/prefixValue */ \"./node_modules/inline-style-prefixer/lib/utils/prefixValue.js\");\n\nvar _prefixValue2 = _interopRequireDefault(_prefixValue);\n\nvar _addNewValuesOnly = __webpack_require__(/*! ./utils/addNewValuesOnly */ \"./node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js\");\n\nvar _addNewValuesOnly2 = _interopRequireDefault(_addNewValuesOnly);\n\nvar _isObject = __webpack_require__(/*! ./utils/isObject */ \"./node_modules/inline-style-prefixer/lib/utils/isObject.js\");\n\nvar _isObject2 = _interopRequireDefault(_isObject);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction createPrefixer(_ref) {\n var prefixMap = _ref.prefixMap,\n plugins = _ref.plugins;\n\n return function prefix(style) {\n for (var property in style) {\n var value = style[property];\n\n // handle nested objects\n if ((0, _isObject2.default)(value)) {\n style[property] = prefix(value);\n // handle array values\n } else if (Array.isArray(value)) {\n var combinedValue = [];\n\n for (var i = 0, len = value.length; i < len; ++i) {\n var processedValue = (0, _prefixValue2.default)(plugins, property, value[i], style, prefixMap);\n\n (0, _addNewValuesOnly2.default)(combinedValue, processedValue || value[i]);\n }\n\n // only modify the value if it was touched\n // by any plugin to prevent unnecessary mutations\n if (combinedValue.length > 0) {\n style[property] = combinedValue;\n }\n } else {\n var _processedValue = (0, _prefixValue2.default)(plugins, property, value, style, prefixMap);\n\n // only modify the value if it was touched\n // by any plugin to prevent unnecessary mutations\n if (_processedValue) {\n style[property] = _processedValue;\n }\n\n style = (0, _prefixProperty2.default)(prefixMap, property, style);\n }\n }\n\n return style;\n };\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/createPrefixer.js?");
|
|
569
|
+
|
|
570
|
+
/***/ }),
|
|
571
|
+
|
|
572
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js":
|
|
573
|
+
/*!**************************************************************************!*\
|
|
574
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js ***!
|
|
575
|
+
\**************************************************************************/
|
|
576
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
577
|
+
|
|
578
|
+
"use strict";
|
|
579
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = backgroundClip;\nfunction backgroundClip() {\n return null;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js?");
|
|
580
|
+
|
|
581
|
+
/***/ }),
|
|
582
|
+
|
|
583
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/crossFade.js":
|
|
584
|
+
/*!*********************************************************************!*\
|
|
585
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/crossFade.js ***!
|
|
586
|
+
\*********************************************************************/
|
|
587
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
588
|
+
|
|
589
|
+
"use strict";
|
|
590
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = crossFade;\n\nvar _cssInJsUtils = __webpack_require__(/*! css-in-js-utils */ \"./node_modules/css-in-js-utils/es/index.js\");\n\nvar CROSS_FADE_REGEX = /cross-fade\\(/g;\n// http://caniuse.com/#search=cross-fade\nvar prefixes = ['-webkit-', ''];\n\nfunction crossFade(property, value) {\n if (typeof value === 'string' && !(0, _cssInJsUtils.isPrefixedValue)(value) && value.indexOf('cross-fade(') !== -1) {\n return prefixes.map(function (prefix) {\n return value.replace(CROSS_FADE_REGEX, prefix + 'cross-fade(');\n });\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/crossFade.js?");
|
|
591
|
+
|
|
592
|
+
/***/ }),
|
|
593
|
+
|
|
594
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/cursor.js":
|
|
595
|
+
/*!******************************************************************!*\
|
|
596
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/cursor.js ***!
|
|
597
|
+
\******************************************************************/
|
|
598
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
599
|
+
|
|
600
|
+
"use strict";
|
|
601
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = cursor;\nvar prefixes = ['-webkit-', '-moz-', ''];\n\nvar values = {\n 'zoom-in': true,\n 'zoom-out': true,\n grab: true,\n grabbing: true\n};\n\nfunction cursor(property, value) {\n if (property === 'cursor' && values.hasOwnProperty(value)) {\n return prefixes.map(function (prefix) {\n return prefix + value;\n });\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/cursor.js?");
|
|
602
|
+
|
|
603
|
+
/***/ }),
|
|
604
|
+
|
|
605
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/filter.js":
|
|
606
|
+
/*!******************************************************************!*\
|
|
607
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/filter.js ***!
|
|
608
|
+
\******************************************************************/
|
|
609
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
610
|
+
|
|
611
|
+
"use strict";
|
|
612
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = filter;\n\nvar _cssInJsUtils = __webpack_require__(/*! css-in-js-utils */ \"./node_modules/css-in-js-utils/es/index.js\");\n\nvar FILTER_REGEX = /filter\\(/g;\n// http://caniuse.com/#feat=css-filter-function\nvar prefixes = ['-webkit-', ''];\n\nfunction filter(property, value) {\n if (typeof value === 'string' && !(0, _cssInJsUtils.isPrefixedValue)(value) && value.indexOf('filter(') !== -1) {\n return prefixes.map(function (prefix) {\n return value.replace(FILTER_REGEX, prefix + 'filter(');\n });\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/filter.js?");
|
|
613
|
+
|
|
614
|
+
/***/ }),
|
|
615
|
+
|
|
616
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/imageSet.js":
|
|
617
|
+
/*!********************************************************************!*\
|
|
618
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/imageSet.js ***!
|
|
619
|
+
\********************************************************************/
|
|
620
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
621
|
+
|
|
622
|
+
"use strict";
|
|
623
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = imageSet;\n\nvar _isPrefixedValue = __webpack_require__(/*! css-in-js-utils/lib/isPrefixedValue */ \"./node_modules/css-in-js-utils/lib/isPrefixedValue.js\");\n\nvar _isPrefixedValue2 = _interopRequireDefault(_isPrefixedValue);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\n// http://caniuse.com/#feat=css-image-set\nvar prefixes = ['-webkit-', ''];\n\nfunction imageSet(property, value) {\n if (typeof value === 'string' && !(0, _isPrefixedValue2.default)(value) && value.indexOf('image-set(') > -1) {\n return prefixes.map(function (prefix) {\n return value.replace(/image-set\\(/g, prefix + 'image-set(');\n });\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/imageSet.js?");
|
|
624
|
+
|
|
625
|
+
/***/ }),
|
|
626
|
+
|
|
627
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/logical.js":
|
|
628
|
+
/*!*******************************************************************!*\
|
|
629
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/logical.js ***!
|
|
630
|
+
\*******************************************************************/
|
|
631
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
632
|
+
|
|
633
|
+
"use strict";
|
|
634
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = logical;\nvar alternativeProps = {\n marginBlockStart: ['WebkitMarginBefore'],\n marginBlockEnd: ['WebkitMarginAfter'],\n marginInlineStart: ['WebkitMarginStart', 'MozMarginStart'],\n marginInlineEnd: ['WebkitMarginEnd', 'MozMarginEnd'],\n paddingBlockStart: ['WebkitPaddingBefore'],\n paddingBlockEnd: ['WebkitPaddingAfter'],\n paddingInlineStart: ['WebkitPaddingStart', 'MozPaddingStart'],\n paddingInlineEnd: ['WebkitPaddingEnd', 'MozPaddingEnd'],\n borderBlockStart: ['WebkitBorderBefore'],\n borderBlockStartColor: ['WebkitBorderBeforeColor'],\n borderBlockStartStyle: ['WebkitBorderBeforeStyle'],\n borderBlockStartWidth: ['WebkitBorderBeforeWidth'],\n borderBlockEnd: ['WebkitBorderAfter'],\n borderBlockEndColor: ['WebkitBorderAfterColor'],\n borderBlockEndStyle: ['WebkitBorderAfterStyle'],\n borderBlockEndWidth: ['WebkitBorderAfterWidth'],\n borderInlineStart: ['WebkitBorderStart', 'MozBorderStart'],\n borderInlineStartColor: ['WebkitBorderStartColor', 'MozBorderStartColor'],\n borderInlineStartStyle: ['WebkitBorderStartStyle', 'MozBorderStartStyle'],\n borderInlineStartWidth: ['WebkitBorderStartWidth', 'MozBorderStartWidth'],\n borderInlineEnd: ['WebkitBorderEnd', 'MozBorderEnd'],\n borderInlineEndColor: ['WebkitBorderEndColor', 'MozBorderEndColor'],\n borderInlineEndStyle: ['WebkitBorderEndStyle', 'MozBorderEndStyle'],\n borderInlineEndWidth: ['WebkitBorderEndWidth', 'MozBorderEndWidth']\n};\n\nfunction logical(property, value, style) {\n if (Object.prototype.hasOwnProperty.call(alternativeProps, property)) {\n var alternativePropList = alternativeProps[property];\n for (var i = 0, len = alternativePropList.length; i < len; ++i) {\n style[alternativePropList[i]] = value;\n }\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/logical.js?");
|
|
635
|
+
|
|
636
|
+
/***/ }),
|
|
637
|
+
|
|
638
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/position.js":
|
|
639
|
+
/*!********************************************************************!*\
|
|
640
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/position.js ***!
|
|
641
|
+
\********************************************************************/
|
|
642
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
643
|
+
|
|
644
|
+
"use strict";
|
|
645
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = position;\nfunction position(property, value) {\n if (property === 'position' && value === 'sticky') {\n return ['-webkit-sticky', 'sticky'];\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/position.js?");
|
|
646
|
+
|
|
647
|
+
/***/ }),
|
|
648
|
+
|
|
649
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/sizing.js":
|
|
650
|
+
/*!******************************************************************!*\
|
|
651
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/sizing.js ***!
|
|
652
|
+
\******************************************************************/
|
|
653
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
654
|
+
|
|
655
|
+
"use strict";
|
|
656
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = sizing;\nvar prefixes = ['-webkit-', '-moz-', ''];\n\nvar properties = {\n maxHeight: true,\n maxWidth: true,\n width: true,\n height: true,\n columnWidth: true,\n minWidth: true,\n minHeight: true\n};\nvar values = {\n 'min-content': true,\n 'max-content': true,\n 'fill-available': true,\n 'fit-content': true,\n 'contain-floats': true\n};\n\nfunction sizing(property, value) {\n if (properties.hasOwnProperty(property) && values.hasOwnProperty(value)) {\n return prefixes.map(function (prefix) {\n return prefix + value;\n });\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/sizing.js?");
|
|
657
|
+
|
|
658
|
+
/***/ }),
|
|
659
|
+
|
|
660
|
+
/***/ "./node_modules/inline-style-prefixer/lib/plugins/transition.js":
|
|
661
|
+
/*!**********************************************************************!*\
|
|
662
|
+
!*** ./node_modules/inline-style-prefixer/lib/plugins/transition.js ***!
|
|
663
|
+
\**********************************************************************/
|
|
664
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
665
|
+
|
|
666
|
+
"use strict";
|
|
667
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = transition;\n\nvar _hyphenateProperty = __webpack_require__(/*! css-in-js-utils/lib/hyphenateProperty */ \"./node_modules/css-in-js-utils/lib/hyphenateProperty.js\");\n\nvar _hyphenateProperty2 = _interopRequireDefault(_hyphenateProperty);\n\nvar _isPrefixedValue = __webpack_require__(/*! css-in-js-utils/lib/isPrefixedValue */ \"./node_modules/css-in-js-utils/lib/isPrefixedValue.js\");\n\nvar _isPrefixedValue2 = _interopRequireDefault(_isPrefixedValue);\n\nvar _capitalizeString = __webpack_require__(/*! ../utils/capitalizeString */ \"./node_modules/inline-style-prefixer/lib/utils/capitalizeString.js\");\n\nvar _capitalizeString2 = _interopRequireDefault(_capitalizeString);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nvar properties = {\n transition: true,\n transitionProperty: true,\n WebkitTransition: true,\n WebkitTransitionProperty: true,\n MozTransition: true,\n MozTransitionProperty: true\n};\n\nvar prefixMapping = {\n Webkit: '-webkit-',\n Moz: '-moz-',\n ms: '-ms-'\n};\n\nfunction prefixValue(value, propertyPrefixMap) {\n if ((0, _isPrefixedValue2.default)(value)) {\n return value;\n }\n\n // only split multi values, not cubic beziers\n var multipleValues = value.split(/,(?![^()]*(?:\\([^()]*\\))?\\))/g);\n\n for (var i = 0, len = multipleValues.length; i < len; ++i) {\n var singleValue = multipleValues[i];\n var values = [singleValue];\n for (var property in propertyPrefixMap) {\n var dashCaseProperty = (0, _hyphenateProperty2.default)(property);\n\n if (singleValue.indexOf(dashCaseProperty) > -1 && dashCaseProperty !== 'order') {\n var prefixes = propertyPrefixMap[property];\n for (var j = 0, pLen = prefixes.length; j < pLen; ++j) {\n // join all prefixes and create a new value\n values.unshift(singleValue.replace(dashCaseProperty, prefixMapping[prefixes[j]] + dashCaseProperty));\n }\n }\n }\n\n multipleValues[i] = values.join(',');\n }\n\n return multipleValues.join(',');\n}\n\nfunction transition(property, value, style, propertyPrefixMap) {\n // also check for already prefixed transitions\n if (typeof value === 'string' && properties.hasOwnProperty(property)) {\n var outputValue = prefixValue(value, propertyPrefixMap);\n // if the property is already prefixed\n var webkitOutput = outputValue.split(/,(?![^()]*(?:\\([^()]*\\))?\\))/g).filter(function (val) {\n return !/-moz-|-ms-/.test(val);\n }).join(',');\n\n if (property.indexOf('Webkit') > -1) {\n return webkitOutput;\n }\n\n var mozOutput = outputValue.split(/,(?![^()]*(?:\\([^()]*\\))?\\))/g).filter(function (val) {\n return !/-webkit-|-ms-/.test(val);\n }).join(',');\n\n if (property.indexOf('Moz') > -1) {\n return mozOutput;\n }\n\n style['Webkit' + (0, _capitalizeString2.default)(property)] = webkitOutput;\n style['Moz' + (0, _capitalizeString2.default)(property)] = mozOutput;\n return outputValue;\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/plugins/transition.js?");
|
|
668
|
+
|
|
669
|
+
/***/ }),
|
|
670
|
+
|
|
671
|
+
/***/ "./node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js":
|
|
672
|
+
/*!**************************************************************************!*\
|
|
673
|
+
!*** ./node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js ***!
|
|
674
|
+
\**************************************************************************/
|
|
675
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
676
|
+
|
|
677
|
+
"use strict";
|
|
678
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = addNewValuesOnly;\nfunction addIfNew(list, value) {\n if (list.indexOf(value) === -1) {\n list.push(value);\n }\n}\n\nfunction addNewValuesOnly(list, values) {\n if (Array.isArray(values)) {\n for (var i = 0, len = values.length; i < len; ++i) {\n addIfNew(list, values[i]);\n }\n } else {\n addIfNew(list, values);\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js?");
|
|
679
|
+
|
|
680
|
+
/***/ }),
|
|
681
|
+
|
|
682
|
+
/***/ "./node_modules/inline-style-prefixer/lib/utils/capitalizeString.js":
|
|
683
|
+
/*!**************************************************************************!*\
|
|
684
|
+
!*** ./node_modules/inline-style-prefixer/lib/utils/capitalizeString.js ***!
|
|
685
|
+
\**************************************************************************/
|
|
686
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
687
|
+
|
|
688
|
+
"use strict";
|
|
689
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = capitalizeString;\nfunction capitalizeString(str) {\n return str.charAt(0).toUpperCase() + str.slice(1);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/utils/capitalizeString.js?");
|
|
690
|
+
|
|
691
|
+
/***/ }),
|
|
692
|
+
|
|
693
|
+
/***/ "./node_modules/inline-style-prefixer/lib/utils/isObject.js":
|
|
694
|
+
/*!******************************************************************!*\
|
|
695
|
+
!*** ./node_modules/inline-style-prefixer/lib/utils/isObject.js ***!
|
|
696
|
+
\******************************************************************/
|
|
697
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
698
|
+
|
|
699
|
+
"use strict";
|
|
700
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = isObject;\nfunction isObject(value) {\n return value instanceof Object && !Array.isArray(value);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/utils/isObject.js?");
|
|
701
|
+
|
|
702
|
+
/***/ }),
|
|
703
|
+
|
|
704
|
+
/***/ "./node_modules/inline-style-prefixer/lib/utils/prefixProperty.js":
|
|
705
|
+
/*!************************************************************************!*\
|
|
706
|
+
!*** ./node_modules/inline-style-prefixer/lib/utils/prefixProperty.js ***!
|
|
707
|
+
\************************************************************************/
|
|
708
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
709
|
+
|
|
710
|
+
"use strict";
|
|
711
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = prefixProperty;\n\nvar _capitalizeString = __webpack_require__(/*! ./capitalizeString */ \"./node_modules/inline-style-prefixer/lib/utils/capitalizeString.js\");\n\nvar _capitalizeString2 = _interopRequireDefault(_capitalizeString);\n\nfunction _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }\n\nfunction prefixProperty(prefixProperties, property, style) {\n var requiredPrefixes = prefixProperties[property];\n\n if (requiredPrefixes && style.hasOwnProperty(property)) {\n var capitalizedProperty = (0, _capitalizeString2.default)(property);\n\n for (var i = 0; i < requiredPrefixes.length; ++i) {\n var prefixedProperty = requiredPrefixes[i] + capitalizedProperty;\n\n if (!style[prefixedProperty]) {\n style[prefixedProperty] = style[property];\n }\n }\n }\n\n return style;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/utils/prefixProperty.js?");
|
|
712
|
+
|
|
713
|
+
/***/ }),
|
|
714
|
+
|
|
715
|
+
/***/ "./node_modules/inline-style-prefixer/lib/utils/prefixValue.js":
|
|
716
|
+
/*!*********************************************************************!*\
|
|
717
|
+
!*** ./node_modules/inline-style-prefixer/lib/utils/prefixValue.js ***!
|
|
718
|
+
\*********************************************************************/
|
|
719
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
720
|
+
|
|
721
|
+
"use strict";
|
|
722
|
+
eval("\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports[\"default\"] = prefixValue;\nfunction prefixValue(plugins, property, value, style, metaData) {\n for (var i = 0, len = plugins.length; i < len; ++i) {\n var processedValue = plugins[i](property, value, style, metaData);\n\n // we can stop processing if a value is returned\n // as all plugin criteria are unique\n if (processedValue) {\n return processedValue;\n }\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/inline-style-prefixer/lib/utils/prefixValue.js?");
|
|
723
|
+
|
|
724
|
+
/***/ }),
|
|
725
|
+
|
|
726
|
+
/***/ "./node_modules/postcss-value-parser/lib/index.js":
|
|
727
|
+
/*!********************************************************!*\
|
|
728
|
+
!*** ./node_modules/postcss-value-parser/lib/index.js ***!
|
|
729
|
+
\********************************************************/
|
|
730
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
731
|
+
|
|
732
|
+
eval("var parse = __webpack_require__(/*! ./parse */ \"./node_modules/postcss-value-parser/lib/parse.js\");\nvar walk = __webpack_require__(/*! ./walk */ \"./node_modules/postcss-value-parser/lib/walk.js\");\nvar stringify = __webpack_require__(/*! ./stringify */ \"./node_modules/postcss-value-parser/lib/stringify.js\");\n\nfunction ValueParser(value) {\n if (this instanceof ValueParser) {\n this.nodes = parse(value);\n return this;\n }\n return new ValueParser(value);\n}\n\nValueParser.prototype.toString = function() {\n return Array.isArray(this.nodes) ? stringify(this.nodes) : \"\";\n};\n\nValueParser.prototype.walk = function(cb, bubble) {\n walk(this.nodes, cb, bubble);\n return this;\n};\n\nValueParser.unit = __webpack_require__(/*! ./unit */ \"./node_modules/postcss-value-parser/lib/unit.js\");\n\nValueParser.walk = walk;\n\nValueParser.stringify = stringify;\n\nmodule.exports = ValueParser;\n\n\n//# sourceURL=webpack://creactive/./node_modules/postcss-value-parser/lib/index.js?");
|
|
733
|
+
|
|
734
|
+
/***/ }),
|
|
735
|
+
|
|
736
|
+
/***/ "./node_modules/postcss-value-parser/lib/parse.js":
|
|
737
|
+
/*!********************************************************!*\
|
|
738
|
+
!*** ./node_modules/postcss-value-parser/lib/parse.js ***!
|
|
739
|
+
\********************************************************/
|
|
740
|
+
/***/ ((module) => {
|
|
741
|
+
|
|
742
|
+
eval("var openParentheses = \"(\".charCodeAt(0);\nvar closeParentheses = \")\".charCodeAt(0);\nvar singleQuote = \"'\".charCodeAt(0);\nvar doubleQuote = '\"'.charCodeAt(0);\nvar backslash = \"\\\\\".charCodeAt(0);\nvar slash = \"/\".charCodeAt(0);\nvar comma = \",\".charCodeAt(0);\nvar colon = \":\".charCodeAt(0);\nvar star = \"*\".charCodeAt(0);\nvar uLower = \"u\".charCodeAt(0);\nvar uUpper = \"U\".charCodeAt(0);\nvar plus = \"+\".charCodeAt(0);\nvar isUnicodeRange = /^[a-f0-9?-]+$/i;\n\nmodule.exports = function(input) {\n var tokens = [];\n var value = input;\n\n var next,\n quote,\n prev,\n token,\n escape,\n escapePos,\n whitespacePos,\n parenthesesOpenPos;\n var pos = 0;\n var code = value.charCodeAt(pos);\n var max = value.length;\n var stack = [{ nodes: tokens }];\n var balanced = 0;\n var parent;\n\n var name = \"\";\n var before = \"\";\n var after = \"\";\n\n while (pos < max) {\n // Whitespaces\n if (code <= 32) {\n next = pos;\n do {\n next += 1;\n code = value.charCodeAt(next);\n } while (code <= 32);\n token = value.slice(pos, next);\n\n prev = tokens[tokens.length - 1];\n if (code === closeParentheses && balanced) {\n after = token;\n } else if (prev && prev.type === \"div\") {\n prev.after = token;\n prev.sourceEndIndex += token.length;\n } else if (\n code === comma ||\n code === colon ||\n (code === slash &&\n value.charCodeAt(next + 1) !== star &&\n (!parent ||\n (parent && parent.type === \"function\" && parent.value !== \"calc\")))\n ) {\n before = token;\n } else {\n tokens.push({\n type: \"space\",\n sourceIndex: pos,\n sourceEndIndex: next,\n value: token\n });\n }\n\n pos = next;\n\n // Quotes\n } else if (code === singleQuote || code === doubleQuote) {\n next = pos;\n quote = code === singleQuote ? \"'\" : '\"';\n token = {\n type: \"string\",\n sourceIndex: pos,\n quote: quote\n };\n do {\n escape = false;\n next = value.indexOf(quote, next + 1);\n if (~next) {\n escapePos = next;\n while (value.charCodeAt(escapePos - 1) === backslash) {\n escapePos -= 1;\n escape = !escape;\n }\n } else {\n value += quote;\n next = value.length - 1;\n token.unclosed = true;\n }\n } while (escape);\n token.value = value.slice(pos + 1, next);\n token.sourceEndIndex = token.unclosed ? next : next + 1;\n tokens.push(token);\n pos = next + 1;\n code = value.charCodeAt(pos);\n\n // Comments\n } else if (code === slash && value.charCodeAt(pos + 1) === star) {\n next = value.indexOf(\"*/\", pos);\n\n token = {\n type: \"comment\",\n sourceIndex: pos,\n sourceEndIndex: next + 2\n };\n\n if (next === -1) {\n token.unclosed = true;\n next = value.length;\n token.sourceEndIndex = next;\n }\n\n token.value = value.slice(pos + 2, next);\n tokens.push(token);\n\n pos = next + 2;\n code = value.charCodeAt(pos);\n\n // Operation within calc\n } else if (\n (code === slash || code === star) &&\n parent &&\n parent.type === \"function\" &&\n parent.value === \"calc\"\n ) {\n token = value[pos];\n tokens.push({\n type: \"word\",\n sourceIndex: pos - before.length,\n sourceEndIndex: pos + token.length,\n value: token\n });\n pos += 1;\n code = value.charCodeAt(pos);\n\n // Dividers\n } else if (code === slash || code === comma || code === colon) {\n token = value[pos];\n\n tokens.push({\n type: \"div\",\n sourceIndex: pos - before.length,\n sourceEndIndex: pos + token.length,\n value: token,\n before: before,\n after: \"\"\n });\n before = \"\";\n\n pos += 1;\n code = value.charCodeAt(pos);\n\n // Open parentheses\n } else if (openParentheses === code) {\n // Whitespaces after open parentheses\n next = pos;\n do {\n next += 1;\n code = value.charCodeAt(next);\n } while (code <= 32);\n parenthesesOpenPos = pos;\n token = {\n type: \"function\",\n sourceIndex: pos - name.length,\n value: name,\n before: value.slice(parenthesesOpenPos + 1, next)\n };\n pos = next;\n\n if (name === \"url\" && code !== singleQuote && code !== doubleQuote) {\n next -= 1;\n do {\n escape = false;\n next = value.indexOf(\")\", next + 1);\n if (~next) {\n escapePos = next;\n while (value.charCodeAt(escapePos - 1) === backslash) {\n escapePos -= 1;\n escape = !escape;\n }\n } else {\n value += \")\";\n next = value.length - 1;\n token.unclosed = true;\n }\n } while (escape);\n // Whitespaces before closed\n whitespacePos = next;\n do {\n whitespacePos -= 1;\n code = value.charCodeAt(whitespacePos);\n } while (code <= 32);\n if (parenthesesOpenPos < whitespacePos) {\n if (pos !== whitespacePos + 1) {\n token.nodes = [\n {\n type: \"word\",\n sourceIndex: pos,\n sourceEndIndex: whitespacePos + 1,\n value: value.slice(pos, whitespacePos + 1)\n }\n ];\n } else {\n token.nodes = [];\n }\n if (token.unclosed && whitespacePos + 1 !== next) {\n token.after = \"\";\n token.nodes.push({\n type: \"space\",\n sourceIndex: whitespacePos + 1,\n sourceEndIndex: next,\n value: value.slice(whitespacePos + 1, next)\n });\n } else {\n token.after = value.slice(whitespacePos + 1, next);\n token.sourceEndIndex = next;\n }\n } else {\n token.after = \"\";\n token.nodes = [];\n }\n pos = next + 1;\n token.sourceEndIndex = token.unclosed ? next : pos;\n code = value.charCodeAt(pos);\n tokens.push(token);\n } else {\n balanced += 1;\n token.after = \"\";\n token.sourceEndIndex = pos + 1;\n tokens.push(token);\n stack.push(token);\n tokens = token.nodes = [];\n parent = token;\n }\n name = \"\";\n\n // Close parentheses\n } else if (closeParentheses === code && balanced) {\n pos += 1;\n code = value.charCodeAt(pos);\n\n parent.after = after;\n parent.sourceEndIndex += after.length;\n after = \"\";\n balanced -= 1;\n stack[stack.length - 1].sourceEndIndex = pos;\n stack.pop();\n parent = stack[balanced];\n tokens = parent.nodes;\n\n // Words\n } else {\n next = pos;\n do {\n if (code === backslash) {\n next += 1;\n }\n next += 1;\n code = value.charCodeAt(next);\n } while (\n next < max &&\n !(\n code <= 32 ||\n code === singleQuote ||\n code === doubleQuote ||\n code === comma ||\n code === colon ||\n code === slash ||\n code === openParentheses ||\n (code === star &&\n parent &&\n parent.type === \"function\" &&\n parent.value === \"calc\") ||\n (code === slash &&\n parent.type === \"function\" &&\n parent.value === \"calc\") ||\n (code === closeParentheses && balanced)\n )\n );\n token = value.slice(pos, next);\n\n if (openParentheses === code) {\n name = token;\n } else if (\n (uLower === token.charCodeAt(0) || uUpper === token.charCodeAt(0)) &&\n plus === token.charCodeAt(1) &&\n isUnicodeRange.test(token.slice(2))\n ) {\n tokens.push({\n type: \"unicode-range\",\n sourceIndex: pos,\n sourceEndIndex: next,\n value: token\n });\n } else {\n tokens.push({\n type: \"word\",\n sourceIndex: pos,\n sourceEndIndex: next,\n value: token\n });\n }\n\n pos = next;\n }\n }\n\n for (pos = stack.length - 1; pos; pos -= 1) {\n stack[pos].unclosed = true;\n stack[pos].sourceEndIndex = value.length;\n }\n\n return stack[0].nodes;\n};\n\n\n//# sourceURL=webpack://creactive/./node_modules/postcss-value-parser/lib/parse.js?");
|
|
743
|
+
|
|
744
|
+
/***/ }),
|
|
745
|
+
|
|
746
|
+
/***/ "./node_modules/postcss-value-parser/lib/stringify.js":
|
|
747
|
+
/*!************************************************************!*\
|
|
748
|
+
!*** ./node_modules/postcss-value-parser/lib/stringify.js ***!
|
|
749
|
+
\************************************************************/
|
|
750
|
+
/***/ ((module) => {
|
|
751
|
+
|
|
752
|
+
eval("function stringifyNode(node, custom) {\n var type = node.type;\n var value = node.value;\n var buf;\n var customResult;\n\n if (custom && (customResult = custom(node)) !== undefined) {\n return customResult;\n } else if (type === \"word\" || type === \"space\") {\n return value;\n } else if (type === \"string\") {\n buf = node.quote || \"\";\n return buf + value + (node.unclosed ? \"\" : buf);\n } else if (type === \"comment\") {\n return \"/*\" + value + (node.unclosed ? \"\" : \"*/\");\n } else if (type === \"div\") {\n return (node.before || \"\") + value + (node.after || \"\");\n } else if (Array.isArray(node.nodes)) {\n buf = stringify(node.nodes, custom);\n if (type !== \"function\") {\n return buf;\n }\n return (\n value +\n \"(\" +\n (node.before || \"\") +\n buf +\n (node.after || \"\") +\n (node.unclosed ? \"\" : \")\")\n );\n }\n return value;\n}\n\nfunction stringify(nodes, custom) {\n var result, i;\n\n if (Array.isArray(nodes)) {\n result = \"\";\n for (i = nodes.length - 1; ~i; i -= 1) {\n result = stringifyNode(nodes[i], custom) + result;\n }\n return result;\n }\n return stringifyNode(nodes, custom);\n}\n\nmodule.exports = stringify;\n\n\n//# sourceURL=webpack://creactive/./node_modules/postcss-value-parser/lib/stringify.js?");
|
|
753
|
+
|
|
754
|
+
/***/ }),
|
|
755
|
+
|
|
756
|
+
/***/ "./node_modules/postcss-value-parser/lib/unit.js":
|
|
757
|
+
/*!*******************************************************!*\
|
|
758
|
+
!*** ./node_modules/postcss-value-parser/lib/unit.js ***!
|
|
759
|
+
\*******************************************************/
|
|
760
|
+
/***/ ((module) => {
|
|
761
|
+
|
|
762
|
+
eval("var minus = \"-\".charCodeAt(0);\nvar plus = \"+\".charCodeAt(0);\nvar dot = \".\".charCodeAt(0);\nvar exp = \"e\".charCodeAt(0);\nvar EXP = \"E\".charCodeAt(0);\n\n// Check if three code points would start a number\n// https://www.w3.org/TR/css-syntax-3/#starts-with-a-number\nfunction likeNumber(value) {\n var code = value.charCodeAt(0);\n var nextCode;\n\n if (code === plus || code === minus) {\n nextCode = value.charCodeAt(1);\n\n if (nextCode >= 48 && nextCode <= 57) {\n return true;\n }\n\n var nextNextCode = value.charCodeAt(2);\n\n if (nextCode === dot && nextNextCode >= 48 && nextNextCode <= 57) {\n return true;\n }\n\n return false;\n }\n\n if (code === dot) {\n nextCode = value.charCodeAt(1);\n\n if (nextCode >= 48 && nextCode <= 57) {\n return true;\n }\n\n return false;\n }\n\n if (code >= 48 && code <= 57) {\n return true;\n }\n\n return false;\n}\n\n// Consume a number\n// https://www.w3.org/TR/css-syntax-3/#consume-number\nmodule.exports = function(value) {\n var pos = 0;\n var length = value.length;\n var code;\n var nextCode;\n var nextNextCode;\n\n if (length === 0 || !likeNumber(value)) {\n return false;\n }\n\n code = value.charCodeAt(pos);\n\n if (code === plus || code === minus) {\n pos++;\n }\n\n while (pos < length) {\n code = value.charCodeAt(pos);\n\n if (code < 48 || code > 57) {\n break;\n }\n\n pos += 1;\n }\n\n code = value.charCodeAt(pos);\n nextCode = value.charCodeAt(pos + 1);\n\n if (code === dot && nextCode >= 48 && nextCode <= 57) {\n pos += 2;\n\n while (pos < length) {\n code = value.charCodeAt(pos);\n\n if (code < 48 || code > 57) {\n break;\n }\n\n pos += 1;\n }\n }\n\n code = value.charCodeAt(pos);\n nextCode = value.charCodeAt(pos + 1);\n nextNextCode = value.charCodeAt(pos + 2);\n\n if (\n (code === exp || code === EXP) &&\n ((nextCode >= 48 && nextCode <= 57) ||\n ((nextCode === plus || nextCode === minus) &&\n nextNextCode >= 48 &&\n nextNextCode <= 57))\n ) {\n pos += nextCode === plus || nextCode === minus ? 3 : 2;\n\n while (pos < length) {\n code = value.charCodeAt(pos);\n\n if (code < 48 || code > 57) {\n break;\n }\n\n pos += 1;\n }\n }\n\n return {\n number: value.slice(0, pos),\n unit: value.slice(pos)\n };\n};\n\n\n//# sourceURL=webpack://creactive/./node_modules/postcss-value-parser/lib/unit.js?");
|
|
763
|
+
|
|
764
|
+
/***/ }),
|
|
765
|
+
|
|
766
|
+
/***/ "./node_modules/postcss-value-parser/lib/walk.js":
|
|
767
|
+
/*!*******************************************************!*\
|
|
768
|
+
!*** ./node_modules/postcss-value-parser/lib/walk.js ***!
|
|
769
|
+
\*******************************************************/
|
|
770
|
+
/***/ ((module) => {
|
|
771
|
+
|
|
772
|
+
eval("module.exports = function walk(nodes, cb, bubble) {\n var i, max, node, result;\n\n for (i = 0, max = nodes.length; i < max; i += 1) {\n node = nodes[i];\n if (!bubble) {\n result = cb(node, i, nodes);\n }\n\n if (\n result !== false &&\n node.type === \"function\" &&\n Array.isArray(node.nodes)\n ) {\n walk(node.nodes, cb, bubble);\n }\n\n if (bubble) {\n cb(node, i, nodes);\n }\n }\n};\n\n\n//# sourceURL=webpack://creactive/./node_modules/postcss-value-parser/lib/walk.js?");
|
|
773
|
+
|
|
774
|
+
/***/ }),
|
|
775
|
+
|
|
776
|
+
/***/ "./node_modules/react-dom/client.js":
|
|
777
|
+
/*!******************************************!*\
|
|
778
|
+
!*** ./node_modules/react-dom/client.js ***!
|
|
779
|
+
\******************************************/
|
|
780
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
781
|
+
|
|
782
|
+
"use strict";
|
|
783
|
+
eval("\n\nvar m = __webpack_require__(/*! react-dom */ \"react-dom\");\nif (false) {} else {\n var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n exports.createRoot = function(c, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.createRoot(c, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n exports.hydrateRoot = function(c, h, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.hydrateRoot(c, h, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/react-dom/client.js?");
|
|
784
|
+
|
|
785
|
+
/***/ }),
|
|
786
|
+
|
|
787
|
+
/***/ "./node_modules/react-native-web/dist/exports/AppRegistry/AppContainer.js":
|
|
788
|
+
/*!********************************************************************************!*\
|
|
789
|
+
!*** ./node_modules/react-native-web/dist/exports/AppRegistry/AppContainer.js ***!
|
|
790
|
+
\********************************************************************************/
|
|
791
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
792
|
+
|
|
793
|
+
"use strict";
|
|
794
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _StyleSheet__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var _View__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../View */ \"./node_modules/react-native-web/dist/exports/View/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\nvar RootTagContext = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createContext(null);\nvar AppContainer = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.forwardRef((props, forwardedRef) => {\n var children = props.children,\n WrapperComponent = props.WrapperComponent;\n var innerView = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_View__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n children: children,\n key: 1,\n style: styles.appContainer\n });\n if (WrapperComponent) {\n innerView = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(WrapperComponent, null, innerView);\n }\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(RootTagContext.Provider, {\n value: props.rootTag\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_View__WEBPACK_IMPORTED_MODULE_1__[\"default\"], {\n ref: forwardedRef,\n style: styles.appContainer\n }, innerView));\n});\nAppContainer.displayName = 'AppContainer';\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (AppContainer);\nvar styles = _StyleSheet__WEBPACK_IMPORTED_MODULE_2__[\"default\"].create({\n appContainer: {\n flex: 1,\n pointerEvents: 'box-none'\n }\n});\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/AppRegistry/AppContainer.js?");
|
|
795
|
+
|
|
796
|
+
/***/ }),
|
|
797
|
+
|
|
798
|
+
/***/ "./node_modules/react-native-web/dist/exports/AppRegistry/index.js":
|
|
799
|
+
/*!*************************************************************************!*\
|
|
800
|
+
!*** ./node_modules/react-native-web/dist/exports/AppRegistry/index.js ***!
|
|
801
|
+
\*************************************************************************/
|
|
802
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
803
|
+
|
|
804
|
+
"use strict";
|
|
805
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ AppRegistry)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/objectSpread2 */ \"./node_modules/@babel/runtime/helpers/esm/objectSpread2.js\");\n/* harmony import */ var fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fbjs/lib/invariant */ \"./node_modules/fbjs/lib/invariant.js\");\n/* harmony import */ var fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _unmountComponentAtNode__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../unmountComponentAtNode */ \"./node_modules/react-native-web/dist/exports/unmountComponentAtNode/index.js\");\n/* harmony import */ var _renderApplication__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./renderApplication */ \"./node_modules/react-native-web/dist/exports/AppRegistry/renderApplication.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n'use client';\n\n\n\n\n\nvar emptyObject = {};\nvar runnables = {};\nvar componentProviderInstrumentationHook = component => component();\nvar wrapperComponentProvider;\n\n/**\n * `AppRegistry` is the JS entry point to running all React Native apps.\n */\nclass AppRegistry {\n static getAppKeys() {\n return Object.keys(runnables);\n }\n static getApplication(appKey, appParameters) {\n fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1___default()(runnables[appKey] && runnables[appKey].getApplication, \"Application \" + appKey + \" has not been registered. \" + 'This is either due to an import error during initialization or failure to call AppRegistry.registerComponent.');\n return runnables[appKey].getApplication(appParameters);\n }\n static registerComponent(appKey, componentProvider) {\n runnables[appKey] = {\n getApplication: appParameters => (0,_renderApplication__WEBPACK_IMPORTED_MODULE_2__.getApplication)(componentProviderInstrumentationHook(componentProvider), appParameters ? appParameters.initialProps : emptyObject, wrapperComponentProvider && wrapperComponentProvider(appParameters)),\n run: appParameters => (0,_renderApplication__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(componentProviderInstrumentationHook(componentProvider), wrapperComponentProvider && wrapperComponentProvider(appParameters), appParameters.callback, {\n hydrate: appParameters.hydrate || false,\n initialProps: appParameters.initialProps || emptyObject,\n mode: appParameters.mode || 'concurrent',\n rootTag: appParameters.rootTag\n })\n };\n return appKey;\n }\n static registerConfig(config) {\n config.forEach(_ref => {\n var appKey = _ref.appKey,\n component = _ref.component,\n run = _ref.run;\n if (run) {\n AppRegistry.registerRunnable(appKey, run);\n } else {\n fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1___default()(component, 'No component provider passed in');\n AppRegistry.registerComponent(appKey, component);\n }\n });\n }\n\n // TODO: fix style sheet creation when using this method\n static registerRunnable(appKey, run) {\n runnables[appKey] = {\n run\n };\n return appKey;\n }\n static runApplication(appKey, appParameters) {\n var isDevelopment = true && \"development\" !== 'test';\n if (isDevelopment) {\n var params = (0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, appParameters);\n params.rootTag = \"#\" + params.rootTag.id;\n console.log(\"Running application \\\"\" + appKey + \"\\\" with appParams:\\n\", params, \"\\nDevelopment-level warnings: \" + (isDevelopment ? 'ON' : 'OFF') + \".\" + (\"\\nPerformance optimizations: \" + (isDevelopment ? 'OFF' : 'ON') + \".\"));\n }\n fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1___default()(runnables[appKey] && runnables[appKey].run, \"Application \\\"\" + appKey + \"\\\" has not been registered. \" + 'This is either due to an import error during initialization or failure to call AppRegistry.registerComponent.');\n return runnables[appKey].run(appParameters);\n }\n static setComponentProviderInstrumentationHook(hook) {\n componentProviderInstrumentationHook = hook;\n }\n static setWrapperComponentProvider(provider) {\n wrapperComponentProvider = provider;\n }\n static unmountApplicationComponentAtRootTag(rootTag) {\n (0,_unmountComponentAtNode__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(rootTag);\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/AppRegistry/index.js?");
|
|
806
|
+
|
|
807
|
+
/***/ }),
|
|
808
|
+
|
|
809
|
+
/***/ "./node_modules/react-native-web/dist/exports/AppRegistry/renderApplication.js":
|
|
810
|
+
/*!*************************************************************************************!*\
|
|
811
|
+
!*** ./node_modules/react-native-web/dist/exports/AppRegistry/renderApplication.js ***!
|
|
812
|
+
\*************************************************************************************/
|
|
813
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
814
|
+
|
|
815
|
+
"use strict";
|
|
816
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ renderApplication),\n/* harmony export */ getApplication: () => (/* binding */ getApplication)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ \"./node_modules/@babel/runtime/helpers/esm/extends.js\");\n/* harmony import */ var _AppContainer__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./AppContainer */ \"./node_modules/react-native-web/dist/exports/AppRegistry/AppContainer.js\");\n/* harmony import */ var fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! fbjs/lib/invariant */ \"./node_modules/fbjs/lib/invariant.js\");\n/* harmony import */ var fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _render__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../render */ \"./node_modules/react-native-web/dist/exports/render/index.js\");\n/* harmony import */ var _StyleSheet__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__);\n\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\n\n\nfunction renderApplication(RootComponent, WrapperComponent, callback, options) {\n var shouldHydrate = options.hydrate,\n initialProps = options.initialProps,\n mode = options.mode,\n rootTag = options.rootTag;\n var renderFn = shouldHydrate ? mode === 'concurrent' ? _render__WEBPACK_IMPORTED_MODULE_3__.hydrate : _render__WEBPACK_IMPORTED_MODULE_3__.hydrateLegacy : mode === 'concurrent' ? _render__WEBPACK_IMPORTED_MODULE_3__.render : _render__WEBPACK_IMPORTED_MODULE_3__[\"default\"];\n fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_1___default()(rootTag, 'Expect to have a valid rootTag, instead got ', rootTag);\n return renderFn(/*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_AppContainer__WEBPACK_IMPORTED_MODULE_4__[\"default\"], {\n WrapperComponent: WrapperComponent,\n ref: callback,\n rootTag: rootTag\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2___default().createElement(RootComponent, initialProps)), rootTag);\n}\nfunction getApplication(RootComponent, initialProps, WrapperComponent) {\n var element = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2___default().createElement(_AppContainer__WEBPACK_IMPORTED_MODULE_4__[\"default\"], {\n WrapperComponent: WrapperComponent,\n rootTag: {}\n }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2___default().createElement(RootComponent, initialProps));\n // Don't escape CSS text\n var getStyleElement = props => {\n var sheet = _StyleSheet__WEBPACK_IMPORTED_MODULE_5__[\"default\"].getSheet();\n return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2___default().createElement(\"style\", (0,_babel_runtime_helpers_extends__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, props, {\n dangerouslySetInnerHTML: {\n __html: sheet.textContent\n },\n id: sheet.id\n }));\n };\n return {\n element,\n getStyleElement\n };\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/AppRegistry/renderApplication.js?");
|
|
817
|
+
|
|
818
|
+
/***/ }),
|
|
819
|
+
|
|
820
|
+
/***/ "./node_modules/react-native-web/dist/exports/Dimensions/index.js":
|
|
821
|
+
/*!************************************************************************!*\
|
|
822
|
+
!*** ./node_modules/react-native-web/dist/exports/Dimensions/index.js ***!
|
|
823
|
+
\************************************************************************/
|
|
824
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
825
|
+
|
|
826
|
+
"use strict";
|
|
827
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ Dimensions)\n/* harmony export */ });\n/* harmony import */ var fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! fbjs/lib/invariant */ \"./node_modules/fbjs/lib/invariant.js\");\n/* harmony import */ var fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _modules_canUseDom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../modules/canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n'use client';\n\n\n\nvar dimensions = {\n window: {\n fontScale: 1,\n height: 0,\n scale: 1,\n width: 0\n },\n screen: {\n fontScale: 1,\n height: 0,\n scale: 1,\n width: 0\n }\n};\nvar listeners = {};\nvar shouldInit = _modules_canUseDom__WEBPACK_IMPORTED_MODULE_1__[\"default\"];\nfunction update() {\n if (!_modules_canUseDom__WEBPACK_IMPORTED_MODULE_1__[\"default\"]) {\n return;\n }\n var win = window;\n var height;\n var width;\n\n /**\n * iOS does not update viewport dimensions on keyboard open/close.\n * window.visualViewport(https://developer.mozilla.org/en-US/docs/Web/API/VisualViewport)\n * is used instead of document.documentElement.clientHeight (which remains as a fallback)\n */\n if (win.visualViewport) {\n var visualViewport = win.visualViewport;\n /**\n * We are multiplying by scale because height and width from visual viewport\n * also react to pinch zoom, and become smaller when zoomed. But it is not desired\n * behaviour, since originally documentElement client height and width were used,\n * and they do not react to pinch zoom.\n */\n height = Math.round(visualViewport.height * visualViewport.scale);\n width = Math.round(visualViewport.width * visualViewport.scale);\n } else {\n var docEl = win.document.documentElement;\n height = docEl.clientHeight;\n width = docEl.clientWidth;\n }\n dimensions.window = {\n fontScale: 1,\n height,\n scale: win.devicePixelRatio || 1,\n width\n };\n dimensions.screen = {\n fontScale: 1,\n height: win.screen.height,\n scale: win.devicePixelRatio || 1,\n width: win.screen.width\n };\n}\nfunction handleResize() {\n update();\n if (Array.isArray(listeners['change'])) {\n listeners['change'].forEach(handler => handler(dimensions));\n }\n}\nclass Dimensions {\n static get(dimension) {\n if (shouldInit) {\n shouldInit = false;\n update();\n }\n fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_0___default()(dimensions[dimension], \"No dimension set for key \" + dimension);\n return dimensions[dimension];\n }\n static set(initialDimensions) {\n if (initialDimensions) {\n if (_modules_canUseDom__WEBPACK_IMPORTED_MODULE_1__[\"default\"]) {\n fbjs_lib_invariant__WEBPACK_IMPORTED_MODULE_0___default()(false, 'Dimensions cannot be set in the browser');\n } else {\n if (initialDimensions.screen != null) {\n dimensions.screen = initialDimensions.screen;\n }\n if (initialDimensions.window != null) {\n dimensions.window = initialDimensions.window;\n }\n }\n }\n }\n static addEventListener(type, handler) {\n listeners[type] = listeners[type] || [];\n listeners[type].push(handler);\n return {\n remove: () => {\n this.removeEventListener(type, handler);\n }\n };\n }\n static removeEventListener(type, handler) {\n if (Array.isArray(listeners[type])) {\n listeners[type] = listeners[type].filter(_handler => _handler !== handler);\n }\n }\n}\nif (_modules_canUseDom__WEBPACK_IMPORTED_MODULE_1__[\"default\"]) {\n if (window.visualViewport) {\n window.visualViewport.addEventListener('resize', handleResize, false);\n } else {\n window.addEventListener('resize', handleResize, false);\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/Dimensions/index.js?");
|
|
828
|
+
|
|
829
|
+
/***/ }),
|
|
830
|
+
|
|
831
|
+
/***/ "./node_modules/react-native-web/dist/exports/Platform/index.js":
|
|
832
|
+
/*!**********************************************************************!*\
|
|
833
|
+
!*** ./node_modules/react-native-web/dist/exports/Platform/index.js ***!
|
|
834
|
+
\**********************************************************************/
|
|
835
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
836
|
+
|
|
837
|
+
"use strict";
|
|
838
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar Platform = {\n OS: 'web',\n select: obj => 'web' in obj ? obj.web : obj.default,\n get isTesting() {\n if (false) {}\n return false;\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Platform);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/Platform/index.js?");
|
|
839
|
+
|
|
840
|
+
/***/ }),
|
|
841
|
+
|
|
842
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/compiler/createReactDOMStyle.js":
|
|
843
|
+
/*!***********************************************************************************************!*\
|
|
844
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/compiler/createReactDOMStyle.js ***!
|
|
845
|
+
\***********************************************************************************************/
|
|
846
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
847
|
+
|
|
848
|
+
"use strict";
|
|
849
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./normalizeValueWithProperty */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeValueWithProperty.js\");\n/* harmony import */ var _modules_canUseDom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../modules/canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n/**\n * The browser implements the CSS cascade, where the order of properties is a\n * factor in determining which styles to paint. React Native is different. It\n * gives giving precedence to the more specific style property. For example,\n * the value of `paddingTop` takes precedence over that of `padding`.\n *\n * This module creates mutally exclusive style declarations by expanding all of\n * React Native's supported shortform properties (e.g. `padding`) to their\n * longfrom equivalents.\n */\n\nvar emptyObject = {};\nvar supportsCSS3TextDecoration = !_modules_canUseDom__WEBPACK_IMPORTED_MODULE_0__[\"default\"] || window.CSS != null && window.CSS.supports != null && (window.CSS.supports('text-decoration-line', 'none') || window.CSS.supports('-webkit-text-decoration-line', 'none'));\nvar MONOSPACE_FONT_STACK = 'monospace,monospace';\nvar SYSTEM_FONT_STACK = '-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif';\nvar STYLE_SHORT_FORM_EXPANSIONS = {\n borderColor: ['borderTopColor', 'borderRightColor', 'borderBottomColor', 'borderLeftColor'],\n borderBlockColor: ['borderTopColor', 'borderBottomColor'],\n borderInlineColor: ['borderRightColor', 'borderLeftColor'],\n borderRadius: ['borderTopLeftRadius', 'borderTopRightRadius', 'borderBottomRightRadius', 'borderBottomLeftRadius'],\n borderStyle: ['borderTopStyle', 'borderRightStyle', 'borderBottomStyle', 'borderLeftStyle'],\n borderBlockStyle: ['borderTopStyle', 'borderBottomStyle'],\n borderInlineStyle: ['borderRightStyle', 'borderLeftStyle'],\n borderWidth: ['borderTopWidth', 'borderRightWidth', 'borderBottomWidth', 'borderLeftWidth'],\n borderBlockWidth: ['borderTopWidth', 'borderBottomWidth'],\n borderInlineWidth: ['borderRightWidth', 'borderLeftWidth'],\n insetBlock: ['top', 'bottom'],\n insetInline: ['left', 'right'],\n marginBlock: ['marginTop', 'marginBottom'],\n marginInline: ['marginRight', 'marginLeft'],\n paddingBlock: ['paddingTop', 'paddingBottom'],\n paddingInline: ['paddingRight', 'paddingLeft'],\n overflow: ['overflowX', 'overflowY'],\n overscrollBehavior: ['overscrollBehaviorX', 'overscrollBehaviorY'],\n borderBlockStartColor: ['borderTopColor'],\n borderBlockStartStyle: ['borderTopStyle'],\n borderBlockStartWidth: ['borderTopWidth'],\n borderBlockEndColor: ['borderBottomColor'],\n borderBlockEndStyle: ['borderBottomStyle'],\n borderBlockEndWidth: ['borderBottomWidth'],\n //borderInlineStartColor: ['borderLeftColor'],\n //borderInlineStartStyle: ['borderLeftStyle'],\n //borderInlineStartWidth: ['borderLeftWidth'],\n //borderInlineEndColor: ['borderRightColor'],\n //borderInlineEndStyle: ['borderRightStyle'],\n //borderInlineEndWidth: ['borderRightWidth'],\n borderEndStartRadius: ['borderBottomLeftRadius'],\n borderEndEndRadius: ['borderBottomRightRadius'],\n borderStartStartRadius: ['borderTopLeftRadius'],\n borderStartEndRadius: ['borderTopRightRadius'],\n insetBlockEnd: ['bottom'],\n insetBlockStart: ['top'],\n //insetInlineEnd: ['right'],\n //insetInlineStart: ['left'],\n marginBlockStart: ['marginTop'],\n marginBlockEnd: ['marginBottom'],\n //marginInlineStart: ['marginLeft'],\n //marginInlineEnd: ['marginRight'],\n paddingBlockStart: ['paddingTop'],\n paddingBlockEnd: ['paddingBottom']\n //paddingInlineStart: ['marginLeft'],\n //paddingInlineEnd: ['marginRight'],\n};\n\n/**\n * Reducer\n */\n\nvar createReactDOMStyle = (style, isInline) => {\n if (!style) {\n return emptyObject;\n }\n var resolvedStyle = {};\n var _loop = function _loop() {\n var value = style[prop];\n if (\n // Ignore everything with a null value\n value == null) {\n return \"continue\";\n }\n if (prop === 'backgroundClip') {\n // TODO: remove once this issue is fixed\n // https://github.com/rofrischmann/inline-style-prefixer/issues/159\n if (value === 'text') {\n resolvedStyle.backgroundClip = value;\n resolvedStyle.WebkitBackgroundClip = value;\n }\n } else if (prop === 'flex') {\n if (value === -1) {\n resolvedStyle.flexGrow = 0;\n resolvedStyle.flexShrink = 1;\n resolvedStyle.flexBasis = 'auto';\n } else {\n resolvedStyle.flex = value;\n }\n } else if (prop === 'font') {\n resolvedStyle[prop] = value.replace('System', SYSTEM_FONT_STACK);\n } else if (prop === 'fontFamily') {\n if (value.indexOf('System') > -1) {\n var stack = value.split(/,\\s*/);\n stack[stack.indexOf('System')] = SYSTEM_FONT_STACK;\n resolvedStyle[prop] = stack.join(',');\n } else if (value === 'monospace') {\n resolvedStyle[prop] = MONOSPACE_FONT_STACK;\n } else {\n resolvedStyle[prop] = value;\n }\n } else if (prop === 'textDecorationLine') {\n // use 'text-decoration' for browsers that only support CSS2\n // text-decoration (e.g., IE, Edge)\n if (!supportsCSS3TextDecoration) {\n resolvedStyle.textDecoration = value;\n } else {\n resolvedStyle.textDecorationLine = value;\n }\n } else if (prop === 'writingDirection') {\n resolvedStyle.direction = value;\n } else {\n var _value = (0,_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(style[prop], prop);\n var longFormProperties = STYLE_SHORT_FORM_EXPANSIONS[prop];\n if (isInline && prop === 'inset') {\n if (style.insetInline == null) {\n resolvedStyle.left = _value;\n resolvedStyle.right = _value;\n }\n if (style.insetBlock == null) {\n resolvedStyle.top = _value;\n resolvedStyle.bottom = _value;\n }\n } else if (isInline && prop === 'margin') {\n if (style.marginInline == null) {\n resolvedStyle.marginLeft = _value;\n resolvedStyle.marginRight = _value;\n }\n if (style.marginBlock == null) {\n resolvedStyle.marginTop = _value;\n resolvedStyle.marginBottom = _value;\n }\n } else if (isInline && prop === 'padding') {\n if (style.paddingInline == null) {\n resolvedStyle.paddingLeft = _value;\n resolvedStyle.paddingRight = _value;\n }\n if (style.paddingBlock == null) {\n resolvedStyle.paddingTop = _value;\n resolvedStyle.paddingBottom = _value;\n }\n } else if (longFormProperties) {\n longFormProperties.forEach((longForm, i) => {\n // The value of any longform property in the original styles takes\n // precedence over the shortform's value.\n if (style[longForm] == null) {\n resolvedStyle[longForm] = _value;\n }\n });\n } else {\n resolvedStyle[prop] = _value;\n }\n }\n };\n for (var prop in style) {\n var _ret = _loop();\n if (_ret === \"continue\") continue;\n }\n return resolvedStyle;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (createReactDOMStyle);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/compiler/createReactDOMStyle.js?");
|
|
850
|
+
|
|
851
|
+
/***/ }),
|
|
852
|
+
|
|
853
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hash.js":
|
|
854
|
+
/*!********************************************************************************!*\
|
|
855
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hash.js ***!
|
|
856
|
+
\********************************************************************************/
|
|
857
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
858
|
+
|
|
859
|
+
"use strict";
|
|
860
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* eslint-disable */\n\n/**\n * JS Implementation of MurmurHash2\n *\n * @author <a href=\"mailto:gary.court@gmail.com\">Gary Court</a>\n * @see http://github.com/garycourt/murmurhash-js\n * @author <a href=\"mailto:aappleby@gmail.com\">Austin Appleby</a>\n * @see http://sites.google.com/site/murmurhash/\n *\n * @param {string} str ASCII only\n * @param {number} seed Positive integer only\n * @return {number} 32-bit positive integer hash\n *\n * \n */\n\nfunction murmurhash2_32_gc(str, seed) {\n var l = str.length,\n h = seed ^ l,\n i = 0,\n k;\n while (l >= 4) {\n k = str.charCodeAt(i) & 0xff | (str.charCodeAt(++i) & 0xff) << 8 | (str.charCodeAt(++i) & 0xff) << 16 | (str.charCodeAt(++i) & 0xff) << 24;\n k = (k & 0xffff) * 0x5bd1e995 + (((k >>> 16) * 0x5bd1e995 & 0xffff) << 16);\n k ^= k >>> 24;\n k = (k & 0xffff) * 0x5bd1e995 + (((k >>> 16) * 0x5bd1e995 & 0xffff) << 16);\n h = (h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0x5bd1e995 & 0xffff) << 16) ^ k;\n l -= 4;\n ++i;\n }\n switch (l) {\n case 3:\n h ^= (str.charCodeAt(i + 2) & 0xff) << 16;\n case 2:\n h ^= (str.charCodeAt(i + 1) & 0xff) << 8;\n case 1:\n h ^= str.charCodeAt(i) & 0xff;\n h = (h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0x5bd1e995 & 0xffff) << 16);\n }\n h ^= h >>> 13;\n h = (h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0x5bd1e995 & 0xffff) << 16);\n h ^= h >>> 15;\n return h >>> 0;\n}\nvar hash = str => murmurhash2_32_gc(str, 1).toString(36);\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (hash);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hash.js?");
|
|
861
|
+
|
|
862
|
+
/***/ }),
|
|
863
|
+
|
|
864
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hyphenateStyleName.js":
|
|
865
|
+
/*!**********************************************************************************************!*\
|
|
866
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hyphenateStyleName.js ***!
|
|
867
|
+
\**********************************************************************************************/
|
|
868
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
869
|
+
|
|
870
|
+
"use strict";
|
|
871
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar uppercasePattern = /[A-Z]/g;\nvar msPattern = /^ms-/;\nvar cache = {};\nfunction toHyphenLower(match) {\n return '-' + match.toLowerCase();\n}\nfunction hyphenateStyleName(name) {\n if (name in cache) {\n return cache[name];\n }\n var hName = name.replace(uppercasePattern, toHyphenLower);\n return cache[name] = msPattern.test(hName) ? '-' + hName : hName;\n}\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (hyphenateStyleName);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hyphenateStyleName.js?");
|
|
872
|
+
|
|
873
|
+
/***/ }),
|
|
874
|
+
|
|
875
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/compiler/index.js":
|
|
876
|
+
/*!*********************************************************************************!*\
|
|
877
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/compiler/index.js ***!
|
|
878
|
+
\*********************************************************************************/
|
|
879
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
880
|
+
|
|
881
|
+
"use strict";
|
|
882
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ atomic: () => (/* binding */ atomic),\n/* harmony export */ classic: () => (/* binding */ classic),\n/* harmony export */ inline: () => (/* binding */ inline),\n/* harmony export */ stringifyValueWithProperty: () => (/* binding */ stringifyValueWithProperty)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/objectSpread2 */ \"./node_modules/@babel/runtime/helpers/esm/objectSpread2.js\");\n/* harmony import */ var _babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutPropertiesLoose */ \"./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js\");\n/* harmony import */ var _createReactDOMStyle__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./createReactDOMStyle */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/createReactDOMStyle.js\");\n/* harmony import */ var _hash__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./hash */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hash.js\");\n/* harmony import */ var _hyphenateStyleName__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./hyphenateStyleName */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/hyphenateStyleName.js\");\n/* harmony import */ var _normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./normalizeValueWithProperty */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeValueWithProperty.js\");\n/* harmony import */ var _modules_prefixStyles__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../modules/prefixStyles */ \"./node_modules/react-native-web/dist/modules/prefixStyles/index.js\");\n\n\nvar _excluded = [\"animationKeyframes\"];\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\n\n\nvar cache = new Map();\nvar emptyObject = {};\nvar classicGroup = 1;\nvar atomicGroup = 3;\nvar customGroup = {\n borderColor: 2,\n borderRadius: 2,\n borderStyle: 2,\n borderWidth: 2,\n display: 2,\n flex: 2,\n inset: 2,\n margin: 2,\n overflow: 2,\n overscrollBehavior: 2,\n padding: 2,\n insetBlock: 2.1,\n insetInline: 2.1,\n marginInline: 2.1,\n marginBlock: 2.1,\n paddingInline: 2.1,\n paddingBlock: 2.1,\n borderBlockStartColor: 2.2,\n borderBlockStartStyle: 2.2,\n borderBlockStartWidth: 2.2,\n borderBlockEndColor: 2.2,\n borderBlockEndStyle: 2.2,\n borderBlockEndWidth: 2.2,\n borderInlineStartColor: 2.2,\n borderInlineStartStyle: 2.2,\n borderInlineStartWidth: 2.2,\n borderInlineEndColor: 2.2,\n borderInlineEndStyle: 2.2,\n borderInlineEndWidth: 2.2,\n borderEndStartRadius: 2.2,\n borderEndEndRadius: 2.2,\n borderStartStartRadius: 2.2,\n borderStartEndRadius: 2.2,\n insetBlockEnd: 2.2,\n insetBlockStart: 2.2,\n insetInlineEnd: 2.2,\n insetInlineStart: 2.2,\n marginBlockStart: 2.2,\n marginBlockEnd: 2.2,\n marginInlineStart: 2.2,\n marginInlineEnd: 2.2,\n paddingBlockStart: 2.2,\n paddingBlockEnd: 2.2,\n paddingInlineStart: 2.2,\n paddingInlineEnd: 2.2\n};\nvar borderTopLeftRadius = 'borderTopLeftRadius';\nvar borderTopRightRadius = 'borderTopRightRadius';\nvar borderBottomLeftRadius = 'borderBottomLeftRadius';\nvar borderBottomRightRadius = 'borderBottomRightRadius';\nvar borderLeftColor = 'borderLeftColor';\nvar borderLeftStyle = 'borderLeftStyle';\nvar borderLeftWidth = 'borderLeftWidth';\nvar borderRightColor = 'borderRightColor';\nvar borderRightStyle = 'borderRightStyle';\nvar borderRightWidth = 'borderRightWidth';\nvar right = 'right';\nvar marginLeft = 'marginLeft';\nvar marginRight = 'marginRight';\nvar paddingLeft = 'paddingLeft';\nvar paddingRight = 'paddingRight';\nvar left = 'left';\n\n// Map of LTR property names to their BiDi equivalent.\nvar PROPERTIES_FLIP = {\n [borderTopLeftRadius]: borderTopRightRadius,\n [borderTopRightRadius]: borderTopLeftRadius,\n [borderBottomLeftRadius]: borderBottomRightRadius,\n [borderBottomRightRadius]: borderBottomLeftRadius,\n [borderLeftColor]: borderRightColor,\n [borderLeftStyle]: borderRightStyle,\n [borderLeftWidth]: borderRightWidth,\n [borderRightColor]: borderLeftColor,\n [borderRightStyle]: borderLeftStyle,\n [borderRightWidth]: borderLeftWidth,\n [left]: right,\n [marginLeft]: marginRight,\n [marginRight]: marginLeft,\n [paddingLeft]: paddingRight,\n [paddingRight]: paddingLeft,\n [right]: left\n};\n\n// Map of I18N property names to their LTR equivalent.\nvar PROPERTIES_I18N = {\n borderStartStartRadius: borderTopLeftRadius,\n borderStartEndRadius: borderTopRightRadius,\n borderEndStartRadius: borderBottomLeftRadius,\n borderEndEndRadius: borderBottomRightRadius,\n borderInlineStartColor: borderLeftColor,\n borderInlineStartStyle: borderLeftStyle,\n borderInlineStartWidth: borderLeftWidth,\n borderInlineEndColor: borderRightColor,\n borderInlineEndStyle: borderRightStyle,\n borderInlineEndWidth: borderRightWidth,\n insetInlineEnd: right,\n insetInlineStart: left,\n marginInlineStart: marginLeft,\n marginInlineEnd: marginRight,\n paddingInlineStart: paddingLeft,\n paddingInlineEnd: paddingRight\n};\nvar PROPERTIES_VALUE = ['clear', 'float', 'textAlign'];\nfunction atomic(style) {\n var compiledStyle = {\n $$css: true\n };\n var compiledRules = [];\n function atomicCompile(srcProp, prop, value) {\n var valueString = stringifyValueWithProperty(value, prop);\n var cacheKey = prop + valueString;\n var cachedResult = cache.get(cacheKey);\n var identifier;\n if (cachedResult != null) {\n identifier = cachedResult[0];\n compiledRules.push(cachedResult[1]);\n } else {\n var v = srcProp !== prop ? cacheKey : valueString;\n identifier = createIdentifier('r', srcProp, v);\n var order = customGroup[srcProp] || atomicGroup;\n var rules = createAtomicRules(identifier, prop, value);\n var orderedRules = [rules, order];\n compiledRules.push(orderedRules);\n cache.set(cacheKey, [identifier, orderedRules]);\n }\n return identifier;\n }\n Object.keys(style).sort().forEach(srcProp => {\n var value = style[srcProp];\n if (value != null) {\n var localizeableValue;\n // BiDi flip values\n if (PROPERTIES_VALUE.indexOf(srcProp) > -1) {\n var _left = atomicCompile(srcProp, srcProp, 'left');\n var _right = atomicCompile(srcProp, srcProp, 'right');\n if (value === 'start') {\n localizeableValue = [_left, _right];\n } else if (value === 'end') {\n localizeableValue = [_right, _left];\n }\n }\n // BiDi flip properties\n var propPolyfill = PROPERTIES_I18N[srcProp];\n if (propPolyfill != null) {\n var ltr = atomicCompile(srcProp, propPolyfill, value);\n var rtl = atomicCompile(srcProp, PROPERTIES_FLIP[propPolyfill], value);\n localizeableValue = [ltr, rtl];\n }\n // BiDi flip transitionProperty value\n if (srcProp === 'transitionProperty') {\n var values = Array.isArray(value) ? value : [value];\n var polyfillIndices = [];\n for (var i = 0; i < values.length; i++) {\n var val = values[i];\n if (typeof val === 'string' && PROPERTIES_I18N[val] != null) {\n polyfillIndices.push(i);\n }\n }\n if (polyfillIndices.length > 0) {\n var ltrPolyfillValues = [...values];\n var rtlPolyfillValues = [...values];\n polyfillIndices.forEach(i => {\n var ltrVal = ltrPolyfillValues[i];\n if (typeof ltrVal === 'string') {\n var ltrPolyfill = PROPERTIES_I18N[ltrVal];\n var rtlPolyfill = PROPERTIES_FLIP[ltrPolyfill];\n ltrPolyfillValues[i] = ltrPolyfill;\n rtlPolyfillValues[i] = rtlPolyfill;\n var _ltr = atomicCompile(srcProp, srcProp, ltrPolyfillValues);\n var _rtl = atomicCompile(srcProp, srcProp, rtlPolyfillValues);\n localizeableValue = [_ltr, _rtl];\n }\n });\n }\n }\n if (localizeableValue == null) {\n localizeableValue = atomicCompile(srcProp, srcProp, value);\n } else {\n compiledStyle['$$css$localize'] = true;\n }\n compiledStyle[srcProp] = localizeableValue;\n }\n });\n return [compiledStyle, compiledRules];\n}\n\n/**\n * Compile simple style object to classic CSS rules.\n * No support for 'placeholderTextColor', 'scrollbarWidth', or 'pointerEvents'.\n */\nfunction classic(style, name) {\n var compiledStyle = {\n $$css: true\n };\n var compiledRules = [];\n var animationKeyframes = style.animationKeyframes,\n rest = (0,_babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(style, _excluded);\n var identifier = createIdentifier('css', name, JSON.stringify(style));\n var selector = \".\" + identifier;\n var animationName;\n if (animationKeyframes != null) {\n var _processKeyframesValu = processKeyframesValue(animationKeyframes),\n animationNames = _processKeyframesValu[0],\n keyframesRules = _processKeyframesValu[1];\n animationName = animationNames.join(',');\n compiledRules.push(...keyframesRules);\n }\n var block = createDeclarationBlock((0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])((0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, rest), {}, {\n animationName\n }));\n compiledRules.push(\"\" + selector + block);\n compiledStyle[identifier] = identifier;\n return [compiledStyle, [[compiledRules, classicGroup]]];\n}\n\n/**\n * Compile simple style object to inline DOM styles.\n * No support for 'animationKeyframes', 'placeholderTextColor', 'scrollbarWidth', or 'pointerEvents'.\n */\nfunction inline(originalStyle, isRTL) {\n var style = originalStyle || emptyObject;\n var frozenProps = {};\n var nextStyle = {};\n var _loop = function _loop() {\n var originalValue = style[originalProp];\n var prop = originalProp;\n var value = originalValue;\n if (!Object.prototype.hasOwnProperty.call(style, originalProp) || originalValue == null) {\n return \"continue\";\n }\n\n // BiDi flip values\n if (PROPERTIES_VALUE.indexOf(originalProp) > -1) {\n if (originalValue === 'start') {\n value = isRTL ? 'right' : 'left';\n } else if (originalValue === 'end') {\n value = isRTL ? 'left' : 'right';\n }\n }\n // BiDi flip properties\n var propPolyfill = PROPERTIES_I18N[originalProp];\n if (propPolyfill != null) {\n prop = isRTL ? PROPERTIES_FLIP[propPolyfill] : propPolyfill;\n }\n // BiDi flip transitionProperty value\n if (originalProp === 'transitionProperty') {\n // $FlowFixMe\n var originalValues = Array.isArray(originalValue) ? originalValue : [originalValue];\n originalValues.forEach((val, i) => {\n if (typeof val === 'string') {\n var valuePolyfill = PROPERTIES_I18N[val];\n if (valuePolyfill != null) {\n originalValues[i] = isRTL ? PROPERTIES_FLIP[valuePolyfill] : valuePolyfill;\n value = originalValues.join(' ');\n }\n }\n });\n }\n\n // Create finalized style\n if (!frozenProps[prop]) {\n nextStyle[prop] = value;\n }\n if (prop === originalProp) {\n frozenProps[prop] = true;\n }\n\n // if (PROPERTIES_I18N.hasOwnProperty(originalProp)) {\n // frozenProps[prop] = true;\n //}\n };\n for (var originalProp in style) {\n var _ret = _loop();\n if (_ret === \"continue\") continue;\n }\n return (0,_createReactDOMStyle__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(nextStyle, true);\n}\n\n/**\n * Create a value string that normalizes different input values with a common\n * output.\n */\nfunction stringifyValueWithProperty(value, property) {\n // e.g., 0 => '0px', 'black' => 'rgba(0,0,0,1)'\n var normalizedValue = (0,_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(value, property);\n return typeof normalizedValue !== 'string' ? JSON.stringify(normalizedValue || '') : normalizedValue;\n}\n\n/**\n * Create the Atomic CSS rules needed for a given StyleSheet rule.\n * Translates StyleSheet declarations to CSS.\n */\nfunction createAtomicRules(identifier, property, value) {\n var rules = [];\n var selector = \".\" + identifier;\n\n // Handle non-standard properties and object values that require multiple\n // CSS rules to be created.\n switch (property) {\n case 'animationKeyframes':\n {\n var _processKeyframesValu2 = processKeyframesValue(value),\n animationNames = _processKeyframesValu2[0],\n keyframesRules = _processKeyframesValu2[1];\n var block = createDeclarationBlock({\n animationName: animationNames.join(',')\n });\n rules.push(\"\" + selector + block, ...keyframesRules);\n break;\n }\n\n // Equivalent to using '::placeholder'\n case 'placeholderTextColor':\n {\n var _block = createDeclarationBlock({\n color: value,\n opacity: 1\n });\n rules.push(selector + \"::-webkit-input-placeholder\" + _block, selector + \"::-moz-placeholder\" + _block, selector + \":-ms-input-placeholder\" + _block, selector + \"::placeholder\" + _block);\n break;\n }\n\n // Polyfill for additional 'pointer-events' values\n // See d13f78622b233a0afc0c7a200c0a0792c8ca9e58\n case 'pointerEvents':\n {\n var finalValue = value;\n if (value === 'auto' || value === 'box-only') {\n finalValue = 'auto!important';\n if (value === 'box-only') {\n var _block2 = createDeclarationBlock({\n pointerEvents: 'none'\n });\n rules.push(selector + \">*\" + _block2);\n }\n } else if (value === 'none' || value === 'box-none') {\n finalValue = 'none!important';\n if (value === 'box-none') {\n var _block3 = createDeclarationBlock({\n pointerEvents: 'auto'\n });\n rules.push(selector + \">*\" + _block3);\n }\n }\n var _block4 = createDeclarationBlock({\n pointerEvents: finalValue\n });\n rules.push(\"\" + selector + _block4);\n break;\n }\n\n // Polyfill for draft spec\n // https://drafts.csswg.org/css-scrollbars-1/\n case 'scrollbarWidth':\n {\n if (value === 'none') {\n rules.push(selector + \"::-webkit-scrollbar{display:none}\");\n }\n var _block5 = createDeclarationBlock({\n scrollbarWidth: value\n });\n rules.push(\"\" + selector + _block5);\n break;\n }\n default:\n {\n var _block6 = createDeclarationBlock({\n [property]: value\n });\n rules.push(\"\" + selector + _block6);\n break;\n }\n }\n return rules;\n}\n\n/**\n * Creates a CSS declaration block from a StyleSheet object.\n */\nfunction createDeclarationBlock(style) {\n var domStyle = (0,_modules_prefixStyles__WEBPACK_IMPORTED_MODULE_4__[\"default\"])((0,_createReactDOMStyle__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(style));\n var declarationsString = Object.keys(domStyle).map(property => {\n var value = domStyle[property];\n var prop = (0,_hyphenateStyleName__WEBPACK_IMPORTED_MODULE_5__[\"default\"])(property);\n // The prefixer may return an array of values:\n // { display: [ '-webkit-flex', 'flex' ] }\n // to represent \"fallback\" declarations\n // { display: -webkit-flex; display: flex; }\n if (Array.isArray(value)) {\n return value.map(v => prop + \":\" + v).join(';');\n } else {\n return prop + \":\" + value;\n }\n })\n // Once properties are hyphenated, this will put the vendor\n // prefixed and short-form properties first in the list.\n .sort().join(';');\n return \"{\" + declarationsString + \";}\";\n}\n\n/**\n * An identifier is associated with a unique set of styles.\n */\nfunction createIdentifier(prefix, name, key) {\n var hashedString = (0,_hash__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(name + key);\n return true ? prefix + \"-\" + name + \"-\" + hashedString : 0;\n}\n\n/**\n * Create individual CSS keyframes rules.\n */\nfunction createKeyframes(keyframes) {\n var prefixes = ['-webkit-', ''];\n var identifier = createIdentifier('r', 'animation', JSON.stringify(keyframes));\n var steps = '{' + Object.keys(keyframes).map(stepName => {\n var rule = keyframes[stepName];\n var block = createDeclarationBlock(rule);\n return \"\" + stepName + block;\n }).join('') + '}';\n var rules = prefixes.map(prefix => {\n return \"@\" + prefix + \"keyframes \" + identifier + steps;\n });\n return [identifier, rules];\n}\n\n/**\n * Create CSS keyframes rules and names from a StyleSheet keyframes object.\n */\nfunction processKeyframesValue(keyframesValue) {\n if (typeof keyframesValue === 'number') {\n throw new Error(\"Invalid CSS keyframes type: \" + typeof keyframesValue);\n }\n var animationNames = [];\n var rules = [];\n var value = Array.isArray(keyframesValue) ? keyframesValue : [keyframesValue];\n value.forEach(keyframes => {\n if (typeof keyframes === 'string') {\n // Support external animation libraries (identifiers only)\n animationNames.push(keyframes);\n } else {\n // Create rules for each of the keyframes\n var _createKeyframes = createKeyframes(keyframes),\n identifier = _createKeyframes[0],\n keyframesRules = _createKeyframes[1];\n animationNames.push(identifier);\n rules.push(...keyframesRules);\n }\n });\n return [animationNames, rules];\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/compiler/index.js?");
|
|
883
|
+
|
|
884
|
+
/***/ }),
|
|
885
|
+
|
|
886
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeColor.js":
|
|
887
|
+
/*!******************************************************************************************!*\
|
|
888
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeColor.js ***!
|
|
889
|
+
\******************************************************************************************/
|
|
890
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
891
|
+
|
|
892
|
+
"use strict";
|
|
893
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _modules_isWebColor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../modules/isWebColor */ \"./node_modules/react-native-web/dist/modules/isWebColor/index.js\");\n/* harmony import */ var _exports_processColor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../exports/processColor */ \"./node_modules/react-native-web/dist/exports/processColor/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\nvar normalizeColor = function normalizeColor(color, opacity) {\n if (opacity === void 0) {\n opacity = 1;\n }\n if (color == null) return;\n if (typeof color === 'string' && (0,_modules_isWebColor__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(color)) {\n return color;\n }\n var colorInt = (0,_exports_processColor__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(color);\n if (colorInt != null) {\n var r = colorInt >> 16 & 255;\n var g = colorInt >> 8 & 255;\n var b = colorInt & 255;\n var a = (colorInt >> 24 & 255) / 255;\n var alpha = (a * opacity).toFixed(2);\n return \"rgba(\" + r + \",\" + g + \",\" + b + \",\" + alpha + \")\";\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (normalizeColor);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeColor.js?");
|
|
894
|
+
|
|
895
|
+
/***/ }),
|
|
896
|
+
|
|
897
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeValueWithProperty.js":
|
|
898
|
+
/*!******************************************************************************************************!*\
|
|
899
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeValueWithProperty.js ***!
|
|
900
|
+
\******************************************************************************************************/
|
|
901
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
902
|
+
|
|
903
|
+
"use strict";
|
|
904
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ normalizeValueWithProperty)\n/* harmony export */ });\n/* harmony import */ var _unitlessNumbers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./unitlessNumbers */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/unitlessNumbers.js\");\n/* harmony import */ var _normalizeColor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./normalizeColor */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeColor.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\nvar colorProps = {\n backgroundColor: true,\n borderColor: true,\n borderTopColor: true,\n borderRightColor: true,\n borderBottomColor: true,\n borderLeftColor: true,\n color: true,\n shadowColor: true,\n textDecorationColor: true,\n textShadowColor: true\n};\nfunction normalizeValueWithProperty(value, property) {\n var returnValue = value;\n if ((property == null || !_unitlessNumbers__WEBPACK_IMPORTED_MODULE_0__[\"default\"][property]) && typeof value === 'number') {\n returnValue = value + \"px\";\n } else if (property != null && colorProps[property]) {\n returnValue = (0,_normalizeColor__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(value);\n }\n return returnValue;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeValueWithProperty.js?");
|
|
905
|
+
|
|
906
|
+
/***/ }),
|
|
907
|
+
|
|
908
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/compiler/unitlessNumbers.js":
|
|
909
|
+
/*!*******************************************************************************************!*\
|
|
910
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/compiler/unitlessNumbers.js ***!
|
|
911
|
+
\*******************************************************************************************/
|
|
912
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
913
|
+
|
|
914
|
+
"use strict";
|
|
915
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar unitlessNumbers = {\n animationIterationCount: true,\n aspectRatio: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n flex: true,\n flexGrow: true,\n flexOrder: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n fontWeight: true,\n gridRow: true,\n gridRowEnd: true,\n gridRowGap: true,\n gridRowStart: true,\n gridColumn: true,\n gridColumnEnd: true,\n gridColumnGap: true,\n gridColumnStart: true,\n lineClamp: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n // SVG-related\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true,\n // transform types\n scale: true,\n scaleX: true,\n scaleY: true,\n scaleZ: true,\n // RN properties\n shadowOpacity: true\n};\n\n/**\n * Support style names that may come passed in prefixed by adding permutations\n * of vendor prefixes.\n */\nvar prefixes = ['ms', 'Moz', 'O', 'Webkit'];\nvar prefixKey = (prefix, key) => {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n};\nObject.keys(unitlessNumbers).forEach(prop => {\n prefixes.forEach(prefix => {\n unitlessNumbers[prefixKey(prefix, prop)] = unitlessNumbers[prop];\n });\n});\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (unitlessNumbers);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/compiler/unitlessNumbers.js?");
|
|
916
|
+
|
|
917
|
+
/***/ }),
|
|
918
|
+
|
|
919
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/dom/createCSSStyleSheet.js":
|
|
920
|
+
/*!******************************************************************************************!*\
|
|
921
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/dom/createCSSStyleSheet.js ***!
|
|
922
|
+
\******************************************************************************************/
|
|
923
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
924
|
+
|
|
925
|
+
"use strict";
|
|
926
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ createCSSStyleSheet)\n/* harmony export */ });\n/* harmony import */ var _modules_canUseDom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../modules/canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n// $FlowFixMe: HTMLStyleElement is incorrectly typed - https://github.com/facebook/flow/issues/2696\nfunction createCSSStyleSheet(id, rootNode, textContent) {\n if (_modules_canUseDom__WEBPACK_IMPORTED_MODULE_0__[\"default\"]) {\n var root = rootNode != null ? rootNode : document;\n var element = root.getElementById(id);\n if (element == null) {\n element = document.createElement('style');\n element.setAttribute('id', id);\n if (typeof textContent === 'string') {\n element.appendChild(document.createTextNode(textContent));\n }\n if (root instanceof ShadowRoot) {\n root.insertBefore(element, root.firstChild);\n } else {\n var head = root.head;\n if (head) {\n head.insertBefore(element, head.firstChild);\n }\n }\n }\n // $FlowFixMe: HTMLElement is incorrectly typed\n return element.sheet;\n } else {\n return null;\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/dom/createCSSStyleSheet.js?");
|
|
927
|
+
|
|
928
|
+
/***/ }),
|
|
929
|
+
|
|
930
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/dom/createOrderedCSSStyleSheet.js":
|
|
931
|
+
/*!*************************************************************************************************!*\
|
|
932
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/dom/createOrderedCSSStyleSheet.js ***!
|
|
933
|
+
\*************************************************************************************************/
|
|
934
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
935
|
+
|
|
936
|
+
"use strict";
|
|
937
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ createOrderedCSSStyleSheet)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar slice = Array.prototype.slice;\n\n/**\n * Order-based insertion of CSS.\n *\n * Each rule is associated with a numerically defined group.\n * Groups are ordered within the style sheet according to their number, with the\n * lowest first.\n *\n * Groups are implemented using marker rules. The selector of the first rule of\n * each group is used only to encode the group number for hydration. An\n * alternative implementation could rely on CSSMediaRule, allowing groups to be\n * treated as a sub-sheet, but the Edge implementation of CSSMediaRule is\n * broken.\n * https://developer.mozilla.org/en-US/docs/Web/API/CSSMediaRule\n * https://gist.github.com/necolas/aa0c37846ad6bd3b05b727b959e82674\n */\nfunction createOrderedCSSStyleSheet(sheet) {\n var groups = {};\n var selectors = {};\n\n /**\n * Hydrate approximate record from any existing rules in the sheet.\n */\n if (sheet != null) {\n var group;\n slice.call(sheet.cssRules).forEach((cssRule, i) => {\n var cssText = cssRule.cssText;\n // Create record of existing selectors and rules\n if (cssText.indexOf('stylesheet-group') > -1) {\n group = decodeGroupRule(cssRule);\n groups[group] = {\n start: i,\n rules: [cssText]\n };\n } else {\n var selectorText = getSelectorText(cssText);\n if (selectorText != null) {\n selectors[selectorText] = true;\n groups[group].rules.push(cssText);\n }\n }\n });\n }\n function sheetInsert(sheet, group, text) {\n var orderedGroups = getOrderedGroups(groups);\n var groupIndex = orderedGroups.indexOf(group);\n var nextGroupIndex = groupIndex + 1;\n var nextGroup = orderedGroups[nextGroupIndex];\n // Insert rule before the next group, or at the end of the stylesheet\n var position = nextGroup != null && groups[nextGroup].start != null ? groups[nextGroup].start : sheet.cssRules.length;\n var isInserted = insertRuleAt(sheet, text, position);\n if (isInserted) {\n // Set the starting index of the new group\n if (groups[group].start == null) {\n groups[group].start = position;\n }\n // Increment the starting index of all subsequent groups\n for (var i = nextGroupIndex; i < orderedGroups.length; i += 1) {\n var groupNumber = orderedGroups[i];\n var previousStart = groups[groupNumber].start || 0;\n groups[groupNumber].start = previousStart + 1;\n }\n }\n return isInserted;\n }\n var OrderedCSSStyleSheet = {\n /**\n * The textContent of the style sheet.\n */\n getTextContent() {\n return getOrderedGroups(groups).map(group => {\n var rules = groups[group].rules;\n // Sorting provides deterministic order of styles in group for\n // build-time extraction of the style sheet.\n var marker = rules.shift();\n rules.sort();\n rules.unshift(marker);\n return rules.join('\\n');\n }).join('\\n');\n },\n /**\n * Insert a rule into the style sheet\n */\n insert(cssText, groupValue) {\n var group = Number(groupValue);\n\n // Create a new group.\n if (groups[group] == null) {\n var markerRule = encodeGroupRule(group);\n // Create the internal record.\n groups[group] = {\n start: null,\n rules: [markerRule]\n };\n // Update CSSOM.\n if (sheet != null) {\n sheetInsert(sheet, group, markerRule);\n }\n }\n\n // selectorText is more reliable than cssText for insertion checks. The\n // browser excludes vendor-prefixed properties and rewrites certain values\n // making cssText more likely to be different from what was inserted.\n var selectorText = getSelectorText(cssText);\n if (selectorText != null && selectors[selectorText] == null) {\n // Update the internal records.\n selectors[selectorText] = true;\n groups[group].rules.push(cssText);\n // Update CSSOM.\n if (sheet != null) {\n var isInserted = sheetInsert(sheet, group, cssText);\n if (!isInserted) {\n // Revert internal record change if a rule was rejected (e.g.,\n // unrecognized pseudo-selector)\n groups[group].rules.pop();\n }\n }\n }\n }\n };\n return OrderedCSSStyleSheet;\n}\n\n/**\n * Helper functions\n */\n\nfunction encodeGroupRule(group) {\n return \"[stylesheet-group=\\\"\" + group + \"\\\"]{}\";\n}\nvar groupPattern = /[\"']/g;\nfunction decodeGroupRule(cssRule) {\n return Number(cssRule.selectorText.split(groupPattern)[1]);\n}\nfunction getOrderedGroups(obj) {\n return Object.keys(obj).map(Number).sort((a, b) => a > b ? 1 : -1);\n}\nvar selectorPattern = /\\s*([,])\\s*/g;\nfunction getSelectorText(cssText) {\n var selector = cssText.split('{')[0].trim();\n return selector !== '' ? selector.replace(selectorPattern, '$1') : null;\n}\nfunction insertRuleAt(root, cssText, position) {\n try {\n // $FlowFixMe: Flow is missing CSSOM types needed to type 'root'.\n root.insertRule(cssText, position);\n return true;\n } catch (e) {\n // JSDOM doesn't support `CSSSMediaRule#insertRule`.\n // Also ignore errors that occur from attempting to insert vendor-prefixed selectors.\n return false;\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/dom/createOrderedCSSStyleSheet.js?");
|
|
938
|
+
|
|
939
|
+
/***/ }),
|
|
940
|
+
|
|
941
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/dom/index.js":
|
|
942
|
+
/*!****************************************************************************!*\
|
|
943
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/dom/index.js ***!
|
|
944
|
+
\****************************************************************************/
|
|
945
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
946
|
+
|
|
947
|
+
"use strict";
|
|
948
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ createSheet: () => (/* binding */ createSheet)\n/* harmony export */ });\n/* harmony import */ var _modules_canUseDom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../modules/canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n/* harmony import */ var _createCSSStyleSheet__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./createCSSStyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/dom/createCSSStyleSheet.js\");\n/* harmony import */ var _createOrderedCSSStyleSheet__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./createOrderedCSSStyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/dom/createOrderedCSSStyleSheet.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\nvar defaultId = 'react-native-stylesheet';\nvar roots = new WeakMap();\nvar sheets = [];\nvar initialRules = [\n// minimal top-level reset\n'html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}', 'body{margin:0;}',\n// minimal form pseudo-element reset\n'button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}', 'input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none;}'];\nfunction createSheet(root, id) {\n if (id === void 0) {\n id = defaultId;\n }\n var sheet;\n if (_modules_canUseDom__WEBPACK_IMPORTED_MODULE_0__[\"default\"]) {\n var rootNode = root != null ? root.getRootNode() : document;\n // Create the initial style sheet\n if (sheets.length === 0) {\n sheet = (0,_createOrderedCSSStyleSheet__WEBPACK_IMPORTED_MODULE_1__[\"default\"])((0,_createCSSStyleSheet__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(id));\n initialRules.forEach(rule => {\n sheet.insert(rule, 0);\n });\n roots.set(rootNode, sheets.length);\n sheets.push(sheet);\n } else {\n var index = roots.get(rootNode);\n if (index == null) {\n var initialSheet = sheets[0];\n // If we're creating a new sheet, populate it with existing styles\n var textContent = initialSheet != null ? initialSheet.getTextContent() : '';\n // Cast rootNode to 'any' because Flow types for getRootNode are wrong\n sheet = (0,_createOrderedCSSStyleSheet__WEBPACK_IMPORTED_MODULE_1__[\"default\"])((0,_createCSSStyleSheet__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(id, rootNode, textContent));\n roots.set(rootNode, sheets.length);\n sheets.push(sheet);\n } else {\n sheet = sheets[index];\n }\n }\n } else {\n // Create the initial style sheet\n if (sheets.length === 0) {\n sheet = (0,_createOrderedCSSStyleSheet__WEBPACK_IMPORTED_MODULE_1__[\"default\"])((0,_createCSSStyleSheet__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(id));\n initialRules.forEach(rule => {\n sheet.insert(rule, 0);\n });\n sheets.push(sheet);\n } else {\n sheet = sheets[0];\n }\n }\n return {\n getTextContent() {\n return sheet.getTextContent();\n },\n id,\n insert(cssText, groupValue) {\n sheets.forEach(s => {\n s.insert(cssText, groupValue);\n });\n }\n };\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/dom/index.js?");
|
|
949
|
+
|
|
950
|
+
/***/ }),
|
|
951
|
+
|
|
952
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/index.js":
|
|
953
|
+
/*!************************************************************************!*\
|
|
954
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/index.js ***!
|
|
955
|
+
\************************************************************************/
|
|
956
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
957
|
+
|
|
958
|
+
"use strict";
|
|
959
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/objectSpread2 */ \"./node_modules/@babel/runtime/helpers/esm/objectSpread2.js\");\n/* harmony import */ var _babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutPropertiesLoose */ \"./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js\");\n/* harmony import */ var _compiler__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./compiler */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/index.js\");\n/* harmony import */ var _dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./dom */ \"./node_modules/react-native-web/dist/exports/StyleSheet/dom/index.js\");\n/* harmony import */ var styleq_transform_localize_style__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! styleq/transform-localize-style */ \"./node_modules/styleq/dist/transform-localize-style.js\");\n/* harmony import */ var _preprocess__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./preprocess */ \"./node_modules/react-native-web/dist/exports/StyleSheet/preprocess.js\");\n/* harmony import */ var styleq__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! styleq */ \"./node_modules/styleq/dist/styleq.js\");\n/* harmony import */ var _validate__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./validate */ \"./node_modules/react-native-web/dist/exports/StyleSheet/validate.js\");\n/* harmony import */ var _modules_canUseDom__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../modules/canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n\n\nvar _excluded = [\"writingDirection\"];\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\n\n\n\n\nvar staticStyleMap = new WeakMap();\nvar sheet = (0,_dom__WEBPACK_IMPORTED_MODULE_2__.createSheet)();\nvar defaultPreprocessOptions = {\n shadow: true,\n textShadow: true\n};\nfunction customStyleq(styles, options) {\n if (options === void 0) {\n options = {};\n }\n var _options = options,\n writingDirection = _options.writingDirection,\n preprocessOptions = (0,_babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_options, _excluded);\n var isRTL = writingDirection === 'rtl';\n return styleq__WEBPACK_IMPORTED_MODULE_3__.styleq.factory({\n transform(style) {\n var compiledStyle = staticStyleMap.get(style);\n if (compiledStyle != null) {\n return (0,styleq_transform_localize_style__WEBPACK_IMPORTED_MODULE_4__.localizeStyle)(compiledStyle, isRTL);\n }\n return (0,_preprocess__WEBPACK_IMPORTED_MODULE_5__.preprocess)(style, (0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])((0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, defaultPreprocessOptions), preprocessOptions));\n }\n })(styles);\n}\nfunction insertRules(compiledOrderedRules) {\n compiledOrderedRules.forEach(_ref => {\n var rules = _ref[0],\n order = _ref[1];\n if (sheet != null) {\n rules.forEach(rule => {\n sheet.insert(rule, order);\n });\n }\n });\n}\nfunction compileAndInsertAtomic(style) {\n var _atomic = (0,_compiler__WEBPACK_IMPORTED_MODULE_6__.atomic)((0,_preprocess__WEBPACK_IMPORTED_MODULE_5__.preprocess)(style, defaultPreprocessOptions)),\n compiledStyle = _atomic[0],\n compiledOrderedRules = _atomic[1];\n insertRules(compiledOrderedRules);\n return compiledStyle;\n}\nfunction compileAndInsertReset(style, key) {\n var _classic = (0,_compiler__WEBPACK_IMPORTED_MODULE_6__.classic)(style, key),\n compiledStyle = _classic[0],\n compiledOrderedRules = _classic[1];\n insertRules(compiledOrderedRules);\n return compiledStyle;\n}\n\n/* ----- API ----- */\n\nvar absoluteFillObject = {\n position: 'absolute',\n left: 0,\n right: 0,\n top: 0,\n bottom: 0\n};\nvar absoluteFill = create({\n x: (0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, absoluteFillObject)\n}).x;\n\n/**\n * create\n */\nfunction create(styles) {\n Object.keys(styles).forEach(key => {\n var styleObj = styles[key];\n // Only compile at runtime if the style is not already compiled\n if (styleObj != null && styleObj.$$css !== true) {\n var compiledStyles;\n if (key.indexOf('$raw') > -1) {\n compiledStyles = compileAndInsertReset(styleObj, key.split('$raw')[0]);\n } else {\n if (true) {\n (0,_validate__WEBPACK_IMPORTED_MODULE_7__.validate)(styleObj);\n styles[key] = Object.freeze(styleObj);\n }\n compiledStyles = compileAndInsertAtomic(styleObj);\n }\n staticStyleMap.set(styleObj, compiledStyles);\n }\n });\n return styles;\n}\n\n/**\n * compose\n */\nfunction compose(style1, style2) {\n if (true) {\n /* eslint-disable prefer-rest-params */\n var len = arguments.length;\n if (len > 2) {\n var readableStyles = [...arguments].map(a => flatten(a));\n throw new Error(\"StyleSheet.compose() only accepts 2 arguments, received \" + len + \": \" + JSON.stringify(readableStyles));\n }\n /* eslint-enable prefer-rest-params */\n /*\n console.warn(\n 'StyleSheet.compose(a, b) is deprecated; use array syntax, i.e., [a,b].'\n );\n */\n }\n return [style1, style2];\n}\n\n/**\n * flatten\n */\nfunction flatten() {\n for (var _len = arguments.length, styles = new Array(_len), _key = 0; _key < _len; _key++) {\n styles[_key] = arguments[_key];\n }\n var flatArray = styles.flat(Infinity);\n var result = {};\n for (var i = 0; i < flatArray.length; i++) {\n var style = flatArray[i];\n if (style != null && typeof style === 'object') {\n // $FlowFixMe\n Object.assign(result, style);\n }\n }\n return result;\n}\n\n/**\n * getSheet\n */\nfunction getSheet() {\n return {\n id: sheet.id,\n textContent: sheet.getTextContent()\n };\n}\n\n/**\n * resolve\n */\n\nfunction StyleSheet(styles, options) {\n if (options === void 0) {\n options = {};\n }\n var isRTL = options.writingDirection === 'rtl';\n var styleProps = customStyleq(styles, options);\n if (Array.isArray(styleProps) && styleProps[1] != null) {\n styleProps[1] = (0,_compiler__WEBPACK_IMPORTED_MODULE_6__.inline)(styleProps[1], isRTL);\n }\n return styleProps;\n}\nStyleSheet.absoluteFill = absoluteFill;\nStyleSheet.absoluteFillObject = absoluteFillObject;\nStyleSheet.create = create;\nStyleSheet.compose = compose;\nStyleSheet.flatten = flatten;\nStyleSheet.getSheet = getSheet;\n// `hairlineWidth` is not implemented using screen density as browsers may\n// round sub-pixel values down to `0`, causing the line not to be rendered.\nStyleSheet.hairlineWidth = 1;\nif (_modules_canUseDom__WEBPACK_IMPORTED_MODULE_8__[\"default\"] && window.__REACT_DEVTOOLS_GLOBAL_HOOK__) {\n window.__REACT_DEVTOOLS_GLOBAL_HOOK__.resolveRNStyle = StyleSheet.flatten;\n}\nvar stylesheet = StyleSheet;\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (stylesheet);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/index.js?");
|
|
960
|
+
|
|
961
|
+
/***/ }),
|
|
962
|
+
|
|
963
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/preprocess.js":
|
|
964
|
+
/*!*****************************************************************************!*\
|
|
965
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/preprocess.js ***!
|
|
966
|
+
\*****************************************************************************/
|
|
967
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
968
|
+
|
|
969
|
+
"use strict";
|
|
970
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ createBoxShadowValue: () => (/* binding */ createBoxShadowValue),\n/* harmony export */ createTextShadowValue: () => (/* binding */ createTextShadowValue),\n/* harmony export */ createTransformValue: () => (/* binding */ createTransformValue),\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__),\n/* harmony export */ preprocess: () => (/* binding */ preprocess)\n/* harmony export */ });\n/* harmony import */ var _compiler_normalizeColor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./compiler/normalizeColor */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeColor.js\");\n/* harmony import */ var _compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./compiler/normalizeValueWithProperty */ \"./node_modules/react-native-web/dist/exports/StyleSheet/compiler/normalizeValueWithProperty.js\");\n/* harmony import */ var _modules_warnOnce__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../modules/warnOnce */ \"./node_modules/react-native-web/dist/modules/warnOnce/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\nvar emptyObject = {};\n\n/**\n * Shadows\n */\n\nvar defaultOffset = {\n height: 0,\n width: 0\n};\nvar createBoxShadowValue = style => {\n var shadowColor = style.shadowColor,\n shadowOffset = style.shadowOffset,\n shadowOpacity = style.shadowOpacity,\n shadowRadius = style.shadowRadius;\n var _ref = shadowOffset || defaultOffset,\n height = _ref.height,\n width = _ref.width;\n var offsetX = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(width);\n var offsetY = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(height);\n var blurRadius = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(shadowRadius || 0);\n var color = (0,_compiler_normalizeColor__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(shadowColor || 'black', shadowOpacity);\n if (color != null && offsetX != null && offsetY != null && blurRadius != null) {\n return offsetX + \" \" + offsetY + \" \" + blurRadius + \" \" + color;\n }\n};\nvar createTextShadowValue = style => {\n var textShadowColor = style.textShadowColor,\n textShadowOffset = style.textShadowOffset,\n textShadowRadius = style.textShadowRadius;\n var _ref2 = textShadowOffset || defaultOffset,\n height = _ref2.height,\n width = _ref2.width;\n var radius = textShadowRadius || 0;\n var offsetX = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(width);\n var offsetY = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(height);\n var blurRadius = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(radius);\n var color = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(textShadowColor, 'textShadowColor');\n if (color && (height !== 0 || width !== 0 || radius !== 0) && offsetX != null && offsetY != null && blurRadius != null) {\n return offsetX + \" \" + offsetY + \" \" + blurRadius + \" \" + color;\n }\n};\n\n// { scale: 2 } => 'scale(2)'\n// { translateX: 20 } => 'translateX(20px)'\n// { matrix: [1,2,3,4,5,6] } => 'matrix(1,2,3,4,5,6)'\nvar mapTransform = transform => {\n var type = Object.keys(transform)[0];\n var value = transform[type];\n if (type === 'matrix' || type === 'matrix3d') {\n return type + \"(\" + value.join(',') + \")\";\n } else {\n var normalizedValue = (0,_compiler_normalizeValueWithProperty__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(value, type);\n return type + \"(\" + normalizedValue + \")\";\n }\n};\nvar createTransformValue = value => {\n return value.map(mapTransform).join(' ');\n};\nvar PROPERTIES_STANDARD = {\n borderBottomEndRadius: 'borderEndEndRadius',\n borderBottomStartRadius: 'borderEndStartRadius',\n borderTopEndRadius: 'borderStartEndRadius',\n borderTopStartRadius: 'borderStartStartRadius',\n borderEndColor: 'borderInlineEndColor',\n borderEndStyle: 'borderInlineEndStyle',\n borderEndWidth: 'borderInlineEndWidth',\n borderStartColor: 'borderInlineStartColor',\n borderStartStyle: 'borderInlineStartStyle',\n borderStartWidth: 'borderInlineStartWidth',\n end: 'insetInlineEnd',\n marginEnd: 'marginInlineEnd',\n marginHorizontal: 'marginInline',\n marginStart: 'marginInlineStart',\n marginVertical: 'marginBlock',\n paddingEnd: 'paddingInlineEnd',\n paddingHorizontal: 'paddingInline',\n paddingStart: 'paddingInlineStart',\n paddingVertical: 'paddingBlock',\n start: 'insetInlineStart'\n};\nvar ignoredProps = {\n elevation: true,\n overlayColor: true,\n resizeMode: true,\n tintColor: true\n};\n\n/**\n * Preprocess styles\n */\nvar preprocess = function preprocess(originalStyle, options) {\n if (options === void 0) {\n options = {};\n }\n var style = originalStyle || emptyObject;\n var nextStyle = {};\n\n // Convert shadow styles\n if (options.shadow === true, style.shadowColor != null || style.shadowOffset != null || style.shadowOpacity != null || style.shadowRadius != null) {\n (0,_modules_warnOnce__WEBPACK_IMPORTED_MODULE_2__.warnOnce)('shadowStyles', \"\\\"shadow*\\\" style props are deprecated. Use \\\"boxShadow\\\".\");\n var boxShadowValue = createBoxShadowValue(style);\n if (boxShadowValue != null && nextStyle.boxShadow == null) {\n var boxShadow = style.boxShadow;\n var value = boxShadow ? boxShadow + \", \" + boxShadowValue : boxShadowValue;\n nextStyle.boxShadow = value;\n }\n }\n\n // Convert text shadow styles\n if (options.textShadow === true, style.textShadowColor != null || style.textShadowOffset != null || style.textShadowRadius != null) {\n (0,_modules_warnOnce__WEBPACK_IMPORTED_MODULE_2__.warnOnce)('textShadowStyles', \"\\\"textShadow*\\\" style props are deprecated. Use \\\"textShadow\\\".\");\n var textShadowValue = createTextShadowValue(style);\n if (textShadowValue != null && nextStyle.textShadow == null) {\n var textShadow = style.textShadow;\n var _value = textShadow ? textShadow + \", \" + textShadowValue : textShadowValue;\n nextStyle.textShadow = _value;\n }\n }\n for (var originalProp in style) {\n if (\n // Ignore some React Native styles\n ignoredProps[originalProp] != null || originalProp === 'shadowColor' || originalProp === 'shadowOffset' || originalProp === 'shadowOpacity' || originalProp === 'shadowRadius' || originalProp === 'textShadowColor' || originalProp === 'textShadowOffset' || originalProp === 'textShadowRadius') {\n continue;\n }\n var originalValue = style[originalProp];\n var prop = PROPERTIES_STANDARD[originalProp] || originalProp;\n var _value2 = originalValue;\n if (!Object.prototype.hasOwnProperty.call(style, originalProp) || prop !== originalProp && style[prop] != null) {\n continue;\n }\n if (prop === 'aspectRatio' && typeof _value2 === 'number') {\n nextStyle[prop] = _value2.toString();\n } else if (prop === 'fontVariant') {\n if (Array.isArray(_value2) && _value2.length > 0) {\n /*\n warnOnce(\n 'fontVariant',\n '\"fontVariant\" style array value is deprecated. Use space-separated values.'\n );\n */\n _value2 = _value2.join(' ');\n }\n nextStyle[prop] = _value2;\n } else if (prop === 'textAlignVertical') {\n /*\n warnOnce(\n 'textAlignVertical',\n '\"textAlignVertical\" style is deprecated. Use \"verticalAlign\".'\n );\n */\n if (style.verticalAlign == null) {\n nextStyle.verticalAlign = _value2 === 'center' ? 'middle' : _value2;\n }\n } else if (prop === 'transform') {\n if (Array.isArray(_value2)) {\n _value2 = createTransformValue(_value2);\n }\n nextStyle.transform = _value2;\n } else {\n nextStyle[prop] = _value2;\n }\n }\n\n // $FlowIgnore\n return nextStyle;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (preprocess);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/preprocess.js?");
|
|
971
|
+
|
|
972
|
+
/***/ }),
|
|
973
|
+
|
|
974
|
+
/***/ "./node_modules/react-native-web/dist/exports/StyleSheet/validate.js":
|
|
975
|
+
/*!***************************************************************************!*\
|
|
976
|
+
!*** ./node_modules/react-native-web/dist/exports/StyleSheet/validate.js ***!
|
|
977
|
+
\***************************************************************************/
|
|
978
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
979
|
+
|
|
980
|
+
"use strict";
|
|
981
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ validate: () => (/* binding */ validate)\n/* harmony export */ });\n/* harmony import */ var postcss_value_parser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! postcss-value-parser */ \"./node_modules/postcss-value-parser/lib/index.js\");\n/* harmony import */ var postcss_value_parser__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(postcss_value_parser__WEBPACK_IMPORTED_MODULE_0__);\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nvar invalidShortforms = {\n background: true,\n borderBottom: true,\n borderLeft: true,\n borderRight: true,\n borderTop: true,\n font: true,\n grid: true,\n outline: true,\n textDecoration: true\n};\nvar invalidMultiValueShortforms = {\n flex: true,\n margin: true,\n padding: true,\n borderColor: true,\n borderRadius: true,\n borderStyle: true,\n borderWidth: true,\n inset: true,\n insetBlock: true,\n insetInline: true,\n marginBlock: true,\n marginInline: true,\n marginHorizontal: true,\n marginVertical: true,\n paddingBlock: true,\n paddingInline: true,\n paddingHorizontal: true,\n paddingVertical: true,\n overflow: true,\n overscrollBehavior: true,\n backgroundPosition: true\n};\nfunction error(message) {\n console.error(message);\n}\nfunction validate(obj) {\n for (var k in obj) {\n var prop = k.trim();\n var value = obj[prop];\n var isInvalid = false;\n if (value === null) {\n continue;\n }\n if (typeof value === 'string' && value.indexOf('!important') > -1) {\n error(\"Invalid style declaration \\\"\" + prop + \":\" + value + \"\\\". Values cannot include \\\"!important\\\"\");\n isInvalid = true;\n } else {\n var suggestion = '';\n if (prop === 'animation' || prop === 'animationName') {\n suggestion = 'Did you mean \"animationKeyframes\"?';\n isInvalid = true;\n } else if (prop === 'direction') {\n suggestion = 'Did you mean \"writingDirection\"?';\n isInvalid = true;\n } else if (invalidShortforms[prop]) {\n suggestion = 'Please use long-form properties.';\n isInvalid = true;\n } else if (invalidMultiValueShortforms[prop]) {\n if (typeof value === 'string' && postcss_value_parser__WEBPACK_IMPORTED_MODULE_0___default()(value).nodes.length > 1) {\n suggestion = \"Value is \\\"\" + value + \"\\\" but only single values are supported.\";\n isInvalid = true;\n }\n }\n if (suggestion !== '') {\n error(\"Invalid style property of \\\"\" + prop + \"\\\". \" + suggestion);\n }\n }\n if (isInvalid) {\n delete obj[k];\n }\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/StyleSheet/validate.js?");
|
|
982
|
+
|
|
983
|
+
/***/ }),
|
|
984
|
+
|
|
985
|
+
/***/ "./node_modules/react-native-web/dist/exports/Text/TextAncestorContext.js":
|
|
986
|
+
/*!********************************************************************************!*\
|
|
987
|
+
!*** ./node_modules/react-native-web/dist/exports/Text/TextAncestorContext.js ***!
|
|
988
|
+
\********************************************************************************/
|
|
989
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
990
|
+
|
|
991
|
+
"use strict";
|
|
992
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n'use client';\n\n\nvar TextAncestorContext = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.createContext)(false);\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (TextAncestorContext);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/Text/TextAncestorContext.js?");
|
|
993
|
+
|
|
994
|
+
/***/ }),
|
|
995
|
+
|
|
996
|
+
/***/ "./node_modules/react-native-web/dist/exports/Text/index.js":
|
|
997
|
+
/*!******************************************************************!*\
|
|
998
|
+
!*** ./node_modules/react-native-web/dist/exports/Text/index.js ***!
|
|
999
|
+
\******************************************************************/
|
|
1000
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1001
|
+
|
|
1002
|
+
"use strict";
|
|
1003
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/objectSpread2 */ \"./node_modules/@babel/runtime/helpers/esm/objectSpread2.js\");\n/* harmony import */ var _babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutPropertiesLoose */ \"./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _createElement__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../createElement */ \"./node_modules/react-native-web/dist/exports/createElement/index.js\");\n/* harmony import */ var _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../modules/forwardedProps */ \"./node_modules/react-native-web/dist/modules/forwardedProps/index.js\");\n/* harmony import */ var _modules_pick__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../modules/pick */ \"./node_modules/react-native-web/dist/modules/pick/index.js\");\n/* harmony import */ var _modules_useElementLayout__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../modules/useElementLayout */ \"./node_modules/react-native-web/dist/modules/useElementLayout/index.js\");\n/* harmony import */ var _modules_useMergeRefs__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../modules/useMergeRefs */ \"./node_modules/react-native-web/dist/modules/useMergeRefs/index.js\");\n/* harmony import */ var _modules_usePlatformMethods__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../modules/usePlatformMethods */ \"./node_modules/react-native-web/dist/modules/usePlatformMethods/index.js\");\n/* harmony import */ var _modules_useResponderEvents__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../modules/useResponderEvents */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/index.js\");\n/* harmony import */ var _StyleSheet__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var _TextAncestorContext__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./TextAncestorContext */ \"./node_modules/react-native-web/dist/exports/Text/TextAncestorContext.js\");\n/* harmony import */ var _modules_useLocale__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../modules/useLocale */ \"./node_modules/react-native-web/dist/modules/useLocale/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n'use client';\n\n\n\nvar _excluded = [\"hrefAttrs\", \"numberOfLines\", \"onClick\", \"onLayout\", \"onPress\", \"onMoveShouldSetResponder\", \"onMoveShouldSetResponderCapture\", \"onResponderEnd\", \"onResponderGrant\", \"onResponderMove\", \"onResponderReject\", \"onResponderRelease\", \"onResponderStart\", \"onResponderTerminate\", \"onResponderTerminationRequest\", \"onScrollShouldSetResponder\", \"onScrollShouldSetResponderCapture\", \"onSelectionChangeShouldSetResponder\", \"onSelectionChangeShouldSetResponderCapture\", \"onStartShouldSetResponder\", \"onStartShouldSetResponderCapture\", \"selectable\"];\n\n\n\n\n\n\n\n\n\n\n\n//import { warnOnce } from '../../modules/warnOnce';\n\nvar forwardPropsList = Object.assign({}, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.defaultProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.accessibilityProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.clickProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.focusProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.keyboardProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.mouseProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.touchProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_3__.styleProps, {\n href: true,\n lang: true,\n pointerEvents: true\n});\nvar pickProps = props => (0,_modules_pick__WEBPACK_IMPORTED_MODULE_4__[\"default\"])(props, forwardPropsList);\nvar Text = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.forwardRef((props, forwardedRef) => {\n var hrefAttrs = props.hrefAttrs,\n numberOfLines = props.numberOfLines,\n onClick = props.onClick,\n onLayout = props.onLayout,\n onPress = props.onPress,\n onMoveShouldSetResponder = props.onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture = props.onMoveShouldSetResponderCapture,\n onResponderEnd = props.onResponderEnd,\n onResponderGrant = props.onResponderGrant,\n onResponderMove = props.onResponderMove,\n onResponderReject = props.onResponderReject,\n onResponderRelease = props.onResponderRelease,\n onResponderStart = props.onResponderStart,\n onResponderTerminate = props.onResponderTerminate,\n onResponderTerminationRequest = props.onResponderTerminationRequest,\n onScrollShouldSetResponder = props.onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture = props.onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder = props.onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture = props.onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder = props.onStartShouldSetResponder,\n onStartShouldSetResponderCapture = props.onStartShouldSetResponderCapture,\n selectable = props.selectable,\n rest = (0,_babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(props, _excluded);\n\n /*\n if (selectable != null) {\n warnOnce(\n 'selectable',\n 'selectable prop is deprecated. Use styles.userSelect.'\n );\n }\n */\n\n var hasTextAncestor = react__WEBPACK_IMPORTED_MODULE_2__.useContext(_TextAncestorContext__WEBPACK_IMPORTED_MODULE_5__[\"default\"]);\n var hostRef = react__WEBPACK_IMPORTED_MODULE_2__.useRef(null);\n var _useLocaleContext = (0,_modules_useLocale__WEBPACK_IMPORTED_MODULE_6__.useLocaleContext)(),\n contextDirection = _useLocaleContext.direction;\n (0,_modules_useElementLayout__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(hostRef, onLayout);\n (0,_modules_useResponderEvents__WEBPACK_IMPORTED_MODULE_8__[\"default\"])(hostRef, {\n onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture,\n onResponderEnd,\n onResponderGrant,\n onResponderMove,\n onResponderReject,\n onResponderRelease,\n onResponderStart,\n onResponderTerminate,\n onResponderTerminationRequest,\n onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder,\n onStartShouldSetResponderCapture\n });\n var handleClick = react__WEBPACK_IMPORTED_MODULE_2__.useCallback(e => {\n if (onClick != null) {\n onClick(e);\n } else if (onPress != null) {\n e.stopPropagation();\n onPress(e);\n }\n }, [onClick, onPress]);\n var component = hasTextAncestor ? 'span' : 'div';\n var langDirection = props.lang != null ? (0,_modules_useLocale__WEBPACK_IMPORTED_MODULE_6__.getLocaleDirection)(props.lang) : null;\n var componentDirection = props.dir || langDirection;\n var writingDirection = componentDirection || contextDirection;\n var supportedProps = pickProps(rest);\n supportedProps.dir = componentDirection;\n // 'auto' by default allows browsers to infer writing direction (root elements only)\n if (!hasTextAncestor) {\n supportedProps.dir = componentDirection != null ? componentDirection : 'auto';\n }\n if (onClick || onPress) {\n supportedProps.onClick = handleClick;\n }\n supportedProps.style = [numberOfLines != null && numberOfLines > 1 && {\n WebkitLineClamp: numberOfLines\n }, hasTextAncestor === true ? styles.textHasAncestor$raw : styles.text$raw, numberOfLines === 1 && styles.textOneLine, numberOfLines != null && numberOfLines > 1 && styles.textMultiLine, props.style, selectable === true && styles.selectable, selectable === false && styles.notSelectable, onPress && styles.pressable];\n if (props.href != null) {\n component = 'a';\n if (hrefAttrs != null) {\n var download = hrefAttrs.download,\n rel = hrefAttrs.rel,\n target = hrefAttrs.target;\n if (download != null) {\n supportedProps.download = download;\n }\n if (rel != null) {\n supportedProps.rel = rel;\n }\n if (typeof target === 'string') {\n supportedProps.target = target.charAt(0) !== '_' ? '_' + target : target;\n }\n }\n }\n var platformMethodsRef = (0,_modules_usePlatformMethods__WEBPACK_IMPORTED_MODULE_9__[\"default\"])(supportedProps);\n var setRef = (0,_modules_useMergeRefs__WEBPACK_IMPORTED_MODULE_10__[\"default\"])(hostRef, platformMethodsRef, forwardedRef);\n supportedProps.ref = setRef;\n var element = (0,_createElement__WEBPACK_IMPORTED_MODULE_11__[\"default\"])(component, supportedProps, {\n writingDirection\n });\n return hasTextAncestor ? element : /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2__.createElement(_TextAncestorContext__WEBPACK_IMPORTED_MODULE_5__[\"default\"].Provider, {\n value: true\n }, element);\n});\nText.displayName = 'Text';\nvar textStyle = {\n backgroundColor: 'transparent',\n border: '0 solid black',\n boxSizing: 'border-box',\n color: 'black',\n display: 'inline',\n font: '14px System',\n listStyle: 'none',\n margin: 0,\n padding: 0,\n position: 'relative',\n textAlign: 'start',\n textDecoration: 'none',\n whiteSpace: 'pre-wrap',\n wordWrap: 'break-word'\n};\nvar styles = _StyleSheet__WEBPACK_IMPORTED_MODULE_12__[\"default\"].create({\n text$raw: textStyle,\n textHasAncestor$raw: (0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])((0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({}, textStyle), {}, {\n color: 'inherit',\n font: 'inherit',\n textAlign: 'inherit',\n whiteSpace: 'inherit'\n }),\n textOneLine: {\n maxWidth: '100%',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n wordWrap: 'normal'\n },\n // See #13\n textMultiLine: {\n display: '-webkit-box',\n maxWidth: '100%',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n WebkitBoxOrient: 'vertical'\n },\n notSelectable: {\n userSelect: 'none'\n },\n selectable: {\n userSelect: 'text'\n },\n pressable: {\n cursor: 'pointer'\n }\n});\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Text);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/Text/index.js?");
|
|
1004
|
+
|
|
1005
|
+
/***/ }),
|
|
1006
|
+
|
|
1007
|
+
/***/ "./node_modules/react-native-web/dist/exports/UIManager/index.js":
|
|
1008
|
+
/*!***********************************************************************!*\
|
|
1009
|
+
!*** ./node_modules/react-native-web/dist/exports/UIManager/index.js ***!
|
|
1010
|
+
\***********************************************************************/
|
|
1011
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1012
|
+
|
|
1013
|
+
"use strict";
|
|
1014
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _modules_getBoundingClientRect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../modules/getBoundingClientRect */ \"./node_modules/react-native-web/dist/modules/getBoundingClientRect/index.js\");\n/* harmony import */ var _modules_setValueForStyles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../modules/setValueForStyles */ \"./node_modules/react-native-web/dist/modules/setValueForStyles/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\nvar getRect = node => {\n var height = node.offsetHeight;\n var width = node.offsetWidth;\n var left = node.offsetLeft;\n var top = node.offsetTop;\n node = node.offsetParent;\n while (node && node.nodeType === 1 /* Node.ELEMENT_NODE */) {\n left += node.offsetLeft + node.clientLeft - node.scrollLeft;\n top += node.offsetTop + node.clientTop - node.scrollTop;\n node = node.offsetParent;\n }\n top -= window.scrollY;\n left -= window.scrollX;\n return {\n width,\n height,\n top,\n left\n };\n};\nvar measureLayout = (node, relativeToNativeNode, callback) => {\n var relativeNode = relativeToNativeNode || node && node.parentNode;\n if (node && relativeNode) {\n setTimeout(() => {\n if (node.isConnected && relativeNode.isConnected) {\n var relativeRect = getRect(relativeNode);\n var _getRect = getRect(node),\n height = _getRect.height,\n left = _getRect.left,\n top = _getRect.top,\n width = _getRect.width;\n var x = left - relativeRect.left;\n var y = top - relativeRect.top;\n callback(x, y, width, height, left, top);\n }\n }, 0);\n }\n};\nvar elementsToIgnore = {\n A: true,\n BODY: true,\n INPUT: true,\n SELECT: true,\n TEXTAREA: true\n};\nvar UIManager = {\n blur(node) {\n try {\n node.blur();\n } catch (err) {}\n },\n focus(node) {\n try {\n var name = node.nodeName;\n // A tabIndex of -1 allows element to be programmatically focused but\n // prevents keyboard focus. We don't want to set the tabindex value on\n // elements that should not prevent keyboard focus.\n if (node.getAttribute('tabIndex') == null && node.isContentEditable !== true && elementsToIgnore[name] == null) {\n node.setAttribute('tabIndex', '-1');\n }\n node.focus();\n } catch (err) {}\n },\n measure(node, callback) {\n measureLayout(node, null, callback);\n },\n measureInWindow(node, callback) {\n if (node) {\n setTimeout(() => {\n var _getBoundingClientRec = (0,_modules_getBoundingClientRect__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(node),\n height = _getBoundingClientRec.height,\n left = _getBoundingClientRec.left,\n top = _getBoundingClientRec.top,\n width = _getBoundingClientRec.width;\n callback(left, top, width, height);\n }, 0);\n }\n },\n measureLayout(node, relativeToNativeNode, onFail, onSuccess) {\n measureLayout(node, relativeToNativeNode, onSuccess);\n },\n updateView(node, props) {\n for (var prop in props) {\n if (!Object.prototype.hasOwnProperty.call(props, prop)) {\n continue;\n }\n var value = props[prop];\n switch (prop) {\n case 'style':\n {\n (0,_modules_setValueForStyles__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(node, value);\n break;\n }\n case 'class':\n case 'className':\n {\n node.setAttribute('class', value);\n break;\n }\n case 'text':\n case 'value':\n // native platforms use `text` prop to replace text input value\n node.value = value;\n break;\n default:\n node.setAttribute(prop, value);\n }\n }\n },\n configureNextLayoutAnimation(config, onAnimationDidEnd) {\n onAnimationDidEnd();\n },\n // mocks\n setLayoutAnimationEnabledExperimental() {}\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (UIManager);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/UIManager/index.js?");
|
|
1015
|
+
|
|
1016
|
+
/***/ }),
|
|
1017
|
+
|
|
1018
|
+
/***/ "./node_modules/react-native-web/dist/exports/View/index.js":
|
|
1019
|
+
/*!******************************************************************!*\
|
|
1020
|
+
!*** ./node_modules/react-native-web/dist/exports/View/index.js ***!
|
|
1021
|
+
\******************************************************************/
|
|
1022
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1023
|
+
|
|
1024
|
+
"use strict";
|
|
1025
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutPropertiesLoose */ \"./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _createElement__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../createElement */ \"./node_modules/react-native-web/dist/exports/createElement/index.js\");\n/* harmony import */ var _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../modules/forwardedProps */ \"./node_modules/react-native-web/dist/modules/forwardedProps/index.js\");\n/* harmony import */ var _modules_pick__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../modules/pick */ \"./node_modules/react-native-web/dist/modules/pick/index.js\");\n/* harmony import */ var _modules_useElementLayout__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../modules/useElementLayout */ \"./node_modules/react-native-web/dist/modules/useElementLayout/index.js\");\n/* harmony import */ var _modules_useMergeRefs__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../modules/useMergeRefs */ \"./node_modules/react-native-web/dist/modules/useMergeRefs/index.js\");\n/* harmony import */ var _modules_usePlatformMethods__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../modules/usePlatformMethods */ \"./node_modules/react-native-web/dist/modules/usePlatformMethods/index.js\");\n/* harmony import */ var _modules_useResponderEvents__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../modules/useResponderEvents */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/index.js\");\n/* harmony import */ var _StyleSheet__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var _Text_TextAncestorContext__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../Text/TextAncestorContext */ \"./node_modules/react-native-web/dist/exports/Text/TextAncestorContext.js\");\n/* harmony import */ var _modules_useLocale__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../modules/useLocale */ \"./node_modules/react-native-web/dist/modules/useLocale/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n'use client';\n\n\nvar _excluded = [\"hrefAttrs\", \"onLayout\", \"onMoveShouldSetResponder\", \"onMoveShouldSetResponderCapture\", \"onResponderEnd\", \"onResponderGrant\", \"onResponderMove\", \"onResponderReject\", \"onResponderRelease\", \"onResponderStart\", \"onResponderTerminate\", \"onResponderTerminationRequest\", \"onScrollShouldSetResponder\", \"onScrollShouldSetResponderCapture\", \"onSelectionChangeShouldSetResponder\", \"onSelectionChangeShouldSetResponderCapture\", \"onStartShouldSetResponder\", \"onStartShouldSetResponderCapture\"];\n\n\n\n\n\n\n\n\n\n\n\nvar forwardPropsList = Object.assign({}, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.defaultProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.accessibilityProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.clickProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.focusProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.keyboardProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.mouseProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.touchProps, _modules_forwardedProps__WEBPACK_IMPORTED_MODULE_2__.styleProps, {\n href: true,\n lang: true,\n onScroll: true,\n onWheel: true,\n pointerEvents: true\n});\nvar pickProps = props => (0,_modules_pick__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(props, forwardPropsList);\nvar View = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.forwardRef((props, forwardedRef) => {\n var hrefAttrs = props.hrefAttrs,\n onLayout = props.onLayout,\n onMoveShouldSetResponder = props.onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture = props.onMoveShouldSetResponderCapture,\n onResponderEnd = props.onResponderEnd,\n onResponderGrant = props.onResponderGrant,\n onResponderMove = props.onResponderMove,\n onResponderReject = props.onResponderReject,\n onResponderRelease = props.onResponderRelease,\n onResponderStart = props.onResponderStart,\n onResponderTerminate = props.onResponderTerminate,\n onResponderTerminationRequest = props.onResponderTerminationRequest,\n onScrollShouldSetResponder = props.onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture = props.onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder = props.onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture = props.onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder = props.onStartShouldSetResponder,\n onStartShouldSetResponderCapture = props.onStartShouldSetResponderCapture,\n rest = (0,_babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(props, _excluded);\n if (true) {\n react__WEBPACK_IMPORTED_MODULE_1__.Children.toArray(props.children).forEach(item => {\n if (typeof item === 'string') {\n console.error(\"Unexpected text node: \" + item + \". A text node cannot be a child of a <View>.\");\n }\n });\n }\n var hasTextAncestor = react__WEBPACK_IMPORTED_MODULE_1__.useContext(_Text_TextAncestorContext__WEBPACK_IMPORTED_MODULE_4__[\"default\"]);\n var hostRef = react__WEBPACK_IMPORTED_MODULE_1__.useRef(null);\n var _useLocaleContext = (0,_modules_useLocale__WEBPACK_IMPORTED_MODULE_5__.useLocaleContext)(),\n contextDirection = _useLocaleContext.direction;\n (0,_modules_useElementLayout__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(hostRef, onLayout);\n (0,_modules_useResponderEvents__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(hostRef, {\n onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture,\n onResponderEnd,\n onResponderGrant,\n onResponderMove,\n onResponderReject,\n onResponderRelease,\n onResponderStart,\n onResponderTerminate,\n onResponderTerminationRequest,\n onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder,\n onStartShouldSetResponderCapture\n });\n var component = 'div';\n var langDirection = props.lang != null ? (0,_modules_useLocale__WEBPACK_IMPORTED_MODULE_5__.getLocaleDirection)(props.lang) : null;\n var componentDirection = props.dir || langDirection;\n var writingDirection = componentDirection || contextDirection;\n var supportedProps = pickProps(rest);\n supportedProps.dir = componentDirection;\n supportedProps.style = [styles.view$raw, hasTextAncestor && styles.inline, props.style];\n if (props.href != null) {\n component = 'a';\n if (hrefAttrs != null) {\n var download = hrefAttrs.download,\n rel = hrefAttrs.rel,\n target = hrefAttrs.target;\n if (download != null) {\n supportedProps.download = download;\n }\n if (rel != null) {\n supportedProps.rel = rel;\n }\n if (typeof target === 'string') {\n supportedProps.target = target.charAt(0) !== '_' ? '_' + target : target;\n }\n }\n }\n var platformMethodsRef = (0,_modules_usePlatformMethods__WEBPACK_IMPORTED_MODULE_8__[\"default\"])(supportedProps);\n var setRef = (0,_modules_useMergeRefs__WEBPACK_IMPORTED_MODULE_9__[\"default\"])(hostRef, platformMethodsRef, forwardedRef);\n supportedProps.ref = setRef;\n return (0,_createElement__WEBPACK_IMPORTED_MODULE_10__[\"default\"])(component, supportedProps, {\n writingDirection\n });\n});\nView.displayName = 'View';\nvar styles = _StyleSheet__WEBPACK_IMPORTED_MODULE_11__[\"default\"].create({\n view$raw: {\n alignItems: 'stretch',\n backgroundColor: 'transparent',\n border: '0 solid black',\n boxSizing: 'border-box',\n display: 'flex',\n flexBasis: 'auto',\n flexDirection: 'column',\n flexShrink: 0,\n listStyle: 'none',\n margin: 0,\n minHeight: 0,\n minWidth: 0,\n padding: 0,\n position: 'relative',\n textDecoration: 'none',\n zIndex: 0\n },\n inline: {\n display: 'inline-flex'\n }\n});\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (View);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/View/index.js?");
|
|
1026
|
+
|
|
1027
|
+
/***/ }),
|
|
1028
|
+
|
|
1029
|
+
/***/ "./node_modules/react-native-web/dist/exports/createElement/index.js":
|
|
1030
|
+
/*!***************************************************************************!*\
|
|
1031
|
+
!*** ./node_modules/react-native-web/dist/exports/createElement/index.js ***!
|
|
1032
|
+
\***************************************************************************/
|
|
1033
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1034
|
+
|
|
1035
|
+
"use strict";
|
|
1036
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _modules_AccessibilityUtil__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../modules/AccessibilityUtil */ \"./node_modules/react-native-web/dist/modules/AccessibilityUtil/index.js\");\n/* harmony import */ var _modules_createDOMProps__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../modules/createDOMProps */ \"./node_modules/react-native-web/dist/modules/createDOMProps/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _modules_useLocale__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../modules/useLocale */ \"./node_modules/react-native-web/dist/modules/useLocale/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n'use client';\n\n\n\n\n\nvar createElement = (component, props, options) => {\n // Use equivalent platform elements where possible.\n var accessibilityComponent;\n if (component && component.constructor === String) {\n accessibilityComponent = _modules_AccessibilityUtil__WEBPACK_IMPORTED_MODULE_1__[\"default\"].propsToAccessibilityComponent(props);\n }\n var Component = accessibilityComponent || component;\n var domProps = (0,_modules_createDOMProps__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(Component, props, options);\n var element = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(Component, domProps);\n\n // Update locale context if element's writing direction prop changes\n var elementWithLocaleProvider = domProps.dir ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_modules_useLocale__WEBPACK_IMPORTED_MODULE_3__.LocaleProvider, {\n children: element,\n direction: domProps.dir,\n locale: domProps.lang\n }) : element;\n return elementWithLocaleProvider;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (createElement);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/createElement/index.js?");
|
|
1037
|
+
|
|
1038
|
+
/***/ }),
|
|
1039
|
+
|
|
1040
|
+
/***/ "./node_modules/react-native-web/dist/exports/processColor/index.js":
|
|
1041
|
+
/*!**************************************************************************!*\
|
|
1042
|
+
!*** ./node_modules/react-native-web/dist/exports/processColor/index.js ***!
|
|
1043
|
+
\**************************************************************************/
|
|
1044
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1045
|
+
|
|
1046
|
+
"use strict";
|
|
1047
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _react_native_normalize_colors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @react-native/normalize-colors */ \"./node_modules/react-native-web/node_modules/@react-native/normalize-colors/index.js\");\n/* harmony import */ var _react_native_normalize_colors__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_react_native_normalize_colors__WEBPACK_IMPORTED_MODULE_0__);\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nvar processColor = color => {\n if (color === undefined || color === null) {\n return color;\n }\n\n // convert number and hex\n var int32Color = _react_native_normalize_colors__WEBPACK_IMPORTED_MODULE_0___default()(color);\n if (int32Color === undefined || int32Color === null) {\n return undefined;\n }\n int32Color = (int32Color << 24 | int32Color >>> 8) >>> 0;\n return int32Color;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (processColor);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/processColor/index.js?");
|
|
1048
|
+
|
|
1049
|
+
/***/ }),
|
|
1050
|
+
|
|
1051
|
+
/***/ "./node_modules/react-native-web/dist/exports/render/index.js":
|
|
1052
|
+
/*!********************************************************************!*\
|
|
1053
|
+
!*** ./node_modules/react-native-web/dist/exports/render/index.js ***!
|
|
1054
|
+
\********************************************************************/
|
|
1055
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1056
|
+
|
|
1057
|
+
"use strict";
|
|
1058
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ renderLegacy),\n/* harmony export */ hydrate: () => (/* binding */ hydrate),\n/* harmony export */ hydrateLegacy: () => (/* binding */ hydrateLegacy),\n/* harmony export */ render: () => (/* binding */ render)\n/* harmony export */ });\n/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react-dom */ \"react-dom\");\n/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var react_dom_client__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom/client */ \"./node_modules/react-dom/client.js\");\n/* harmony import */ var _unmountComponentAtNode__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../unmountComponentAtNode */ \"./node_modules/react-native-web/dist/exports/unmountComponentAtNode/index.js\");\n/* harmony import */ var _StyleSheet_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../StyleSheet/dom */ \"./node_modules/react-native-web/dist/exports/StyleSheet/dom/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n'use client';\n\n\n\n\n\nfunction hydrate(element, root) {\n (0,_StyleSheet_dom__WEBPACK_IMPORTED_MODULE_2__.createSheet)(root);\n return (0,react_dom_client__WEBPACK_IMPORTED_MODULE_1__.hydrateRoot)(root, element);\n}\nfunction render(element, root) {\n (0,_StyleSheet_dom__WEBPACK_IMPORTED_MODULE_2__.createSheet)(root);\n var reactRoot = (0,react_dom_client__WEBPACK_IMPORTED_MODULE_1__.createRoot)(root);\n reactRoot.render(element);\n return reactRoot;\n}\nfunction hydrateLegacy(element, root, callback) {\n (0,_StyleSheet_dom__WEBPACK_IMPORTED_MODULE_2__.createSheet)(root);\n (0,react_dom__WEBPACK_IMPORTED_MODULE_0__.hydrate)(element, root, callback);\n return {\n unmount: function unmount() {\n return (0,_unmountComponentAtNode__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(root);\n }\n };\n}\nfunction renderLegacy(element, root, callback) {\n (0,_StyleSheet_dom__WEBPACK_IMPORTED_MODULE_2__.createSheet)(root);\n (0,react_dom__WEBPACK_IMPORTED_MODULE_0__.render)(element, root, callback);\n return {\n unmount: function unmount() {\n return (0,_unmountComponentAtNode__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(root);\n }\n };\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/render/index.js?");
|
|
1059
|
+
|
|
1060
|
+
/***/ }),
|
|
1061
|
+
|
|
1062
|
+
/***/ "./node_modules/react-native-web/dist/exports/unmountComponentAtNode/index.js":
|
|
1063
|
+
/*!************************************************************************************!*\
|
|
1064
|
+
!*** ./node_modules/react-native-web/dist/exports/unmountComponentAtNode/index.js ***!
|
|
1065
|
+
\************************************************************************************/
|
|
1066
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1067
|
+
|
|
1068
|
+
"use strict";
|
|
1069
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react-dom */ \"react-dom\");\n/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_0__);\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (react_dom__WEBPACK_IMPORTED_MODULE_0__.unmountComponentAtNode);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/unmountComponentAtNode/index.js?");
|
|
1070
|
+
|
|
1071
|
+
/***/ }),
|
|
1072
|
+
|
|
1073
|
+
/***/ "./node_modules/react-native-web/dist/exports/useWindowDimensions/index.js":
|
|
1074
|
+
/*!*********************************************************************************!*\
|
|
1075
|
+
!*** ./node_modules/react-native-web/dist/exports/useWindowDimensions/index.js ***!
|
|
1076
|
+
\*********************************************************************************/
|
|
1077
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1078
|
+
|
|
1079
|
+
"use strict";
|
|
1080
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ useWindowDimensions)\n/* harmony export */ });\n/* harmony import */ var _Dimensions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../Dimensions */ \"./node_modules/react-native-web/dist/exports/Dimensions/index.js\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * @format\n * \n */\n\n'use client';\n\n\n\nfunction useWindowDimensions() {\n var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(() => _Dimensions__WEBPACK_IMPORTED_MODULE_1__[\"default\"].get('window')),\n dims = _useState[0],\n setDims = _useState[1];\n (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(() => {\n function handleChange(_ref) {\n var window = _ref.window;\n if (window != null) {\n setDims(window);\n }\n }\n _Dimensions__WEBPACK_IMPORTED_MODULE_1__[\"default\"].addEventListener('change', handleChange);\n // We might have missed an update between calling `get` in render and\n // `addEventListener` in this handler, so we set it here. If there was\n // no change, React will filter out this update as a no-op.\n setDims(_Dimensions__WEBPACK_IMPORTED_MODULE_1__[\"default\"].get('window'));\n return () => {\n _Dimensions__WEBPACK_IMPORTED_MODULE_1__[\"default\"].removeEventListener('change', handleChange);\n };\n }, []);\n return dims;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/exports/useWindowDimensions/index.js?");
|
|
1081
|
+
|
|
1082
|
+
/***/ }),
|
|
1083
|
+
|
|
1084
|
+
/***/ "./node_modules/react-native-web/dist/modules/AccessibilityUtil/index.js":
|
|
1085
|
+
/*!*******************************************************************************!*\
|
|
1086
|
+
!*** ./node_modules/react-native-web/dist/modules/AccessibilityUtil/index.js ***!
|
|
1087
|
+
\*******************************************************************************/
|
|
1088
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1089
|
+
|
|
1090
|
+
"use strict";
|
|
1091
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _isDisabled__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./isDisabled */ \"./node_modules/react-native-web/dist/modules/AccessibilityUtil/isDisabled.js\");\n/* harmony import */ var _propsToAccessibilityComponent__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./propsToAccessibilityComponent */ \"./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAccessibilityComponent.js\");\n/* harmony import */ var _propsToAriaRole__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./propsToAriaRole */ \"./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAriaRole.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\nvar AccessibilityUtil = {\n isDisabled: _isDisabled__WEBPACK_IMPORTED_MODULE_0__[\"default\"],\n propsToAccessibilityComponent: _propsToAccessibilityComponent__WEBPACK_IMPORTED_MODULE_1__[\"default\"],\n propsToAriaRole: _propsToAriaRole__WEBPACK_IMPORTED_MODULE_2__[\"default\"]\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (AccessibilityUtil);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/AccessibilityUtil/index.js?");
|
|
1092
|
+
|
|
1093
|
+
/***/ }),
|
|
1094
|
+
|
|
1095
|
+
/***/ "./node_modules/react-native-web/dist/modules/AccessibilityUtil/isDisabled.js":
|
|
1096
|
+
/*!************************************************************************************!*\
|
|
1097
|
+
!*** ./node_modules/react-native-web/dist/modules/AccessibilityUtil/isDisabled.js ***!
|
|
1098
|
+
\************************************************************************************/
|
|
1099
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1100
|
+
|
|
1101
|
+
"use strict";
|
|
1102
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar isDisabled = props => props.disabled || Array.isArray(props.accessibilityStates) && props.accessibilityStates.indexOf('disabled') > -1;\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isDisabled);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/AccessibilityUtil/isDisabled.js?");
|
|
1103
|
+
|
|
1104
|
+
/***/ }),
|
|
1105
|
+
|
|
1106
|
+
/***/ "./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAccessibilityComponent.js":
|
|
1107
|
+
/*!*******************************************************************************************************!*\
|
|
1108
|
+
!*** ./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAccessibilityComponent.js ***!
|
|
1109
|
+
\*******************************************************************************************************/
|
|
1110
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1111
|
+
|
|
1112
|
+
"use strict";
|
|
1113
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _propsToAriaRole__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./propsToAriaRole */ \"./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAriaRole.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nvar roleComponents = {\n article: 'article',\n banner: 'header',\n blockquote: 'blockquote',\n button: 'button',\n code: 'code',\n complementary: 'aside',\n contentinfo: 'footer',\n deletion: 'del',\n emphasis: 'em',\n figure: 'figure',\n insertion: 'ins',\n form: 'form',\n list: 'ul',\n listitem: 'li',\n main: 'main',\n navigation: 'nav',\n paragraph: 'p',\n region: 'section',\n strong: 'strong'\n};\nvar emptyObject = {};\nvar propsToAccessibilityComponent = function propsToAccessibilityComponent(props) {\n if (props === void 0) {\n props = emptyObject;\n }\n var roleProp = props.role || props.accessibilityRole;\n // special-case for \"label\" role which doesn't map to an ARIA role\n if (roleProp === 'label') {\n return 'label';\n }\n var role = (0,_propsToAriaRole__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(props);\n if (role) {\n if (role === 'heading') {\n var level = props.accessibilityLevel || props['aria-level'];\n if (level != null) {\n return \"h\" + level;\n }\n return 'h1';\n }\n return roleComponents[role];\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (propsToAccessibilityComponent);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAccessibilityComponent.js?");
|
|
1114
|
+
|
|
1115
|
+
/***/ }),
|
|
1116
|
+
|
|
1117
|
+
/***/ "./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAriaRole.js":
|
|
1118
|
+
/*!*****************************************************************************************!*\
|
|
1119
|
+
!*** ./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAriaRole.js ***!
|
|
1120
|
+
\*****************************************************************************************/
|
|
1121
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1122
|
+
|
|
1123
|
+
"use strict";
|
|
1124
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar accessibilityRoleToWebRole = {\n adjustable: 'slider',\n button: 'button',\n header: 'heading',\n image: 'img',\n imagebutton: null,\n keyboardkey: null,\n label: null,\n link: 'link',\n none: 'presentation',\n search: 'search',\n summary: 'region',\n text: null\n};\nvar propsToAriaRole = _ref => {\n var accessibilityRole = _ref.accessibilityRole,\n role = _ref.role;\n var _role = role || accessibilityRole;\n if (_role) {\n var inferredRole = accessibilityRoleToWebRole[_role];\n if (inferredRole !== null) {\n // ignore roles that don't map to web\n return inferredRole || _role;\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (propsToAriaRole);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/AccessibilityUtil/propsToAriaRole.js?");
|
|
1125
|
+
|
|
1126
|
+
/***/ }),
|
|
1127
|
+
|
|
1128
|
+
/***/ "./node_modules/react-native-web/dist/modules/canUseDom/index.js":
|
|
1129
|
+
/*!***********************************************************************!*\
|
|
1130
|
+
!*** ./node_modules/react-native-web/dist/modules/canUseDom/index.js ***!
|
|
1131
|
+
\***********************************************************************/
|
|
1132
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1133
|
+
|
|
1134
|
+
"use strict";
|
|
1135
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (canUseDOM);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/canUseDom/index.js?");
|
|
1136
|
+
|
|
1137
|
+
/***/ }),
|
|
1138
|
+
|
|
1139
|
+
/***/ "./node_modules/react-native-web/dist/modules/createDOMProps/index.js":
|
|
1140
|
+
/*!****************************************************************************!*\
|
|
1141
|
+
!*** ./node_modules/react-native-web/dist/modules/createDOMProps/index.js ***!
|
|
1142
|
+
\****************************************************************************/
|
|
1143
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1144
|
+
|
|
1145
|
+
"use strict";
|
|
1146
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/objectSpread2 */ \"./node_modules/@babel/runtime/helpers/esm/objectSpread2.js\");\n/* harmony import */ var _babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutPropertiesLoose */ \"./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js\");\n/* harmony import */ var _AccessibilityUtil__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../AccessibilityUtil */ \"./node_modules/react-native-web/dist/modules/AccessibilityUtil/index.js\");\n/* harmony import */ var _exports_StyleSheet__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../exports/StyleSheet */ \"./node_modules/react-native-web/dist/exports/StyleSheet/index.js\");\n/* harmony import */ var _warnOnce__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../warnOnce */ \"./node_modules/react-native-web/dist/modules/warnOnce/index.js\");\n\n\nvar _excluded = [\"aria-activedescendant\", \"accessibilityActiveDescendant\", \"aria-atomic\", \"accessibilityAtomic\", \"aria-autocomplete\", \"accessibilityAutoComplete\", \"aria-busy\", \"accessibilityBusy\", \"aria-checked\", \"accessibilityChecked\", \"aria-colcount\", \"accessibilityColumnCount\", \"aria-colindex\", \"accessibilityColumnIndex\", \"aria-colspan\", \"accessibilityColumnSpan\", \"aria-controls\", \"accessibilityControls\", \"aria-current\", \"accessibilityCurrent\", \"aria-describedby\", \"accessibilityDescribedBy\", \"aria-details\", \"accessibilityDetails\", \"aria-disabled\", \"accessibilityDisabled\", \"aria-errormessage\", \"accessibilityErrorMessage\", \"aria-expanded\", \"accessibilityExpanded\", \"aria-flowto\", \"accessibilityFlowTo\", \"aria-haspopup\", \"accessibilityHasPopup\", \"aria-hidden\", \"accessibilityHidden\", \"aria-invalid\", \"accessibilityInvalid\", \"aria-keyshortcuts\", \"accessibilityKeyShortcuts\", \"aria-label\", \"accessibilityLabel\", \"aria-labelledby\", \"accessibilityLabelledBy\", \"aria-level\", \"accessibilityLevel\", \"aria-live\", \"accessibilityLiveRegion\", \"aria-modal\", \"accessibilityModal\", \"aria-multiline\", \"accessibilityMultiline\", \"aria-multiselectable\", \"accessibilityMultiSelectable\", \"aria-orientation\", \"accessibilityOrientation\", \"aria-owns\", \"accessibilityOwns\", \"aria-placeholder\", \"accessibilityPlaceholder\", \"aria-posinset\", \"accessibilityPosInSet\", \"aria-pressed\", \"accessibilityPressed\", \"aria-readonly\", \"accessibilityReadOnly\", \"aria-required\", \"accessibilityRequired\", \"role\", \"accessibilityRole\", \"aria-roledescription\", \"accessibilityRoleDescription\", \"aria-rowcount\", \"accessibilityRowCount\", \"aria-rowindex\", \"accessibilityRowIndex\", \"aria-rowspan\", \"accessibilityRowSpan\", \"aria-selected\", \"accessibilitySelected\", \"aria-setsize\", \"accessibilitySetSize\", \"aria-sort\", \"accessibilitySort\", \"aria-valuemax\", \"accessibilityValueMax\", \"aria-valuemin\", \"accessibilityValueMin\", \"aria-valuenow\", \"accessibilityValueNow\", \"aria-valuetext\", \"accessibilityValueText\", \"dataSet\", \"focusable\", \"id\", \"nativeID\", \"pointerEvents\", \"style\", \"tabIndex\", \"testID\"];\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\nvar emptyObject = {};\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar isArray = Array.isArray;\nvar uppercasePattern = /[A-Z]/g;\nfunction toHyphenLower(match) {\n return '-' + match.toLowerCase();\n}\nfunction hyphenateString(str) {\n return str.replace(uppercasePattern, toHyphenLower);\n}\nfunction processIDRefList(idRefList) {\n return isArray(idRefList) ? idRefList.join(' ') : idRefList;\n}\nvar pointerEventsStyles = _exports_StyleSheet__WEBPACK_IMPORTED_MODULE_2__[\"default\"].create({\n auto: {\n pointerEvents: 'auto'\n },\n 'box-none': {\n pointerEvents: 'box-none'\n },\n 'box-only': {\n pointerEvents: 'box-only'\n },\n none: {\n pointerEvents: 'none'\n }\n});\nvar createDOMProps = (elementType, props, options) => {\n if (!props) {\n props = emptyObject;\n }\n var _props = props,\n ariaActiveDescendant = _props['aria-activedescendant'],\n accessibilityActiveDescendant = _props.accessibilityActiveDescendant,\n ariaAtomic = _props['aria-atomic'],\n accessibilityAtomic = _props.accessibilityAtomic,\n ariaAutoComplete = _props['aria-autocomplete'],\n accessibilityAutoComplete = _props.accessibilityAutoComplete,\n ariaBusy = _props['aria-busy'],\n accessibilityBusy = _props.accessibilityBusy,\n ariaChecked = _props['aria-checked'],\n accessibilityChecked = _props.accessibilityChecked,\n ariaColumnCount = _props['aria-colcount'],\n accessibilityColumnCount = _props.accessibilityColumnCount,\n ariaColumnIndex = _props['aria-colindex'],\n accessibilityColumnIndex = _props.accessibilityColumnIndex,\n ariaColumnSpan = _props['aria-colspan'],\n accessibilityColumnSpan = _props.accessibilityColumnSpan,\n ariaControls = _props['aria-controls'],\n accessibilityControls = _props.accessibilityControls,\n ariaCurrent = _props['aria-current'],\n accessibilityCurrent = _props.accessibilityCurrent,\n ariaDescribedBy = _props['aria-describedby'],\n accessibilityDescribedBy = _props.accessibilityDescribedBy,\n ariaDetails = _props['aria-details'],\n accessibilityDetails = _props.accessibilityDetails,\n ariaDisabled = _props['aria-disabled'],\n accessibilityDisabled = _props.accessibilityDisabled,\n ariaErrorMessage = _props['aria-errormessage'],\n accessibilityErrorMessage = _props.accessibilityErrorMessage,\n ariaExpanded = _props['aria-expanded'],\n accessibilityExpanded = _props.accessibilityExpanded,\n ariaFlowTo = _props['aria-flowto'],\n accessibilityFlowTo = _props.accessibilityFlowTo,\n ariaHasPopup = _props['aria-haspopup'],\n accessibilityHasPopup = _props.accessibilityHasPopup,\n ariaHidden = _props['aria-hidden'],\n accessibilityHidden = _props.accessibilityHidden,\n ariaInvalid = _props['aria-invalid'],\n accessibilityInvalid = _props.accessibilityInvalid,\n ariaKeyShortcuts = _props['aria-keyshortcuts'],\n accessibilityKeyShortcuts = _props.accessibilityKeyShortcuts,\n ariaLabel = _props['aria-label'],\n accessibilityLabel = _props.accessibilityLabel,\n ariaLabelledBy = _props['aria-labelledby'],\n accessibilityLabelledBy = _props.accessibilityLabelledBy,\n ariaLevel = _props['aria-level'],\n accessibilityLevel = _props.accessibilityLevel,\n ariaLive = _props['aria-live'],\n accessibilityLiveRegion = _props.accessibilityLiveRegion,\n ariaModal = _props['aria-modal'],\n accessibilityModal = _props.accessibilityModal,\n ariaMultiline = _props['aria-multiline'],\n accessibilityMultiline = _props.accessibilityMultiline,\n ariaMultiSelectable = _props['aria-multiselectable'],\n accessibilityMultiSelectable = _props.accessibilityMultiSelectable,\n ariaOrientation = _props['aria-orientation'],\n accessibilityOrientation = _props.accessibilityOrientation,\n ariaOwns = _props['aria-owns'],\n accessibilityOwns = _props.accessibilityOwns,\n ariaPlaceholder = _props['aria-placeholder'],\n accessibilityPlaceholder = _props.accessibilityPlaceholder,\n ariaPosInSet = _props['aria-posinset'],\n accessibilityPosInSet = _props.accessibilityPosInSet,\n ariaPressed = _props['aria-pressed'],\n accessibilityPressed = _props.accessibilityPressed,\n ariaReadOnly = _props['aria-readonly'],\n accessibilityReadOnly = _props.accessibilityReadOnly,\n ariaRequired = _props['aria-required'],\n accessibilityRequired = _props.accessibilityRequired,\n ariaRole = _props.role,\n accessibilityRole = _props.accessibilityRole,\n ariaRoleDescription = _props['aria-roledescription'],\n accessibilityRoleDescription = _props.accessibilityRoleDescription,\n ariaRowCount = _props['aria-rowcount'],\n accessibilityRowCount = _props.accessibilityRowCount,\n ariaRowIndex = _props['aria-rowindex'],\n accessibilityRowIndex = _props.accessibilityRowIndex,\n ariaRowSpan = _props['aria-rowspan'],\n accessibilityRowSpan = _props.accessibilityRowSpan,\n ariaSelected = _props['aria-selected'],\n accessibilitySelected = _props.accessibilitySelected,\n ariaSetSize = _props['aria-setsize'],\n accessibilitySetSize = _props.accessibilitySetSize,\n ariaSort = _props['aria-sort'],\n accessibilitySort = _props.accessibilitySort,\n ariaValueMax = _props['aria-valuemax'],\n accessibilityValueMax = _props.accessibilityValueMax,\n ariaValueMin = _props['aria-valuemin'],\n accessibilityValueMin = _props.accessibilityValueMin,\n ariaValueNow = _props['aria-valuenow'],\n accessibilityValueNow = _props.accessibilityValueNow,\n ariaValueText = _props['aria-valuetext'],\n accessibilityValueText = _props.accessibilityValueText,\n dataSet = _props.dataSet,\n focusable = _props.focusable,\n id = _props.id,\n nativeID = _props.nativeID,\n pointerEvents = _props.pointerEvents,\n style = _props.style,\n tabIndex = _props.tabIndex,\n testID = _props.testID,\n domProps = (0,_babel_runtime_helpers_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(_props, _excluded);\n\n /*\n if (accessibilityDisabled != null) {\n warnOnce('accessibilityDisabled', `accessibilityDisabled is deprecated.`);\n }\n */\n var disabled = ariaDisabled || accessibilityDisabled;\n var role = _AccessibilityUtil__WEBPACK_IMPORTED_MODULE_3__[\"default\"].propsToAriaRole(props);\n\n // ACCESSIBILITY\n /*\n if (accessibilityActiveDescendant != null) {\n warnOnce(\n 'accessibilityActiveDescendant',\n `accessibilityActiveDescendant is deprecated. Use aria-activedescendant.`\n );\n }\n */\n var _ariaActiveDescendant = ariaActiveDescendant != null ? ariaActiveDescendant : accessibilityActiveDescendant;\n if (_ariaActiveDescendant != null) {\n domProps['aria-activedescendant'] = _ariaActiveDescendant;\n }\n\n /*\n if (accessibilityAtomic != null) {\n warnOnce(\n 'accessibilityAtomic',\n `accessibilityAtomic is deprecated. Use aria-atomic.`\n );\n }\n */\n var _ariaAtomic = ariaAtomic != null ? ariaActiveDescendant : accessibilityAtomic;\n if (_ariaAtomic != null) {\n domProps['aria-atomic'] = _ariaAtomic;\n }\n\n /*\n if (accessibilityAutoComplete != null) {\n warnOnce(\n 'accessibilityAutoComplete',\n `accessibilityAutoComplete is deprecated. Use aria-autocomplete.`\n );\n }\n */\n var _ariaAutoComplete = ariaAutoComplete != null ? ariaAutoComplete : accessibilityAutoComplete;\n if (_ariaAutoComplete != null) {\n domProps['aria-autocomplete'] = _ariaAutoComplete;\n }\n\n /*\n if (accessibilityBusy != null) {\n warnOnce(\n 'accessibilityBusy',\n `accessibilityBusy is deprecated. Use aria-busy.`\n );\n }\n */\n var _ariaBusy = ariaBusy != null ? ariaBusy : accessibilityBusy;\n if (_ariaBusy != null) {\n domProps['aria-busy'] = _ariaBusy;\n }\n\n /*\n if (accessibilityChecked != null) {\n warnOnce(\n 'accessibilityChecked',\n `accessibilityChecked is deprecated. Use aria-checked.`\n );\n }\n */\n var _ariaChecked = ariaChecked != null ? ariaChecked : accessibilityChecked;\n if (_ariaChecked != null) {\n domProps['aria-checked'] = _ariaChecked;\n }\n\n /*\n if (accessibilityColumnCount != null) {\n warnOnce(\n 'accessibilityColumnCount',\n `accessibilityColumnCount is deprecated. Use aria-colcount.`\n );\n }\n */\n var _ariaColumnCount = ariaColumnCount != null ? ariaColumnCount : accessibilityColumnCount;\n if (_ariaColumnCount != null) {\n domProps['aria-colcount'] = _ariaColumnCount;\n }\n\n /*\n if (accessibilityColumnIndex != null) {\n warnOnce(\n 'accessibilityColumnIndex',\n `accessibilityColumnIndex is deprecated. Use aria-colindex.`\n );\n }\n */\n var _ariaColumnIndex = ariaColumnIndex != null ? ariaColumnIndex : accessibilityColumnIndex;\n if (_ariaColumnIndex != null) {\n domProps['aria-colindex'] = _ariaColumnIndex;\n }\n\n /*\n if (accessibilityColumnSpan != null) {\n warnOnce(\n 'accessibilityColumnSpan',\n `accessibilityColumnSpan is deprecated. Use aria-colspan.`\n );\n }\n */\n var _ariaColumnSpan = ariaColumnSpan != null ? ariaColumnSpan : accessibilityColumnSpan;\n if (_ariaColumnSpan != null) {\n domProps['aria-colspan'] = _ariaColumnSpan;\n }\n\n /*\n if (accessibilityControls != null) {\n warnOnce(\n 'accessibilityControls',\n `accessibilityControls is deprecated. Use aria-controls.`\n );\n }\n */\n var _ariaControls = ariaControls != null ? ariaControls : accessibilityControls;\n if (_ariaControls != null) {\n domProps['aria-controls'] = processIDRefList(_ariaControls);\n }\n\n /*\n if (accessibilityCurrent != null) {\n warnOnce(\n 'accessibilityCurrent',\n `accessibilityCurrent is deprecated. Use aria-current.`\n );\n }\n */\n var _ariaCurrent = ariaCurrent != null ? ariaCurrent : accessibilityCurrent;\n if (_ariaCurrent != null) {\n domProps['aria-current'] = _ariaCurrent;\n }\n\n /*\n if (accessibilityDescribedBy != null) {\n warnOnce(\n 'accessibilityDescribedBy',\n `accessibilityDescribedBy is deprecated. Use aria-describedby.`\n );\n }\n */\n var _ariaDescribedBy = ariaDescribedBy != null ? ariaDescribedBy : accessibilityDescribedBy;\n if (_ariaDescribedBy != null) {\n domProps['aria-describedby'] = processIDRefList(_ariaDescribedBy);\n }\n\n /*\n if (accessibilityDetails != null) {\n warnOnce(\n 'accessibilityDetails',\n `accessibilityDetails is deprecated. Use aria-details.`\n );\n }\n */\n var _ariaDetails = ariaDetails != null ? ariaDetails : accessibilityDetails;\n if (_ariaDetails != null) {\n domProps['aria-details'] = _ariaDetails;\n }\n if (disabled === true) {\n domProps['aria-disabled'] = true;\n // Enhance with native semantics\n if (elementType === 'button' || elementType === 'form' || elementType === 'input' || elementType === 'select' || elementType === 'textarea') {\n domProps.disabled = true;\n }\n }\n\n /*\n if (accessibilityErrorMessage != null) {\n warnOnce(\n 'accessibilityErrorMessage',\n `accessibilityErrorMessage is deprecated. Use aria-errormessage.`\n );\n }\n */\n var _ariaErrorMessage = ariaErrorMessage != null ? ariaErrorMessage : accessibilityErrorMessage;\n if (_ariaErrorMessage != null) {\n domProps['aria-errormessage'] = _ariaErrorMessage;\n }\n\n /*\n if (accessibilityExpanded != null) {\n warnOnce(\n 'accessibilityExpanded',\n `accessibilityExpanded is deprecated. Use aria-expanded.`\n );\n }\n */\n var _ariaExpanded = ariaExpanded != null ? ariaExpanded : accessibilityExpanded;\n if (_ariaExpanded != null) {\n domProps['aria-expanded'] = _ariaExpanded;\n }\n\n /*\n if (accessibilityFlowTo != null) {\n warnOnce(\n 'accessibilityFlowTo',\n `accessibilityFlowTo is deprecated. Use aria-flowto.`\n );\n }\n */\n var _ariaFlowTo = ariaFlowTo != null ? ariaFlowTo : accessibilityFlowTo;\n if (_ariaFlowTo != null) {\n domProps['aria-flowto'] = processIDRefList(_ariaFlowTo);\n }\n\n /*\n if (accessibilityHasPopup != null) {\n warnOnce(\n 'accessibilityHasPopup',\n `accessibilityHasPopup is deprecated. Use aria-haspopup.`\n );\n }\n */\n var _ariaHasPopup = ariaHasPopup != null ? ariaHasPopup : accessibilityHasPopup;\n if (_ariaHasPopup != null) {\n domProps['aria-haspopup'] = _ariaHasPopup;\n }\n\n /*\n if (accessibilityHidden != null) {\n warnOnce(\n 'accessibilityHidden',\n `accessibilityHidden is deprecated. Use aria-hidden.`\n );\n }\n */\n var _ariaHidden = ariaHidden != null ? ariaHidden : accessibilityHidden;\n if (_ariaHidden === true) {\n domProps['aria-hidden'] = _ariaHidden;\n }\n\n /*\n if (accessibilityInvalid != null) {\n warnOnce(\n 'accessibilityInvalid',\n `accessibilityInvalid is deprecated. Use aria-invalid.`\n );\n }\n */\n var _ariaInvalid = ariaInvalid != null ? ariaInvalid : accessibilityInvalid;\n if (_ariaInvalid != null) {\n domProps['aria-invalid'] = _ariaInvalid;\n }\n\n /*\n if (accessibilityKeyShortcuts != null) {\n warnOnce(\n 'accessibilityKeyShortcuts',\n `accessibilityKeyShortcuts is deprecated. Use aria-keyshortcuts.`\n );\n }\n */\n var _ariaKeyShortcuts = ariaKeyShortcuts != null ? ariaKeyShortcuts : accessibilityKeyShortcuts;\n if (_ariaKeyShortcuts != null) {\n domProps['aria-keyshortcuts'] = processIDRefList(_ariaKeyShortcuts);\n }\n\n /*\n if (accessibilityLabel != null) {\n warnOnce(\n 'accessibilityLabel',\n `accessibilityLabel is deprecated. Use aria-label.`\n );\n }\n */\n var _ariaLabel = ariaLabel != null ? ariaLabel : accessibilityLabel;\n if (_ariaLabel != null) {\n domProps['aria-label'] = _ariaLabel;\n }\n\n /*\n if (accessibilityLabelledBy != null) {\n warnOnce(\n 'accessibilityLabelledBy',\n `accessibilityLabelledBy is deprecated. Use aria-labelledby.`\n );\n }\n */\n var _ariaLabelledBy = ariaLabelledBy != null ? ariaLabelledBy : accessibilityLabelledBy;\n if (_ariaLabelledBy != null) {\n domProps['aria-labelledby'] = processIDRefList(_ariaLabelledBy);\n }\n\n /*\n if (accessibilityLevel != null) {\n warnOnce(\n 'accessibilityLevel',\n `accessibilityLevel is deprecated. Use aria-level.`\n );\n }\n */\n var _ariaLevel = ariaLevel != null ? ariaLevel : accessibilityLevel;\n if (_ariaLevel != null) {\n domProps['aria-level'] = _ariaLevel;\n }\n\n /*\n if (accessibilityLiveRegion != null) {\n warnOnce(\n 'accessibilityLiveRegion',\n `accessibilityLiveRegion is deprecated. Use aria-live.`\n );\n }\n */\n var _ariaLive = ariaLive != null ? ariaLive : accessibilityLiveRegion;\n if (_ariaLive != null) {\n domProps['aria-live'] = _ariaLive === 'none' ? 'off' : _ariaLive;\n }\n\n /*\n if (accessibilityModal != null) {\n warnOnce(\n 'accessibilityModal',\n `accessibilityModal is deprecated. Use aria-modal.`\n );\n }\n */\n var _ariaModal = ariaModal != null ? ariaModal : accessibilityModal;\n if (_ariaModal != null) {\n domProps['aria-modal'] = _ariaModal;\n }\n\n /*\n if (accessibilityMultiline != null) {\n warnOnce(\n 'accessibilityMultiline',\n `accessibilityMultiline is deprecated. Use aria-multiline.`\n );\n }\n */\n var _ariaMultiline = ariaMultiline != null ? ariaMultiline : accessibilityMultiline;\n if (_ariaMultiline != null) {\n domProps['aria-multiline'] = _ariaMultiline;\n }\n\n /*\n if (accessibilityMultiSelectable != null) {\n warnOnce(\n 'accessibilityMultiSelectable',\n `accessibilityMultiSelectable is deprecated. Use aria-multiselectable.`\n );\n }\n */\n var _ariaMultiSelectable = ariaMultiSelectable != null ? ariaMultiSelectable : accessibilityMultiSelectable;\n if (_ariaMultiSelectable != null) {\n domProps['aria-multiselectable'] = _ariaMultiSelectable;\n }\n\n /*\n if (accessibilityOrientation != null) {\n warnOnce(\n 'accessibilityOrientation',\n `accessibilityOrientation is deprecated. Use aria-orientation.`\n );\n }\n */\n var _ariaOrientation = ariaOrientation != null ? ariaOrientation : accessibilityOrientation;\n if (_ariaOrientation != null) {\n domProps['aria-orientation'] = _ariaOrientation;\n }\n\n /*\n if (accessibilityOwns != null) {\n warnOnce(\n 'accessibilityOwns',\n `accessibilityOwns is deprecated. Use aria-owns.`\n );\n }\n */\n var _ariaOwns = ariaOwns != null ? ariaOwns : accessibilityOwns;\n if (_ariaOwns != null) {\n domProps['aria-owns'] = processIDRefList(_ariaOwns);\n }\n\n /*\n if (accessibilityPlaceholder != null) {\n warnOnce(\n 'accessibilityPlaceholder',\n `accessibilityPlaceholder is deprecated. Use aria-placeholder.`\n );\n }\n */\n var _ariaPlaceholder = ariaPlaceholder != null ? ariaPlaceholder : accessibilityPlaceholder;\n if (_ariaPlaceholder != null) {\n domProps['aria-placeholder'] = _ariaPlaceholder;\n }\n\n /*\n if (accessibilityPosInSet != null) {\n warnOnce(\n 'accessibilityPosInSet',\n `accessibilityPosInSet is deprecated. Use aria-posinset.`\n );\n }\n */\n var _ariaPosInSet = ariaPosInSet != null ? ariaPosInSet : accessibilityPosInSet;\n if (_ariaPosInSet != null) {\n domProps['aria-posinset'] = _ariaPosInSet;\n }\n\n /*\n if (accessibilityPressed != null) {\n warnOnce(\n 'accessibilityPressed',\n `accessibilityPressed is deprecated. Use aria-pressed.`\n );\n }\n */\n var _ariaPressed = ariaPressed != null ? ariaPressed : accessibilityPressed;\n if (_ariaPressed != null) {\n domProps['aria-pressed'] = _ariaPressed;\n }\n\n /*\n if (accessibilityReadOnly != null) {\n warnOnce(\n 'accessibilityReadOnly',\n `accessibilityReadOnly is deprecated. Use aria-readonly.`\n );\n }\n */\n var _ariaReadOnly = ariaReadOnly != null ? ariaReadOnly : accessibilityReadOnly;\n if (_ariaReadOnly != null) {\n domProps['aria-readonly'] = _ariaReadOnly;\n // Enhance with native semantics\n if (elementType === 'input' || elementType === 'select' || elementType === 'textarea') {\n domProps.readOnly = true;\n }\n }\n\n /*\n if (accessibilityRequired != null) {\n warnOnce(\n 'accessibilityRequired',\n `accessibilityRequired is deprecated. Use aria-required.`\n );\n }\n */\n var _ariaRequired = ariaRequired != null ? ariaRequired : accessibilityRequired;\n if (_ariaRequired != null) {\n domProps['aria-required'] = _ariaRequired;\n // Enhance with native semantics\n if (elementType === 'input' || elementType === 'select' || elementType === 'textarea') {\n domProps.required = accessibilityRequired;\n }\n }\n\n /*\n if (accessibilityRole != null) {\n warnOnce('accessibilityRole', `accessibilityRole is deprecated. Use role.`);\n }\n */\n if (role != null) {\n // 'presentation' synonym has wider browser support\n domProps['role'] = role === 'none' ? 'presentation' : role;\n }\n\n /*\n if (accessibilityRoleDescription != null) {\n warnOnce(\n 'accessibilityRoleDescription',\n `accessibilityRoleDescription is deprecated. Use aria-roledescription.`\n );\n }\n */\n var _ariaRoleDescription = ariaRoleDescription != null ? ariaRoleDescription : accessibilityRoleDescription;\n if (_ariaRoleDescription != null) {\n domProps['aria-roledescription'] = _ariaRoleDescription;\n }\n\n /*\n if (accessibilityRowCount != null) {\n warnOnce(\n 'accessibilityRowCount',\n `accessibilityRowCount is deprecated. Use aria-rowcount.`\n );\n }\n */\n var _ariaRowCount = ariaRowCount != null ? ariaRowCount : accessibilityRowCount;\n if (_ariaRowCount != null) {\n domProps['aria-rowcount'] = _ariaRowCount;\n }\n\n /*\n if (accessibilityRowIndex != null) {\n warnOnce(\n 'accessibilityRowIndex',\n `accessibilityRowIndex is deprecated. Use aria-rowindex.`\n );\n }\n */\n var _ariaRowIndex = ariaRowIndex != null ? ariaRowIndex : accessibilityRowIndex;\n if (_ariaRowIndex != null) {\n domProps['aria-rowindex'] = _ariaRowIndex;\n }\n\n /*\n if (accessibilityRowSpan != null) {\n warnOnce(\n 'accessibilityRowSpan',\n `accessibilityRowSpan is deprecated. Use aria-rowspan.`\n );\n }\n */\n var _ariaRowSpan = ariaRowSpan != null ? ariaRowSpan : accessibilityRowSpan;\n if (_ariaRowSpan != null) {\n domProps['aria-rowspan'] = _ariaRowSpan;\n }\n\n /*\n if (accessibilitySelected != null) {\n warnOnce(\n 'accessibilitySelected',\n `accessibilitySelected is deprecated. Use aria-selected.`\n );\n }\n */\n var _ariaSelected = ariaSelected != null ? ariaSelected : accessibilitySelected;\n if (_ariaSelected != null) {\n domProps['aria-selected'] = _ariaSelected;\n }\n\n /*\n if (accessibilitySetSize != null) {\n warnOnce(\n 'accessibilitySetSize',\n `accessibilitySetSize is deprecated. Use aria-setsize.`\n );\n }\n */\n var _ariaSetSize = ariaSetSize != null ? ariaSetSize : accessibilitySetSize;\n if (_ariaSetSize != null) {\n domProps['aria-setsize'] = _ariaSetSize;\n }\n\n /*\n if (accessibilitySort != null) {\n warnOnce(\n 'accessibilitySort',\n `accessibilitySort is deprecated. Use aria-sort.`\n );\n }\n */\n var _ariaSort = ariaSort != null ? ariaSort : accessibilitySort;\n if (_ariaSort != null) {\n domProps['aria-sort'] = _ariaSort;\n }\n\n /*\n if (accessibilityValueMax != null) {\n warnOnce(\n 'accessibilityValueMax',\n `accessibilityValueMax is deprecated. Use aria-valuemax.`\n );\n }\n */\n var _ariaValueMax = ariaValueMax != null ? ariaValueMax : accessibilityValueMax;\n if (_ariaValueMax != null) {\n domProps['aria-valuemax'] = _ariaValueMax;\n }\n\n /*\n if (accessibilityValueMin != null) {\n warnOnce(\n 'accessibilityValueMin',\n `accessibilityValueMin is deprecated. Use aria-valuemin.`\n );\n }\n */\n var _ariaValueMin = ariaValueMin != null ? ariaValueMin : accessibilityValueMin;\n if (_ariaValueMin != null) {\n domProps['aria-valuemin'] = _ariaValueMin;\n }\n\n /*\n if (accessibilityValueNow != null) {\n warnOnce(\n 'accessibilityValueNow',\n `accessibilityValueNow is deprecated. Use aria-valuenow.`\n );\n }\n */\n var _ariaValueNow = ariaValueNow != null ? ariaValueNow : accessibilityValueNow;\n if (_ariaValueNow != null) {\n domProps['aria-valuenow'] = _ariaValueNow;\n }\n\n /*\n if (accessibilityValueText != null) {\n warnOnce(\n 'accessibilityValueText',\n `accessibilityValueText is deprecated. Use aria-valuetext.`\n );\n }\n */\n var _ariaValueText = ariaValueText != null ? ariaValueText : accessibilityValueText;\n if (_ariaValueText != null) {\n domProps['aria-valuetext'] = _ariaValueText;\n }\n\n // \"dataSet\" replaced with \"data-*\"\n if (dataSet != null) {\n for (var dataProp in dataSet) {\n if (hasOwnProperty.call(dataSet, dataProp)) {\n var dataName = hyphenateString(dataProp);\n var dataValue = dataSet[dataProp];\n if (dataValue != null) {\n domProps[\"data-\" + dataName] = dataValue;\n }\n }\n }\n }\n\n // FOCUS\n if (tabIndex === 0 || tabIndex === '0' || tabIndex === -1 || tabIndex === '-1') {\n domProps.tabIndex = tabIndex;\n } else {\n /*\n if (focusable != null) {\n warnOnce('focusable', `focusable is deprecated.`);\n }\n */\n\n // \"focusable\" indicates that an element may be a keyboard tab-stop.\n if (focusable === false) {\n domProps.tabIndex = '-1';\n }\n if (\n // These native elements are keyboard focusable by default\n elementType === 'a' || elementType === 'button' || elementType === 'input' || elementType === 'select' || elementType === 'textarea') {\n if (focusable === false || accessibilityDisabled === true) {\n domProps.tabIndex = '-1';\n }\n } else if (\n // These roles are made keyboard focusable by default\n role === 'button' || role === 'checkbox' || role === 'link' || role === 'radio' || role === 'textbox' || role === 'switch') {\n if (focusable !== false) {\n domProps.tabIndex = '0';\n }\n } else {\n // Everything else must explicitly set the prop\n if (focusable === true) {\n domProps.tabIndex = '0';\n }\n }\n }\n\n // Resolve styles\n if (pointerEvents != null) {\n (0,_warnOnce__WEBPACK_IMPORTED_MODULE_4__.warnOnce)('pointerEvents', \"props.pointerEvents is deprecated. Use style.pointerEvents\");\n }\n var _StyleSheet = (0,_exports_StyleSheet__WEBPACK_IMPORTED_MODULE_2__[\"default\"])([style, pointerEvents && pointerEventsStyles[pointerEvents]], (0,_babel_runtime_helpers_objectSpread2__WEBPACK_IMPORTED_MODULE_0__[\"default\"])({\n writingDirection: 'ltr'\n }, options)),\n className = _StyleSheet[0],\n inlineStyle = _StyleSheet[1];\n if (className) {\n domProps.className = className;\n }\n if (inlineStyle) {\n domProps.style = inlineStyle;\n }\n\n // OTHER\n // Native element ID\n /*\n if (nativeID != null) {\n warnOnce('nativeID', `nativeID is deprecated. Use id.`);\n }\n */\n var _id = id != null ? id : nativeID;\n if (_id != null) {\n domProps.id = _id;\n }\n // Automated test IDs\n if (testID != null) {\n domProps['data-testid'] = testID;\n }\n if (domProps.type == null && elementType === 'button') {\n domProps.type = 'button';\n }\n return domProps;\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (createDOMProps);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/createDOMProps/index.js?");
|
|
1147
|
+
|
|
1148
|
+
/***/ }),
|
|
1149
|
+
|
|
1150
|
+
/***/ "./node_modules/react-native-web/dist/modules/forwardedProps/index.js":
|
|
1151
|
+
/*!****************************************************************************!*\
|
|
1152
|
+
!*** ./node_modules/react-native-web/dist/modules/forwardedProps/index.js ***!
|
|
1153
|
+
\****************************************************************************/
|
|
1154
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1155
|
+
|
|
1156
|
+
"use strict";
|
|
1157
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ accessibilityProps: () => (/* binding */ accessibilityProps),\n/* harmony export */ clickProps: () => (/* binding */ clickProps),\n/* harmony export */ defaultProps: () => (/* binding */ defaultProps),\n/* harmony export */ focusProps: () => (/* binding */ focusProps),\n/* harmony export */ keyboardProps: () => (/* binding */ keyboardProps),\n/* harmony export */ mouseProps: () => (/* binding */ mouseProps),\n/* harmony export */ styleProps: () => (/* binding */ styleProps),\n/* harmony export */ touchProps: () => (/* binding */ touchProps)\n/* harmony export */ });\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar defaultProps = {\n children: true,\n dataSet: true,\n dir: true,\n id: true,\n ref: true,\n suppressHydrationWarning: true,\n tabIndex: true,\n testID: true,\n // @deprecated\n focusable: true,\n nativeID: true\n};\nvar accessibilityProps = {\n 'aria-activedescendant': true,\n 'aria-atomic': true,\n 'aria-autocomplete': true,\n 'aria-busy': true,\n 'aria-checked': true,\n 'aria-colcount': true,\n 'aria-colindex': true,\n 'aria-colspan': true,\n 'aria-controls': true,\n 'aria-current': true,\n 'aria-describedby': true,\n 'aria-details': true,\n 'aria-disabled': true,\n 'aria-errormessage': true,\n 'aria-expanded': true,\n 'aria-flowto': true,\n 'aria-haspopup': true,\n 'aria-hidden': true,\n 'aria-invalid': true,\n 'aria-keyshortcuts': true,\n 'aria-label': true,\n 'aria-labelledby': true,\n 'aria-level': true,\n 'aria-live': true,\n 'aria-modal': true,\n 'aria-multiline': true,\n 'aria-multiselectable': true,\n 'aria-orientation': true,\n 'aria-owns': true,\n 'aria-placeholder': true,\n 'aria-posinset': true,\n 'aria-pressed': true,\n 'aria-readonly': true,\n 'aria-required': true,\n role: true,\n 'aria-roledescription': true,\n 'aria-rowcount': true,\n 'aria-rowindex': true,\n 'aria-rowspan': true,\n 'aria-selected': true,\n 'aria-setsize': true,\n 'aria-sort': true,\n 'aria-valuemax': true,\n 'aria-valuemin': true,\n 'aria-valuenow': true,\n 'aria-valuetext': true,\n // @deprecated\n accessibilityActiveDescendant: true,\n accessibilityAtomic: true,\n accessibilityAutoComplete: true,\n accessibilityBusy: true,\n accessibilityChecked: true,\n accessibilityColumnCount: true,\n accessibilityColumnIndex: true,\n accessibilityColumnSpan: true,\n accessibilityControls: true,\n accessibilityCurrent: true,\n accessibilityDescribedBy: true,\n accessibilityDetails: true,\n accessibilityDisabled: true,\n accessibilityErrorMessage: true,\n accessibilityExpanded: true,\n accessibilityFlowTo: true,\n accessibilityHasPopup: true,\n accessibilityHidden: true,\n accessibilityInvalid: true,\n accessibilityKeyShortcuts: true,\n accessibilityLabel: true,\n accessibilityLabelledBy: true,\n accessibilityLevel: true,\n accessibilityLiveRegion: true,\n accessibilityModal: true,\n accessibilityMultiline: true,\n accessibilityMultiSelectable: true,\n accessibilityOrientation: true,\n accessibilityOwns: true,\n accessibilityPlaceholder: true,\n accessibilityPosInSet: true,\n accessibilityPressed: true,\n accessibilityReadOnly: true,\n accessibilityRequired: true,\n accessibilityRole: true,\n accessibilityRoleDescription: true,\n accessibilityRowCount: true,\n accessibilityRowIndex: true,\n accessibilityRowSpan: true,\n accessibilitySelected: true,\n accessibilitySetSize: true,\n accessibilitySort: true,\n accessibilityValueMax: true,\n accessibilityValueMin: true,\n accessibilityValueNow: true,\n accessibilityValueText: true\n};\nvar clickProps = {\n onClick: true,\n onAuxClick: true,\n onContextMenu: true,\n onGotPointerCapture: true,\n onLostPointerCapture: true,\n onPointerCancel: true,\n onPointerDown: true,\n onPointerEnter: true,\n onPointerMove: true,\n onPointerLeave: true,\n onPointerOut: true,\n onPointerOver: true,\n onPointerUp: true\n};\nvar focusProps = {\n onBlur: true,\n onFocus: true\n};\nvar keyboardProps = {\n onKeyDown: true,\n onKeyDownCapture: true,\n onKeyUp: true,\n onKeyUpCapture: true\n};\nvar mouseProps = {\n onMouseDown: true,\n onMouseEnter: true,\n onMouseLeave: true,\n onMouseMove: true,\n onMouseOver: true,\n onMouseOut: true,\n onMouseUp: true\n};\nvar touchProps = {\n onTouchCancel: true,\n onTouchCancelCapture: true,\n onTouchEnd: true,\n onTouchEndCapture: true,\n onTouchMove: true,\n onTouchMoveCapture: true,\n onTouchStart: true,\n onTouchStartCapture: true\n};\nvar styleProps = {\n style: true\n};\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/forwardedProps/index.js?");
|
|
1158
|
+
|
|
1159
|
+
/***/ }),
|
|
1160
|
+
|
|
1161
|
+
/***/ "./node_modules/react-native-web/dist/modules/getBoundingClientRect/index.js":
|
|
1162
|
+
/*!***********************************************************************************!*\
|
|
1163
|
+
!*** ./node_modules/react-native-web/dist/modules/getBoundingClientRect/index.js ***!
|
|
1164
|
+
\***********************************************************************************/
|
|
1165
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1166
|
+
|
|
1167
|
+
"use strict";
|
|
1168
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar getBoundingClientRect = node => {\n if (node != null) {\n var isElement = node.nodeType === 1; /* Node.ELEMENT_NODE */\n if (isElement && typeof node.getBoundingClientRect === 'function') {\n return node.getBoundingClientRect();\n }\n }\n};\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (getBoundingClientRect);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/getBoundingClientRect/index.js?");
|
|
1169
|
+
|
|
1170
|
+
/***/ }),
|
|
1171
|
+
|
|
1172
|
+
/***/ "./node_modules/react-native-web/dist/modules/isSelectionValid/index.js":
|
|
1173
|
+
/*!******************************************************************************!*\
|
|
1174
|
+
!*** ./node_modules/react-native-web/dist/modules/isSelectionValid/index.js ***!
|
|
1175
|
+
\******************************************************************************/
|
|
1176
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1177
|
+
|
|
1178
|
+
"use strict";
|
|
1179
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ isSelectionValid)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nfunction isSelectionValid() {\n var selection = window.getSelection();\n var string = selection.toString();\n var anchorNode = selection.anchorNode;\n var focusNode = selection.focusNode;\n var isTextNode = anchorNode && anchorNode.nodeType === window.Node.TEXT_NODE || focusNode && focusNode.nodeType === window.Node.TEXT_NODE;\n return string.length >= 1 && string !== '\\n' && isTextNode;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/isSelectionValid/index.js?");
|
|
1180
|
+
|
|
1181
|
+
/***/ }),
|
|
1182
|
+
|
|
1183
|
+
/***/ "./node_modules/react-native-web/dist/modules/isWebColor/index.js":
|
|
1184
|
+
/*!************************************************************************!*\
|
|
1185
|
+
!*** ./node_modules/react-native-web/dist/modules/isWebColor/index.js ***!
|
|
1186
|
+
\************************************************************************/
|
|
1187
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1188
|
+
|
|
1189
|
+
"use strict";
|
|
1190
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar isWebColor = color => color === 'currentcolor' || color === 'currentColor' || color === 'inherit' || color.indexOf('var(') === 0;\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isWebColor);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/isWebColor/index.js?");
|
|
1191
|
+
|
|
1192
|
+
/***/ }),
|
|
1193
|
+
|
|
1194
|
+
/***/ "./node_modules/react-native-web/dist/modules/mergeRefs/index.js":
|
|
1195
|
+
/*!***********************************************************************!*\
|
|
1196
|
+
!*** ./node_modules/react-native-web/dist/modules/mergeRefs/index.js ***!
|
|
1197
|
+
\***********************************************************************/
|
|
1198
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1199
|
+
|
|
1200
|
+
"use strict";
|
|
1201
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ mergeRefs)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nfunction mergeRefs() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n return function forwardRef(node) {\n args.forEach(ref => {\n if (ref == null) {\n return;\n }\n if (typeof ref === 'function') {\n ref(node);\n return;\n }\n if (typeof ref === 'object') {\n ref.current = node;\n return;\n }\n console.error(\"mergeRefs cannot handle Refs of type boolean, number or string, received ref \" + String(ref));\n });\n };\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/mergeRefs/index.js?");
|
|
1202
|
+
|
|
1203
|
+
/***/ }),
|
|
1204
|
+
|
|
1205
|
+
/***/ "./node_modules/react-native-web/dist/modules/pick/index.js":
|
|
1206
|
+
/*!******************************************************************!*\
|
|
1207
|
+
!*** ./node_modules/react-native-web/dist/modules/pick/index.js ***!
|
|
1208
|
+
\******************************************************************/
|
|
1209
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1210
|
+
|
|
1211
|
+
"use strict";
|
|
1212
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ pick)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nfunction pick(obj, list) {\n var nextObj = {};\n for (var key in obj) {\n if (obj.hasOwnProperty(key)) {\n if (list[key] === true) {\n nextObj[key] = obj[key];\n }\n }\n }\n return nextObj;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/pick/index.js?");
|
|
1213
|
+
|
|
1214
|
+
/***/ }),
|
|
1215
|
+
|
|
1216
|
+
/***/ "./node_modules/react-native-web/dist/modules/prefixStyles/index.js":
|
|
1217
|
+
/*!**************************************************************************!*\
|
|
1218
|
+
!*** ./node_modules/react-native-web/dist/modules/prefixStyles/index.js ***!
|
|
1219
|
+
\**************************************************************************/
|
|
1220
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1221
|
+
|
|
1222
|
+
"use strict";
|
|
1223
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var inline_style_prefixer_lib_createPrefixer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! inline-style-prefixer/lib/createPrefixer */ \"./node_modules/inline-style-prefixer/lib/createPrefixer.js\");\n/* harmony import */ var _static__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./static */ \"./node_modules/react-native-web/dist/modules/prefixStyles/static.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\nvar prefixAll = (0,inline_style_prefixer_lib_createPrefixer__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(_static__WEBPACK_IMPORTED_MODULE_1__[\"default\"]);\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (prefixAll);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/prefixStyles/index.js?");
|
|
1224
|
+
|
|
1225
|
+
/***/ }),
|
|
1226
|
+
|
|
1227
|
+
/***/ "./node_modules/react-native-web/dist/modules/prefixStyles/static.js":
|
|
1228
|
+
/*!***************************************************************************!*\
|
|
1229
|
+
!*** ./node_modules/react-native-web/dist/modules/prefixStyles/static.js ***!
|
|
1230
|
+
\***************************************************************************/
|
|
1231
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1232
|
+
|
|
1233
|
+
"use strict";
|
|
1234
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var inline_style_prefixer_lib_plugins_backgroundClip__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/backgroundClip */ \"./node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_crossFade__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/crossFade */ \"./node_modules/inline-style-prefixer/lib/plugins/crossFade.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_cursor__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/cursor */ \"./node_modules/inline-style-prefixer/lib/plugins/cursor.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_filter__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/filter */ \"./node_modules/inline-style-prefixer/lib/plugins/filter.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_imageSet__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/imageSet */ \"./node_modules/inline-style-prefixer/lib/plugins/imageSet.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_logical__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/logical */ \"./node_modules/inline-style-prefixer/lib/plugins/logical.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_position__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/position */ \"./node_modules/inline-style-prefixer/lib/plugins/position.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_sizing__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/sizing */ \"./node_modules/inline-style-prefixer/lib/plugins/sizing.js\");\n/* harmony import */ var inline_style_prefixer_lib_plugins_transition__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! inline-style-prefixer/lib/plugins/transition */ \"./node_modules/inline-style-prefixer/lib/plugins/transition.js\");\n\n\n\n\n\n\n\n\n\nvar w = ['Webkit'];\nvar m = ['Moz'];\nvar wm = ['Webkit', 'Moz'];\nvar wms = ['Webkit', 'ms'];\nvar wmms = ['Webkit', 'Moz', 'ms'];\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n plugins: [inline_style_prefixer_lib_plugins_backgroundClip__WEBPACK_IMPORTED_MODULE_0__[\"default\"], inline_style_prefixer_lib_plugins_crossFade__WEBPACK_IMPORTED_MODULE_1__[\"default\"], inline_style_prefixer_lib_plugins_cursor__WEBPACK_IMPORTED_MODULE_2__[\"default\"], inline_style_prefixer_lib_plugins_filter__WEBPACK_IMPORTED_MODULE_3__[\"default\"], inline_style_prefixer_lib_plugins_imageSet__WEBPACK_IMPORTED_MODULE_4__[\"default\"], inline_style_prefixer_lib_plugins_logical__WEBPACK_IMPORTED_MODULE_5__[\"default\"], inline_style_prefixer_lib_plugins_position__WEBPACK_IMPORTED_MODULE_6__[\"default\"], inline_style_prefixer_lib_plugins_sizing__WEBPACK_IMPORTED_MODULE_7__[\"default\"], inline_style_prefixer_lib_plugins_transition__WEBPACK_IMPORTED_MODULE_8__[\"default\"]],\n prefixMap: {\n appearance: wmms,\n userSelect: wm,\n textEmphasisPosition: wms,\n textEmphasis: wms,\n textEmphasisStyle: wms,\n textEmphasisColor: wms,\n boxDecorationBreak: wms,\n clipPath: w,\n maskImage: wms,\n maskMode: wms,\n maskRepeat: wms,\n maskPosition: wms,\n maskClip: wms,\n maskOrigin: wms,\n maskSize: wms,\n maskComposite: wms,\n mask: wms,\n maskBorderSource: wms,\n maskBorderMode: wms,\n maskBorderSlice: wms,\n maskBorderWidth: wms,\n maskBorderOutset: wms,\n maskBorderRepeat: wms,\n maskBorder: wms,\n maskType: wms,\n textDecorationStyle: w,\n textDecorationSkip: w,\n textDecorationLine: w,\n textDecorationColor: w,\n filter: w,\n breakAfter: w,\n breakBefore: w,\n breakInside: w,\n columnCount: w,\n columnFill: w,\n columnGap: w,\n columnRule: w,\n columnRuleColor: w,\n columnRuleStyle: w,\n columnRuleWidth: w,\n columns: w,\n columnSpan: w,\n columnWidth: w,\n backdropFilter: w,\n hyphens: w,\n flowInto: w,\n flowFrom: w,\n regionFragment: w,\n textOrientation: w,\n tabSize: m,\n fontKerning: w,\n textSizeAdjust: w\n }\n});\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/prefixStyles/static.js?");
|
|
1235
|
+
|
|
1236
|
+
/***/ }),
|
|
1237
|
+
|
|
1238
|
+
/***/ "./node_modules/react-native-web/dist/modules/setValueForStyles/dangerousStyleValue.js":
|
|
1239
|
+
/*!*********************************************************************************************!*\
|
|
1240
|
+
!*** ./node_modules/react-native-web/dist/modules/setValueForStyles/dangerousStyleValue.js ***!
|
|
1241
|
+
\*********************************************************************************************/
|
|
1242
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1243
|
+
|
|
1244
|
+
"use strict";
|
|
1245
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _unitlessNumbers__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../unitlessNumbers */ \"./node_modules/react-native-web/dist/modules/unitlessNumbers/index.js\");\n/* eslint-disable */\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * From React 16.0.0\n * \n */\n\n\n\n/**\n * Convert a value into the proper css writable value. The style name `name`\n * should be logical (no hyphens), as specified\n * in `CSSProperty.isUnitlessNumber`.\n *\n * @param {string} name CSS property name such as `topMargin`.\n * @param {*} value CSS property value such as `10px`.\n * @return {string} Normalized style value with dimensions applied.\n */\nfunction dangerousStyleValue(name, value, isCustomProperty) {\n // Note that we've removed escapeTextForBrowser() calls here since the\n // whole string will be escaped when the attribute is injected into\n // the markup. If you provide unsafe user data here they can inject\n // arbitrary CSS which may be problematic (I couldn't repro this):\n // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet\n // http://www.thespanner.co.uk/2007/11/26/ultimate-xss-css-injection/\n // This is not an XSS hole but instead a potential CSS injection issue\n // which has lead to a greater discussion about how we're going to\n // trust URLs moving forward. See #2115901\n\n var isEmpty = value == null || typeof value === 'boolean' || value === '';\n if (isEmpty) {\n return '';\n }\n if (!isCustomProperty && typeof value === 'number' && value !== 0 && !(_unitlessNumbers__WEBPACK_IMPORTED_MODULE_0__[\"default\"].hasOwnProperty(name) && _unitlessNumbers__WEBPACK_IMPORTED_MODULE_0__[\"default\"][name])) {\n return value + 'px'; // Presumes implicit 'px' suffix for unitless numbers\n }\n return ('' + value).trim();\n}\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (dangerousStyleValue);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/setValueForStyles/dangerousStyleValue.js?");
|
|
1246
|
+
|
|
1247
|
+
/***/ }),
|
|
1248
|
+
|
|
1249
|
+
/***/ "./node_modules/react-native-web/dist/modules/setValueForStyles/index.js":
|
|
1250
|
+
/*!*******************************************************************************!*\
|
|
1251
|
+
!*** ./node_modules/react-native-web/dist/modules/setValueForStyles/index.js ***!
|
|
1252
|
+
\*******************************************************************************/
|
|
1253
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1254
|
+
|
|
1255
|
+
"use strict";
|
|
1256
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var _dangerousStyleValue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./dangerousStyleValue */ \"./node_modules/react-native-web/dist/modules/setValueForStyles/dangerousStyleValue.js\");\n/* eslint-disable */\n\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * From React 16.3.0\n * \n */\n\n\n\n/**\n * Sets the value for multiple styles on a node. If a value is specified as\n * '' (empty string), the corresponding style property will be unset.\n *\n * @param {DOMElement} node\n * @param {object} styles\n */\nfunction setValueForStyles(node, styles) {\n var style = node.style;\n for (var styleName in styles) {\n if (!styles.hasOwnProperty(styleName)) {\n continue;\n }\n var isCustomProperty = styleName.indexOf('--') === 0;\n var styleValue = (0,_dangerousStyleValue__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(styleName, styles[styleName], isCustomProperty);\n if (styleName === 'float') {\n styleName = 'cssFloat';\n }\n if (isCustomProperty) {\n style.setProperty(styleName, styleValue);\n } else {\n style[styleName] = styleValue;\n }\n }\n}\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (setValueForStyles);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/setValueForStyles/index.js?");
|
|
1257
|
+
|
|
1258
|
+
/***/ }),
|
|
1259
|
+
|
|
1260
|
+
/***/ "./node_modules/react-native-web/dist/modules/unitlessNumbers/index.js":
|
|
1261
|
+
/*!*****************************************************************************!*\
|
|
1262
|
+
!*** ./node_modules/react-native-web/dist/modules/unitlessNumbers/index.js ***!
|
|
1263
|
+
\*****************************************************************************/
|
|
1264
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1265
|
+
|
|
1266
|
+
"use strict";
|
|
1267
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar unitlessNumbers = {\n animationIterationCount: true,\n aspectRatio: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n flex: true,\n flexGrow: true,\n flexOrder: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n fontWeight: true,\n gridRow: true,\n gridRowEnd: true,\n gridRowGap: true,\n gridRowStart: true,\n gridColumn: true,\n gridColumnEnd: true,\n gridColumnGap: true,\n gridColumnStart: true,\n lineClamp: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n // SVG-related\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true,\n // transform types\n scale: true,\n scaleX: true,\n scaleY: true,\n scaleZ: true,\n // RN properties\n shadowOpacity: true\n};\n\n/**\n * Support style names that may come passed in prefixed by adding permutations\n * of vendor prefixes.\n */\nvar prefixes = ['ms', 'Moz', 'O', 'Webkit'];\nvar prefixKey = (prefix, key) => {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n};\nObject.keys(unitlessNumbers).forEach(prop => {\n prefixes.forEach(prefix => {\n unitlessNumbers[prefixKey(prefix, prop)] = unitlessNumbers[prop];\n });\n});\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (unitlessNumbers);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/unitlessNumbers/index.js?");
|
|
1268
|
+
|
|
1269
|
+
/***/ }),
|
|
1270
|
+
|
|
1271
|
+
/***/ "./node_modules/react-native-web/dist/modules/useElementLayout/index.js":
|
|
1272
|
+
/*!******************************************************************************!*\
|
|
1273
|
+
!*** ./node_modules/react-native-web/dist/modules/useElementLayout/index.js ***!
|
|
1274
|
+
\******************************************************************************/
|
|
1275
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1276
|
+
|
|
1277
|
+
"use strict";
|
|
1278
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ useElementLayout)\n/* harmony export */ });\n/* harmony import */ var _useLayoutEffect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../useLayoutEffect */ \"./node_modules/react-native-web/dist/modules/useLayoutEffect/index.js\");\n/* harmony import */ var _exports_UIManager__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../exports/UIManager */ \"./node_modules/react-native-web/dist/exports/UIManager/index.js\");\n/* harmony import */ var _canUseDom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\nvar DOM_LAYOUT_HANDLER_NAME = '__reactLayoutHandler';\nvar didWarn = !_canUseDom__WEBPACK_IMPORTED_MODULE_0__[\"default\"];\nvar resizeObserver = null;\nfunction getResizeObserver() {\n if (_canUseDom__WEBPACK_IMPORTED_MODULE_0__[\"default\"] && typeof window.ResizeObserver !== 'undefined') {\n if (resizeObserver == null) {\n resizeObserver = new window.ResizeObserver(function (entries) {\n entries.forEach(entry => {\n var node = entry.target;\n var onLayout = node[DOM_LAYOUT_HANDLER_NAME];\n if (typeof onLayout === 'function') {\n // We still need to measure the view because browsers don't yet provide\n // border-box dimensions in the entry\n _exports_UIManager__WEBPACK_IMPORTED_MODULE_1__[\"default\"].measure(node, (x, y, width, height, left, top) => {\n var event = {\n // $FlowFixMe\n nativeEvent: {\n layout: {\n x,\n y,\n width,\n height,\n left,\n top\n }\n },\n timeStamp: Date.now()\n };\n Object.defineProperty(event.nativeEvent, 'target', {\n enumerable: true,\n get: () => entry.target\n });\n onLayout(event);\n });\n }\n });\n });\n }\n } else if (!didWarn) {\n if (true) {\n console.warn('onLayout relies on ResizeObserver which is not supported by your browser. ' + 'Please include a polyfill, e.g., https://github.com/que-etc/resize-observer-polyfill.');\n didWarn = true;\n }\n }\n return resizeObserver;\n}\nfunction useElementLayout(ref, onLayout) {\n var observer = getResizeObserver();\n (0,_useLayoutEffect__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(() => {\n var node = ref.current;\n if (node != null) {\n node[DOM_LAYOUT_HANDLER_NAME] = onLayout;\n }\n }, [ref, onLayout]);\n\n // Observing is done in a separate effect to avoid this effect running\n // when 'onLayout' changes.\n (0,_useLayoutEffect__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(() => {\n var node = ref.current;\n if (node != null && observer != null) {\n if (typeof node[DOM_LAYOUT_HANDLER_NAME] === 'function') {\n observer.observe(node);\n } else {\n observer.unobserve(node);\n }\n }\n return () => {\n if (node != null && observer != null) {\n observer.unobserve(node);\n }\n };\n }, [ref, observer]);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useElementLayout/index.js?");
|
|
1279
|
+
|
|
1280
|
+
/***/ }),
|
|
1281
|
+
|
|
1282
|
+
/***/ "./node_modules/react-native-web/dist/modules/useLayoutEffect/index.js":
|
|
1283
|
+
/*!*****************************************************************************!*\
|
|
1284
|
+
!*** ./node_modules/react-native-web/dist/modules/useLayoutEffect/index.js ***!
|
|
1285
|
+
\*****************************************************************************/
|
|
1286
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1287
|
+
|
|
1288
|
+
"use strict";
|
|
1289
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _canUseDom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * useLayoutEffect throws an error on the server. On the few occasions where is\n * problematic, use this hook.\n *\n * \n */\n\n\n\nvar useLayoutEffectImpl = _canUseDom__WEBPACK_IMPORTED_MODULE_1__[\"default\"] ? react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect : react__WEBPACK_IMPORTED_MODULE_0__.useEffect;\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (useLayoutEffectImpl);\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useLayoutEffect/index.js?");
|
|
1290
|
+
|
|
1291
|
+
/***/ }),
|
|
1292
|
+
|
|
1293
|
+
/***/ "./node_modules/react-native-web/dist/modules/useLocale/index.js":
|
|
1294
|
+
/*!***********************************************************************!*\
|
|
1295
|
+
!*** ./node_modules/react-native-web/dist/modules/useLocale/index.js ***!
|
|
1296
|
+
\***********************************************************************/
|
|
1297
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1298
|
+
|
|
1299
|
+
"use strict";
|
|
1300
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ LocaleProvider: () => (/* binding */ LocaleProvider),\n/* harmony export */ getLocaleDirection: () => (/* binding */ getLocaleDirection),\n/* harmony export */ useLocaleContext: () => (/* binding */ useLocaleContext)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _isLocaleRTL__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./isLocaleRTL */ \"./node_modules/react-native-web/dist/modules/useLocale/isLocaleRTL.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\nvar defaultLocale = {\n direction: 'ltr',\n locale: 'en-US'\n};\nvar LocaleContext = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.createContext)(defaultLocale);\nfunction getLocaleDirection(locale) {\n return (0,_isLocaleRTL__WEBPACK_IMPORTED_MODULE_1__.isLocaleRTL)(locale) ? 'rtl' : 'ltr';\n}\nfunction LocaleProvider(props) {\n var direction = props.direction,\n locale = props.locale,\n children = props.children;\n var needsContext = direction || locale;\n return needsContext ? /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(LocaleContext.Provider, {\n children: children,\n value: {\n direction: locale ? getLocaleDirection(locale) : direction,\n locale\n }\n }) : children;\n}\nfunction useLocaleContext() {\n return (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(LocaleContext);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useLocale/index.js?");
|
|
1301
|
+
|
|
1302
|
+
/***/ }),
|
|
1303
|
+
|
|
1304
|
+
/***/ "./node_modules/react-native-web/dist/modules/useLocale/isLocaleRTL.js":
|
|
1305
|
+
/*!*****************************************************************************!*\
|
|
1306
|
+
!*** ./node_modules/react-native-web/dist/modules/useLocale/isLocaleRTL.js ***!
|
|
1307
|
+
\*****************************************************************************/
|
|
1308
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1309
|
+
|
|
1310
|
+
"use strict";
|
|
1311
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ isLocaleRTL: () => (/* binding */ isLocaleRTL)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar rtlScripts = new Set(['Arab', 'Syrc', 'Samr', 'Mand', 'Thaa', 'Mend', 'Nkoo', 'Adlm', 'Rohg', 'Hebr']);\nvar rtlLangs = new Set(['ae',\n// Avestan\n'ar',\n// Arabic\n'arc',\n// Aramaic\n'bcc',\n// Southern Balochi\n'bqi',\n// Bakthiari\n'ckb',\n// Sorani\n'dv',\n// Dhivehi\n'fa', 'far',\n// Persian\n'glk',\n// Gilaki\n'he', 'iw',\n// Hebrew\n'khw',\n// Khowar\n'ks',\n// Kashmiri\n'ku',\n// Kurdish\n'mzn',\n// Mazanderani\n'nqo',\n// N'Ko\n'pnb',\n// Western Punjabi\n'ps',\n// Pashto\n'sd',\n// Sindhi\n'ug',\n// Uyghur\n'ur',\n// Urdu\n'yi' // Yiddish\n]);\nvar cache = new Map();\n\n/**\n * Determine the writing direction of a locale\n */\nfunction isLocaleRTL(locale) {\n var cachedRTL = cache.get(locale);\n if (cachedRTL) {\n return cachedRTL;\n }\n var isRTL = false;\n // $FlowFixMe\n if (Intl.Locale) {\n try {\n // $FlowFixMe\n var script = new Intl.Locale(locale).maximize().script;\n isRTL = rtlScripts.has(script);\n } catch (_unused) {\n // RangeError: Incorrect locale information provided\n // Fallback to inferring from language\n var lang = locale.split('-')[0];\n isRTL = rtlLangs.has(lang);\n }\n } else {\n // Fallback to inferring from language\n var _lang = locale.split('-')[0];\n isRTL = rtlLangs.has(_lang);\n }\n cache.set(locale, isRTL);\n return isRTL;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useLocale/isLocaleRTL.js?");
|
|
1312
|
+
|
|
1313
|
+
/***/ }),
|
|
1314
|
+
|
|
1315
|
+
/***/ "./node_modules/react-native-web/dist/modules/useMergeRefs/index.js":
|
|
1316
|
+
/*!**************************************************************************!*\
|
|
1317
|
+
!*** ./node_modules/react-native-web/dist/modules/useMergeRefs/index.js ***!
|
|
1318
|
+
\**************************************************************************/
|
|
1319
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1320
|
+
|
|
1321
|
+
"use strict";
|
|
1322
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ useMergeRefs)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _mergeRefs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../mergeRefs */ \"./node_modules/react-native-web/dist/modules/mergeRefs/index.js\");\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\nfunction useMergeRefs() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n return react__WEBPACK_IMPORTED_MODULE_0__.useMemo(() => (0,_mergeRefs__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(...args),\n // eslint-disable-next-line\n [...args]);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useMergeRefs/index.js?");
|
|
1323
|
+
|
|
1324
|
+
/***/ }),
|
|
1325
|
+
|
|
1326
|
+
/***/ "./node_modules/react-native-web/dist/modules/usePlatformMethods/index.js":
|
|
1327
|
+
/*!********************************************************************************!*\
|
|
1328
|
+
!*** ./node_modules/react-native-web/dist/modules/usePlatformMethods/index.js ***!
|
|
1329
|
+
\********************************************************************************/
|
|
1330
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1331
|
+
|
|
1332
|
+
"use strict";
|
|
1333
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ usePlatformMethods)\n/* harmony export */ });\n/* harmony import */ var _exports_UIManager__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../exports/UIManager */ \"./node_modules/react-native-web/dist/exports/UIManager/index.js\");\n/* harmony import */ var _useStable__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../useStable */ \"./node_modules/react-native-web/dist/modules/useStable/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n\n\n/**\n * Adds non-standard methods to the hode element. This is temporarily until an\n * API like `ReactNative.measure(hostRef, callback)` is added to React Native.\n */\nfunction usePlatformMethods(_ref) {\n var pointerEvents = _ref.pointerEvents,\n style = _ref.style;\n // Avoid creating a new ref on every render.\n var ref = (0,_useStable__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(() => hostNode => {\n if (hostNode != null) {\n hostNode.measure = callback => _exports_UIManager__WEBPACK_IMPORTED_MODULE_1__[\"default\"].measure(hostNode, callback);\n hostNode.measureLayout = (relativeToNode, success, failure) => _exports_UIManager__WEBPACK_IMPORTED_MODULE_1__[\"default\"].measureLayout(hostNode, relativeToNode, failure, success);\n hostNode.measureInWindow = callback => _exports_UIManager__WEBPACK_IMPORTED_MODULE_1__[\"default\"].measureInWindow(hostNode, callback);\n }\n });\n return ref;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/usePlatformMethods/index.js?");
|
|
1334
|
+
|
|
1335
|
+
/***/ }),
|
|
1336
|
+
|
|
1337
|
+
/***/ "./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderEventTypes.js":
|
|
1338
|
+
/*!**********************************************************************************************!*\
|
|
1339
|
+
!*** ./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderEventTypes.js ***!
|
|
1340
|
+
\**********************************************************************************************/
|
|
1341
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1342
|
+
|
|
1343
|
+
"use strict";
|
|
1344
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ BLUR: () => (/* binding */ BLUR),\n/* harmony export */ CONTEXT_MENU: () => (/* binding */ CONTEXT_MENU),\n/* harmony export */ FOCUS_OUT: () => (/* binding */ FOCUS_OUT),\n/* harmony export */ MOUSE_CANCEL: () => (/* binding */ MOUSE_CANCEL),\n/* harmony export */ MOUSE_DOWN: () => (/* binding */ MOUSE_DOWN),\n/* harmony export */ MOUSE_MOVE: () => (/* binding */ MOUSE_MOVE),\n/* harmony export */ MOUSE_UP: () => (/* binding */ MOUSE_UP),\n/* harmony export */ SCROLL: () => (/* binding */ SCROLL),\n/* harmony export */ SELECT: () => (/* binding */ SELECT),\n/* harmony export */ SELECTION_CHANGE: () => (/* binding */ SELECTION_CHANGE),\n/* harmony export */ TOUCH_CANCEL: () => (/* binding */ TOUCH_CANCEL),\n/* harmony export */ TOUCH_END: () => (/* binding */ TOUCH_END),\n/* harmony export */ TOUCH_MOVE: () => (/* binding */ TOUCH_MOVE),\n/* harmony export */ TOUCH_START: () => (/* binding */ TOUCH_START),\n/* harmony export */ isCancelish: () => (/* binding */ isCancelish),\n/* harmony export */ isEndish: () => (/* binding */ isEndish),\n/* harmony export */ isMoveish: () => (/* binding */ isMoveish),\n/* harmony export */ isScroll: () => (/* binding */ isScroll),\n/* harmony export */ isSelectionChange: () => (/* binding */ isSelectionChange),\n/* harmony export */ isStartish: () => (/* binding */ isStartish)\n/* harmony export */ });\n/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar BLUR = 'blur';\nvar CONTEXT_MENU = 'contextmenu';\nvar FOCUS_OUT = 'focusout';\nvar MOUSE_DOWN = 'mousedown';\nvar MOUSE_MOVE = 'mousemove';\nvar MOUSE_UP = 'mouseup';\nvar MOUSE_CANCEL = 'dragstart';\nvar TOUCH_START = 'touchstart';\nvar TOUCH_MOVE = 'touchmove';\nvar TOUCH_END = 'touchend';\nvar TOUCH_CANCEL = 'touchcancel';\nvar SCROLL = 'scroll';\nvar SELECT = 'select';\nvar SELECTION_CHANGE = 'selectionchange';\nfunction isStartish(eventType) {\n return eventType === TOUCH_START || eventType === MOUSE_DOWN;\n}\nfunction isMoveish(eventType) {\n return eventType === TOUCH_MOVE || eventType === MOUSE_MOVE;\n}\nfunction isEndish(eventType) {\n return eventType === TOUCH_END || eventType === MOUSE_UP || isCancelish(eventType);\n}\nfunction isCancelish(eventType) {\n return eventType === TOUCH_CANCEL || eventType === MOUSE_CANCEL;\n}\nfunction isScroll(eventType) {\n return eventType === SCROLL;\n}\nfunction isSelectionChange(eventType) {\n return eventType === SELECT || eventType === SELECTION_CHANGE;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderEventTypes.js?");
|
|
1345
|
+
|
|
1346
|
+
/***/ }),
|
|
1347
|
+
|
|
1348
|
+
/***/ "./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderSystem.js":
|
|
1349
|
+
/*!******************************************************************************************!*\
|
|
1350
|
+
!*** ./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderSystem.js ***!
|
|
1351
|
+
\******************************************************************************************/
|
|
1352
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1353
|
+
|
|
1354
|
+
"use strict";
|
|
1355
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ addNode: () => (/* binding */ addNode),\n/* harmony export */ attachListeners: () => (/* binding */ attachListeners),\n/* harmony export */ getResponderNode: () => (/* binding */ getResponderNode),\n/* harmony export */ removeNode: () => (/* binding */ removeNode),\n/* harmony export */ terminateResponder: () => (/* binding */ terminateResponder)\n/* harmony export */ });\n/* harmony import */ var _createResponderEvent__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./createResponderEvent */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/createResponderEvent.js\");\n/* harmony import */ var _ResponderEventTypes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ResponderEventTypes */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderEventTypes.js\");\n/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./utils */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/utils.js\");\n/* harmony import */ var _ResponderTouchHistoryStore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ResponderTouchHistoryStore */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderTouchHistoryStore.js\");\n/* harmony import */ var _canUseDom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../canUseDom */ \"./node_modules/react-native-web/dist/modules/canUseDom/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n/**\n * RESPONDER EVENT SYSTEM\n *\n * A single, global \"interaction lock\" on views. For a view to be the \"responder\" means\n * that pointer interactions are exclusive to that view and none other. The \"interaction\n * lock\" can be transferred (only) to ancestors of the current \"responder\" as long as\n * pointers continue to be active.\n *\n * Responder being granted:\n *\n * A view can become the \"responder\" after the following events:\n * * \"pointerdown\" (implemented using \"touchstart\", \"mousedown\")\n * * \"pointermove\" (implemented using \"touchmove\", \"mousemove\")\n * * \"scroll\" (while a pointer is down)\n * * \"selectionchange\" (while a pointer is down)\n *\n * If nothing is already the \"responder\", the event propagates to (capture) and from\n * (bubble) the event target until a view returns `true` for\n * `on*ShouldSetResponder(Capture)`.\n *\n * If something is already the responder, the event propagates to (capture) and from\n * (bubble) the lowest common ancestor of the event target and the current \"responder\".\n * Then negotiation happens between the current \"responder\" and a view that wants to\n * become the \"responder\": see the timing diagram below.\n *\n * (NOTE: Scrolled views either automatically become the \"responder\" or release the\n * \"interaction lock\". A native scroll view that isn't built on top of the responder\n * system must result in the current \"responder\" being notified that it no longer has\n * the \"interaction lock\" - the native system has taken over.\n *\n * Responder being released:\n *\n * As soon as there are no more active pointers that *started* inside descendants\n * of the *current* \"responder\", an `onResponderRelease` event is dispatched to the\n * current \"responder\", and the responder lock is released.\n *\n * Typical sequence of events:\n * * startShouldSetResponder\n * * responderGrant/Reject\n * * responderStart\n * * responderMove\n * * responderEnd\n * * responderRelease\n */\n\n/* Negotiation Performed\n +-----------------------+\n / \\\nProcess low level events to + Current Responder + wantsResponderID\ndetermine who to perform negot-| (if any exists at all) |\niation/transition | Otherwise just pass through|\n-------------------------------+----------------------------+------------------+\nBubble to find first ID | |\nto return true:wantsResponderID| |\n | |\n +--------------+ | |\n | onTouchStart | | |\n +------+-------+ none | |\n | return| |\n+-----------v-------------+true| +------------------------+ |\n|onStartShouldSetResponder|----->| onResponderStart (cur) |<-----------+\n+-----------+-------------+ | +------------------------+ | |\n | | | +--------+-------+\n | returned true for| false:REJECT +-------->|onResponderReject\n | wantsResponderID | | | +----------------+\n | (now attempt | +------------------+-----+ |\n | handoff) | | onResponder | |\n +------------------->| TerminationRequest | |\n | +------------------+-----+ |\n | | | +----------------+\n | true:GRANT +-------->|onResponderGrant|\n | | +--------+-------+\n | +------------------------+ | |\n | | onResponderTerminate |<-----------+\n | +------------------+-----+ |\n | | | +----------------+\n | +-------->|onResponderStart|\n | | +----------------+\nBubble to find first ID | |\nto return true:wantsResponderID| |\n | |\n +-------------+ | |\n | onTouchMove | | |\n +------+------+ none | |\n | return| |\n+-----------v-------------+true| +------------------------+ |\n|onMoveShouldSetResponder |----->| onResponderMove (cur) |<-----------+\n+-----------+-------------+ | +------------------------+ | |\n | | | +--------+-------+\n | returned true for| false:REJECT +-------->|onResponderReject\n | wantsResponderID | | | +----------------+\n | (now attempt | +------------------+-----+ |\n | handoff) | | onResponder | |\n +------------------->| TerminationRequest| |\n | +------------------+-----+ |\n | | | +----------------+\n | true:GRANT +-------->|onResponderGrant|\n | | +--------+-------+\n | +------------------------+ | |\n | | onResponderTerminate |<-----------+\n | +------------------+-----+ |\n | | | +----------------+\n | +-------->|onResponderMove |\n | | +----------------+\n | |\n | |\n Some active touch started| |\n inside current responder | +------------------------+ |\n +------------------------->| onResponderEnd | |\n | | +------------------------+ |\n +---+---------+ | |\n | onTouchEnd | | |\n +---+---------+ | |\n | | +------------------------+ |\n +------------------------->| onResponderEnd | |\n No active touches started| +-----------+------------+ |\n inside current responder | | |\n | v |\n | +------------------------+ |\n | | onResponderRelease | |\n | +------------------------+ |\n | |\n + + */\n\n\n\n\n\n\n\n/* ------------ TYPES ------------ */\n\nvar emptyObject = {};\n\n/* ------------ IMPLEMENTATION ------------ */\n\nvar startRegistration = ['onStartShouldSetResponderCapture', 'onStartShouldSetResponder', {\n bubbles: true\n}];\nvar moveRegistration = ['onMoveShouldSetResponderCapture', 'onMoveShouldSetResponder', {\n bubbles: true\n}];\nvar scrollRegistration = ['onScrollShouldSetResponderCapture', 'onScrollShouldSetResponder', {\n bubbles: false\n}];\nvar shouldSetResponderEvents = {\n touchstart: startRegistration,\n mousedown: startRegistration,\n touchmove: moveRegistration,\n mousemove: moveRegistration,\n scroll: scrollRegistration\n};\nvar emptyResponder = {\n id: null,\n idPath: null,\n node: null\n};\nvar responderListenersMap = new Map();\nvar isEmulatingMouseEvents = false;\nvar trackedTouchCount = 0;\nvar currentResponder = {\n id: null,\n node: null,\n idPath: null\n};\nvar responderTouchHistoryStore = new _ResponderTouchHistoryStore__WEBPACK_IMPORTED_MODULE_0__.ResponderTouchHistoryStore();\nfunction changeCurrentResponder(responder) {\n currentResponder = responder;\n}\nfunction getResponderConfig(id) {\n var config = responderListenersMap.get(id);\n return config != null ? config : emptyObject;\n}\n\n/**\n * Process native events\n *\n * A single event listener is used to manage the responder system.\n * All pointers are tracked in the ResponderTouchHistoryStore. Native events\n * are interpreted in terms of the Responder System and checked to see if\n * the responder should be transferred. Each host node that is attached to\n * the Responder System has an ID, which is used to look up its associated\n * callbacks.\n */\nfunction eventListener(domEvent) {\n var eventType = domEvent.type;\n var eventTarget = domEvent.target;\n\n /**\n * Manage emulated events and early bailout.\n * Since PointerEvent is not used yet (lack of support in older Safari), it's\n * necessary to manually manage the mess of browser touch/mouse events.\n * And bailout early for termination events when there is no active responder.\n */\n\n // Flag when browser may produce emulated events\n if (eventType === 'touchstart') {\n isEmulatingMouseEvents = true;\n }\n // Remove flag when browser will not produce emulated events\n if (eventType === 'touchmove' || trackedTouchCount > 1) {\n isEmulatingMouseEvents = false;\n }\n // Ignore various events in particular circumstances\n if (\n // Ignore browser emulated mouse events\n eventType === 'mousedown' && isEmulatingMouseEvents || eventType === 'mousemove' && isEmulatingMouseEvents ||\n // Ignore mousemove if a mousedown didn't occur first\n eventType === 'mousemove' && trackedTouchCount < 1) {\n return;\n }\n // Remove flag after emulated events are finished\n if (isEmulatingMouseEvents && eventType === 'mouseup') {\n if (trackedTouchCount === 0) {\n isEmulatingMouseEvents = false;\n }\n return;\n }\n var isStartEvent = (0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_1__.isStartish)(eventType) && (0,_utils__WEBPACK_IMPORTED_MODULE_2__.isPrimaryPointerDown)(domEvent);\n var isMoveEvent = (0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_1__.isMoveish)(eventType);\n var isEndEvent = (0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_1__.isEndish)(eventType);\n var isScrollEvent = (0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_1__.isScroll)(eventType);\n var isSelectionChangeEvent = (0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_1__.isSelectionChange)(eventType);\n var responderEvent = (0,_createResponderEvent__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(domEvent, responderTouchHistoryStore);\n\n /**\n * Record the state of active pointers\n */\n\n if (isStartEvent || isMoveEvent || isEndEvent) {\n if (domEvent.touches) {\n trackedTouchCount = domEvent.touches.length;\n } else {\n if (isStartEvent) {\n trackedTouchCount = 1;\n } else if (isEndEvent) {\n trackedTouchCount = 0;\n }\n }\n responderTouchHistoryStore.recordTouchTrack(eventType, responderEvent.nativeEvent);\n }\n\n /**\n * Responder System logic\n */\n\n var eventPaths = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.getResponderPaths)(domEvent);\n var wasNegotiated = false;\n var wantsResponder;\n\n // If an event occured that might change the current responder...\n if (isStartEvent || isMoveEvent || isScrollEvent && trackedTouchCount > 0) {\n // If there is already a responder, prune the event paths to the lowest common ancestor\n // of the existing responder and deepest target of the event.\n var currentResponderIdPath = currentResponder.idPath;\n var eventIdPath = eventPaths.idPath;\n if (currentResponderIdPath != null && eventIdPath != null) {\n var lowestCommonAncestor = (0,_utils__WEBPACK_IMPORTED_MODULE_2__.getLowestCommonAncestor)(currentResponderIdPath, eventIdPath);\n if (lowestCommonAncestor != null) {\n var indexOfLowestCommonAncestor = eventIdPath.indexOf(lowestCommonAncestor);\n // Skip the current responder so it doesn't receive unexpected \"shouldSet\" events.\n var index = indexOfLowestCommonAncestor + (lowestCommonAncestor === currentResponder.id ? 1 : 0);\n eventPaths = {\n idPath: eventIdPath.slice(index),\n nodePath: eventPaths.nodePath.slice(index)\n };\n } else {\n eventPaths = null;\n }\n }\n if (eventPaths != null) {\n // If a node wants to become the responder, attempt to transfer.\n wantsResponder = findWantsResponder(eventPaths, domEvent, responderEvent);\n if (wantsResponder != null) {\n // Sets responder if none exists, or negotates with existing responder.\n attemptTransfer(responderEvent, wantsResponder);\n wasNegotiated = true;\n }\n }\n }\n\n // If there is now a responder, invoke its callbacks for the lifecycle of the gesture.\n if (currentResponder.id != null && currentResponder.node != null) {\n var _currentResponder = currentResponder,\n id = _currentResponder.id,\n node = _currentResponder.node;\n var _getResponderConfig = getResponderConfig(id),\n onResponderStart = _getResponderConfig.onResponderStart,\n onResponderMove = _getResponderConfig.onResponderMove,\n onResponderEnd = _getResponderConfig.onResponderEnd,\n onResponderRelease = _getResponderConfig.onResponderRelease,\n onResponderTerminate = _getResponderConfig.onResponderTerminate,\n onResponderTerminationRequest = _getResponderConfig.onResponderTerminationRequest;\n responderEvent.bubbles = false;\n responderEvent.cancelable = false;\n responderEvent.currentTarget = node;\n\n // Start\n if (isStartEvent) {\n if (onResponderStart != null) {\n responderEvent.dispatchConfig.registrationName = 'onResponderStart';\n onResponderStart(responderEvent);\n }\n }\n // Move\n else if (isMoveEvent) {\n if (onResponderMove != null) {\n responderEvent.dispatchConfig.registrationName = 'onResponderMove';\n onResponderMove(responderEvent);\n }\n } else {\n var isTerminateEvent = (0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_1__.isCancelish)(eventType) ||\n // native context menu\n eventType === 'contextmenu' ||\n // window blur\n eventType === 'blur' && eventTarget === window ||\n // responder (or ancestors) blur\n eventType === 'blur' && eventTarget.contains(node) && domEvent.relatedTarget !== node ||\n // native scroll without using a pointer\n isScrollEvent && trackedTouchCount === 0 ||\n // native scroll on node that is parent of the responder (allow siblings to scroll)\n isScrollEvent && eventTarget.contains(node) && eventTarget !== node ||\n // native select/selectionchange on node\n isSelectionChangeEvent && (0,_utils__WEBPACK_IMPORTED_MODULE_2__.hasValidSelection)(domEvent);\n var isReleaseEvent = isEndEvent && !isTerminateEvent && !(0,_utils__WEBPACK_IMPORTED_MODULE_2__.hasTargetTouches)(node, domEvent.touches);\n\n // End\n if (isEndEvent) {\n if (onResponderEnd != null) {\n responderEvent.dispatchConfig.registrationName = 'onResponderEnd';\n onResponderEnd(responderEvent);\n }\n }\n // Release\n if (isReleaseEvent) {\n if (onResponderRelease != null) {\n responderEvent.dispatchConfig.registrationName = 'onResponderRelease';\n onResponderRelease(responderEvent);\n }\n changeCurrentResponder(emptyResponder);\n }\n // Terminate\n if (isTerminateEvent) {\n var shouldTerminate = true;\n\n // Responders can still avoid termination but only for these events.\n if (eventType === 'contextmenu' || eventType === 'scroll' || eventType === 'selectionchange') {\n // Only call this function is it wasn't already called during negotiation.\n if (wasNegotiated) {\n shouldTerminate = false;\n } else if (onResponderTerminationRequest != null) {\n responderEvent.dispatchConfig.registrationName = 'onResponderTerminationRequest';\n if (onResponderTerminationRequest(responderEvent) === false) {\n shouldTerminate = false;\n }\n }\n }\n if (shouldTerminate) {\n if (onResponderTerminate != null) {\n responderEvent.dispatchConfig.registrationName = 'onResponderTerminate';\n onResponderTerminate(responderEvent);\n }\n changeCurrentResponder(emptyResponder);\n isEmulatingMouseEvents = false;\n trackedTouchCount = 0;\n }\n }\n }\n }\n}\n\n/**\n * Walk the event path to/from the target node. At each node, stop and call the\n * relevant \"shouldSet\" functions for the given event type. If any of those functions\n * call \"stopPropagation\" on the event, stop searching for a responder.\n */\nfunction findWantsResponder(eventPaths, domEvent, responderEvent) {\n var shouldSetCallbacks = shouldSetResponderEvents[domEvent.type]; // for Flow\n\n if (shouldSetCallbacks != null) {\n var idPath = eventPaths.idPath,\n nodePath = eventPaths.nodePath;\n var shouldSetCallbackCaptureName = shouldSetCallbacks[0];\n var shouldSetCallbackBubbleName = shouldSetCallbacks[1];\n var bubbles = shouldSetCallbacks[2].bubbles;\n var check = function check(id, node, callbackName) {\n var config = getResponderConfig(id);\n var shouldSetCallback = config[callbackName];\n if (shouldSetCallback != null) {\n responderEvent.currentTarget = node;\n if (shouldSetCallback(responderEvent) === true) {\n // Start the path from the potential responder\n var prunedIdPath = idPath.slice(idPath.indexOf(id));\n return {\n id,\n node,\n idPath: prunedIdPath\n };\n }\n }\n };\n\n // capture\n for (var i = idPath.length - 1; i >= 0; i--) {\n var id = idPath[i];\n var node = nodePath[i];\n var result = check(id, node, shouldSetCallbackCaptureName);\n if (result != null) {\n return result;\n }\n if (responderEvent.isPropagationStopped() === true) {\n return;\n }\n }\n\n // bubble\n if (bubbles) {\n for (var _i = 0; _i < idPath.length; _i++) {\n var _id = idPath[_i];\n var _node = nodePath[_i];\n var _result = check(_id, _node, shouldSetCallbackBubbleName);\n if (_result != null) {\n return _result;\n }\n if (responderEvent.isPropagationStopped() === true) {\n return;\n }\n }\n } else {\n var _id2 = idPath[0];\n var _node2 = nodePath[0];\n var target = domEvent.target;\n if (target === _node2) {\n return check(_id2, _node2, shouldSetCallbackBubbleName);\n }\n }\n }\n}\n\n/**\n * Attempt to transfer the responder.\n */\nfunction attemptTransfer(responderEvent, wantsResponder) {\n var _currentResponder2 = currentResponder,\n currentId = _currentResponder2.id,\n currentNode = _currentResponder2.node;\n var id = wantsResponder.id,\n node = wantsResponder.node;\n var _getResponderConfig2 = getResponderConfig(id),\n onResponderGrant = _getResponderConfig2.onResponderGrant,\n onResponderReject = _getResponderConfig2.onResponderReject;\n responderEvent.bubbles = false;\n responderEvent.cancelable = false;\n responderEvent.currentTarget = node;\n\n // Set responder\n if (currentId == null) {\n if (onResponderGrant != null) {\n responderEvent.currentTarget = node;\n responderEvent.dispatchConfig.registrationName = 'onResponderGrant';\n onResponderGrant(responderEvent);\n }\n changeCurrentResponder(wantsResponder);\n }\n // Negotiate with current responder\n else {\n var _getResponderConfig3 = getResponderConfig(currentId),\n onResponderTerminate = _getResponderConfig3.onResponderTerminate,\n onResponderTerminationRequest = _getResponderConfig3.onResponderTerminationRequest;\n var allowTransfer = true;\n if (onResponderTerminationRequest != null) {\n responderEvent.currentTarget = currentNode;\n responderEvent.dispatchConfig.registrationName = 'onResponderTerminationRequest';\n if (onResponderTerminationRequest(responderEvent) === false) {\n allowTransfer = false;\n }\n }\n if (allowTransfer) {\n // Terminate existing responder\n if (onResponderTerminate != null) {\n responderEvent.currentTarget = currentNode;\n responderEvent.dispatchConfig.registrationName = 'onResponderTerminate';\n onResponderTerminate(responderEvent);\n }\n // Grant next responder\n if (onResponderGrant != null) {\n responderEvent.currentTarget = node;\n responderEvent.dispatchConfig.registrationName = 'onResponderGrant';\n onResponderGrant(responderEvent);\n }\n changeCurrentResponder(wantsResponder);\n } else {\n // Reject responder request\n if (onResponderReject != null) {\n responderEvent.currentTarget = node;\n responderEvent.dispatchConfig.registrationName = 'onResponderReject';\n onResponderReject(responderEvent);\n }\n }\n }\n}\n\n/* ------------ PUBLIC API ------------ */\n\n/**\n * Attach Listeners\n *\n * Use native events as ReactDOM doesn't have a non-plugin API to implement\n * this system.\n */\nvar documentEventsCapturePhase = ['blur', 'scroll'];\nvar documentEventsBubblePhase = [\n// mouse\n'mousedown', 'mousemove', 'mouseup', 'dragstart',\n// touch\n'touchstart', 'touchmove', 'touchend', 'touchcancel',\n// other\n'contextmenu', 'select', 'selectionchange'];\nfunction attachListeners() {\n if (_canUseDom__WEBPACK_IMPORTED_MODULE_4__[\"default\"] && window.__reactResponderSystemActive == null) {\n window.addEventListener('blur', eventListener);\n documentEventsBubblePhase.forEach(eventType => {\n document.addEventListener(eventType, eventListener);\n });\n documentEventsCapturePhase.forEach(eventType => {\n document.addEventListener(eventType, eventListener, true);\n });\n window.__reactResponderSystemActive = true;\n }\n}\n\n/**\n * Register a node with the ResponderSystem.\n */\nfunction addNode(id, node, config) {\n (0,_utils__WEBPACK_IMPORTED_MODULE_2__.setResponderId)(node, id);\n responderListenersMap.set(id, config);\n}\n\n/**\n * Unregister a node with the ResponderSystem.\n */\nfunction removeNode(id) {\n if (currentResponder.id === id) {\n terminateResponder();\n }\n if (responderListenersMap.has(id)) {\n responderListenersMap.delete(id);\n }\n}\n\n/**\n * Allow the current responder to be terminated from within components to support\n * more complex requirements, such as use with other React libraries for working\n * with scroll views, input views, etc.\n */\nfunction terminateResponder() {\n var _currentResponder3 = currentResponder,\n id = _currentResponder3.id,\n node = _currentResponder3.node;\n if (id != null && node != null) {\n var _getResponderConfig4 = getResponderConfig(id),\n onResponderTerminate = _getResponderConfig4.onResponderTerminate;\n if (onResponderTerminate != null) {\n var event = (0,_createResponderEvent__WEBPACK_IMPORTED_MODULE_3__[\"default\"])({}, responderTouchHistoryStore);\n event.currentTarget = node;\n onResponderTerminate(event);\n }\n changeCurrentResponder(emptyResponder);\n }\n isEmulatingMouseEvents = false;\n trackedTouchCount = 0;\n}\n\n/**\n * Allow unit tests to inspect the current responder in the system.\n * FOR TESTING ONLY.\n */\nfunction getResponderNode() {\n return currentResponder.node;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderSystem.js?");
|
|
1356
|
+
|
|
1357
|
+
/***/ }),
|
|
1358
|
+
|
|
1359
|
+
/***/ "./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderTouchHistoryStore.js":
|
|
1360
|
+
/*!*****************************************************************************************************!*\
|
|
1361
|
+
!*** ./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderTouchHistoryStore.js ***!
|
|
1362
|
+
\*****************************************************************************************************/
|
|
1363
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1364
|
+
|
|
1365
|
+
"use strict";
|
|
1366
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ ResponderTouchHistoryStore: () => (/* binding */ ResponderTouchHistoryStore)\n/* harmony export */ });\n/* harmony import */ var _ResponderEventTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./ResponderEventTypes */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderEventTypes.js\");\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\n/**\n * Tracks the position and time of each active touch by `touch.identifier`. We\n * should typically only see IDs in the range of 1-20 because IDs get recycled\n * when touches end and start again.\n */\n\nvar __DEV__ = \"development\" !== 'production';\nvar MAX_TOUCH_BANK = 20;\nfunction timestampForTouch(touch) {\n // The legacy internal implementation provides \"timeStamp\", which has been\n // renamed to \"timestamp\".\n return touch.timeStamp || touch.timestamp;\n}\n\n/**\n * TODO: Instead of making gestures recompute filtered velocity, we could\n * include a built in velocity computation that can be reused globally.\n */\nfunction createTouchRecord(touch) {\n return {\n touchActive: true,\n startPageX: touch.pageX,\n startPageY: touch.pageY,\n startTimeStamp: timestampForTouch(touch),\n currentPageX: touch.pageX,\n currentPageY: touch.pageY,\n currentTimeStamp: timestampForTouch(touch),\n previousPageX: touch.pageX,\n previousPageY: touch.pageY,\n previousTimeStamp: timestampForTouch(touch)\n };\n}\nfunction resetTouchRecord(touchRecord, touch) {\n touchRecord.touchActive = true;\n touchRecord.startPageX = touch.pageX;\n touchRecord.startPageY = touch.pageY;\n touchRecord.startTimeStamp = timestampForTouch(touch);\n touchRecord.currentPageX = touch.pageX;\n touchRecord.currentPageY = touch.pageY;\n touchRecord.currentTimeStamp = timestampForTouch(touch);\n touchRecord.previousPageX = touch.pageX;\n touchRecord.previousPageY = touch.pageY;\n touchRecord.previousTimeStamp = timestampForTouch(touch);\n}\nfunction getTouchIdentifier(_ref) {\n var identifier = _ref.identifier;\n if (identifier == null) {\n console.error('Touch object is missing identifier.');\n }\n if (__DEV__) {\n if (identifier > MAX_TOUCH_BANK) {\n console.error('Touch identifier %s is greater than maximum supported %s which causes ' + 'performance issues backfilling array locations for all of the indices.', identifier, MAX_TOUCH_BANK);\n }\n }\n return identifier;\n}\nfunction recordTouchStart(touch, touchHistory) {\n var identifier = getTouchIdentifier(touch);\n var touchRecord = touchHistory.touchBank[identifier];\n if (touchRecord) {\n resetTouchRecord(touchRecord, touch);\n } else {\n touchHistory.touchBank[identifier] = createTouchRecord(touch);\n }\n touchHistory.mostRecentTimeStamp = timestampForTouch(touch);\n}\nfunction recordTouchMove(touch, touchHistory) {\n var touchRecord = touchHistory.touchBank[getTouchIdentifier(touch)];\n if (touchRecord) {\n touchRecord.touchActive = true;\n touchRecord.previousPageX = touchRecord.currentPageX;\n touchRecord.previousPageY = touchRecord.currentPageY;\n touchRecord.previousTimeStamp = touchRecord.currentTimeStamp;\n touchRecord.currentPageX = touch.pageX;\n touchRecord.currentPageY = touch.pageY;\n touchRecord.currentTimeStamp = timestampForTouch(touch);\n touchHistory.mostRecentTimeStamp = timestampForTouch(touch);\n } else {\n console.warn('Cannot record touch move without a touch start.\\n', \"Touch Move: \" + printTouch(touch) + \"\\n\", \"Touch Bank: \" + printTouchBank(touchHistory));\n }\n}\nfunction recordTouchEnd(touch, touchHistory) {\n var touchRecord = touchHistory.touchBank[getTouchIdentifier(touch)];\n if (touchRecord) {\n touchRecord.touchActive = false;\n touchRecord.previousPageX = touchRecord.currentPageX;\n touchRecord.previousPageY = touchRecord.currentPageY;\n touchRecord.previousTimeStamp = touchRecord.currentTimeStamp;\n touchRecord.currentPageX = touch.pageX;\n touchRecord.currentPageY = touch.pageY;\n touchRecord.currentTimeStamp = timestampForTouch(touch);\n touchHistory.mostRecentTimeStamp = timestampForTouch(touch);\n } else {\n console.warn('Cannot record touch end without a touch start.\\n', \"Touch End: \" + printTouch(touch) + \"\\n\", \"Touch Bank: \" + printTouchBank(touchHistory));\n }\n}\nfunction printTouch(touch) {\n return JSON.stringify({\n identifier: touch.identifier,\n pageX: touch.pageX,\n pageY: touch.pageY,\n timestamp: timestampForTouch(touch)\n });\n}\nfunction printTouchBank(touchHistory) {\n var touchBank = touchHistory.touchBank;\n var printed = JSON.stringify(touchBank.slice(0, MAX_TOUCH_BANK));\n if (touchBank.length > MAX_TOUCH_BANK) {\n printed += ' (original size: ' + touchBank.length + ')';\n }\n return printed;\n}\nclass ResponderTouchHistoryStore {\n constructor() {\n this._touchHistory = {\n touchBank: [],\n //Array<TouchRecord>\n numberActiveTouches: 0,\n // If there is only one active touch, we remember its location. This prevents\n // us having to loop through all of the touches all the time in the most\n // common case.\n indexOfSingleActiveTouch: -1,\n mostRecentTimeStamp: 0\n };\n }\n recordTouchTrack(topLevelType, nativeEvent) {\n var touchHistory = this._touchHistory;\n if ((0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_0__.isMoveish)(topLevelType)) {\n nativeEvent.changedTouches.forEach(touch => recordTouchMove(touch, touchHistory));\n } else if ((0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_0__.isStartish)(topLevelType)) {\n nativeEvent.changedTouches.forEach(touch => recordTouchStart(touch, touchHistory));\n touchHistory.numberActiveTouches = nativeEvent.touches.length;\n if (touchHistory.numberActiveTouches === 1) {\n touchHistory.indexOfSingleActiveTouch = nativeEvent.touches[0].identifier;\n }\n } else if ((0,_ResponderEventTypes__WEBPACK_IMPORTED_MODULE_0__.isEndish)(topLevelType)) {\n nativeEvent.changedTouches.forEach(touch => recordTouchEnd(touch, touchHistory));\n touchHistory.numberActiveTouches = nativeEvent.touches.length;\n if (touchHistory.numberActiveTouches === 1) {\n var touchBank = touchHistory.touchBank;\n for (var i = 0; i < touchBank.length; i++) {\n var touchTrackToCheck = touchBank[i];\n if (touchTrackToCheck != null && touchTrackToCheck.touchActive) {\n touchHistory.indexOfSingleActiveTouch = i;\n break;\n }\n }\n if (__DEV__) {\n var activeRecord = touchBank[touchHistory.indexOfSingleActiveTouch];\n if (!(activeRecord != null && activeRecord.touchActive)) {\n console.error('Cannot find single active touch.');\n }\n }\n }\n }\n }\n get touchHistory() {\n return this._touchHistory;\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderTouchHistoryStore.js?");
|
|
1367
|
+
|
|
1368
|
+
/***/ }),
|
|
1369
|
+
|
|
1370
|
+
/***/ "./node_modules/react-native-web/dist/modules/useResponderEvents/createResponderEvent.js":
|
|
1371
|
+
/*!***********************************************************************************************!*\
|
|
1372
|
+
!*** ./node_modules/react-native-web/dist/modules/useResponderEvents/createResponderEvent.js ***!
|
|
1373
|
+
\***********************************************************************************************/
|
|
1374
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1375
|
+
|
|
1376
|
+
"use strict";
|
|
1377
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ createResponderEvent)\n/* harmony export */ });\n/* harmony import */ var _modules_getBoundingClientRect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../modules/getBoundingClientRect */ \"./node_modules/react-native-web/dist/modules/getBoundingClientRect/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nvar emptyFunction = () => {};\nvar emptyObject = {};\nvar emptyArray = [];\n\n/**\n * Safari produces very large identifiers that would cause the `touchBank` array\n * length to be so large as to crash the browser, if not normalized like this.\n * In the future the `touchBank` should use an object/map instead.\n */\nfunction normalizeIdentifier(identifier) {\n return identifier > 20 ? identifier % 20 : identifier;\n}\n\n/**\n * Converts a native DOM event to a ResponderEvent.\n * Mouse events are transformed into fake touch events.\n */\nfunction createResponderEvent(domEvent, responderTouchHistoryStore) {\n var rect;\n var propagationWasStopped = false;\n var changedTouches;\n var touches;\n var domEventChangedTouches = domEvent.changedTouches;\n var domEventType = domEvent.type;\n var metaKey = domEvent.metaKey === true;\n var shiftKey = domEvent.shiftKey === true;\n var force = domEventChangedTouches && domEventChangedTouches[0].force || 0;\n var identifier = normalizeIdentifier(domEventChangedTouches && domEventChangedTouches[0].identifier || 0);\n var clientX = domEventChangedTouches && domEventChangedTouches[0].clientX || domEvent.clientX;\n var clientY = domEventChangedTouches && domEventChangedTouches[0].clientY || domEvent.clientY;\n var pageX = domEventChangedTouches && domEventChangedTouches[0].pageX || domEvent.pageX;\n var pageY = domEventChangedTouches && domEventChangedTouches[0].pageY || domEvent.pageY;\n var preventDefault = typeof domEvent.preventDefault === 'function' ? domEvent.preventDefault.bind(domEvent) : emptyFunction;\n var timestamp = domEvent.timeStamp;\n function normalizeTouches(touches) {\n return Array.prototype.slice.call(touches).map(touch => {\n return {\n force: touch.force,\n identifier: normalizeIdentifier(touch.identifier),\n get locationX() {\n return locationX(touch.clientX);\n },\n get locationY() {\n return locationY(touch.clientY);\n },\n pageX: touch.pageX,\n pageY: touch.pageY,\n target: touch.target,\n timestamp\n };\n });\n }\n if (domEventChangedTouches != null) {\n changedTouches = normalizeTouches(domEventChangedTouches);\n touches = normalizeTouches(domEvent.touches);\n } else {\n var emulatedTouches = [{\n force,\n identifier,\n get locationX() {\n return locationX(clientX);\n },\n get locationY() {\n return locationY(clientY);\n },\n pageX,\n pageY,\n target: domEvent.target,\n timestamp\n }];\n changedTouches = emulatedTouches;\n touches = domEventType === 'mouseup' || domEventType === 'dragstart' ? emptyArray : emulatedTouches;\n }\n var responderEvent = {\n bubbles: true,\n cancelable: true,\n // `currentTarget` is set before dispatch\n currentTarget: null,\n defaultPrevented: domEvent.defaultPrevented,\n dispatchConfig: emptyObject,\n eventPhase: domEvent.eventPhase,\n isDefaultPrevented() {\n return domEvent.defaultPrevented;\n },\n isPropagationStopped() {\n return propagationWasStopped;\n },\n isTrusted: domEvent.isTrusted,\n nativeEvent: {\n altKey: false,\n ctrlKey: false,\n metaKey,\n shiftKey,\n changedTouches,\n force,\n identifier,\n get locationX() {\n return locationX(clientX);\n },\n get locationY() {\n return locationY(clientY);\n },\n pageX,\n pageY,\n target: domEvent.target,\n timestamp,\n touches,\n type: domEventType\n },\n persist: emptyFunction,\n preventDefault,\n stopPropagation() {\n propagationWasStopped = true;\n },\n target: domEvent.target,\n timeStamp: timestamp,\n touchHistory: responderTouchHistoryStore.touchHistory\n };\n\n // Using getters and functions serves two purposes:\n // 1) The value of `currentTarget` is not initially available.\n // 2) Measuring the clientRect may cause layout jank and should only be done on-demand.\n function locationX(x) {\n rect = rect || (0,_modules_getBoundingClientRect__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(responderEvent.currentTarget);\n if (rect) {\n return x - rect.left;\n }\n }\n function locationY(y) {\n rect = rect || (0,_modules_getBoundingClientRect__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(responderEvent.currentTarget);\n if (rect) {\n return y - rect.top;\n }\n }\n return responderEvent;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useResponderEvents/createResponderEvent.js?");
|
|
1378
|
+
|
|
1379
|
+
/***/ }),
|
|
1380
|
+
|
|
1381
|
+
/***/ "./node_modules/react-native-web/dist/modules/useResponderEvents/index.js":
|
|
1382
|
+
/*!********************************************************************************!*\
|
|
1383
|
+
!*** ./node_modules/react-native-web/dist/modules/useResponderEvents/index.js ***!
|
|
1384
|
+
\********************************************************************************/
|
|
1385
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1386
|
+
|
|
1387
|
+
"use strict";
|
|
1388
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ useResponderEvents)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var _ResponderSystem__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./ResponderSystem */ \"./node_modules/react-native-web/dist/modules/useResponderEvents/ResponderSystem.js\");\n/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n/**\n * Hook for integrating the Responder System into React\n *\n * function SomeComponent({ onStartShouldSetResponder }) {\n * const ref = useRef(null);\n * useResponderEvents(ref, { onStartShouldSetResponder });\n * return <div ref={ref} />\n * }\n */\n\n\n\nvar emptyObject = {};\nvar idCounter = 0;\nfunction useStable(getInitialValue) {\n var ref = react__WEBPACK_IMPORTED_MODULE_0__.useRef(null);\n if (ref.current == null) {\n ref.current = getInitialValue();\n }\n return ref.current;\n}\nfunction useResponderEvents(hostRef, config) {\n if (config === void 0) {\n config = emptyObject;\n }\n var id = useStable(() => idCounter++);\n var isAttachedRef = react__WEBPACK_IMPORTED_MODULE_0__.useRef(false);\n\n // This is a separate effects so it doesn't run when the config changes.\n // On initial mount, attach global listeners if needed.\n // On unmount, remove node potentially attached to the Responder System.\n react__WEBPACK_IMPORTED_MODULE_0__.useEffect(() => {\n _ResponderSystem__WEBPACK_IMPORTED_MODULE_1__.attachListeners();\n return () => {\n _ResponderSystem__WEBPACK_IMPORTED_MODULE_1__.removeNode(id);\n };\n }, [id]);\n\n // Register and unregister with the Responder System as necessary\n react__WEBPACK_IMPORTED_MODULE_0__.useEffect(() => {\n var _config = config,\n onMoveShouldSetResponder = _config.onMoveShouldSetResponder,\n onMoveShouldSetResponderCapture = _config.onMoveShouldSetResponderCapture,\n onScrollShouldSetResponder = _config.onScrollShouldSetResponder,\n onScrollShouldSetResponderCapture = _config.onScrollShouldSetResponderCapture,\n onSelectionChangeShouldSetResponder = _config.onSelectionChangeShouldSetResponder,\n onSelectionChangeShouldSetResponderCapture = _config.onSelectionChangeShouldSetResponderCapture,\n onStartShouldSetResponder = _config.onStartShouldSetResponder,\n onStartShouldSetResponderCapture = _config.onStartShouldSetResponderCapture;\n var requiresResponderSystem = onMoveShouldSetResponder != null || onMoveShouldSetResponderCapture != null || onScrollShouldSetResponder != null || onScrollShouldSetResponderCapture != null || onSelectionChangeShouldSetResponder != null || onSelectionChangeShouldSetResponderCapture != null || onStartShouldSetResponder != null || onStartShouldSetResponderCapture != null;\n var node = hostRef.current;\n if (requiresResponderSystem) {\n _ResponderSystem__WEBPACK_IMPORTED_MODULE_1__.addNode(id, node, config);\n isAttachedRef.current = true;\n } else if (isAttachedRef.current) {\n _ResponderSystem__WEBPACK_IMPORTED_MODULE_1__.removeNode(id);\n isAttachedRef.current = false;\n }\n }, [config, hostRef, id]);\n react__WEBPACK_IMPORTED_MODULE_0__.useDebugValue({\n isResponder: hostRef.current === _ResponderSystem__WEBPACK_IMPORTED_MODULE_1__.getResponderNode()\n });\n react__WEBPACK_IMPORTED_MODULE_0__.useDebugValue(config);\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useResponderEvents/index.js?");
|
|
1389
|
+
|
|
1390
|
+
/***/ }),
|
|
1391
|
+
|
|
1392
|
+
/***/ "./node_modules/react-native-web/dist/modules/useResponderEvents/utils.js":
|
|
1393
|
+
/*!********************************************************************************!*\
|
|
1394
|
+
!*** ./node_modules/react-native-web/dist/modules/useResponderEvents/utils.js ***!
|
|
1395
|
+
\********************************************************************************/
|
|
1396
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1397
|
+
|
|
1398
|
+
"use strict";
|
|
1399
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ getLowestCommonAncestor: () => (/* binding */ getLowestCommonAncestor),\n/* harmony export */ getResponderPaths: () => (/* binding */ getResponderPaths),\n/* harmony export */ hasTargetTouches: () => (/* binding */ hasTargetTouches),\n/* harmony export */ hasValidSelection: () => (/* binding */ hasValidSelection),\n/* harmony export */ isPrimaryPointerDown: () => (/* binding */ isPrimaryPointerDown),\n/* harmony export */ setResponderId: () => (/* binding */ setResponderId)\n/* harmony export */ });\n/* harmony import */ var _modules_isSelectionValid__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../modules/isSelectionValid */ \"./node_modules/react-native-web/dist/modules/isSelectionValid/index.js\");\n/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nvar keyName = '__reactResponderId';\nfunction getEventPath(domEvent) {\n // The 'selectionchange' event always has the 'document' as the target.\n // Use the anchor node as the initial target to reconstruct a path.\n // (We actually only need the first \"responder\" node in practice.)\n if (domEvent.type === 'selectionchange') {\n var target = window.getSelection().anchorNode;\n return composedPathFallback(target);\n } else {\n var path = domEvent.composedPath != null ? domEvent.composedPath() : composedPathFallback(domEvent.target);\n return path;\n }\n}\nfunction composedPathFallback(target) {\n var path = [];\n while (target != null && target !== document.body) {\n path.push(target);\n target = target.parentNode;\n }\n return path;\n}\n\n/**\n * Retrieve the responderId from a host node\n */\nfunction getResponderId(node) {\n if (node != null) {\n return node[keyName];\n }\n return null;\n}\n\n/**\n * Store the responderId on a host node\n */\nfunction setResponderId(node, id) {\n if (node != null) {\n node[keyName] = id;\n }\n}\n\n/**\n * Filter the event path to contain only the nodes attached to the responder system\n */\nfunction getResponderPaths(domEvent) {\n var idPath = [];\n var nodePath = [];\n var eventPath = getEventPath(domEvent);\n for (var i = 0; i < eventPath.length; i++) {\n var node = eventPath[i];\n var id = getResponderId(node);\n if (id != null) {\n idPath.push(id);\n nodePath.push(node);\n }\n }\n return {\n idPath,\n nodePath\n };\n}\n\n/**\n * Walk the paths and find the first common ancestor\n */\nfunction getLowestCommonAncestor(pathA, pathB) {\n var pathALength = pathA.length;\n var pathBLength = pathB.length;\n if (\n // If either path is empty\n pathALength === 0 || pathBLength === 0 ||\n // If the last elements aren't the same there can't be a common ancestor\n // that is connected to the responder system\n pathA[pathALength - 1] !== pathB[pathBLength - 1]) {\n return null;\n }\n var itemA = pathA[0];\n var indexA = 0;\n var itemB = pathB[0];\n var indexB = 0;\n\n // If A is deeper, skip indices that can't match.\n if (pathALength - pathBLength > 0) {\n indexA = pathALength - pathBLength;\n itemA = pathA[indexA];\n pathALength = pathBLength;\n }\n\n // If B is deeper, skip indices that can't match\n if (pathBLength - pathALength > 0) {\n indexB = pathBLength - pathALength;\n itemB = pathB[indexB];\n pathBLength = pathALength;\n }\n\n // Walk in lockstep until a match is found\n var depth = pathALength;\n while (depth--) {\n if (itemA === itemB) {\n return itemA;\n }\n itemA = pathA[indexA++];\n itemB = pathB[indexB++];\n }\n return null;\n}\n\n/**\n * Determine whether any of the active touches are within the current responder.\n * This cannot rely on W3C `targetTouches`, as neither IE11 nor Safari implement it.\n */\nfunction hasTargetTouches(target, touches) {\n if (!touches || touches.length === 0) {\n return false;\n }\n for (var i = 0; i < touches.length; i++) {\n var node = touches[i].target;\n if (node != null) {\n if (target.contains(node)) {\n return true;\n }\n }\n }\n return false;\n}\n\n/**\n * Ignore 'selectionchange' events that don't correspond with a person's intent to\n * select text.\n */\nfunction hasValidSelection(domEvent) {\n if (domEvent.type === 'selectionchange') {\n return (0,_modules_isSelectionValid__WEBPACK_IMPORTED_MODULE_0__[\"default\"])();\n }\n return domEvent.type === 'select';\n}\n\n/**\n * Events are only valid if the primary button was used without specific modifier keys.\n */\nfunction isPrimaryPointerDown(domEvent) {\n var altKey = domEvent.altKey,\n button = domEvent.button,\n buttons = domEvent.buttons,\n ctrlKey = domEvent.ctrlKey,\n type = domEvent.type;\n var isTouch = type === 'touchstart' || type === 'touchmove';\n var isPrimaryMouseDown = type === 'mousedown' && (button === 0 || buttons === 1);\n var isPrimaryMouseMove = type === 'mousemove' && buttons === 1;\n var noModifiers = altKey === false && ctrlKey === false;\n if (isTouch || isPrimaryMouseDown && noModifiers || isPrimaryMouseMove && noModifiers) {\n return true;\n }\n return false;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useResponderEvents/utils.js?");
|
|
1400
|
+
|
|
1401
|
+
/***/ }),
|
|
1402
|
+
|
|
1403
|
+
/***/ "./node_modules/react-native-web/dist/modules/useStable/index.js":
|
|
1404
|
+
/*!***********************************************************************!*\
|
|
1405
|
+
!*** ./node_modules/react-native-web/dist/modules/useStable/index.js ***!
|
|
1406
|
+
\***********************************************************************/
|
|
1407
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1408
|
+
|
|
1409
|
+
"use strict";
|
|
1410
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ useStable)\n/* harmony export */ });\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ \"react\");\n/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nvar UNINITIALIZED = typeof Symbol === 'function' && typeof Symbol() === 'symbol' ? Symbol() : Object.freeze({});\nfunction useStable(getInitialValue) {\n var ref = react__WEBPACK_IMPORTED_MODULE_0__.useRef(UNINITIALIZED);\n if (ref.current === UNINITIALIZED) {\n ref.current = getInitialValue();\n }\n // $FlowFixMe (#64650789) Trouble refining types where `Symbol` is concerned.\n return ref.current;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/useStable/index.js?");
|
|
1411
|
+
|
|
1412
|
+
/***/ }),
|
|
1413
|
+
|
|
1414
|
+
/***/ "./node_modules/react-native-web/dist/modules/warnOnce/index.js":
|
|
1415
|
+
/*!**********************************************************************!*\
|
|
1416
|
+
!*** ./node_modules/react-native-web/dist/modules/warnOnce/index.js ***!
|
|
1417
|
+
\**********************************************************************/
|
|
1418
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
1419
|
+
|
|
1420
|
+
"use strict";
|
|
1421
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ warnOnce: () => (/* binding */ warnOnce)\n/* harmony export */ });\n/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\nvar warnedKeys = {};\n\n/**\n * A simple function that prints a warning message once per session.\n *\n * @param {string} key - The key used to ensure the message is printed once.\n * This should be unique to the callsite.\n * @param {string} message - The message to print\n */\nfunction warnOnce(key, message) {\n if (true) {\n if (warnedKeys[key]) {\n return;\n }\n console.warn(message);\n warnedKeys[key] = true;\n }\n}\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/dist/modules/warnOnce/index.js?");
|
|
1422
|
+
|
|
1423
|
+
/***/ }),
|
|
1424
|
+
|
|
1425
|
+
/***/ "./node_modules/react-native-web/node_modules/@react-native/normalize-colors/index.js":
|
|
1426
|
+
/*!********************************************************************************************!*\
|
|
1427
|
+
!*** ./node_modules/react-native-web/node_modules/@react-native/normalize-colors/index.js ***!
|
|
1428
|
+
\********************************************************************************************/
|
|
1429
|
+
/***/ ((module) => {
|
|
1430
|
+
|
|
1431
|
+
"use strict";
|
|
1432
|
+
eval("/**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * @format\n * @noflow\n */\n\n/* eslint no-bitwise: 0 */\n\n\n\nfunction normalizeColor(color) {\n if (typeof color === 'number') {\n if (color >>> 0 === color && color >= 0 && color <= 0xffffffff) {\n return color;\n }\n return null;\n }\n\n if (typeof color !== 'string') {\n return null;\n }\n\n const matchers = getMatchers();\n let match;\n\n // Ordered based on occurrences on Facebook codebase\n if ((match = matchers.hex6.exec(color))) {\n return parseInt(match[1] + 'ff', 16) >>> 0;\n }\n\n const colorFromKeyword = normalizeKeyword(color);\n if (colorFromKeyword != null) {\n return colorFromKeyword;\n }\n\n if ((match = matchers.rgb.exec(color))) {\n return (\n ((parse255(match[1]) << 24) | // r\n (parse255(match[2]) << 16) | // g\n (parse255(match[3]) << 8) | // b\n 0x000000ff) >>> // a\n 0\n );\n }\n\n if ((match = matchers.rgba.exec(color))) {\n // rgba(R G B / A) notation\n if (match[6] !== undefined) {\n return (\n ((parse255(match[6]) << 24) | // r\n (parse255(match[7]) << 16) | // g\n (parse255(match[8]) << 8) | // b\n parse1(match[9])) >>> // a\n 0\n );\n }\n\n // rgba(R, G, B, A) notation\n return (\n ((parse255(match[2]) << 24) | // r\n (parse255(match[3]) << 16) | // g\n (parse255(match[4]) << 8) | // b\n parse1(match[5])) >>> // a\n 0\n );\n }\n\n if ((match = matchers.hex3.exec(color))) {\n return (\n parseInt(\n match[1] +\n match[1] + // r\n match[2] +\n match[2] + // g\n match[3] +\n match[3] + // b\n 'ff', // a\n 16,\n ) >>> 0\n );\n }\n\n // https://drafts.csswg.org/css-color-4/#hex-notation\n if ((match = matchers.hex8.exec(color))) {\n return parseInt(match[1], 16) >>> 0;\n }\n\n if ((match = matchers.hex4.exec(color))) {\n return (\n parseInt(\n match[1] +\n match[1] + // r\n match[2] +\n match[2] + // g\n match[3] +\n match[3] + // b\n match[4] +\n match[4], // a\n 16,\n ) >>> 0\n );\n }\n\n if ((match = matchers.hsl.exec(color))) {\n return (\n (hslToRgb(\n parse360(match[1]), // h\n parsePercentage(match[2]), // s\n parsePercentage(match[3]), // l\n ) |\n 0x000000ff) >>> // a\n 0\n );\n }\n\n if ((match = matchers.hsla.exec(color))) {\n // hsla(H S L / A) notation\n if (match[6] !== undefined) {\n return (\n (hslToRgb(\n parse360(match[6]), // h\n parsePercentage(match[7]), // s\n parsePercentage(match[8]), // l\n ) |\n parse1(match[9])) >>> // a\n 0\n );\n }\n\n // hsla(H, S, L, A) notation\n return (\n (hslToRgb(\n parse360(match[2]), // h\n parsePercentage(match[3]), // s\n parsePercentage(match[4]), // l\n ) |\n parse1(match[5])) >>> // a\n 0\n );\n }\n\n if ((match = matchers.hwb.exec(color))) {\n return (\n (hwbToRgb(\n parse360(match[1]), // h\n parsePercentage(match[2]), // w\n parsePercentage(match[3]), // b\n ) |\n 0x000000ff) >>> // a\n 0\n );\n }\n\n return null;\n}\n\nfunction hue2rgb(p, q, t) {\n if (t < 0) {\n t += 1;\n }\n if (t > 1) {\n t -= 1;\n }\n if (t < 1 / 6) {\n return p + (q - p) * 6 * t;\n }\n if (t < 1 / 2) {\n return q;\n }\n if (t < 2 / 3) {\n return p + (q - p) * (2 / 3 - t) * 6;\n }\n return p;\n}\n\nfunction hslToRgb(h, s, l) {\n const q = l < 0.5 ? l * (1 + s) : l + s - l * s;\n const p = 2 * l - q;\n const r = hue2rgb(p, q, h + 1 / 3);\n const g = hue2rgb(p, q, h);\n const b = hue2rgb(p, q, h - 1 / 3);\n\n return (\n (Math.round(r * 255) << 24) |\n (Math.round(g * 255) << 16) |\n (Math.round(b * 255) << 8)\n );\n}\n\nfunction hwbToRgb(h, w, b) {\n if (w + b >= 1) {\n const gray = Math.round((w * 255) / (w + b));\n\n return (gray << 24) | (gray << 16) | (gray << 8);\n }\n\n const red = hue2rgb(0, 1, h + 1 / 3) * (1 - w - b) + w;\n const green = hue2rgb(0, 1, h) * (1 - w - b) + w;\n const blue = hue2rgb(0, 1, h - 1 / 3) * (1 - w - b) + w;\n\n return (\n (Math.round(red * 255) << 24) |\n (Math.round(green * 255) << 16) |\n (Math.round(blue * 255) << 8)\n );\n}\n\nconst NUMBER = '[-+]?\\\\d*\\\\.?\\\\d+';\nconst PERCENTAGE = NUMBER + '%';\n\nfunction call(...args) {\n return '\\\\(\\\\s*(' + args.join(')\\\\s*,?\\\\s*(') + ')\\\\s*\\\\)';\n}\n\nfunction callWithSlashSeparator(...args) {\n return (\n '\\\\(\\\\s*(' +\n args.slice(0, args.length - 1).join(')\\\\s*,?\\\\s*(') +\n ')\\\\s*/\\\\s*(' +\n args[args.length - 1] +\n ')\\\\s*\\\\)'\n );\n}\n\nfunction commaSeparatedCall(...args) {\n return '\\\\(\\\\s*(' + args.join(')\\\\s*,\\\\s*(') + ')\\\\s*\\\\)';\n}\n\nlet cachedMatchers;\n\nfunction getMatchers() {\n if (cachedMatchers === undefined) {\n cachedMatchers = {\n rgb: new RegExp('rgb' + call(NUMBER, NUMBER, NUMBER)),\n rgba: new RegExp(\n 'rgba(' +\n commaSeparatedCall(NUMBER, NUMBER, NUMBER, NUMBER) +\n '|' +\n callWithSlashSeparator(NUMBER, NUMBER, NUMBER, NUMBER) +\n ')',\n ),\n hsl: new RegExp('hsl' + call(NUMBER, PERCENTAGE, PERCENTAGE)),\n hsla: new RegExp(\n 'hsla(' +\n commaSeparatedCall(NUMBER, PERCENTAGE, PERCENTAGE, NUMBER) +\n '|' +\n callWithSlashSeparator(NUMBER, PERCENTAGE, PERCENTAGE, NUMBER) +\n ')',\n ),\n hwb: new RegExp('hwb' + call(NUMBER, PERCENTAGE, PERCENTAGE)),\n hex3: /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex4: /^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex6: /^#([0-9a-fA-F]{6})$/,\n hex8: /^#([0-9a-fA-F]{8})$/,\n };\n }\n return cachedMatchers;\n}\n\nfunction parse255(str) {\n const int = parseInt(str, 10);\n if (int < 0) {\n return 0;\n }\n if (int > 255) {\n return 255;\n }\n return int;\n}\n\nfunction parse360(str) {\n const int = parseFloat(str);\n return (((int % 360) + 360) % 360) / 360;\n}\n\nfunction parse1(str) {\n const num = parseFloat(str);\n if (num < 0) {\n return 0;\n }\n if (num > 1) {\n return 255;\n }\n return Math.round(num * 255);\n}\n\nfunction parsePercentage(str) {\n // parseFloat conveniently ignores the final %\n const int = parseFloat(str);\n if (int < 0) {\n return 0;\n }\n if (int > 100) {\n return 1;\n }\n return int / 100;\n}\n\nfunction normalizeKeyword(name) {\n // prettier-ignore\n switch (name) {\n case 'transparent': return 0x00000000;\n // http://www.w3.org/TR/css3-color/#svg-color\n case 'aliceblue': return 0xf0f8ffff;\n case 'antiquewhite': return 0xfaebd7ff;\n case 'aqua': return 0x00ffffff;\n case 'aquamarine': return 0x7fffd4ff;\n case 'azure': return 0xf0ffffff;\n case 'beige': return 0xf5f5dcff;\n case 'bisque': return 0xffe4c4ff;\n case 'black': return 0x000000ff;\n case 'blanchedalmond': return 0xffebcdff;\n case 'blue': return 0x0000ffff;\n case 'blueviolet': return 0x8a2be2ff;\n case 'brown': return 0xa52a2aff;\n case 'burlywood': return 0xdeb887ff;\n case 'burntsienna': return 0xea7e5dff;\n case 'cadetblue': return 0x5f9ea0ff;\n case 'chartreuse': return 0x7fff00ff;\n case 'chocolate': return 0xd2691eff;\n case 'coral': return 0xff7f50ff;\n case 'cornflowerblue': return 0x6495edff;\n case 'cornsilk': return 0xfff8dcff;\n case 'crimson': return 0xdc143cff;\n case 'cyan': return 0x00ffffff;\n case 'darkblue': return 0x00008bff;\n case 'darkcyan': return 0x008b8bff;\n case 'darkgoldenrod': return 0xb8860bff;\n case 'darkgray': return 0xa9a9a9ff;\n case 'darkgreen': return 0x006400ff;\n case 'darkgrey': return 0xa9a9a9ff;\n case 'darkkhaki': return 0xbdb76bff;\n case 'darkmagenta': return 0x8b008bff;\n case 'darkolivegreen': return 0x556b2fff;\n case 'darkorange': return 0xff8c00ff;\n case 'darkorchid': return 0x9932ccff;\n case 'darkred': return 0x8b0000ff;\n case 'darksalmon': return 0xe9967aff;\n case 'darkseagreen': return 0x8fbc8fff;\n case 'darkslateblue': return 0x483d8bff;\n case 'darkslategray': return 0x2f4f4fff;\n case 'darkslategrey': return 0x2f4f4fff;\n case 'darkturquoise': return 0x00ced1ff;\n case 'darkviolet': return 0x9400d3ff;\n case 'deeppink': return 0xff1493ff;\n case 'deepskyblue': return 0x00bfffff;\n case 'dimgray': return 0x696969ff;\n case 'dimgrey': return 0x696969ff;\n case 'dodgerblue': return 0x1e90ffff;\n case 'firebrick': return 0xb22222ff;\n case 'floralwhite': return 0xfffaf0ff;\n case 'forestgreen': return 0x228b22ff;\n case 'fuchsia': return 0xff00ffff;\n case 'gainsboro': return 0xdcdcdcff;\n case 'ghostwhite': return 0xf8f8ffff;\n case 'gold': return 0xffd700ff;\n case 'goldenrod': return 0xdaa520ff;\n case 'gray': return 0x808080ff;\n case 'green': return 0x008000ff;\n case 'greenyellow': return 0xadff2fff;\n case 'grey': return 0x808080ff;\n case 'honeydew': return 0xf0fff0ff;\n case 'hotpink': return 0xff69b4ff;\n case 'indianred': return 0xcd5c5cff;\n case 'indigo': return 0x4b0082ff;\n case 'ivory': return 0xfffff0ff;\n case 'khaki': return 0xf0e68cff;\n case 'lavender': return 0xe6e6faff;\n case 'lavenderblush': return 0xfff0f5ff;\n case 'lawngreen': return 0x7cfc00ff;\n case 'lemonchiffon': return 0xfffacdff;\n case 'lightblue': return 0xadd8e6ff;\n case 'lightcoral': return 0xf08080ff;\n case 'lightcyan': return 0xe0ffffff;\n case 'lightgoldenrodyellow': return 0xfafad2ff;\n case 'lightgray': return 0xd3d3d3ff;\n case 'lightgreen': return 0x90ee90ff;\n case 'lightgrey': return 0xd3d3d3ff;\n case 'lightpink': return 0xffb6c1ff;\n case 'lightsalmon': return 0xffa07aff;\n case 'lightseagreen': return 0x20b2aaff;\n case 'lightskyblue': return 0x87cefaff;\n case 'lightslategray': return 0x778899ff;\n case 'lightslategrey': return 0x778899ff;\n case 'lightsteelblue': return 0xb0c4deff;\n case 'lightyellow': return 0xffffe0ff;\n case 'lime': return 0x00ff00ff;\n case 'limegreen': return 0x32cd32ff;\n case 'linen': return 0xfaf0e6ff;\n case 'magenta': return 0xff00ffff;\n case 'maroon': return 0x800000ff;\n case 'mediumaquamarine': return 0x66cdaaff;\n case 'mediumblue': return 0x0000cdff;\n case 'mediumorchid': return 0xba55d3ff;\n case 'mediumpurple': return 0x9370dbff;\n case 'mediumseagreen': return 0x3cb371ff;\n case 'mediumslateblue': return 0x7b68eeff;\n case 'mediumspringgreen': return 0x00fa9aff;\n case 'mediumturquoise': return 0x48d1ccff;\n case 'mediumvioletred': return 0xc71585ff;\n case 'midnightblue': return 0x191970ff;\n case 'mintcream': return 0xf5fffaff;\n case 'mistyrose': return 0xffe4e1ff;\n case 'moccasin': return 0xffe4b5ff;\n case 'navajowhite': return 0xffdeadff;\n case 'navy': return 0x000080ff;\n case 'oldlace': return 0xfdf5e6ff;\n case 'olive': return 0x808000ff;\n case 'olivedrab': return 0x6b8e23ff;\n case 'orange': return 0xffa500ff;\n case 'orangered': return 0xff4500ff;\n case 'orchid': return 0xda70d6ff;\n case 'palegoldenrod': return 0xeee8aaff;\n case 'palegreen': return 0x98fb98ff;\n case 'paleturquoise': return 0xafeeeeff;\n case 'palevioletred': return 0xdb7093ff;\n case 'papayawhip': return 0xffefd5ff;\n case 'peachpuff': return 0xffdab9ff;\n case 'peru': return 0xcd853fff;\n case 'pink': return 0xffc0cbff;\n case 'plum': return 0xdda0ddff;\n case 'powderblue': return 0xb0e0e6ff;\n case 'purple': return 0x800080ff;\n case 'rebeccapurple': return 0x663399ff;\n case 'red': return 0xff0000ff;\n case 'rosybrown': return 0xbc8f8fff;\n case 'royalblue': return 0x4169e1ff;\n case 'saddlebrown': return 0x8b4513ff;\n case 'salmon': return 0xfa8072ff;\n case 'sandybrown': return 0xf4a460ff;\n case 'seagreen': return 0x2e8b57ff;\n case 'seashell': return 0xfff5eeff;\n case 'sienna': return 0xa0522dff;\n case 'silver': return 0xc0c0c0ff;\n case 'skyblue': return 0x87ceebff;\n case 'slateblue': return 0x6a5acdff;\n case 'slategray': return 0x708090ff;\n case 'slategrey': return 0x708090ff;\n case 'snow': return 0xfffafaff;\n case 'springgreen': return 0x00ff7fff;\n case 'steelblue': return 0x4682b4ff;\n case 'tan': return 0xd2b48cff;\n case 'teal': return 0x008080ff;\n case 'thistle': return 0xd8bfd8ff;\n case 'tomato': return 0xff6347ff;\n case 'turquoise': return 0x40e0d0ff;\n case 'violet': return 0xee82eeff;\n case 'wheat': return 0xf5deb3ff;\n case 'white': return 0xffffffff;\n case 'whitesmoke': return 0xf5f5f5ff;\n case 'yellow': return 0xffff00ff;\n case 'yellowgreen': return 0x9acd32ff;\n }\n return null;\n}\n\nmodule.exports = normalizeColor;\n\n\n//# sourceURL=webpack://creactive/./node_modules/react-native-web/node_modules/@react-native/normalize-colors/index.js?");
|
|
1433
|
+
|
|
1434
|
+
/***/ }),
|
|
1435
|
+
|
|
1436
|
+
/***/ "./node_modules/react/cjs/react-jsx-runtime.development.js":
|
|
1437
|
+
/*!*****************************************************************!*\
|
|
1438
|
+
!*** ./node_modules/react/cjs/react-jsx-runtime.development.js ***!
|
|
1439
|
+
\*****************************************************************/
|
|
1440
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
1441
|
+
|
|
1442
|
+
"use strict";
|
|
1443
|
+
eval("/**\n * @license React\n * react-jsx-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\n\nif (true) {\n (function() {\n'use strict';\n\nvar React = __webpack_require__(/*! react */ \"react\");\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\nfunction error(format) {\n {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n } // eslint-disable-next-line react-internal/safe-string-coercion\n\n\n var argsWithFormat = args.map(function (item) {\n return String(item);\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var displayName = outerType.displayName;\n\n if (displayName) {\n return displayName;\n }\n\n var functionName = innerType.displayName || innerType.name || '';\n return functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName;\n} // Keep in sync with react-reconciler/getComponentNameFromFiber\n\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n} // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.\n\n\nfunction getComponentNameFromType(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentNameFromType(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n var outerName = type.displayName || null;\n\n if (outerName !== null) {\n return outerName;\n }\n\n return getComponentNameFromType(type.type) || 'Memo';\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentNameFromType(init(payload));\n } catch (x) {\n return null;\n }\n }\n\n // eslint-disable-next-line no-fallthrough\n }\n }\n\n return null;\n}\n\nvar assign = Object.assign;\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: assign({}, props, {\n value: prevLog\n }),\n info: assign({}, props, {\n value: prevInfo\n }),\n warn: assign({}, props, {\n value: prevWarn\n }),\n error: assign({}, props, {\n value: prevError\n }),\n group: assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if ( !fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at '); // If our component frame is labeled \"<anonymous>\"\n // but we have a user-provided \"displayName\"\n // splice it in to make the stack more readable.\n\n\n if (fn.displayName && _frame.includes('<anonymous>')) {\n _frame = _frame.replace('<anonymous>', fn.displayName);\n }\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n // eslint-disable-next-line react-internal/prod-error-codes\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%s: type specification of %s' + ' `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nvar isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare\n\nfunction isArray(a) {\n return isArrayImpl(a);\n}\n\n/*\n * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol\n * and Temporal.* types. See https://github.com/facebook/react/pull/22064.\n *\n * The functions in this module will throw an easier-to-understand,\n * easier-to-debug exception with a clear errors message message explaining the\n * problem. (Instead of a confusing exception thrown inside the implementation\n * of the `value` object).\n */\n// $FlowFixMe only called in DEV, so void return is not possible.\nfunction typeName(value) {\n {\n // toStringTag is needed for namespaced types like Temporal.Instant\n var hasToStringTag = typeof Symbol === 'function' && Symbol.toStringTag;\n var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || 'Object';\n return type;\n }\n} // $FlowFixMe only called in DEV, so void return is not possible.\n\n\nfunction willCoercionThrow(value) {\n {\n try {\n testStringCoercion(value);\n return false;\n } catch (e) {\n return true;\n }\n }\n}\n\nfunction testStringCoercion(value) {\n // If you ended up here by following an exception call stack, here's what's\n // happened: you supplied an object or symbol value to React (as a prop, key,\n // DOM attribute, CSS property, string ref, etc.) and when React tried to\n // coerce it to a string using `'' + value`, an exception was thrown.\n //\n // The most common types that will cause this exception are `Symbol` instances\n // and Temporal objects like `Temporal.Instant`. But any object that has a\n // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this\n // exception. (Library authors do this to prevent users from using built-in\n // numeric operators like `+` or comparison operators like `>=` because custom\n // methods are needed to perform accurate arithmetic or comparison.)\n //\n // To fix the problem, coerce this object or symbol value to a string before\n // passing it to React. The most reliable way is usually `String(value)`.\n //\n // To find which value is throwing, check the browser or debugger console.\n // Before this exception was thrown, there should be `console.error` output\n // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the\n // problem and how that type was used: key, atrribute, input value prop, etc.\n // In most cases, this console output also shows the component and its\n // ancestor components where the exception happened.\n //\n // eslint-disable-next-line react-internal/safe-string-coercion\n return '' + value;\n}\nfunction checkKeyStringCoercion(value) {\n {\n if (willCoercionThrow(value)) {\n error('The provided key is an unsupported type %s.' + ' This value must be coerced to a string before before using it here.', typeName(value));\n\n return testStringCoercion(value); // throw (to help callers find troubleshooting comments)\n }\n }\n}\n\nvar ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner;\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\nvar specialPropKeyWarningShown;\nvar specialPropRefWarningShown;\nvar didWarnAboutStringRefs;\n\n{\n didWarnAboutStringRefs = {};\n}\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.key !== undefined;\n}\n\nfunction warnIfStringRefCannotBeAutoConverted(config, self) {\n {\n if (typeof config.ref === 'string' && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) {\n var componentName = getComponentNameFromType(ReactCurrentOwner.current.type);\n\n if (!didWarnAboutStringRefs[componentName]) {\n error('Component \"%s\" contains the string ref \"%s\". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://reactjs.org/link/strict-mode-string-ref', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref);\n\n didWarnAboutStringRefs[componentName] = true;\n }\n }\n }\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingKey = function () {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n\n error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);\n }\n };\n\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n }\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n {\n var warnAboutAccessingRef = function () {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n\n error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);\n }\n };\n\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n }\n}\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, instanceof check\n * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} props\n * @param {*} key\n * @param {string|object} ref\n * @param {*} owner\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @internal\n */\n\n\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which should\n // include every environment we run tests in), so the test framework\n // ignores it.\n\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n }); // self and source are DEV only properties.\n\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n }); // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n/**\n * https://github.com/reactjs/rfcs/pull/107\n * @param {*} type\n * @param {object} props\n * @param {string} key\n */\n\nfunction jsxDEV(type, config, maybeKey, source, self) {\n {\n var propName; // Reserved names are extracted\n\n var props = {};\n var key = null;\n var ref = null; // Currently, key can be spread in as a prop. This causes a potential\n // issue if key is also explicitly declared (ie. <div {...props} key=\"Hi\" />\n // or <div key=\"Hi\" {...props} /> ). We want to deprecate key spread,\n // but as an intermediary step, we will use jsxDEV for everything except\n // <div {...props} key=\"Hi\" />, because we aren't currently able to tell if\n // key is explicitly declared to be undefined or not.\n\n if (maybeKey !== undefined) {\n {\n checkKeyStringCoercion(maybeKey);\n }\n\n key = '' + maybeKey;\n }\n\n if (hasValidKey(config)) {\n {\n checkKeyStringCoercion(config.key);\n }\n\n key = '' + config.key;\n }\n\n if (hasValidRef(config)) {\n ref = config.ref;\n warnIfStringRefCannotBeAutoConverted(config, self);\n } // Remaining properties are added to a new props object\n\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n } // Resolve default props\n\n\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n }\n}\n\nvar ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner;\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement$1(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n }\n }\n}\n\nvar propTypesMisspellWarningShown;\n\n{\n propTypesMisspellWarningShown = false;\n}\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\n\n\nfunction isValidElement(object) {\n {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n }\n}\n\nfunction getDeclarationErrorAddendum() {\n {\n if (ReactCurrentOwner$1.current) {\n var name = getComponentNameFromType(ReactCurrentOwner$1.current.type);\n\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n\n return '';\n }\n}\n\nfunction getSourceInfoErrorAddendum(source) {\n {\n if (source !== undefined) {\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n\n return '';\n }\n}\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n\n\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n\n if (parentName) {\n info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n }\n }\n\n return info;\n }\n}\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\n\n\nfunction validateExplicitKey(element, parentType) {\n {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n\n element._store.validated = true;\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n\n var childOwner = '';\n\n if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) {\n // Give the component that originally created this child.\n childOwner = \" It was passed a child from \" + getComponentNameFromType(element._owner.type) + \".\";\n }\n\n setCurrentlyValidatingElement$1(element);\n\n error('Each child in a list should have a unique \"key\" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);\n\n setCurrentlyValidatingElement$1(null);\n }\n}\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\n\n\nfunction validateChildKeys(node, parentType) {\n {\n if (typeof node !== 'object') {\n return;\n }\n\n if (isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step;\n\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExplicitKey(step.value, parentType);\n }\n }\n }\n }\n }\n }\n}\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\n\n\nfunction validatePropTypes(element) {\n {\n var type = element.type;\n\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n\n var propTypes;\n\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n\n if (propTypes) {\n // Intentionally inside to avoid triggering lazy initializers:\n var name = getComponentNameFromType(type);\n checkPropTypes(propTypes, element.props, 'prop', name, element);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n var _name = getComponentNameFromType(type);\n\n error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');\n }\n\n if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');\n }\n }\n}\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\n\n\nfunction validateFragmentProps(fragment) {\n {\n var keys = Object.keys(fragment.props);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n\n if (key !== 'children' && key !== 'key') {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n\n setCurrentlyValidatingElement$1(null);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid attribute `ref` supplied to `React.Fragment`.');\n\n setCurrentlyValidatingElement$1(null);\n }\n }\n}\n\nvar didWarnAboutKeySpread = {};\nfunction jsxWithValidation(type, props, key, isStaticChildren, source, self) {\n {\n var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n\n if (!validType) {\n var info = '';\n\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendum(source);\n\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n info += getDeclarationErrorAddendum();\n }\n\n var typeString;\n\n if (type === null) {\n typeString = 'null';\n } else if (isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = \"<\" + (getComponentNameFromType(type.type) || 'Unknown') + \" />\";\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n error('React.jsx: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n\n var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n\n if (element == null) {\n return element;\n } // Skip key warning if the type isn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n\n\n if (validType) {\n var children = props.children;\n\n if (children !== undefined) {\n if (isStaticChildren) {\n if (isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n validateChildKeys(children[i], type);\n }\n\n if (Object.freeze) {\n Object.freeze(children);\n }\n } else {\n error('React.jsx: Static children should always be an array. ' + 'You are likely explicitly calling React.jsxs or React.jsxDEV. ' + 'Use the Babel transform instead.');\n }\n } else {\n validateChildKeys(children, type);\n }\n }\n }\n\n {\n if (hasOwnProperty.call(props, 'key')) {\n var componentName = getComponentNameFromType(type);\n var keys = Object.keys(props).filter(function (k) {\n return k !== 'key';\n });\n var beforeExample = keys.length > 0 ? '{key: someKey, ' + keys.join(': ..., ') + ': ...}' : '{key: someKey}';\n\n if (!didWarnAboutKeySpread[componentName + beforeExample]) {\n var afterExample = keys.length > 0 ? '{' + keys.join(': ..., ') + ': ...}' : '{}';\n\n error('A props object containing a \"key\" prop is being spread into JSX:\\n' + ' let props = %s;\\n' + ' <%s {...props} />\\n' + 'React keys must be passed directly to JSX without using spread:\\n' + ' let props = %s;\\n' + ' <%s key={someKey} {...props} />', beforeExample, componentName, afterExample, componentName);\n\n didWarnAboutKeySpread[componentName + beforeExample] = true;\n }\n }\n }\n\n if (type === REACT_FRAGMENT_TYPE) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n }\n} // These two functions exist to still get child warnings in dev\n// even with the prod transform. This means that jsxDEV is purely\n// opt-in behavior for better messages but that we won't stop\n// giving you warnings if you use production apis.\n\nfunction jsxWithValidationStatic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, true);\n }\n}\nfunction jsxWithValidationDynamic(type, props, key) {\n {\n return jsxWithValidation(type, props, key, false);\n }\n}\n\nvar jsx = jsxWithValidationDynamic ; // we may want to special case jsxs internally to take advantage of static children.\n// for now we can ship identical prod functions\n\nvar jsxs = jsxWithValidationStatic ;\n\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.jsx = jsx;\nexports.jsxs = jsxs;\n })();\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/react/cjs/react-jsx-runtime.development.js?");
|
|
1444
|
+
|
|
1445
|
+
/***/ }),
|
|
1446
|
+
|
|
1447
|
+
/***/ "./node_modules/react/jsx-runtime.js":
|
|
1448
|
+
/*!*******************************************!*\
|
|
1449
|
+
!*** ./node_modules/react/jsx-runtime.js ***!
|
|
1450
|
+
\*******************************************/
|
|
1451
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
1452
|
+
|
|
1453
|
+
"use strict";
|
|
1454
|
+
eval("\n\nif (false) {} else {\n module.exports = __webpack_require__(/*! ./cjs/react-jsx-runtime.development.js */ \"./node_modules/react/cjs/react-jsx-runtime.development.js\");\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/react/jsx-runtime.js?");
|
|
1455
|
+
|
|
1456
|
+
/***/ }),
|
|
1457
|
+
|
|
1458
|
+
/***/ "./node_modules/styleq/dist/styleq.js":
|
|
1459
|
+
/*!********************************************!*\
|
|
1460
|
+
!*** ./node_modules/styleq/dist/styleq.js ***!
|
|
1461
|
+
\********************************************/
|
|
1462
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
1463
|
+
|
|
1464
|
+
"use strict";
|
|
1465
|
+
eval("/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.styleq = void 0;\nvar cache = new WeakMap();\nvar compiledKey = '$$css';\n\nfunction createStyleq(options) {\n var disableCache;\n var disableMix;\n var transform;\n\n if (options != null) {\n disableCache = options.disableCache === true;\n disableMix = options.disableMix === true;\n transform = options.transform;\n }\n\n return function styleq() {\n // Keep track of property commits to the className\n var definedProperties = []; // The className and inline style to build up\n\n var className = '';\n var inlineStyle = null; // The current position in the cache graph\n\n var nextCache = disableCache ? null : cache; // This way of creating an array from arguments is fastest\n\n var styles = new Array(arguments.length);\n\n for (var i = 0; i < arguments.length; i++) {\n styles[i] = arguments[i];\n } // Iterate over styles from last to first\n\n\n while (styles.length > 0) {\n var possibleStyle = styles.pop(); // Skip empty items\n\n if (possibleStyle == null || possibleStyle === false) {\n continue;\n } // Push nested styles back onto the stack to be processed\n\n\n if (Array.isArray(possibleStyle)) {\n for (var _i = 0; _i < possibleStyle.length; _i++) {\n styles.push(possibleStyle[_i]);\n }\n\n continue;\n } // Process an individual style object\n\n\n var style = transform != null ? transform(possibleStyle) : possibleStyle;\n\n if (style.$$css) {\n // Build up the class names defined by this object\n var classNameChunk = ''; // Check the cache to see if we've already done this work\n\n if (nextCache != null && nextCache.has(style)) {\n // Cache: read\n var cacheEntry = nextCache.get(style);\n\n if (cacheEntry != null) {\n classNameChunk = cacheEntry[0]; // $FlowIgnore\n\n definedProperties.push.apply(definedProperties, cacheEntry[1]);\n nextCache = cacheEntry[2];\n }\n } // Update the chunks with data from this object\n else {\n // The properties defined by this object\n var definedPropertiesChunk = [];\n\n for (var prop in style) {\n var value = style[prop];\n if (prop === compiledKey) continue; // Each property value is used as an HTML class name\n // { 'debug.string': 'debug.string', opacity: 's-jskmnoqp' }\n\n if (typeof value === 'string' || value === null) {\n // Only add to chunks if this property hasn't already been seen\n if (!definedProperties.includes(prop)) {\n definedProperties.push(prop);\n\n if (nextCache != null) {\n definedPropertiesChunk.push(prop);\n }\n\n if (typeof value === 'string') {\n classNameChunk += classNameChunk ? ' ' + value : value;\n }\n }\n } // If we encounter a value that isn't a string or `null`\n else {\n console.error(\"styleq: \".concat(prop, \" typeof \").concat(String(value), \" is not \\\"string\\\" or \\\"null\\\".\"));\n }\n } // Cache: write\n\n\n if (nextCache != null) {\n // Create the next WeakMap for this sequence of styles\n var weakMap = new WeakMap();\n nextCache.set(style, [classNameChunk, definedPropertiesChunk, weakMap]);\n nextCache = weakMap;\n }\n } // Order of classes in chunks matches property-iteration order of style\n // object. Order of chunks matches passed order of styles from first to\n // last (which we iterate over in reverse).\n\n\n if (classNameChunk) {\n className = className ? classNameChunk + ' ' + className : classNameChunk;\n }\n } // ----- DYNAMIC: Process inline style object -----\n else {\n if (disableMix) {\n if (inlineStyle == null) {\n inlineStyle = {};\n }\n\n inlineStyle = Object.assign({}, style, inlineStyle);\n } else {\n var subStyle = null;\n\n for (var _prop in style) {\n var _value = style[_prop];\n\n if (_value !== undefined) {\n if (!definedProperties.includes(_prop)) {\n if (_value != null) {\n if (inlineStyle == null) {\n inlineStyle = {};\n }\n\n if (subStyle == null) {\n subStyle = {};\n }\n\n subStyle[_prop] = _value;\n }\n\n definedProperties.push(_prop); // Cache is unnecessary overhead if results can't be reused.\n\n nextCache = null;\n }\n }\n }\n\n if (subStyle != null) {\n inlineStyle = Object.assign(subStyle, inlineStyle);\n }\n }\n }\n }\n\n var styleProps = [className, inlineStyle];\n return styleProps;\n };\n}\n\nvar styleq = createStyleq();\nexports.styleq = styleq;\nstyleq.factory = createStyleq;\n\n//# sourceURL=webpack://creactive/./node_modules/styleq/dist/styleq.js?");
|
|
1466
|
+
|
|
1467
|
+
/***/ }),
|
|
1468
|
+
|
|
1469
|
+
/***/ "./node_modules/styleq/dist/transform-localize-style.js":
|
|
1470
|
+
/*!**************************************************************!*\
|
|
1471
|
+
!*** ./node_modules/styleq/dist/transform-localize-style.js ***!
|
|
1472
|
+
\**************************************************************/
|
|
1473
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
1474
|
+
|
|
1475
|
+
"use strict";
|
|
1476
|
+
eval("/**\n * Copyright (c) Nicolas Gallagher\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\nObject.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.localizeStyle = localizeStyle;\nvar cache = new WeakMap();\nvar markerProp = '$$css$localize';\n/**\n * The compiler polyfills logical properties and values, generating a class\n * name for both writing directions. The style objects are annotated by\n * the compiler as needing this runtime transform. The results are memoized.\n *\n * { '$$css$localize': true, float: [ 'float-left', 'float-right' ] }\n * => { float: 'float-left' }\n */\n\nfunction compileStyle(style, isRTL) {\n // Create a new compiled style for styleq\n var compiledStyle = {};\n\n for (var prop in style) {\n if (prop !== markerProp) {\n var value = style[prop];\n\n if (Array.isArray(value)) {\n compiledStyle[prop] = isRTL ? value[1] : value[0];\n } else {\n compiledStyle[prop] = value;\n }\n }\n }\n\n return compiledStyle;\n}\n\nfunction localizeStyle(style, isRTL) {\n if (style[markerProp] != null) {\n var compiledStyleIndex = isRTL ? 1 : 0; // Check the cache in case we've already seen this object\n\n if (cache.has(style)) {\n var _cachedStyles = cache.get(style);\n\n var _compiledStyle = _cachedStyles[compiledStyleIndex];\n\n if (_compiledStyle == null) {\n // Update the missing cache entry\n _compiledStyle = compileStyle(style, isRTL);\n _cachedStyles[compiledStyleIndex] = _compiledStyle;\n cache.set(style, _cachedStyles);\n }\n\n return _compiledStyle;\n } // Create a new compiled style for styleq\n\n\n var compiledStyle = compileStyle(style, isRTL);\n var cachedStyles = new Array(2);\n cachedStyles[compiledStyleIndex] = compiledStyle;\n cache.set(style, cachedStyles);\n return compiledStyle;\n }\n\n return style;\n}\n\n//# sourceURL=webpack://creactive/./node_modules/styleq/dist/transform-localize-style.js?");
|
|
1477
|
+
|
|
1478
|
+
/***/ }),
|
|
1479
|
+
|
|
1480
|
+
/***/ "react":
|
|
1481
|
+
/*!************************!*\
|
|
1482
|
+
!*** external "react" ***!
|
|
1483
|
+
\************************/
|
|
1484
|
+
/***/ ((module) => {
|
|
1485
|
+
|
|
1486
|
+
"use strict";
|
|
1487
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE_react__;
|
|
1488
|
+
|
|
1489
|
+
/***/ }),
|
|
1490
|
+
|
|
1491
|
+
/***/ "react-dom":
|
|
1492
|
+
/*!****************************!*\
|
|
1493
|
+
!*** external "react-dom" ***!
|
|
1494
|
+
\****************************/
|
|
1495
|
+
/***/ ((module) => {
|
|
1496
|
+
|
|
1497
|
+
"use strict";
|
|
1498
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE_react_dom__;
|
|
1499
|
+
|
|
1500
|
+
/***/ }),
|
|
1501
|
+
|
|
1502
|
+
/***/ "./node_modules/@babel/runtime/helpers/esm/defineProperty.js":
|
|
1503
|
+
/*!*******************************************************************!*\
|
|
1504
|
+
!*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
|
1505
|
+
\*******************************************************************/
|
|
1506
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1507
|
+
|
|
1508
|
+
"use strict";
|
|
1509
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ _defineProperty)\n/* harmony export */ });\n/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ \"./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js\");\n\nfunction _defineProperty(e, r, t) {\n return (r = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(r)) in e ? Object.defineProperty(e, r, {\n value: t,\n enumerable: !0,\n configurable: !0,\n writable: !0\n }) : e[r] = t, e;\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/@babel/runtime/helpers/esm/defineProperty.js?");
|
|
1510
|
+
|
|
1511
|
+
/***/ }),
|
|
1512
|
+
|
|
1513
|
+
/***/ "./node_modules/@babel/runtime/helpers/esm/extends.js":
|
|
1514
|
+
/*!************************************************************!*\
|
|
1515
|
+
!*** ./node_modules/@babel/runtime/helpers/esm/extends.js ***!
|
|
1516
|
+
\************************************************************/
|
|
1517
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1518
|
+
|
|
1519
|
+
"use strict";
|
|
1520
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ _extends)\n/* harmony export */ });\nfunction _extends() {\n return _extends = Object.assign ? Object.assign.bind() : function (n) {\n for (var e = 1; e < arguments.length; e++) {\n var t = arguments[e];\n for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);\n }\n return n;\n }, _extends.apply(null, arguments);\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/@babel/runtime/helpers/esm/extends.js?");
|
|
1521
|
+
|
|
1522
|
+
/***/ }),
|
|
1523
|
+
|
|
1524
|
+
/***/ "./node_modules/@babel/runtime/helpers/esm/objectSpread2.js":
|
|
1525
|
+
/*!******************************************************************!*\
|
|
1526
|
+
!*** ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js ***!
|
|
1527
|
+
\******************************************************************/
|
|
1528
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1529
|
+
|
|
1530
|
+
"use strict";
|
|
1531
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ _objectSpread2)\n/* harmony export */ });\n/* harmony import */ var _defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./defineProperty.js */ \"./node_modules/@babel/runtime/helpers/esm/defineProperty.js\");\n\nfunction ownKeys(e, r) {\n var t = Object.keys(e);\n if (Object.getOwnPropertySymbols) {\n var o = Object.getOwnPropertySymbols(e);\n r && (o = o.filter(function (r) {\n return Object.getOwnPropertyDescriptor(e, r).enumerable;\n })), t.push.apply(t, o);\n }\n return t;\n}\nfunction _objectSpread2(e) {\n for (var r = 1; r < arguments.length; r++) {\n var t = null != arguments[r] ? arguments[r] : {};\n r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {\n (0,_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(e, r, t[r]);\n }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {\n Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));\n });\n }\n return e;\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/@babel/runtime/helpers/esm/objectSpread2.js?");
|
|
1532
|
+
|
|
1533
|
+
/***/ }),
|
|
1534
|
+
|
|
1535
|
+
/***/ "./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js":
|
|
1536
|
+
/*!*********************************************************************************!*\
|
|
1537
|
+
!*** ./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js ***!
|
|
1538
|
+
\*********************************************************************************/
|
|
1539
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1540
|
+
|
|
1541
|
+
"use strict";
|
|
1542
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ _objectWithoutPropertiesLoose)\n/* harmony export */ });\nfunction _objectWithoutPropertiesLoose(r, e) {\n if (null == r) return {};\n var t = {};\n for (var n in r) if ({}.hasOwnProperty.call(r, n)) {\n if (e.includes(n)) continue;\n t[n] = r[n];\n }\n return t;\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js?");
|
|
1543
|
+
|
|
1544
|
+
/***/ }),
|
|
1545
|
+
|
|
1546
|
+
/***/ "./node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
|
|
1547
|
+
/*!****************************************************************!*\
|
|
1548
|
+
!*** ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
|
|
1549
|
+
\****************************************************************/
|
|
1550
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1551
|
+
|
|
1552
|
+
"use strict";
|
|
1553
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ toPrimitive)\n/* harmony export */ });\n/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ \"./node_modules/@babel/runtime/helpers/esm/typeof.js\");\n\nfunction toPrimitive(t, r) {\n if (\"object\" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/@babel/runtime/helpers/esm/toPrimitive.js?");
|
|
1554
|
+
|
|
1555
|
+
/***/ }),
|
|
1556
|
+
|
|
1557
|
+
/***/ "./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
|
|
1558
|
+
/*!******************************************************************!*\
|
|
1559
|
+
!*** ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
|
|
1560
|
+
\******************************************************************/
|
|
1561
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1562
|
+
|
|
1563
|
+
"use strict";
|
|
1564
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ toPropertyKey)\n/* harmony export */ });\n/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ \"./node_modules/@babel/runtime/helpers/esm/typeof.js\");\n/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ \"./node_modules/@babel/runtime/helpers/esm/toPrimitive.js\");\n\n\nfunction toPropertyKey(t) {\n var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__[\"default\"])(t, \"string\");\n return \"symbol\" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__[\"default\"])(i) ? i : i + \"\";\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js?");
|
|
1565
|
+
|
|
1566
|
+
/***/ }),
|
|
1567
|
+
|
|
1568
|
+
/***/ "./node_modules/@babel/runtime/helpers/esm/typeof.js":
|
|
1569
|
+
/*!***********************************************************!*\
|
|
1570
|
+
!*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***!
|
|
1571
|
+
\***********************************************************/
|
|
1572
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
1573
|
+
|
|
1574
|
+
"use strict";
|
|
1575
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (/* binding */ _typeof)\n/* harmony export */ });\nfunction _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\n\n\n//# sourceURL=webpack://creactive/./node_modules/@babel/runtime/helpers/esm/typeof.js?");
|
|
1576
|
+
|
|
1577
|
+
/***/ })
|
|
1578
|
+
|
|
1579
|
+
/******/ });
|
|
1580
|
+
/************************************************************************/
|
|
1581
|
+
/******/ // The module cache
|
|
1582
|
+
/******/ var __webpack_module_cache__ = {};
|
|
1583
|
+
/******/
|
|
1584
|
+
/******/ // The require function
|
|
1585
|
+
/******/ function __webpack_require__(moduleId) {
|
|
1586
|
+
/******/ // Check if module is in cache
|
|
1587
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
1588
|
+
/******/ if (cachedModule !== undefined) {
|
|
1589
|
+
/******/ return cachedModule.exports;
|
|
1590
|
+
/******/ }
|
|
1591
|
+
/******/ // Create a new module (and put it into the cache)
|
|
1592
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
1593
|
+
/******/ // no module.id needed
|
|
1594
|
+
/******/ // no module.loaded needed
|
|
1595
|
+
/******/ exports: {}
|
|
1596
|
+
/******/ };
|
|
1597
|
+
/******/
|
|
1598
|
+
/******/ // Execute the module function
|
|
1599
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
1600
|
+
/******/
|
|
1601
|
+
/******/ // Return the exports of the module
|
|
1602
|
+
/******/ return module.exports;
|
|
1603
|
+
/******/ }
|
|
1604
|
+
/******/
|
|
1605
|
+
/************************************************************************/
|
|
1606
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
1607
|
+
/******/ (() => {
|
|
1608
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
1609
|
+
/******/ __webpack_require__.n = (module) => {
|
|
1610
|
+
/******/ var getter = module && module.__esModule ?
|
|
1611
|
+
/******/ () => (module['default']) :
|
|
1612
|
+
/******/ () => (module);
|
|
1613
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
1614
|
+
/******/ return getter;
|
|
1615
|
+
/******/ };
|
|
1616
|
+
/******/ })();
|
|
1617
|
+
/******/
|
|
1618
|
+
/******/ /* webpack/runtime/define property getters */
|
|
1619
|
+
/******/ (() => {
|
|
1620
|
+
/******/ // define getter functions for harmony exports
|
|
1621
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
1622
|
+
/******/ for(var key in definition) {
|
|
1623
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
1624
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
1625
|
+
/******/ }
|
|
1626
|
+
/******/ }
|
|
1627
|
+
/******/ };
|
|
1628
|
+
/******/ })();
|
|
1629
|
+
/******/
|
|
1630
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
1631
|
+
/******/ (() => {
|
|
1632
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
1633
|
+
/******/ })();
|
|
1634
|
+
/******/
|
|
1635
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
1636
|
+
/******/ (() => {
|
|
1637
|
+
/******/ // define __esModule on exports
|
|
1638
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
1639
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
1640
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
1641
|
+
/******/ }
|
|
1642
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
1643
|
+
/******/ };
|
|
1644
|
+
/******/ })();
|
|
1645
|
+
/******/
|
|
1646
|
+
/************************************************************************/
|
|
1647
|
+
/******/
|
|
1648
|
+
/******/ // startup
|
|
1649
|
+
/******/ // Load entry module and return exports
|
|
1650
|
+
/******/ // This entry module can't be inlined because the eval devtool is used.
|
|
1651
|
+
/******/ var __webpack_exports__ = __webpack_require__("./source/index.ts");
|
|
1652
|
+
/******/
|
|
1653
|
+
/******/ return __webpack_exports__;
|
|
1654
|
+
/******/ })()
|
|
1655
|
+
;
|
|
1656
|
+
});
|