PromoCursed/node_modules/.cache/babel-loader/038b827e1da3281f006ac30fe7eb150354cdd5b6629c2d30f1272027ed26cd6b.json
2024-08-20 23:25:37 +04:00

1 line
8.8 KiB
JSON

{"ast":null,"code":"import { unit } from '@ant-design/cssinjs';\nimport { prepareComponentToken, prepareToken } from '.';\nimport { genSubStyleComponent } from '../../theme/internal';\nconst genBorderedStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}${componentCls}-bordered${componentCls}-disabled:not(${componentCls}-mini)`]: {\n '&, &:hover': {\n [`${componentCls}-item-link`]: {\n borderColor: token.colorBorder\n }\n },\n '&:focus-visible': {\n [`${componentCls}-item-link`]: {\n borderColor: token.colorBorder\n }\n },\n [`${componentCls}-item, ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n [`&:hover:not(${componentCls}-item-active)`]: {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n a: {\n color: token.colorTextDisabled\n }\n },\n [`&${componentCls}-item-active`]: {\n backgroundColor: token.itemActiveBgDisabled\n }\n },\n [`${componentCls}-prev, ${componentCls}-next`]: {\n '&:hover button': {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n color: token.colorTextDisabled\n },\n [`${componentCls}-item-link`]: {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder\n }\n }\n },\n [`${componentCls}${componentCls}-bordered:not(${componentCls}-mini)`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n '&:hover button': {\n borderColor: token.colorPrimaryHover,\n backgroundColor: token.itemBg\n },\n [`${componentCls}-item-link`]: {\n backgroundColor: token.itemLinkBg,\n borderColor: token.colorBorder\n },\n [`&:hover ${componentCls}-item-link`]: {\n borderColor: token.colorPrimary,\n backgroundColor: token.itemBg,\n color: token.colorPrimary\n },\n [`&${componentCls}-disabled`]: {\n [`${componentCls}-item-link`]: {\n borderColor: token.colorBorder,\n color: token.colorTextDisabled\n }\n }\n },\n [`${componentCls}-item`]: {\n backgroundColor: token.itemBg,\n border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorBorder}`,\n [`&:hover:not(${componentCls}-item-active)`]: {\n borderColor: token.colorPrimary,\n backgroundColor: token.itemBg,\n a: {\n color: token.colorPrimary\n }\n },\n '&-active': {\n borderColor: token.colorPrimary\n }\n }\n }\n };\n};\nexport default genSubStyleComponent(['Pagination', 'bordered'], token => {\n const paginationToken = prepareToken(token);\n return [genBorderedStyle(paginationToken)];\n}, prepareComponentToken);","map":{"version":3,"names":["unit","prepareComponentToken","prepareToken","genSubStyleComponent","genBorderedStyle","token","componentCls","borderColor","colorBorder","backgroundColor","colorBgContainerDisabled","a","color","colorTextDisabled","itemActiveBgDisabled","colorPrimaryHover","itemBg","itemLinkBg","colorPrimary","border","lineWidth","lineType","paginationToken"],"sources":["C:/Users/Аришина)/source/repos/PromoCursed/node_modules/antd/es/pagination/style/bordered.js"],"sourcesContent":["import { unit } from '@ant-design/cssinjs';\nimport { prepareComponentToken, prepareToken } from '.';\nimport { genSubStyleComponent } from '../../theme/internal';\nconst genBorderedStyle = token => {\n const {\n componentCls\n } = token;\n return {\n [`${componentCls}${componentCls}-bordered${componentCls}-disabled:not(${componentCls}-mini)`]: {\n '&, &:hover': {\n [`${componentCls}-item-link`]: {\n borderColor: token.colorBorder\n }\n },\n '&:focus-visible': {\n [`${componentCls}-item-link`]: {\n borderColor: token.colorBorder\n }\n },\n [`${componentCls}-item, ${componentCls}-item-link`]: {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n [`&:hover:not(${componentCls}-item-active)`]: {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n a: {\n color: token.colorTextDisabled\n }\n },\n [`&${componentCls}-item-active`]: {\n backgroundColor: token.itemActiveBgDisabled\n }\n },\n [`${componentCls}-prev, ${componentCls}-next`]: {\n '&:hover button': {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder,\n color: token.colorTextDisabled\n },\n [`${componentCls}-item-link`]: {\n backgroundColor: token.colorBgContainerDisabled,\n borderColor: token.colorBorder\n }\n }\n },\n [`${componentCls}${componentCls}-bordered:not(${componentCls}-mini)`]: {\n [`${componentCls}-prev, ${componentCls}-next`]: {\n '&:hover button': {\n borderColor: token.colorPrimaryHover,\n backgroundColor: token.itemBg\n },\n [`${componentCls}-item-link`]: {\n backgroundColor: token.itemLinkBg,\n borderColor: token.colorBorder\n },\n [`&:hover ${componentCls}-item-link`]: {\n borderColor: token.colorPrimary,\n backgroundColor: token.itemBg,\n color: token.colorPrimary\n },\n [`&${componentCls}-disabled`]: {\n [`${componentCls}-item-link`]: {\n borderColor: token.colorBorder,\n color: token.colorTextDisabled\n }\n }\n },\n [`${componentCls}-item`]: {\n backgroundColor: token.itemBg,\n border: `${unit(token.lineWidth)} ${token.lineType} ${token.colorBorder}`,\n [`&:hover:not(${componentCls}-item-active)`]: {\n borderColor: token.colorPrimary,\n backgroundColor: token.itemBg,\n a: {\n color: token.colorPrimary\n }\n },\n '&-active': {\n borderColor: token.colorPrimary\n }\n }\n }\n };\n};\nexport default genSubStyleComponent(['Pagination', 'bordered'], token => {\n const paginationToken = prepareToken(token);\n return [genBorderedStyle(paginationToken)];\n}, prepareComponentToken);"],"mappings":"AAAA,SAASA,IAAI,QAAQ,qBAAqB;AAC1C,SAASC,qBAAqB,EAAEC,YAAY,QAAQ,GAAG;AACvD,SAASC,oBAAoB,QAAQ,sBAAsB;AAC3D,MAAMC,gBAAgB,GAAGC,KAAK,IAAI;EAChC,MAAM;IACJC;EACF,CAAC,GAAGD,KAAK;EACT,OAAO;IACL,CAAC,GAAGC,YAAY,GAAGA,YAAY,YAAYA,YAAY,iBAAiBA,YAAY,QAAQ,GAAG;MAC7F,YAAY,EAAE;QACZ,CAAC,GAAGA,YAAY,YAAY,GAAG;UAC7BC,WAAW,EAAEF,KAAK,CAACG;QACrB;MACF,CAAC;MACD,iBAAiB,EAAE;QACjB,CAAC,GAAGF,YAAY,YAAY,GAAG;UAC7BC,WAAW,EAAEF,KAAK,CAACG;QACrB;MACF,CAAC;MACD,CAAC,GAAGF,YAAY,UAAUA,YAAY,YAAY,GAAG;QACnDG,eAAe,EAAEJ,KAAK,CAACK,wBAAwB;QAC/CH,WAAW,EAAEF,KAAK,CAACG,WAAW;QAC9B,CAAC,eAAeF,YAAY,eAAe,GAAG;UAC5CG,eAAe,EAAEJ,KAAK,CAACK,wBAAwB;UAC/CH,WAAW,EAAEF,KAAK,CAACG,WAAW;UAC9BG,CAAC,EAAE;YACDC,KAAK,EAAEP,KAAK,CAACQ;UACf;QACF,CAAC;QACD,CAAC,IAAIP,YAAY,cAAc,GAAG;UAChCG,eAAe,EAAEJ,KAAK,CAACS;QACzB;MACF,CAAC;MACD,CAAC,GAAGR,YAAY,UAAUA,YAAY,OAAO,GAAG;QAC9C,gBAAgB,EAAE;UAChBG,eAAe,EAAEJ,KAAK,CAACK,wBAAwB;UAC/CH,WAAW,EAAEF,KAAK,CAACG,WAAW;UAC9BI,KAAK,EAAEP,KAAK,CAACQ;QACf,CAAC;QACD,CAAC,GAAGP,YAAY,YAAY,GAAG;UAC7BG,eAAe,EAAEJ,KAAK,CAACK,wBAAwB;UAC/CH,WAAW,EAAEF,KAAK,CAACG;QACrB;MACF;IACF,CAAC;IACD,CAAC,GAAGF,YAAY,GAAGA,YAAY,iBAAiBA,YAAY,QAAQ,GAAG;MACrE,CAAC,GAAGA,YAAY,UAAUA,YAAY,OAAO,GAAG;QAC9C,gBAAgB,EAAE;UAChBC,WAAW,EAAEF,KAAK,CAACU,iBAAiB;UACpCN,eAAe,EAAEJ,KAAK,CAACW;QACzB,CAAC;QACD,CAAC,GAAGV,YAAY,YAAY,GAAG;UAC7BG,eAAe,EAAEJ,KAAK,CAACY,UAAU;UACjCV,WAAW,EAAEF,KAAK,CAACG;QACrB,CAAC;QACD,CAAC,WAAWF,YAAY,YAAY,GAAG;UACrCC,WAAW,EAAEF,KAAK,CAACa,YAAY;UAC/BT,eAAe,EAAEJ,KAAK,CAACW,MAAM;UAC7BJ,KAAK,EAAEP,KAAK,CAACa;QACf,CAAC;QACD,CAAC,IAAIZ,YAAY,WAAW,GAAG;UAC7B,CAAC,GAAGA,YAAY,YAAY,GAAG;YAC7BC,WAAW,EAAEF,KAAK,CAACG,WAAW;YAC9BI,KAAK,EAAEP,KAAK,CAACQ;UACf;QACF;MACF,CAAC;MACD,CAAC,GAAGP,YAAY,OAAO,GAAG;QACxBG,eAAe,EAAEJ,KAAK,CAACW,MAAM;QAC7BG,MAAM,EAAE,GAAGnB,IAAI,CAACK,KAAK,CAACe,SAAS,CAAC,IAAIf,KAAK,CAACgB,QAAQ,IAAIhB,KAAK,CAACG,WAAW,EAAE;QACzE,CAAC,eAAeF,YAAY,eAAe,GAAG;UAC5CC,WAAW,EAAEF,KAAK,CAACa,YAAY;UAC/BT,eAAe,EAAEJ,KAAK,CAACW,MAAM;UAC7BL,CAAC,EAAE;YACDC,KAAK,EAAEP,KAAK,CAACa;UACf;QACF,CAAC;QACD,UAAU,EAAE;UACVX,WAAW,EAAEF,KAAK,CAACa;QACrB;MACF;IACF;EACF,CAAC;AACH,CAAC;AACD,eAAef,oBAAoB,CAAC,CAAC,YAAY,EAAE,UAAU,CAAC,EAAEE,KAAK,IAAI;EACvE,MAAMiB,eAAe,GAAGpB,YAAY,CAACG,KAAK,CAAC;EAC3C,OAAO,CAACD,gBAAgB,CAACkB,eAAe,CAAC,CAAC;AAC5C,CAAC,EAAErB,qBAAqB,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}