gatsby-matrix-theme 53.9.13 → 53.9.15
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/CHANGELOG.md +14 -0
- package/package.json +2 -2
- package/src/components/atoms/cards/operators-table/index.js +3 -3
- package/storybook/public/537.128d69b3.iframe.bundle.js +1 -0
- package/storybook/public/iframe.html +1 -1
- package/storybook/public/project.json +1 -1
- package/storybook/public/{runtime~main.cc469d60.iframe.bundle.js → runtime~main.8d91d980.iframe.bundle.js} +1 -1
- package/storybook/public/537.0a21c102.iframe.bundle.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [53.9.15](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.14...v53.9.15) (2026-02-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update core version ([4cb4085](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/4cb408508269de410b8c76773254146cf9a20197))
|
|
7
|
+
|
|
8
|
+
## [53.9.14](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.13...v53.9.14) (2026-02-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add a validation ([98bf9cf](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/commit/98bf9cfefd51417ccae6100a19b54c3ff0dbe7dc))
|
|
14
|
+
|
|
1
15
|
## [53.9.13](https://gitlab.com/g2m-gentoo/team-floyd/themes/matrix-theme/compare/v53.9.12...v53.9.13) (2026-02-05)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gatsby-matrix-theme",
|
|
3
|
-
"version": "53.9.
|
|
3
|
+
"version": "53.9.15",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Matrix Theme NPM Package",
|
|
6
6
|
"author": "",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@react-icons/all-files": "^4.1.0",
|
|
27
27
|
"gatsby": "^5.11.0",
|
|
28
|
-
"gatsby-core-theme": "44.13.
|
|
28
|
+
"gatsby-core-theme": "44.13.3",
|
|
29
29
|
"gatsby-plugin-sharp": "^5.11.0",
|
|
30
30
|
"gatsby-transformer-sharp": "^5.11.0",
|
|
31
31
|
"gatsby-plugin-sitemap": "^6.13.1",
|
|
@@ -44,11 +44,11 @@ const CasinosTable = ({ module, page, modulePosition }) => {
|
|
|
44
44
|
<tr>
|
|
45
45
|
<td>
|
|
46
46
|
<Link
|
|
47
|
-
to={item
|
|
48
|
-
title={item
|
|
47
|
+
to={item?.path || item?.relation?.path}
|
|
48
|
+
title={item?.title}
|
|
49
49
|
className={`${styles?.casinoLogo || ''} table-operator-card-gtm`}
|
|
50
50
|
>
|
|
51
|
-
{item
|
|
51
|
+
{item?.relation?.operator_name || item?.relation?.name}
|
|
52
52
|
</Link>
|
|
53
53
|
</td>
|
|
54
54
|
<td>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunkgatsby_matrix_theme=self.webpackChunkgatsby_matrix_theme||[]).push([[537],{"./src/components/atoms/cards/operators-table/index.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:()=>operators_table});var react=__webpack_require__("../node_modules/react/index.js"),prop_types=__webpack_require__("./node_modules/prop-types/index.js"),prop_types_default=__webpack_require__.n(prop_types),getters=__webpack_require__("../node_modules/gatsby-core-theme/src/helpers/getters.mjs"),hooks_link=__webpack_require__("../node_modules/gatsby-core-theme/src/hooks/link/index.js"),useTranslate=__webpack_require__("../node_modules/gatsby-core-theme/src/hooks/useTranslate/useTranslate.js"),pretty_link=__webpack_require__("../node_modules/gatsby-core-theme/src/components/atoms/pretty-link/index.js"),tracking_api=__webpack_require__("../node_modules/gatsby-core-theme/src/constants/tracking-api.js"),injectStylesIntoStyleTag=__webpack_require__("../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),injectStylesIntoStyleTag_default=__webpack_require__.n(injectStylesIntoStyleTag),table_module=__webpack_require__("../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!./src/components/atoms/cards/operators-table/table.module.scss"),options={insert:"head",singleton:!1};injectStylesIntoStyleTag_default()(table_module.A,options);const operators_table_table_module=table_module.A.locals||{};function _slicedToArray(r,e){return function _arrayWithHoles(r){if(Array.isArray(r))return r}(r)||function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(o)throw n}}return a}}(r,e)||function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}(r,e)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}var CasinosTable=function(_ref){var module=_ref.module,page=_ref.page,modulePosition=_ref.modulePosition,items=(module||{}).items;return react.createElement("div",{className:(null==operators_table_table_module?void 0:operators_table_table_module.container)||""},react.createElement("table",null,react.createElement("thead",null,react.createElement("tr",null,react.createElement("th",null,`${(0,useTranslate.A)("online_casino","Online casino")}`),react.createElement("th",null,`${(0,useTranslate.A)("welcome_bonus","Welcome bonus")}`),react.createElement("th",null,`${(0,useTranslate.A)("visit_online_casino","Visit online casino")}`))),react.createElement("tbody",null,items&&items.map((function(item){var _item$relation,_item$relation2,_item$relation3,_item$relation4;return react.createElement("tr",null,react.createElement("td",null,react.createElement(hooks_link.A,{to:(null==item?void 0:item.path)||(null==item||null===(_item$relation=item.relation)||void 0===_item$relation?void 0:_item$relation.path),title:null==item?void 0:item.title,className:`${(null==operators_table_table_module?void 0:operators_table_table_module.casinoLogo)||""} table-operator-card-gtm`},(null==item||null===(_item$relation2=item.relation)||void 0===_item$relation2?void 0:_item$relation2.operator_name)||(null==item||null===(_item$relation3=item.relation)||void 0===_item$relation3?void 0:_item$relation3.name))),react.createElement("td",null,(0,getters.sc)("main",null==item?void 0:item.relation)&&function(_ref3){var one_liner=_ref3.one_liner;if(one_liner){var _one_liner$split2=_slicedToArray(one_liner.split("+"),2),firstLine=_one_liner$split2[0],secondLine=_one_liner$split2[1];return react.createElement(react.Fragment,null,react.createElement("span",{className:(null==operators_table_table_module?void 0:operators_table_table_module.firstLine)||""},firstLine,react.createElement("br",null)),secondLine&&react.createElement("span",{className:(null==operators_table_table_module?void 0:operators_table_table_module.secondLine)||""},`+${secondLine}`))}return react.createElement(react.Fragment,null)}((0,getters.sc)("main",null==item?void 0:item.relation))),react.createElement("td",{style:{textAlign:"left"}},react.createElement(pretty_link.A,{operator:item.relation,pageTemplate:null==page?void 0:page.template,moduleName:null===tracking_api.E||void 0===tracking_api.E?void 0:tracking_api.E.OPERATORSTABLE,tracker:"main",clickedElement:"operator_table_cta",className:"table-operator-card-gtm btn-cta",modulePosition},`${(0,useTranslate.A)("visit_table","Visit")} ${null==item||null===(_item$relation4=item.relation)||void 0===_item$relation4?void 0:_item$relation4.name}`)))})))))};CasinosTable.displayName="CasinosTable",CasinosTable.__docgenInfo={description:"",methods:[],displayName:"CasinosTable",props:{module:{description:"",type:{name:"shape",value:{items:{name:"arrayOf",value:{name:"shape",value:{}},required:!1}}},required:!0},page:{description:"",type:{name:"shape",value:{template:{name:"string",required:!1}}},required:!1},modulePosition:{description:"",type:{name:"number"},required:!1}}};const operators_table=CasinosTable;CasinosTable.propTypes={module:prop_types_default().shape({items:prop_types_default().arrayOf(prop_types_default().shape({}))}).isRequired,page:prop_types_default().shape({template:prop_types_default().string}),modulePosition:prop_types_default().number},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/atoms/cards/operators-table/index.js"]={name:"CasinosTable",docgenInfo:CasinosTable.__docgenInfo,path:"src/components/atoms/cards/operators-table/index.js"})},"../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!./src/components/atoms/cards/operators-table/table.module.scss":(module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../node_modules/css-loader/dist/runtime/cssWithMappingToString.js"),_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table{width:100%;border-collapse:inherit;box-shadow:0 2px 16px rgba(23,24,47,.0784313725)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead tr th{text-align:left;background-color:var(--table-head-background);color:#fff;padding:1.2rem 0 1.2rem .8rem}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead tr th:first-child{border-top-left-radius:var(--table-border-radius)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead tr th:last-child{border-top-right-radius:var(--table-border-radius)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td{padding:1.2rem 0 1.2rem .8rem}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td a{text-decoration:underline}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td .QPG4xT7I3zRsxCWsK3xKhA\\=\\={color:red}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td:last-of-type a{padding-left:0;text-decoration:none;font-size:1.6rem;font-weight:normal}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr:nth-child(odd){background-color:var(--table-highlight)}@media only screen and (max-width:767px){.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead{display:none}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td{color:#fff;background-color:var(--table-head-background);border-radius:0}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td .QPG4xT7I3zRsxCWsK3xKhA\\=\\={color:#fff}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td:first-child{border-top-left-radius:var(--table-border-radius);border-top-right-radius:var(--table-border-radius)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td a{color:#fff;text-decoration:underline}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr td{display:block;text-align:left;border-bottom:1px solid #bfd3e5;width:100%}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:last-child td{border-radius:0}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--table-border-radius);border-bottom-left-radius:var(--table-border-radius);border-bottom:none}}","",{version:3,sources:["webpack://./src/components/atoms/cards/operators-table/table.module.scss","webpack://./../node_modules/gatsby-core-theme/src/styles/utils/_media-queries.scss"],names:[],mappings:"AAeE,oCACE,UAAA,CACA,uBAAA,CACA,gDAAA,CAGI,gDACE,eAAA,CACA,6CAAA,CACA,UAAA,CACA,6BAAA,CACA,4DACE,iDAAA,CAGF,2DACE,kDAAA,CAMN,0CACE,6BAAA,CACA,4CACE,yBAAA,CAEF,sEACE,SAAA,CAGA,yDACE,cAAA,CACA,oBAAA,CACA,gBAAA,CACA,kBAAA,CAIN,sDACE,uCAAA,CCIN,yCDCI,0CACE,YAAA,CAMI,4DACE,UAAA,CACA,6CAAA,CACA,eAAA,CACA,wFACE,UAAA,CAEF,wEACE,iDAAA,CACA,kDAAA,CAGF,8DACE,UAAA,CACA,yBAAA,CAKN,gDACE,aAAA,CACA,eAAA,CACA,+BAAA,CACA,UAAA,CAIA,2DACE,eAAA,CACA,sEACE,qDAAA,CACA,oDAAA,CACA,kBAAA,CAAA",sourcesContent:['/* stylelint-disable no-invalid-position-at-import-rule */\n@use \'sass:map\';\n\n// NOTE: General Styles\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/stack-order";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/typography";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/layout";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/media-queries";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/icons";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/tooltip";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/loader";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/mixins";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/scrollbar";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/animations";\n.container {\n table {\n width: 100%;\n border-collapse: inherit;\n box-shadow: 0 2px 16px #17182f14;\n thead {\n tr {\n th {\n text-align: left;\n background-color: var(--table-head-background);\n color: white;\n padding: 1.2rem 0 1.2rem 0.8rem;\n &:first-child {\n border-top-left-radius: var(--table-border-radius);\n }\n\n &:last-child {\n border-top-right-radius: var(--table-border-radius);\n }\n }\n }\n }\n tr {\n td {\n padding: 1.2rem 0 1.2rem 0.8rem;\n a {\n text-decoration: underline;\n }\n .secondLine {\n color: red;\n }\n &:last-of-type {\n a {\n padding-left: 0;\n text-decoration: none;\n font-size: 1.6rem;\n font-weight: normal;\n }\n }\n }\n &:nth-child(odd) {\n background-color: var(--table-highlight);\n }\n }\n\n @include max(mobile) {\n thead {\n display: none;\n }\n\n tbody {\n tr {\n &:first-child {\n td {\n color: white;\n background-color: var(--table-head-background);\n border-radius: 0;\n .secondLine {\n color: white;\n }\n &:first-child {\n border-top-left-radius: var(--table-border-radius);\n border-top-right-radius: var(--table-border-radius);\n }\n\n a {\n color: white;\n text-decoration: underline;\n }\n }\n }\n\n td {\n display: block;\n text-align: left;\n border-bottom: 1px solid #bfd3e5;\n width: 100%;\n }\n\n &:last-child {\n td {\n border-radius: 0;\n &:last-child {\n border-bottom-right-radius: var(--table-border-radius);\n border-bottom-left-radius: var(--table-border-radius);\n border-bottom: none;\n }\n }\n }\n }\n }\n }\n }\n}\n',"$media-query-sizes: (\n mobile-s: (\n min: 320px,\n max: 374px,\n ),\n mobile-m: (\n min: 375px,\n max: 424px,\n ),\n mobile: (\n min: 425px,\n max: 767px,\n ),\n tablet: (\n min: 768px,\n max: 991px,\n ),\n laptop: (\n min: 992px,\n max: 1199px,\n ),\n desktop: (\n min: 1200px,\n ),\n);\n\n// Get media query sizes\n$screen: 'only screen';\n@function media-query($media, $optional-media: '', $min: true) {\n $media-label: '';\n\n @if ($optional-media != '') {\n $media-sizes-min: map-get($media-query-sizes, $media);\n $media-sizes-max: map-get($media-query-sizes, $optional-media);\n $media-label: $screen +\n \" and (min-width:#{map-get($media-sizes-min, 'min')}) and (max-width:#{map-get($media-sizes-max, 'max')})\";\n } @else {\n $query: 'max';\n\n @if ($min) {\n $query: 'min';\n }\n\n $media-sizes: map-get($media-query-sizes, $media);\n $media-label: $screen + ' and (#{$query}-width:#{map-get($media-sizes, $query)})';\n }\n\n @return $media-label;\n}\n\n// Min media query\n@mixin min($media) {\n @media #{media-query($media)} {\n @content;\n }\n}\n\n// Max media query\n@mixin max($media) {\n @media #{media-query($media, '', false)} {\n @content;\n }\n}\n\n// Min & max media query\n@mixin min-max($min, $max) {\n @media #{media-query($min, $max)} {\n @content;\n }\n}\n\n// Use this ONLY if you need a media query that doesn't fit the $media-query-sizes breakpoints above\n// Pass number, for example @include custom-min(992)\n@mixin custom-min($min) {\n @media #{$screen} and (min-width: #{$min}px) {\n @content;\n }\n}\n\n@mixin custom-max($max) {\n @media #{$screen} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin custom-min-max($min, $max) {\n @media #{$screen} and (min-width: #{$min}px) and (max-width: #{$max}px) {\n @content;\n }\n}\n\n// Landscape\n// (If we find more use cases of this in the future, might want to refactor this and include it in the media-query function for $screen)\n// Pass number\n$landscape: 'screen and (orientation:landscape)';\n\n@mixin landscape-max($max) {\n @media #{$landscape} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin landscape-min($min) {\n @media #{$landscape} and (min-width: #{$min}px) {\n @content;\n }\n}\n"],sourceRoot:""}]),___CSS_LOADER_EXPORT___.locals={container:"yg+Q+Xr0qWDJaHZXeuNQ9w==",secondLine:"QPG4xT7I3zRsxCWsK3xKhA=="};const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___}}]);
|
|
@@ -361,4 +361,4 @@
|
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/header/variants/default/template-one","files":"template-one.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/header\\/variants\\/default\\/template-one\\/template-one\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/header/variants/operator/template-one-two","files":"template-one-two.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/header\\/variants\\/operator\\/template-one-two\\/template-one-two\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/footer/variants","files":"template-one.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/footer\\/variants\\/template-one\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/footer/variants","files":"template-two.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/footer\\/variants\\/template-two\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/footer/variants","files":"template-three.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/footer\\/variants\\/template-three\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/navigation","files":"navigation.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/navigation\\/navigation\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/anchor/template-one","files":"anchor.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/anchor\\/template-one\\/anchor\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/anchor/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/anchor\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/bonus/template-one","files":"bonus.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/bonus\\/template-one\\/bonus\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/bonus/template-two","files":"bonus.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/bonus\\/template-two\\/bonus\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content","files":"text.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/text\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content","files":"show-more.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/show-more\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content","files":"content.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/content\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/lists","files":"lists.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/lists\\/lists\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/frame","files":"frame.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/frame\\/frame\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/table","files":"table-one.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/table\\/table-one\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/table","files":"table-two.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/table\\/table-two\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/pagination","files":"pagination.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/pagination\\/pagination\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/carousel/template-one","files":"template-one.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/carousel\\/template-one\\/template-one\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/carousel/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/carousel\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/icon/template-one","files":"**/*.stories.@(mdx|tsx|ts|jsx|js)","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/icon\\/template-one(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(mdx|tsx|ts|jsx|js))$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image/template-one","files":"template-one.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image\\/template-one\\/template-one\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image-text/template-one","files":"template-one.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image-text\\/template-one\\/template-one\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image-text/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image-text\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image-text/template-three","files":"template-three.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image-text\\/template-three\\/template-three\\.stories)$"}];</script><script src="runtime~main.
|
|
364
|
+
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"./src","files":"**/**/**/**/**/*.stories.js","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/header/variants/default/template-one","files":"template-one.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/header\\/variants\\/default\\/template-one\\/template-one\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/header/variants/operator/template-one-two","files":"template-one-two.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/header\\/variants\\/operator\\/template-one-two\\/template-one-two\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/footer/variants","files":"template-one.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/footer\\/variants\\/template-one\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/footer/variants","files":"template-two.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/footer\\/variants\\/template-two\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/footer/variants","files":"template-three.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/footer\\/variants\\/template-three\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/navigation","files":"navigation.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/navigation\\/navigation\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/anchor/template-one","files":"anchor.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/anchor\\/template-one\\/anchor\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/anchor/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/anchor\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/bonus/template-one","files":"bonus.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/bonus\\/template-one\\/bonus\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/bonus/template-two","files":"bonus.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/bonus\\/template-two\\/bonus\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content","files":"text.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/text\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content","files":"show-more.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/show-more\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content","files":"content.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/content\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/lists","files":"lists.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/lists\\/lists\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/frame","files":"frame.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/frame\\/frame\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/table","files":"table-one.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/table\\/table-one\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/content/table","files":"table-two.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/content\\/table\\/table-two\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/pagination","files":"pagination.stories.js","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/pagination\\/pagination\\.stories\\.js)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/carousel/template-one","files":"template-one.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/carousel\\/template-one\\/template-one\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/organisms/carousel/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/organisms\\/carousel\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/icon/template-one","files":"**/*.stories.@(mdx|tsx|ts|jsx|js)","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/icon\\/template-one(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(mdx|tsx|ts|jsx|js))$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image/template-one","files":"template-one.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image\\/template-one\\/template-one\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image-text/template-one","files":"template-one.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image-text\\/template-one\\/template-one\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image-text/template-two","files":"template-two.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image-text\\/template-two\\/template-two\\.stories)$"},{"titlePrefix":"","directory":"../node_modules/gatsby-core-theme/src/components/molecules/spotlights_v2/image-text/template-three","files":"template-three.stories","importPathMatcher":"^(?:\\.\\.\\/node_modules\\/gatsby-core-theme\\/src\\/components\\/molecules\\/spotlights_v2\\/image-text\\/template-three\\/template-three\\.stories)$"}];</script><script src="runtime~main.8d91d980.iframe.bundle.js"></script><script src="384.b244e2db.iframe.bundle.js"></script><script src="main.0bd387a6.iframe.bundle.js"></script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1770295798754,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"Gatsby","packageName":"gatsby","version":"5.13.6"},"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.19"},"storybookVersion":"6.5.16","language":"javascript","storybookPackages":{"@storybook/addon-actions":{"version":"6.5.16"},"@storybook/builder-webpack5":{"version":"6.5.16"},"@storybook/manager-webpack5":{"version":"6.5.16"},"@storybook/react":{"version":"6.5.16"}},"framework":{"name":"react"},"addons":{"@storybook/addon-links":{"version":"6.5.16"},"@storybook/addon-essentials":{"version":"6.5.16"}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var deferred,leafPrototypes,getProto,inProgress,__webpack_modules__={},__webpack_module_cache__={};function __webpack_require__(moduleId){var cachedModule=__webpack_module_cache__[moduleId];if(void 0!==cachedModule)return cachedModule.exports;var module=__webpack_module_cache__[moduleId]={id:moduleId,loaded:!1,exports:{}};return __webpack_modules__[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.loaded=!0,module.exports}__webpack_require__.m=__webpack_modules__,deferred=[],__webpack_require__.O=(result,chunkIds,fn,priority)=>{if(!chunkIds){var notFulfilled=1/0;for(i=0;i<deferred.length;i++){chunkIds=deferred[i][0],fn=deferred[i][1],priority=deferred[i][2];for(var fulfilled=!0,j=0;j<chunkIds.length;j++)(!1&priority||notFulfilled>=priority)&&Object.keys(__webpack_require__.O).every((key=>__webpack_require__.O[key](chunkIds[j])))?chunkIds.splice(j--,1):(fulfilled=!1,priority<notFulfilled&&(notFulfilled=priority));if(fulfilled){deferred.splice(i--,1);var r=fn();void 0!==r&&(result=r)}}return result}priority=priority||0;for(var i=deferred.length;i>0&&deferred[i-1][2]>priority;i--)deferred[i]=deferred[i-1];deferred[i]=[chunkIds,fn,priority]},__webpack_require__.n=module=>{var getter=module&&module.__esModule?()=>module.default:()=>module;return __webpack_require__.d(getter,{a:getter}),getter},getProto=Object.getPrototypeOf?obj=>Object.getPrototypeOf(obj):obj=>obj.__proto__,__webpack_require__.t=function(value,mode){if(1&mode&&(value=this(value)),8&mode)return value;if("object"==typeof value&&value){if(4&mode&&value.__esModule)return value;if(16&mode&&"function"==typeof value.then)return value}var ns=Object.create(null);__webpack_require__.r(ns);var def={};leafPrototypes=leafPrototypes||[null,getProto({}),getProto([]),getProto(getProto)];for(var current=2&mode&&value;"object"==typeof current&&!~leafPrototypes.indexOf(current);current=getProto(current))Object.getOwnPropertyNames(current).forEach((key=>def[key]=()=>value[key]));return def.default=()=>value,__webpack_require__.d(ns,def),ns},__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.f={},__webpack_require__.e=chunkId=>Promise.all(Object.keys(__webpack_require__.f).reduce(((promises,key)=>(__webpack_require__.f[key](chunkId,promises),promises)),[])),__webpack_require__.u=chunkId=>chunkId+"."+{36:"6d7d7dac",61:"24d29b3a",127:"34bdd590",177:"ac764a45",179:"cf86fb79",232:"e2508c7f",240:"f9a869fb",242:"150ae3e2",333:"4e379536",395:"c1efbb64",409:"2220e9bb",421:"bcd59807",449:"b926d2e5",472:"5c5f9f3f",477:"0df7d903",504:"6c39549e",533:"b83e23f9",537:"
|
|
1
|
+
(()=>{"use strict";var deferred,leafPrototypes,getProto,inProgress,__webpack_modules__={},__webpack_module_cache__={};function __webpack_require__(moduleId){var cachedModule=__webpack_module_cache__[moduleId];if(void 0!==cachedModule)return cachedModule.exports;var module=__webpack_module_cache__[moduleId]={id:moduleId,loaded:!1,exports:{}};return __webpack_modules__[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.loaded=!0,module.exports}__webpack_require__.m=__webpack_modules__,deferred=[],__webpack_require__.O=(result,chunkIds,fn,priority)=>{if(!chunkIds){var notFulfilled=1/0;for(i=0;i<deferred.length;i++){chunkIds=deferred[i][0],fn=deferred[i][1],priority=deferred[i][2];for(var fulfilled=!0,j=0;j<chunkIds.length;j++)(!1&priority||notFulfilled>=priority)&&Object.keys(__webpack_require__.O).every((key=>__webpack_require__.O[key](chunkIds[j])))?chunkIds.splice(j--,1):(fulfilled=!1,priority<notFulfilled&&(notFulfilled=priority));if(fulfilled){deferred.splice(i--,1);var r=fn();void 0!==r&&(result=r)}}return result}priority=priority||0;for(var i=deferred.length;i>0&&deferred[i-1][2]>priority;i--)deferred[i]=deferred[i-1];deferred[i]=[chunkIds,fn,priority]},__webpack_require__.n=module=>{var getter=module&&module.__esModule?()=>module.default:()=>module;return __webpack_require__.d(getter,{a:getter}),getter},getProto=Object.getPrototypeOf?obj=>Object.getPrototypeOf(obj):obj=>obj.__proto__,__webpack_require__.t=function(value,mode){if(1&mode&&(value=this(value)),8&mode)return value;if("object"==typeof value&&value){if(4&mode&&value.__esModule)return value;if(16&mode&&"function"==typeof value.then)return value}var ns=Object.create(null);__webpack_require__.r(ns);var def={};leafPrototypes=leafPrototypes||[null,getProto({}),getProto([]),getProto(getProto)];for(var current=2&mode&&value;"object"==typeof current&&!~leafPrototypes.indexOf(current);current=getProto(current))Object.getOwnPropertyNames(current).forEach((key=>def[key]=()=>value[key]));return def.default=()=>value,__webpack_require__.d(ns,def),ns},__webpack_require__.d=(exports,definition)=>{for(var key in definition)__webpack_require__.o(definition,key)&&!__webpack_require__.o(exports,key)&&Object.defineProperty(exports,key,{enumerable:!0,get:definition[key]})},__webpack_require__.f={},__webpack_require__.e=chunkId=>Promise.all(Object.keys(__webpack_require__.f).reduce(((promises,key)=>(__webpack_require__.f[key](chunkId,promises),promises)),[])),__webpack_require__.u=chunkId=>chunkId+"."+{36:"6d7d7dac",61:"24d29b3a",127:"34bdd590",177:"ac764a45",179:"cf86fb79",232:"e2508c7f",240:"f9a869fb",242:"150ae3e2",333:"4e379536",395:"c1efbb64",409:"2220e9bb",421:"bcd59807",449:"b926d2e5",472:"5c5f9f3f",477:"0df7d903",504:"6c39549e",533:"b83e23f9",537:"128d69b3",563:"e1e66d81",582:"966b7510",591:"98ac2dd9",604:"1ff7045f",620:"006a92ae",631:"8d388e4d",638:"f09af860",650:"4189a741",672:"3058d279",679:"0c649d92",693:"f7522784",733:"7566cbec",776:"71c64a44",777:"13ebb172",780:"3a6a2927",786:"149e758a",794:"7bc8e2ea",796:"8a8f559c",854:"9fc784ba",941:"1ca576a2",942:"7a3b5e99",943:"3f7c32be",964:"3d4c1350",995:"e10040ca"}[chunkId]+".iframe.bundle.js",__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.hmd=module=>((module=Object.create(module)).children||(module.children=[]),Object.defineProperty(module,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+module.id)}}),module),__webpack_require__.o=(obj,prop)=>Object.prototype.hasOwnProperty.call(obj,prop),inProgress={},__webpack_require__.l=(url,done,key,chunkId)=>{if(inProgress[url])inProgress[url].push(done);else{var script,needAttach;if(void 0!==key)for(var scripts=document.getElementsByTagName("script"),i=0;i<scripts.length;i++){var s=scripts[i];if(s.getAttribute("src")==url||s.getAttribute("data-webpack")=="gatsby-matrix-theme:"+key){script=s;break}}script||(needAttach=!0,(script=document.createElement("script")).charset="utf-8",script.timeout=120,__webpack_require__.nc&&script.setAttribute("nonce",__webpack_require__.nc),script.setAttribute("data-webpack","gatsby-matrix-theme:"+key),script.src=url),inProgress[url]=[done];var onScriptComplete=(prev,event)=>{script.onerror=script.onload=null,clearTimeout(timeout);var doneFns=inProgress[url];if(delete inProgress[url],script.parentNode&&script.parentNode.removeChild(script),doneFns&&doneFns.forEach((fn=>fn(event))),prev)return prev(event)},timeout=setTimeout(onScriptComplete.bind(null,void 0,{type:"timeout",target:script}),12e4);script.onerror=onScriptComplete.bind(null,script.onerror),script.onload=onScriptComplete.bind(null,script.onload),needAttach&&document.head.appendChild(script)}},__webpack_require__.r=exports=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(exports,"__esModule",{value:!0})},__webpack_require__.nmd=module=>(module.paths=[],module.children||(module.children=[]),module),__webpack_require__.p="",(()=>{var installedChunks={354:0};__webpack_require__.f.j=(chunkId,promises)=>{var installedChunkData=__webpack_require__.o(installedChunks,chunkId)?installedChunks[chunkId]:void 0;if(0!==installedChunkData)if(installedChunkData)promises.push(installedChunkData[2]);else if(354!=chunkId){var promise=new Promise(((resolve,reject)=>installedChunkData=installedChunks[chunkId]=[resolve,reject]));promises.push(installedChunkData[2]=promise);var url=__webpack_require__.p+__webpack_require__.u(chunkId),error=new Error;__webpack_require__.l(url,(event=>{if(__webpack_require__.o(installedChunks,chunkId)&&(0!==(installedChunkData=installedChunks[chunkId])&&(installedChunks[chunkId]=void 0),installedChunkData)){var errorType=event&&("load"===event.type?"missing":event.type),realSrc=event&&event.target&&event.target.src;error.message="Loading chunk "+chunkId+" failed.\n("+errorType+": "+realSrc+")",error.name="ChunkLoadError",error.type=errorType,error.request=realSrc,installedChunkData[1](error)}}),"chunk-"+chunkId,chunkId)}else installedChunks[chunkId]=0},__webpack_require__.O.j=chunkId=>0===installedChunks[chunkId];var webpackJsonpCallback=(parentChunkLoadingFunction,data)=>{var moduleId,chunkId,chunkIds=data[0],moreModules=data[1],runtime=data[2],i=0;if(chunkIds.some((id=>0!==installedChunks[id]))){for(moduleId in moreModules)__webpack_require__.o(moreModules,moduleId)&&(__webpack_require__.m[moduleId]=moreModules[moduleId]);if(runtime)var result=runtime(__webpack_require__)}for(parentChunkLoadingFunction&&parentChunkLoadingFunction(data);i<chunkIds.length;i++)chunkId=chunkIds[i],__webpack_require__.o(installedChunks,chunkId)&&installedChunks[chunkId]&&installedChunks[chunkId][0](),installedChunks[chunkId]=0;return __webpack_require__.O(result)},chunkLoadingGlobal=self.webpackChunkgatsby_matrix_theme=self.webpackChunkgatsby_matrix_theme||[];chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null,0)),chunkLoadingGlobal.push=webpackJsonpCallback.bind(null,chunkLoadingGlobal.push.bind(chunkLoadingGlobal))})(),__webpack_require__.nc=void 0})();
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunkgatsby_matrix_theme=self.webpackChunkgatsby_matrix_theme||[]).push([[537],{"./src/components/atoms/cards/operators-table/index.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:()=>operators_table});var react=__webpack_require__("../node_modules/react/index.js"),prop_types=__webpack_require__("./node_modules/prop-types/index.js"),prop_types_default=__webpack_require__.n(prop_types),getters=__webpack_require__("../node_modules/gatsby-core-theme/src/helpers/getters.mjs"),hooks_link=__webpack_require__("../node_modules/gatsby-core-theme/src/hooks/link/index.js"),useTranslate=__webpack_require__("../node_modules/gatsby-core-theme/src/hooks/useTranslate/useTranslate.js"),pretty_link=__webpack_require__("../node_modules/gatsby-core-theme/src/components/atoms/pretty-link/index.js"),tracking_api=__webpack_require__("../node_modules/gatsby-core-theme/src/constants/tracking-api.js"),injectStylesIntoStyleTag=__webpack_require__("../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),injectStylesIntoStyleTag_default=__webpack_require__.n(injectStylesIntoStyleTag),table_module=__webpack_require__("../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!./src/components/atoms/cards/operators-table/table.module.scss"),options={insert:"head",singleton:!1};injectStylesIntoStyleTag_default()(table_module.A,options);const operators_table_table_module=table_module.A.locals||{};function _slicedToArray(r,e){return function _arrayWithHoles(r){if(Array.isArray(r))return r}(r)||function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(o)throw n}}return a}}(r,e)||function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}(r,e)||function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}var CasinosTable=function(_ref){var module=_ref.module,page=_ref.page,modulePosition=_ref.modulePosition,items=(module||{}).items;return react.createElement("div",{className:(null==operators_table_table_module?void 0:operators_table_table_module.container)||""},react.createElement("table",null,react.createElement("thead",null,react.createElement("tr",null,react.createElement("th",null,`${(0,useTranslate.A)("online_casino","Online casino")}`),react.createElement("th",null,`${(0,useTranslate.A)("welcome_bonus","Welcome bonus")}`),react.createElement("th",null,`${(0,useTranslate.A)("visit_online_casino","Visit online casino")}`))),react.createElement("tbody",null,items&&items.map((function(item){var _item$relation,_item$relation2;return react.createElement("tr",null,react.createElement("td",null,react.createElement(hooks_link.A,{to:item.path||item.relation.path,title:item.title,className:`${(null==operators_table_table_module?void 0:operators_table_table_module.casinoLogo)||""} table-operator-card-gtm`},(null===(_item$relation=item.relation)||void 0===_item$relation?void 0:_item$relation.operator_name)||item.relation.name)),react.createElement("td",null,(0,getters.sc)("main",null==item?void 0:item.relation)&&function(_ref3){var one_liner=_ref3.one_liner;if(one_liner){var _one_liner$split2=_slicedToArray(one_liner.split("+"),2),firstLine=_one_liner$split2[0],secondLine=_one_liner$split2[1];return react.createElement(react.Fragment,null,react.createElement("span",{className:(null==operators_table_table_module?void 0:operators_table_table_module.firstLine)||""},firstLine,react.createElement("br",null)),secondLine&&react.createElement("span",{className:(null==operators_table_table_module?void 0:operators_table_table_module.secondLine)||""},`+${secondLine}`))}return react.createElement(react.Fragment,null)}((0,getters.sc)("main",null==item?void 0:item.relation))),react.createElement("td",{style:{textAlign:"left"}},react.createElement(pretty_link.A,{operator:item.relation,pageTemplate:null==page?void 0:page.template,moduleName:null===tracking_api.E||void 0===tracking_api.E?void 0:tracking_api.E.OPERATORSTABLE,tracker:"main",clickedElement:"operator_table_cta",className:"table-operator-card-gtm btn-cta",modulePosition},`${(0,useTranslate.A)("visit_table","Visit")} ${null==item||null===(_item$relation2=item.relation)||void 0===_item$relation2?void 0:_item$relation2.name}`)))})))))};CasinosTable.displayName="CasinosTable",CasinosTable.__docgenInfo={description:"",methods:[],displayName:"CasinosTable",props:{module:{description:"",type:{name:"shape",value:{items:{name:"arrayOf",value:{name:"shape",value:{}},required:!1}}},required:!0},page:{description:"",type:{name:"shape",value:{template:{name:"string",required:!1}}},required:!1},modulePosition:{description:"",type:{name:"number"},required:!1}}};const operators_table=CasinosTable;CasinosTable.propTypes={module:prop_types_default().shape({items:prop_types_default().arrayOf(prop_types_default().shape({}))}).isRequired,page:prop_types_default().shape({template:prop_types_default().string}),modulePosition:prop_types_default().number},"undefined"!=typeof STORYBOOK_REACT_CLASSES&&(STORYBOOK_REACT_CLASSES["src/components/atoms/cards/operators-table/index.js"]={name:"CasinosTable",docgenInfo:CasinosTable.__docgenInfo,path:"src/components/atoms/cards/operators-table/index.js"})},"../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[10].use[1]!../node_modules/sass-loader/dist/cjs.js!../node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[10].use[3]!./src/components/atoms/cards/operators-table/table.module.scss":(module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{A:()=>__WEBPACK_DEFAULT_EXPORT__});var _node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../node_modules/css-loader/dist/runtime/cssWithMappingToString.js"),_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0__),_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../node_modules/css-loader/dist/runtime/api.js"),___CSS_LOADER_EXPORT___=__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__)()(_node_modules_css_loader_dist_runtime_cssWithMappingToString_js__WEBPACK_IMPORTED_MODULE_0___default());___CSS_LOADER_EXPORT___.push([module.id,".yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table{width:100%;border-collapse:inherit;box-shadow:0 2px 16px rgba(23,24,47,.0784313725)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead tr th{text-align:left;background-color:var(--table-head-background);color:#fff;padding:1.2rem 0 1.2rem .8rem}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead tr th:first-child{border-top-left-radius:var(--table-border-radius)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead tr th:last-child{border-top-right-radius:var(--table-border-radius)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td{padding:1.2rem 0 1.2rem .8rem}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td a{text-decoration:underline}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td .QPG4xT7I3zRsxCWsK3xKhA\\=\\={color:red}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr td:last-of-type a{padding-left:0;text-decoration:none;font-size:1.6rem;font-weight:normal}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tr:nth-child(odd){background-color:var(--table-highlight)}@media only screen and (max-width:767px){.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table thead{display:none}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td{color:#fff;background-color:var(--table-head-background);border-radius:0}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td .QPG4xT7I3zRsxCWsK3xKhA\\=\\={color:#fff}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td:first-child{border-top-left-radius:var(--table-border-radius);border-top-right-radius:var(--table-border-radius)}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:first-child td a{color:#fff;text-decoration:underline}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr td{display:block;text-align:left;border-bottom:1px solid #bfd3e5;width:100%}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:last-child td{border-radius:0}.yg\\+Q\\+Xr0qWDJaHZXeuNQ9w\\=\\= table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--table-border-radius);border-bottom-left-radius:var(--table-border-radius);border-bottom:none}}","",{version:3,sources:["webpack://./src/components/atoms/cards/operators-table/table.module.scss","webpack://./../node_modules/gatsby-core-theme/src/styles/utils/_media-queries.scss"],names:[],mappings:"AAeE,oCACE,UAAA,CACA,uBAAA,CACA,gDAAA,CAGI,gDACE,eAAA,CACA,6CAAA,CACA,UAAA,CACA,6BAAA,CACA,4DACE,iDAAA,CAGF,2DACE,kDAAA,CAMN,0CACE,6BAAA,CACA,4CACE,yBAAA,CAEF,sEACE,SAAA,CAGA,yDACE,cAAA,CACA,oBAAA,CACA,gBAAA,CACA,kBAAA,CAIN,sDACE,uCAAA,CCIN,yCDCI,0CACE,YAAA,CAMI,4DACE,UAAA,CACA,6CAAA,CACA,eAAA,CACA,wFACE,UAAA,CAEF,wEACE,iDAAA,CACA,kDAAA,CAGF,8DACE,UAAA,CACA,yBAAA,CAKN,gDACE,aAAA,CACA,eAAA,CACA,+BAAA,CACA,UAAA,CAIA,2DACE,eAAA,CACA,sEACE,qDAAA,CACA,oDAAA,CACA,kBAAA,CAAA",sourcesContent:['/* stylelint-disable no-invalid-position-at-import-rule */\n@use \'sass:map\';\n\n// NOTE: General Styles\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/stack-order";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/typography";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/variables/layout";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/media-queries";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/icons";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/tooltip";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/loader";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/mixins";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/scrollbar";\n@import "../../../../../../node_modules/gatsby-core-theme/src/styles/utils/animations";\n.container {\n table {\n width: 100%;\n border-collapse: inherit;\n box-shadow: 0 2px 16px #17182f14;\n thead {\n tr {\n th {\n text-align: left;\n background-color: var(--table-head-background);\n color: white;\n padding: 1.2rem 0 1.2rem 0.8rem;\n &:first-child {\n border-top-left-radius: var(--table-border-radius);\n }\n\n &:last-child {\n border-top-right-radius: var(--table-border-radius);\n }\n }\n }\n }\n tr {\n td {\n padding: 1.2rem 0 1.2rem 0.8rem;\n a {\n text-decoration: underline;\n }\n .secondLine {\n color: red;\n }\n &:last-of-type {\n a {\n padding-left: 0;\n text-decoration: none;\n font-size: 1.6rem;\n font-weight: normal;\n }\n }\n }\n &:nth-child(odd) {\n background-color: var(--table-highlight);\n }\n }\n\n @include max(mobile) {\n thead {\n display: none;\n }\n\n tbody {\n tr {\n &:first-child {\n td {\n color: white;\n background-color: var(--table-head-background);\n border-radius: 0;\n .secondLine {\n color: white;\n }\n &:first-child {\n border-top-left-radius: var(--table-border-radius);\n border-top-right-radius: var(--table-border-radius);\n }\n\n a {\n color: white;\n text-decoration: underline;\n }\n }\n }\n\n td {\n display: block;\n text-align: left;\n border-bottom: 1px solid #bfd3e5;\n width: 100%;\n }\n\n &:last-child {\n td {\n border-radius: 0;\n &:last-child {\n border-bottom-right-radius: var(--table-border-radius);\n border-bottom-left-radius: var(--table-border-radius);\n border-bottom: none;\n }\n }\n }\n }\n }\n }\n }\n}\n',"$media-query-sizes: (\n mobile-s: (\n min: 320px,\n max: 374px,\n ),\n mobile-m: (\n min: 375px,\n max: 424px,\n ),\n mobile: (\n min: 425px,\n max: 767px,\n ),\n tablet: (\n min: 768px,\n max: 991px,\n ),\n laptop: (\n min: 992px,\n max: 1199px,\n ),\n desktop: (\n min: 1200px,\n ),\n);\n\n// Get media query sizes\n$screen: 'only screen';\n@function media-query($media, $optional-media: '', $min: true) {\n $media-label: '';\n\n @if ($optional-media != '') {\n $media-sizes-min: map-get($media-query-sizes, $media);\n $media-sizes-max: map-get($media-query-sizes, $optional-media);\n $media-label: $screen +\n \" and (min-width:#{map-get($media-sizes-min, 'min')}) and (max-width:#{map-get($media-sizes-max, 'max')})\";\n } @else {\n $query: 'max';\n\n @if ($min) {\n $query: 'min';\n }\n\n $media-sizes: map-get($media-query-sizes, $media);\n $media-label: $screen + ' and (#{$query}-width:#{map-get($media-sizes, $query)})';\n }\n\n @return $media-label;\n}\n\n// Min media query\n@mixin min($media) {\n @media #{media-query($media)} {\n @content;\n }\n}\n\n// Max media query\n@mixin max($media) {\n @media #{media-query($media, '', false)} {\n @content;\n }\n}\n\n// Min & max media query\n@mixin min-max($min, $max) {\n @media #{media-query($min, $max)} {\n @content;\n }\n}\n\n// Use this ONLY if you need a media query that doesn't fit the $media-query-sizes breakpoints above\n// Pass number, for example @include custom-min(992)\n@mixin custom-min($min) {\n @media #{$screen} and (min-width: #{$min}px) {\n @content;\n }\n}\n\n@mixin custom-max($max) {\n @media #{$screen} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin custom-min-max($min, $max) {\n @media #{$screen} and (min-width: #{$min}px) and (max-width: #{$max}px) {\n @content;\n }\n}\n\n// Landscape\n// (If we find more use cases of this in the future, might want to refactor this and include it in the media-query function for $screen)\n// Pass number\n$landscape: 'screen and (orientation:landscape)';\n\n@mixin landscape-max($max) {\n @media #{$landscape} and (max-width: #{$max}px) {\n @content;\n }\n}\n\n@mixin landscape-min($min) {\n @media #{$landscape} and (min-width: #{$min}px) {\n @content;\n }\n}\n"],sourceRoot:""}]),___CSS_LOADER_EXPORT___.locals={container:"yg+Q+Xr0qWDJaHZXeuNQ9w==",secondLine:"QPG4xT7I3zRsxCWsK3xKhA=="};const __WEBPACK_DEFAULT_EXPORT__=___CSS_LOADER_EXPORT___}}]);
|