acinguiux-ds-react-framework 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/build/cjs/libs/i18next/resources.js +1 -1
  2. package/build/cjs/providers/theme/AcinguiuxThemeProvider.js +1 -1
  3. package/build/cjs/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
  4. package/build/cjs/providers/theme/FabricsThemeProvider.js +1 -1
  5. package/build/cjs/providers/theme/FabricsThemeProvider.js.map +1 -1
  6. package/build/cjs/react-base/src/components/FormField/FormField.styles.js +1 -1
  7. package/build/cjs/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  8. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +1 -1
  9. package/build/cjs/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  10. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js +1 -1
  11. package/build/cjs/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  12. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +3 -3
  13. package/build/cjs/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  14. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js +1 -1
  15. package/build/cjs/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  16. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js +1 -1
  17. package/build/cjs/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  18. package/build/esm/libs/i18next/resources.js +6 -6
  19. package/build/esm/providers/theme/AcinguiuxThemeProvider.js +6 -5
  20. package/build/esm/providers/theme/AcinguiuxThemeProvider.js.map +1 -1
  21. package/build/esm/providers/theme/FabricsThemeProvider.js +5 -4
  22. package/build/esm/providers/theme/FabricsThemeProvider.js.map +1 -1
  23. package/build/esm/react-base/src/components/FormField/FormField.styles.js +4 -5
  24. package/build/esm/react-base/src/components/FormField/FormField.styles.js.map +1 -1
  25. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js +26 -27
  26. package/build/esm/react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.js.map +1 -1
  27. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js +4 -5
  28. package/build/esm/react-base/src/components/Pagination/Paginations.utils.js.map +1 -1
  29. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js +11 -12
  30. package/build/esm/react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.js.map +1 -1
  31. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js +12 -14
  32. package/build/esm/react-base/src/components/Text/components/Display/Display.utils.js.map +1 -1
  33. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js +12 -14
  34. package/build/esm/react-base/src/components/Text/components/Heading/Heading.utils.js.map +1 -1
  35. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./consts.js"),t=require("../../react-base/src/components/Pagination/locales/en_GB.js"),d=require("../../react-base/src/components/Pagination/locales/de.js"),o=(e,s,n)=>{e?.isInitialized&&e.addResourceBundle(s,r.ACINGUIUX_NS,n,!0,!1)},u=e=>{o(e,"en",{pagination:t}),o(e,"de",{pagination:d})};exports.addComponentsResources=u;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("../../react-base/src/components/Pagination/locales/en_GB.js"),t=require("../../react-base/src/components/Pagination/locales/de.js"),d=require("./consts.js"),o=(e,s,n)=>{e?.isInitialized&&e.addResourceBundle(s,d.ACINGUIUX_NS,n,!0,!1)},u=e=>{o(e,"en",{pagination:r}),o(e,"de",{pagination:t})};exports.addComponentsResources=u;
2
2
  //# sourceMappingURL=resources.js.map
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),c=require("../../react-base/src/theme/theme.js"),r=require("acinguiux-ds-fabrics"),h=require("../../react-base/src/providers/BaseProvider.js"),t=require("styled-components"),u=require("../translations/I18nextProvider.js"),d=require("../../styles/GlobalStyles.js"),a={light:r.LightMode,dark:r.DarkMode,rechargeLight:r.RechargeLightMode,rechargeDark:r.RechargeDarkMode},l=({theme:i="light",children:s,i18n:o})=>{const n=a[i];return e.jsx(h.BaseProvider,{useTheme:t.useTheme,children:e.jsx(u.I18nextProvider,{i18n:o,children:e.jsxs(t.ThemeProvider,{theme:c.generateTheme(n),children:[e.jsx(d.GlobalStyles,{}),s]})})})};exports.AcinguiuxThemeProvider=l;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime");require("../../react-base/src/theme/types/layer.js");const u=require("../../react-base/src/theme/theme.js"),r=require("acinguiux-ds-fabrics"),c=require("../../react-base/src/providers/BaseProvider.js"),t=require("styled-components"),h=require("../translations/I18nextProvider.js"),d=require("../../styles/GlobalStyles.js"),a={light:r.LightMode,dark:r.DarkMode,rechargeLight:r.RechargeLightMode,rechargeDark:r.RechargeDarkMode},l=({theme:i="light",children:s,i18n:o})=>{const n=a[i];return e.jsx(c.BaseProvider,{useTheme:t.useTheme,children:e.jsx(h.I18nextProvider,{i18n:o,children:e.jsxs(t.ThemeProvider,{theme:u.generateTheme(n),children:[e.jsx(d.GlobalStyles,{}),s]})})})};exports.AcinguiuxThemeProvider=l;
2
2
  //# sourceMappingURL=AcinguiuxThemeProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AcinguiuxThemeProvider.js","sources":["../../../../src/providers/theme/AcinguiuxThemeProvider.tsx"],"sourcesContent":["import type { ReactNode, ReactElement } from 'react';\n\nimport { type ThemeMode, type Mode, generateTheme } from 'acinguiux-ds-react-base/theme';\nimport { LightMode, DarkMode, RechargeLightMode, RechargeDarkMode } from 'acinguiux-ds-fabrics';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IThemeProviderProps {\n theme: ThemeMode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nconst themes: Record<ThemeMode, Mode> = {\n light: LightMode,\n dark: DarkMode,\n rechargeLight: RechargeLightMode,\n rechargeDark: RechargeDarkMode,\n} as const;\n\nexport const AcinguiuxThemeProvider = ({\n theme: themeName = 'light',\n children,\n i18n,\n}: IThemeProviderProps): ReactElement => {\n const theme = themes[themeName];\n\n return (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n );\n};\n"],"names":["themes","LightMode","DarkMode","RechargeLightMode","RechargeDarkMode","AcinguiuxThemeProvider","themeName","children","i18n","theme","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":"yZAiBMA,EAAkC,CACtC,MAAOC,EAAAA,UACP,KAAMC,EAAAA,SACN,cAAeC,EAAAA,kBACf,aAAcC,EAAAA,gBAChB,EAEaC,EAAyB,CAAC,CACrC,MAAOC,EAAY,QACnB,SAAAC,EACA,KAAAC,CACF,IAAyC,CACvC,MAAMC,EAAQT,EAAOM,CAAS,EAE9B,OACEI,EAAAA,IAACC,EAAAA,aAAA,CAAA,SAAaC,EAAAA,SACZ,SAAAF,EAAAA,IAACG,EAAAA,gBAAA,CAAgB,KAAAL,EACf,SAAAM,EAAAA,KAACC,EAAAA,cAAA,CAAc,MAAOC,EAAAA,cAAcP,CAAK,EACvC,SAAA,CAAAC,EAAAA,IAACO,EAAAA,aAAA,EAAa,EACbV,CAAA,CAAA,CACH,EACF,EACF,CAEJ"}
1
+ {"version":3,"file":"AcinguiuxThemeProvider.js","sources":["../../../../src/providers/theme/AcinguiuxThemeProvider.tsx"],"sourcesContent":["import type { ReactNode, ReactElement } from 'react';\n\nimport { type ThemeMode, type Mode, generateTheme } from 'acinguiux-ds-react-base/theme';\nimport { LightMode, DarkMode, RechargeLightMode, RechargeDarkMode } from 'acinguiux-ds-fabrics';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IThemeProviderProps {\n theme: ThemeMode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nconst themes: Record<ThemeMode, Mode> = {\n light: LightMode,\n dark: DarkMode,\n rechargeLight: RechargeLightMode,\n rechargeDark: RechargeDarkMode,\n} as const;\n\nexport const AcinguiuxThemeProvider = ({\n theme: themeName = 'light',\n children,\n i18n,\n}: IThemeProviderProps): ReactElement => {\n const theme = themes[themeName];\n\n return (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n );\n};\n"],"names":["themes","LightMode","DarkMode","RechargeLightMode","RechargeDarkMode","AcinguiuxThemeProvider","themeName","children","i18n","theme","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":"odAiBMA,EAAkC,CACtC,MAAOC,EAAAA,UACP,KAAMC,EAAAA,SACN,cAAeC,EAAAA,kBACf,aAAcC,EAAAA,gBAChB,EAEaC,EAAyB,CAAC,CACrC,MAAOC,EAAY,QACnB,SAAAC,EACA,KAAAC,CACF,IAAyC,CACvC,MAAMC,EAAQT,EAAOM,CAAS,EAE9B,OACEI,EAAAA,IAACC,EAAAA,aAAA,CAAA,SAAaC,EAAAA,SACZ,SAAAF,EAAAA,IAACG,EAAAA,gBAAA,CAAgB,KAAAL,EACf,SAAAM,EAAAA,KAACC,EAAAA,cAAA,CAAc,MAAOC,EAAAA,cAAcP,CAAK,EACvC,SAAA,CAAAC,EAAAA,IAACO,EAAAA,aAAA,EAAa,EACbV,CAAA,CAAA,CACH,EACF,EACF,CAEJ"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),o=require("../../react-base/src/theme/theme.js"),n=require("../../react-base/src/providers/BaseProvider.js"),r=require("styled-components"),l=require("../translations/I18nextProvider.js"),u=require("../../styles/GlobalStyles.js"),c=({theme:s,children:t,i18n:i})=>e.jsx(n.BaseProvider,{useTheme:r.useTheme,children:e.jsx(l.I18nextProvider,{i18n:i,children:e.jsxs(r.ThemeProvider,{theme:o.generateTheme(s),children:[e.jsx(u.GlobalStyles,{}),t]})})});exports.FabricsThemeProvider=c;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime");require("../../react-base/src/theme/types/layer.js");const o=require("../../react-base/src/theme/theme.js"),n=require("../../react-base/src/providers/BaseProvider.js"),r=require("styled-components"),u=require("../translations/I18nextProvider.js"),l=require("../../styles/GlobalStyles.js"),c=({theme:s,children:t,i18n:i})=>e.jsx(n.BaseProvider,{useTheme:r.useTheme,children:e.jsx(u.I18nextProvider,{i18n:i,children:e.jsxs(r.ThemeProvider,{theme:o.generateTheme(s),children:[e.jsx(l.GlobalStyles,{}),t]})})});exports.FabricsThemeProvider=c;
2
2
  //# sourceMappingURL=FabricsThemeProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FabricsThemeProvider.js","sources":["../../../../src/providers/theme/FabricsThemeProvider.tsx"],"sourcesContent":["import type { ReactElement, ReactNode } from 'react';\n\nimport { generateTheme, type Mode } from 'acinguiux-ds-react-base/theme';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IFabricsThemeProviderProps {\n theme: Mode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nexport const FabricsThemeProvider = ({ theme, children, i18n }: IFabricsThemeProviderProps): ReactElement => (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n);\n"],"names":["FabricsThemeProvider","theme","children","i18n","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":"uXAgBaA,EAAuB,CAAC,OAAEC,EAAO,SAAAC,EAAU,KAAAC,KACtDC,EAAAA,IAACC,EAAAA,aAAA,UAAaC,EAAAA,SACZ,SAAAF,EAAAA,IAACG,EAAAA,iBAAgB,KAAAJ,EACf,SAAAK,OAACC,EAAAA,eAAc,MAAOC,EAAAA,cAAcT,CAAK,EACvC,SAAA,CAAAG,EAAAA,IAACO,EAAAA,aAAA,EAAa,EACbT,CAAA,CAAA,CACH,EACF,CAAA,CACF"}
1
+ {"version":3,"file":"FabricsThemeProvider.js","sources":["../../../../src/providers/theme/FabricsThemeProvider.tsx"],"sourcesContent":["import type { ReactElement, ReactNode } from 'react';\n\nimport { generateTheme, type Mode } from 'acinguiux-ds-react-base/theme';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IFabricsThemeProviderProps {\n theme: Mode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nexport const FabricsThemeProvider = ({ theme, children, i18n }: IFabricsThemeProviderProps): ReactElement => (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n);\n"],"names":["FabricsThemeProvider","theme","children","i18n","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":"kbAgBaA,EAAuB,CAAC,OAAEC,EAAO,SAAAC,EAAU,KAAAC,KACtDC,EAAAA,IAACC,EAAAA,aAAA,UAAaC,EAAAA,SACZ,SAAAF,EAAAA,IAACG,EAAAA,iBAAgB,KAAAJ,EACf,SAAAK,OAACC,EAAAA,eAAc,MAAOC,EAAAA,cAAcT,CAAK,EACvC,SAAA,CAAAG,EAAAA,IAACO,EAAAA,aAAA,EAAa,EACbT,CAAA,CAAA,CACH,EACF,CAAA,CACF"}
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("styled-components"),r=require("./FormField.consts.js"),i=require("./FormField.utils.js"),c=require("../../utils/sizesUtils.js");require("acinguiux-ds-fabrics");const n=e.css`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("styled-components"),r=require("./FormField.consts.js"),i=require("./FormField.utils.js"),c=require("../../utils/sizesUtils.js"),n=e.css`
2
2
  ${({$size:s})=>e.css`
3
3
  display: flex;
4
4
  flex-direction: column;
@@ -1 +1 @@
1
- {"version":3,"file":"FormField.styles.js","sources":["../../../../../../../react-base/src/components/FormField/FormField.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport { consts } from './FormField.consts';\nimport type { Size, Kind } from './FormField.types';\nimport { getColor } from './FormField.utils';\nimport { getLabelTypographySize } from '../../utils';\n\ntype MessageStyledProps = {\n $size: Size;\n $disabled: boolean;\n $kind?: Kind;\n};\n\nexport const Styles = css<{ $size: Size }>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: column;\n gap: ${consts[$size].gap}px;\n width: 100%;\n `}\n`;\n\nexport const MessageStyles = css<MessageStyledProps>`\n ${({ $kind, $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n display: flex;\n color: ${getColor(theme, $disabled, $kind)};\n `};\n`;\n"],"names":["Styles","css","$size","consts","MessageStyles","$kind","$disabled","theme","getLabelTypographySize","getColor"],"mappings":"6RAaO,MAAMA,EAASC,EAAAA;AAAAA,IAClB,CAAC,CAAE,MAAAC,CAAA,IAAYD,EAAAA;AAAAA;AAAAA;AAAAA,WAGRE,EAAAA,OAAOD,CAAK,EAAE,GAAG;AAAA;AAAA,GAEzB;AAAA,EAGUE,EAAgBH,EAAAA;AAAAA,IACzB,CAAC,CAAE,MAAAI,EAAO,MAAAH,EAAO,UAAAI,EAAW,MAAAC,KAAYN,EAAAA;AAAAA,MACtCM,EAAM,WAAW,QAASC,EAAAA,uBAAuBN,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDO,WAASF,EAAOD,EAAWD,CAAK,CAAC;AAAA,GAC3C;AAAA"}
1
+ {"version":3,"file":"FormField.styles.js","sources":["../../../../../../../react-base/src/components/FormField/FormField.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport { consts } from './FormField.consts';\nimport type { Size, Kind } from './FormField.types';\nimport { getColor } from './FormField.utils';\nimport { getLabelTypographySize } from '../../utils';\n\ntype MessageStyledProps = {\n $size: Size;\n $disabled: boolean;\n $kind?: Kind;\n};\n\nexport const Styles = css<{ $size: Size }>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: column;\n gap: ${consts[$size].gap}px;\n width: 100%;\n `}\n`;\n\nexport const MessageStyles = css<MessageStyledProps>`\n ${({ $kind, $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n display: flex;\n color: ${getColor(theme, $disabled, $kind)};\n `};\n`;\n"],"names":["Styles","css","$size","consts","MessageStyles","$kind","$disabled","theme","getLabelTypographySize","getColor"],"mappings":"6PAaaA,EAASC,EAAAA;AAAAA,IAClB,CAAC,CAAE,MAAAC,CAAA,IAAYD,EAAAA;AAAAA;AAAAA;AAAAA,WAGRE,EAAAA,OAAOD,CAAK,EAAE,GAAG;AAAA;AAAA,GAEzB;AAAA,EAGUE,EAAgBH,EAAAA;AAAAA,IACzB,CAAC,CAAE,MAAAI,EAAO,MAAAH,EAAO,UAAAI,EAAW,MAAAC,KAAYN,EAAAA;AAAAA,MACtCM,EAAM,WAAW,QAASC,EAAAA,uBAAuBN,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDO,WAASF,EAAOD,EAAWD,CAAK,CAAC;AAAA,GAC3C;AAAA"}
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("styled-components"),n=require("../../FormField.consts.js"),l=require("../../../../theme/types/layer.js"),o=require("../../../../utils/sizesUtils.js");require("acinguiux-ds-fabrics");const r=t.css`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("styled-components"),n=require("../../FormField.consts.js"),l=require("../../../../theme/types/layer.js"),o=require("../../../../utils/sizesUtils.js"),r=t.css`
2
2
  ${({$size:s,$disabled:a,theme:e})=>t.css`
3
3
  ${e.typography("label",o.getLabelTypographySize(s))};
4
4
 
@@ -1 +1 @@
1
- {"version":3,"file":"FormFieldLabel.styles.js","sources":["../../../../../../../../../react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../../FormField.types';\nimport { consts } from '../../FormField.consts';\nimport { Variables } from '../../../../theme';\nimport { getLabelTypographySize } from '../../../../utils';\n\ntype StyledProps = {\n $size: Size;\n $disabled?: boolean;\n};\n\nexport const HeaderStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n gap: ${consts[$size].headerGap}px;\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const LabelHelperStyles = css<StyledProps>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n flex-grow: 1;\n gap: ${consts[$size].labelHelperGap}px;\n `};\n`;\n\nexport const LabelContainerStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n display: flex;\n gap: ${consts[$size].labelContainerGap}px;\n align-items: center;\n `};\n`;\n\nexport const LabelTextStyles = css`\n display: flex;\n gap: 6px;\n`;\n\nexport const TitleStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const MandatoryStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({\n foundation: 'surface',\n sentiment: 'negative',\n sentimentProminence: 'transparent',\n disabled: $disabled,\n })[Variables.TextOnSentimentOnBackground]};\n margin-left: 1px;\n `}\n`;\n\nexport const DescriptionStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationSubtle]};\n `}\n`;\n"],"names":["HeaderStyles","css","$size","$disabled","theme","getLabelTypographySize","consts","Variables","LabelHelperStyles","LabelContainerStyles","LabelTextStyles","TitleStyles","MandatoryStyles","DescriptionStyles"],"mappings":"mTAYO,MAAMA,EAAeC,EAAAA;AAAAA,IACxB,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,WAKnDI,EAAAA,OAAOJ,CAAK,EAAE,SAAS;AAAA,aACrBE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,EAGUC,EAAoBP,EAAAA;AAAAA,IAC7B,CAAC,CAAE,MAAAC,CAAA,IAAYD,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,WAMRK,EAAAA,OAAOJ,CAAK,EAAE,cAAc;AAAA,GACpC;AAAA,EAGUO,EAAuBR,EAAAA;AAAAA,IAChC,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,EAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA;AAAA,WAE/FD,EAAAA,OAAOJ,CAAK,EAAE,iBAAiB;AAAA;AAAA,GAEvC;AAAA,EAGUQ,EAAkBT,EAAAA;AAAAA;AAAAA;AAAAA,EAKlBU,EAAcV,EAAAA;AAAAA,IACvB,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,EAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,EAGUK,EAAkBX,EAAAA;AAAAA,IAC3B,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,EAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,CACnB,WAAY,UACZ,UAAW,WACX,oBAAqB,cACrB,SAAUD,CACZ,CAAC,EAAEI,EAAAA,UAAU,2BAA2B,CAAC;AAAA;AAAA,GAE1C;AAAA,EAGUM,EAAoBZ,EAAAA;AAAAA,IAC7B,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA"}
1
+ {"version":3,"file":"FormFieldLabel.styles.js","sources":["../../../../../../../../../react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../../FormField.types';\nimport { consts } from '../../FormField.consts';\nimport { Variables } from '../../../../theme';\nimport { getLabelTypographySize } from '../../../../utils';\n\ntype StyledProps = {\n $size: Size;\n $disabled?: boolean;\n};\n\nexport const HeaderStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n gap: ${consts[$size].headerGap}px;\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const LabelHelperStyles = css<StyledProps>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n flex-grow: 1;\n gap: ${consts[$size].labelHelperGap}px;\n `};\n`;\n\nexport const LabelContainerStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n display: flex;\n gap: ${consts[$size].labelContainerGap}px;\n align-items: center;\n `};\n`;\n\nexport const LabelTextStyles = css`\n display: flex;\n gap: 6px;\n`;\n\nexport const TitleStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const MandatoryStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({\n foundation: 'surface',\n sentiment: 'negative',\n sentimentProminence: 'transparent',\n disabled: $disabled,\n })[Variables.TextOnSentimentOnBackground]};\n margin-left: 1px;\n `}\n`;\n\nexport const DescriptionStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationSubtle]};\n `}\n`;\n"],"names":["HeaderStyles","css","$size","$disabled","theme","getLabelTypographySize","consts","Variables","LabelHelperStyles","LabelContainerStyles","LabelTextStyles","TitleStyles","MandatoryStyles","DescriptionStyles"],"mappings":"mRAYaA,EAAeC,EAAAA;AAAAA,IACxB,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,WAKnDI,EAAAA,OAAOJ,CAAK,EAAE,SAAS;AAAA,aACrBE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,EAGUC,EAAoBP,EAAAA;AAAAA,IAC7B,CAAC,CAAE,MAAAC,CAAA,IAAYD,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA;AAAAA,WAMRK,EAAAA,OAAOJ,CAAK,EAAE,cAAc;AAAA,GACpC;AAAA,EAGUO,EAAuBR,EAAAA;AAAAA,IAChC,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,EAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA;AAAA,WAE/FD,EAAAA,OAAOJ,CAAK,EAAE,iBAAiB;AAAA;AAAA,GAEvC;AAAA,EAGUQ,EAAkBT,EAAAA;AAAAA;AAAAA;AAAAA,EAKlBU,EAAcV,EAAAA;AAAAA,IACvB,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,EAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,EAGUK,EAAkBX,EAAAA;AAAAA,IAC3B,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,EAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,CACnB,WAAY,UACZ,UAAW,WACX,oBAAqB,cACrB,SAAUD,CACZ,CAAC,EAAEI,EAAAA,UAAU,2BAA2B,CAAC;AAAA;AAAA,GAE1C;AAAA,EAGUM,EAAoBZ,EAAAA;AAAAA,IAC7B,CAAC,CAAE,MAAAC,EAAO,UAAAC,EAAW,MAAAC,KAAYH,EAAAA;AAAAA,MAC/BG,EAAM,WAAW,QAASC,EAAAA,uBAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDE,EAAM,MAAM,CAAE,WAAY,UAAW,SAAUD,EAAW,EAAEI,YAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("acinguiux-ds-fabrics"),t=require("../../theme/types/layer.js"),n=require("../../utils/sizesUtils.js");require("styled-components");const s=(o,e)=>o.typography("label",n.getLabelTypographySize(e)),u=(o,e)=>o.typography("label",n.getLabelTypographySize(e)),g=(o,e,a)=>{const r=o.layer({foundation:"surface",state:e}),l=a?r[t.Variables.BorderOnSelectedOnBackground]:r[t.Variables.BorderOnFoundationMedium];return{backgroundColor:a?r[t.Variables.BackgroundSelected]:r[t.Variables.BackgroundFoundation],color:a?r[t.Variables.TextOnSelectedBackgroundStrong]:r[t.Variables.TextOnFoundationStrong],border:`${a&&e===i.FabricsVariables.States.Resting?0:1}px solid ${l}`}};exports.getPaginationNumbersFontStyle=u;exports.getStylesForState=g;exports.getTextFontStyle=s;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("acinguiux-ds-fabrics"),r=require("../../theme/types/layer.js"),n=require("../../utils/sizesUtils.js"),s=(o,e)=>o.typography("label",n.getLabelTypographySize(e)),g=(o,e)=>o.typography("label",n.getLabelTypographySize(e)),u=(o,e,a)=>{const t=o.layer({foundation:"surface",state:e}),l=a?t[r.Variables.BorderOnSelectedOnBackground]:t[r.Variables.BorderOnFoundationMedium];return{backgroundColor:a?t[r.Variables.BackgroundSelected]:t[r.Variables.BackgroundFoundation],color:a?t[r.Variables.TextOnSelectedBackgroundStrong]:t[r.Variables.TextOnFoundationStrong],border:`${a&&e===i.FabricsVariables.States.Resting?0:1}px solid ${l}`}};exports.getPaginationNumbersFontStyle=g;exports.getStylesForState=u;exports.getTextFontStyle=s;
2
2
  //# sourceMappingURL=Paginations.utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Paginations.utils.js","sources":["../../../../../../../react-base/src/components/Pagination/Paginations.utils.ts"],"sourcesContent":["import type { CSSProperties } from 'styled-components';\nimport { FabricsVariables } from 'acinguiux-ds-fabrics';\n\nimport type { Size } from './Pagination.types';\nimport { type Theme, Variables } from '../../theme';\nimport { getLabelTypographySize } from '../../utils';\n\nexport const getTextFontStyle = (theme: Theme, size: Size) => theme.typography('label', getLabelTypographySize(size));\n\nexport const getPaginationNumbersFontStyle = (theme: Theme, size: Size) =>\n theme.typography('label', getLabelTypographySize(size));\n\nexport const getStylesForState = (\n theme: Theme,\n state: FabricsVariables.StateType,\n isSelected?: boolean,\n): CSSProperties => {\n const layer = theme.layer({\n foundation: 'surface',\n state,\n });\n const borderColor = isSelected\n ? layer[Variables.BorderOnSelectedOnBackground]\n : layer[Variables.BorderOnFoundationMedium];\n\n return {\n backgroundColor: isSelected ? layer[Variables.BackgroundSelected] : layer[Variables.BackgroundFoundation],\n color: isSelected ? layer[Variables.TextOnSelectedBackgroundStrong] : layer[Variables.TextOnFoundationStrong],\n border: `${isSelected && state === FabricsVariables.States.Resting ? 0 : 1}px solid ${borderColor}`,\n };\n};\n"],"names":["getTextFontStyle","theme","size","getLabelTypographySize","getPaginationNumbersFontStyle","getStylesForState","state","isSelected","layer","borderColor","Variables","FabricsVariables"],"mappings":"gQAOO,MAAMA,EAAmB,CAACC,EAAcC,IAAeD,EAAM,WAAW,QAASE,EAAAA,uBAAuBD,CAAI,CAAC,EAEvGE,EAAgC,CAACH,EAAcC,IAC1DD,EAAM,WAAW,QAASE,EAAAA,uBAAuBD,CAAI,CAAC,EAE3CG,EAAoB,CAC/BJ,EACAK,EACAC,IACkB,CAClB,MAAMC,EAAQP,EAAM,MAAM,CACxB,WAAY,UACZ,MAAAK,CAAA,CACD,EACKG,EAAcF,EAChBC,EAAME,EAAAA,UAAU,4BAA4B,EAC5CF,EAAME,EAAAA,UAAU,wBAAwB,EAE5C,MAAO,CACL,gBAAiBH,EAAaC,EAAME,EAAAA,UAAU,kBAAkB,EAAIF,EAAME,EAAAA,UAAU,oBAAoB,EACxG,MAAOH,EAAaC,EAAME,EAAAA,UAAU,8BAA8B,EAAIF,EAAME,EAAAA,UAAU,sBAAsB,EAC5G,OAAQ,GAAGH,GAAcD,IAAUK,EAAAA,iBAAiB,OAAO,QAAU,EAAI,CAAC,YAAYF,CAAW,EAAA,CAErG"}
1
+ {"version":3,"file":"Paginations.utils.js","sources":["../../../../../../../react-base/src/components/Pagination/Paginations.utils.ts"],"sourcesContent":["import type { CSSProperties } from 'styled-components';\nimport { FabricsVariables } from 'acinguiux-ds-fabrics';\n\nimport type { Size } from './Pagination.types';\nimport { type Theme, Variables } from '../../theme';\nimport { getLabelTypographySize } from '../../utils';\n\nexport const getTextFontStyle = (theme: Theme, size: Size) => theme.typography('label', getLabelTypographySize(size));\n\nexport const getPaginationNumbersFontStyle = (theme: Theme, size: Size) =>\n theme.typography('label', getLabelTypographySize(size));\n\nexport const getStylesForState = (\n theme: Theme,\n state: FabricsVariables.StateType,\n isSelected?: boolean,\n): CSSProperties => {\n const layer = theme.layer({\n foundation: 'surface',\n state,\n });\n const borderColor = isSelected\n ? layer[Variables.BorderOnSelectedOnBackground]\n : layer[Variables.BorderOnFoundationMedium];\n\n return {\n backgroundColor: isSelected ? layer[Variables.BackgroundSelected] : layer[Variables.BackgroundFoundation],\n color: isSelected ? layer[Variables.TextOnSelectedBackgroundStrong] : layer[Variables.TextOnFoundationStrong],\n border: `${isSelected && state === FabricsVariables.States.Resting ? 0 : 1}px solid ${borderColor}`,\n };\n};\n"],"names":["getTextFontStyle","theme","size","getLabelTypographySize","getPaginationNumbersFontStyle","getStylesForState","state","isSelected","layer","borderColor","Variables","FabricsVariables"],"mappings":"mOAOaA,EAAmB,CAACC,EAAcC,IAAeD,EAAM,WAAW,QAASE,EAAAA,uBAAuBD,CAAI,CAAC,EAEvGE,EAAgC,CAACH,EAAcC,IAC1DD,EAAM,WAAW,QAASE,EAAAA,uBAAuBD,CAAI,CAAC,EAE3CG,EAAoB,CAC/BJ,EACAK,EACAC,IACkB,CAClB,MAAMC,EAAQP,EAAM,MAAM,CACxB,WAAY,UACZ,MAAAK,CAAA,CACD,EACKG,EAAcF,EAChBC,EAAME,EAAAA,UAAU,4BAA4B,EAC5CF,EAAME,EAAAA,UAAU,wBAAwB,EAE5C,MAAO,CACL,gBAAiBH,EAAaC,EAAME,EAAAA,UAAU,kBAAkB,EAAIF,EAAME,EAAAA,UAAU,oBAAoB,EACxG,MAAOH,EAAaC,EAAME,EAAAA,UAAU,8BAA8B,EAAIF,EAAME,EAAAA,UAAU,sBAAsB,EAC5G,OAAQ,GAAGH,GAAcD,IAAUK,EAAAA,iBAAiB,OAAO,QAAU,EAAI,CAAC,YAAYF,CAAW,EAAA,CAErG"}
@@ -1,8 +1,8 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("styled-components"),a=require("../ProgressBar.consts.js"),t=require("../../../consts/index.js"),n=require("../../../utils/circleSvgUtils.js");require("acinguiux-ds-fabrics");const l=require("../../../theme/types/layer.js"),c=require("../ProgressBar.utils.js"),u=s.css`
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("styled-components"),a=require("../ProgressBar.consts.js"),t=require("../../../consts/index.js"),n=require("../../../utils/circleSvgUtils.js"),c=require("../ProgressBar.utils.js"),l=require("../../../theme/types/layer.js"),S=s.css`
2
2
  position: relative;
3
3
  display: flex;
4
4
  justify-content: center;
5
- `,S=s.css`
5
+ `,u=s.css`
6
6
  ${({size:e})=>s.css`
7
7
  width: ${`${a.consts[e].viewBoxSize}px`};
8
8
  height: ${`${a.consts[e].viewBoxSize}px`};
@@ -32,5 +32,5 @@
32
32
  color: ${r.layer()[l.Variables.TextOnFoundationStrong]};
33
33
  transform: translate(-50%, -50%);
34
34
  `}
35
- `;exports.BackgroundStyles=g;exports.ContainerStyles=u;exports.LabelStyles=f;exports.ProgressBarStyles=S;exports.ProgressStyles=d;
35
+ `;exports.BackgroundStyles=g;exports.ContainerStyles=S;exports.LabelStyles=f;exports.ProgressBarStyles=u;exports.ProgressStyles=d;
36
36
  //# sourceMappingURL=CircleProgressBar.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CircleProgressBar.styles.js","sources":["../../../../../../../../react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../ProgressBar.types';\nimport { consts } from '../ProgressBar.consts';\nimport { Sizes } from '../../../consts';\nimport { getStrokeDashArray, getStrokeDashoffset } from '../../../utils';\nimport { getProgressFillColor } from '../ProgressBar.utils';\nimport { type TypographySize, Variables } from '../../../theme';\n\nexport const ContainerStyles = css`\n position: relative;\n display: flex;\n justify-content: center;\n`;\n\nexport const ProgressBarStyles = css<{ size: Size }>`\n ${({ size }) => css`\n width: ${`${consts[size].viewBoxSize}px`};\n height: ${`${consts[size].viewBoxSize}px`};\n overflow: inherit;\n transform: rotate(-90deg);\n `}\n`;\n\nexport const BackgroundStyles = css`\n ${({ theme }) => css`\n fill: transparent;\n stroke: ${theme.layer({ foundation: 'section' })[Variables.BackgroundFoundation]};\n `}\n`;\n\nexport const ProgressStyles = css<{ value: number; r: number; muted?: boolean }>`\n ${({ theme, value, r, muted }) => css`\n fill: transparent;\n stroke: ${getProgressFillColor(theme, muted)};\n stroke-linecap: round;\n stroke-dasharray: ${`${getStrokeDashArray(r)}`};\n stroke-dashoffset: ${getStrokeDashoffset(r, value)};\n transition: stroke-dashoffset 1s;\n `}\n`;\n\nconst getLabelSize = (size: Size): TypographySize<'label'> => {\n switch (size) {\n case Sizes.XSmall:\n case Sizes.Smallest:\n case Sizes.Small:\n return 'smallest';\n case Sizes.Medium:\n return 'extraSmall';\n case Sizes.Large:\n return 'small';\n default:\n throw new Error(`size \"${size}\" does not have a label size`);\n }\n};\n\nexport const LabelStyles = css<{ size: Size }>`\n ${({ size, theme }) => css`\n ${theme.typography('heading', getLabelSize(size))};\n position: absolute;\n top: 50%;\n left: 50%;\n color: ${theme.layer()[Variables.TextOnFoundationStrong]};\n transform: translate(-50%, -50%);\n `}\n`;\n"],"names":["ContainerStyles","css","ProgressBarStyles","size","consts","BackgroundStyles","theme","Variables","ProgressStyles","value","r","muted","getProgressFillColor","getStrokeDashArray","getStrokeDashoffset","getLabelSize","Sizes","LabelStyles"],"mappings":"iYASaA,EAAkBC,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAMlBC,EAAoBD,EAAAA;AAAAA,IAC7B,CAAC,CAAE,KAAAE,CAAA,IAAWF,EAAAA;AAAAA,aACL,GAAGG,EAAAA,OAAOD,CAAI,EAAE,WAAW,IAAI;AAAA,cAC9B,GAAGC,EAAAA,OAAOD,CAAI,EAAE,WAAW,IAAI;AAAA;AAAA;AAAA,GAG1C;AAAA,EAGUE,EAAmBJ,EAAAA;AAAAA,IAC5B,CAAC,CAAE,MAAAK,CAAA,IAAYL,EAAAA;AAAAA;AAAAA,cAELK,EAAM,MAAM,CAAE,WAAY,UAAW,EAAEC,EAAAA,UAAU,oBAAoB,CAAC;AAAA,GACjF;AAAA,EAGUC,EAAiBP,EAAAA;AAAAA,IAC1B,CAAC,CAAE,MAAAK,EAAO,MAAAG,EAAO,EAAAC,EAAG,MAAAC,KAAYV,EAAAA;AAAAA;AAAAA,cAEtBW,EAAAA,qBAAqBN,EAAOK,CAAK,CAAC;AAAA;AAAA,wBAExB,GAAGE,EAAAA,mBAAmBH,CAAC,CAAC,EAAE;AAAA,yBACzBI,EAAAA,oBAAoBJ,EAAGD,CAAK,CAAC;AAAA;AAAA,GAEnD;AAAA,EAGGM,EAAgBZ,GAAwC,CAC5D,OAAQA,EAAA,CACN,KAAKa,EAAAA,MAAM,OACX,KAAKA,EAAAA,MAAM,SACX,KAAKA,EAAAA,MAAM,MACT,MAAO,WACT,KAAKA,EAAAA,MAAM,OACT,MAAO,aACT,KAAKA,EAAAA,MAAM,MACT,MAAO,QACT,QACE,MAAM,IAAI,MAAM,SAASb,CAAI,8BAA8B,CAAA,CAEjE,EAEac,EAAchB,EAAAA;AAAAA,IACvB,CAAC,CAAE,KAAAE,EAAM,MAAAG,CAAA,IAAYL,EAAAA;AAAAA,MACnBK,EAAM,WAAW,UAAWS,EAAaZ,CAAI,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA,aAIxCG,EAAM,MAAA,EAAQC,EAAAA,UAAU,sBAAsB,CAAC;AAAA;AAAA,GAEzD;AAAA"}
1
+ {"version":3,"file":"CircleProgressBar.styles.js","sources":["../../../../../../../../react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../ProgressBar.types';\nimport { consts } from '../ProgressBar.consts';\nimport { Sizes } from '../../../consts';\nimport { getStrokeDashArray, getStrokeDashoffset } from '../../../utils';\nimport { getProgressFillColor } from '../ProgressBar.utils';\nimport { type TypographySize, Variables } from '../../../theme';\n\nexport const ContainerStyles = css`\n position: relative;\n display: flex;\n justify-content: center;\n`;\n\nexport const ProgressBarStyles = css<{ size: Size }>`\n ${({ size }) => css`\n width: ${`${consts[size].viewBoxSize}px`};\n height: ${`${consts[size].viewBoxSize}px`};\n overflow: inherit;\n transform: rotate(-90deg);\n `}\n`;\n\nexport const BackgroundStyles = css`\n ${({ theme }) => css`\n fill: transparent;\n stroke: ${theme.layer({ foundation: 'section' })[Variables.BackgroundFoundation]};\n `}\n`;\n\nexport const ProgressStyles = css<{ value: number; r: number; muted?: boolean }>`\n ${({ theme, value, r, muted }) => css`\n fill: transparent;\n stroke: ${getProgressFillColor(theme, muted)};\n stroke-linecap: round;\n stroke-dasharray: ${`${getStrokeDashArray(r)}`};\n stroke-dashoffset: ${getStrokeDashoffset(r, value)};\n transition: stroke-dashoffset 1s;\n `}\n`;\n\nconst getLabelSize = (size: Size): TypographySize<'label'> => {\n switch (size) {\n case Sizes.XSmall:\n case Sizes.Smallest:\n case Sizes.Small:\n return 'smallest';\n case Sizes.Medium:\n return 'extraSmall';\n case Sizes.Large:\n return 'small';\n default:\n throw new Error(`size \"${size}\" does not have a label size`);\n }\n};\n\nexport const LabelStyles = css<{ size: Size }>`\n ${({ size, theme }) => css`\n ${theme.typography('heading', getLabelSize(size))};\n position: absolute;\n top: 50%;\n left: 50%;\n color: ${theme.layer()[Variables.TextOnFoundationStrong]};\n transform: translate(-50%, -50%);\n `}\n`;\n"],"names":["ContainerStyles","css","ProgressBarStyles","size","consts","BackgroundStyles","theme","Variables","ProgressStyles","value","r","muted","getProgressFillColor","getStrokeDashArray","getStrokeDashoffset","getLabelSize","Sizes","LabelStyles"],"mappings":"2VASaA,EAAkBC,EAAAA;AAAAA;AAAAA;AAAAA;AAAAA,EAMlBC,EAAoBD,EAAAA;AAAAA,IAC7B,CAAC,CAAE,KAAAE,CAAA,IAAWF,EAAAA;AAAAA,aACL,GAAGG,EAAAA,OAAOD,CAAI,EAAE,WAAW,IAAI;AAAA,cAC9B,GAAGC,EAAAA,OAAOD,CAAI,EAAE,WAAW,IAAI;AAAA;AAAA;AAAA,GAG1C;AAAA,EAGUE,EAAmBJ,EAAAA;AAAAA,IAC5B,CAAC,CAAE,MAAAK,CAAA,IAAYL,EAAAA;AAAAA;AAAAA,cAELK,EAAM,MAAM,CAAE,WAAY,UAAW,EAAEC,EAAAA,UAAU,oBAAoB,CAAC;AAAA,GACjF;AAAA,EAGUC,EAAiBP,EAAAA;AAAAA,IAC1B,CAAC,CAAE,MAAAK,EAAO,MAAAG,EAAO,EAAAC,EAAG,MAAAC,KAAYV,EAAAA;AAAAA;AAAAA,cAEtBW,EAAAA,qBAAqBN,EAAOK,CAAK,CAAC;AAAA;AAAA,wBAExB,GAAGE,EAAAA,mBAAmBH,CAAC,CAAC,EAAE;AAAA,yBACzBI,EAAAA,oBAAoBJ,EAAGD,CAAK,CAAC;AAAA;AAAA,GAEnD;AAAA,EAGGM,EAAgBZ,GAAwC,CAC5D,OAAQA,EAAA,CACN,KAAKa,EAAAA,MAAM,OACX,KAAKA,EAAAA,MAAM,SACX,KAAKA,EAAAA,MAAM,MACT,MAAO,WACT,KAAKA,EAAAA,MAAM,OACT,MAAO,aACT,KAAKA,EAAAA,MAAM,MACT,MAAO,QACT,QACE,MAAM,IAAI,MAAM,SAASb,CAAI,8BAA8B,CAAA,CAEjE,EAEac,EAAchB,EAAAA;AAAAA,IACvB,CAAC,CAAE,KAAAE,EAAM,MAAAG,CAAA,IAAYL,EAAAA;AAAAA,MACnBK,EAAM,WAAW,UAAWS,EAAaZ,CAAI,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA,aAIxCG,EAAM,MAAA,EAAQC,EAAAA,UAAU,sBAAsB,CAAC;AAAA;AAAA,GAEzD;AAAA"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const p=require("../../../../consts/index.js"),u=require("../../../../utils/sizesUtils.js");require("styled-components");require("acinguiux-ds-fabrics");const n={1:"large",2:"medium",3:"small",4:"extraSmall"},y=(t,s,e)=>t.typography("display",e?u.getDisplayTypographySize(e):n[s]),d=({level:t=1,contrast:s,gutter:e,bold:r,size:l,disabled:o,type:i=`${p.TextElementTypes.Span}`,...a})=>({$level:t,type:i,$contrast:s,$gutter:e,$size:l,$bold:r,$disabled:o,...a});exports.font=y;exports.useProps=d;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const p=require("../../../../consts/index.js"),n=require("../../../../utils/sizesUtils.js"),u={1:"large",2:"medium",3:"small",4:"extraSmall"},y=(t,s,e)=>t.typography("display",e?n.getDisplayTypographySize(e):u[s]),d=({level:t=1,contrast:s,gutter:e,bold:l,size:o,disabled:r,type:a=`${p.TextElementTypes.Span}`,...i})=>({$level:t,type:a,$contrast:s,$gutter:e,$size:o,$bold:l,$disabled:r,...i});exports.font=y;exports.useProps=d;
2
2
  //# sourceMappingURL=Display.utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Display.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Display/Display.utils.ts"],"sourcesContent":["import type { Theme, TypographySize } from '../../../../theme';\nimport { TextElementTypes } from '../../../../consts';\nimport type { IProps, Levels, Size } from './Display.types';\nimport { getDisplayTypographySize } from '../../../../utils';\n\nconst DisplayLevelToTypographySize: Record<Levels, TypographySize<'display'>> = {\n 1: 'large',\n 2: 'medium',\n 3: 'small',\n 4: 'extraSmall',\n} as const;\n\nexport const font = (theme: Theme, level: Levels, size?: Size) =>\n theme.typography('display', size ? getDisplayTypographySize(size) : DisplayLevelToTypographySize[level]);\n\nexport const useProps = ({\n level = 1,\n contrast,\n gutter,\n bold,\n size,\n disabled,\n type = `${TextElementTypes.Span}`,\n ...rest\n}: IProps) => ({\n $level: level,\n type,\n $contrast: contrast,\n $gutter: gutter,\n $size: size,\n $bold: bold,\n $disabled: disabled,\n ...rest,\n});\n"],"names":["DisplayLevelToTypographySize","font","theme","level","size","getDisplayTypographySize","useProps","contrast","gutter","bold","disabled","type","TextElementTypes","rest"],"mappings":"qQAKA,MAAMA,EAA0E,CAC9E,EAAG,QACH,EAAG,SACH,EAAG,QACH,EAAG,YACL,EAEaC,EAAO,CAACC,EAAcC,EAAeC,IAChDF,EAAM,WAAW,UAAWE,EAAOC,EAAAA,yBAAyBD,CAAI,EAAIJ,EAA6BG,CAAK,CAAC,EAE5FG,EAAW,CAAC,CACvB,MAAAH,EAAQ,EACR,SAAAI,EACA,OAAAC,EACA,KAAAC,EACA,KAAAL,EACA,SAAAM,EACA,KAAAC,EAAO,GAAGC,mBAAiB,IAAI,GAC/B,GAAGC,CACL,KAAe,CACb,OAAQV,EACR,KAAAQ,EACA,UAAWJ,EACX,QAASC,EACT,MAAOJ,EACP,MAAOK,EACP,UAAWC,EACX,GAAGG,CACL"}
1
+ {"version":3,"file":"Display.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Display/Display.utils.ts"],"sourcesContent":["import type { Theme, TypographySize } from '../../../../theme';\nimport { TextElementTypes } from '../../../../consts';\nimport type { IProps, Levels, Size } from './Display.types';\nimport { getDisplayTypographySize } from '../../../../utils';\n\nconst DisplayLevelToTypographySize: Record<Levels, TypographySize<'display'>> = {\n 1: 'large',\n 2: 'medium',\n 3: 'small',\n 4: 'extraSmall',\n} as const;\n\nexport const font = (theme: Theme, level: Levels, size?: Size) =>\n theme.typography('display', size ? getDisplayTypographySize(size) : DisplayLevelToTypographySize[level]);\n\nexport const useProps = ({\n level = 1,\n contrast,\n gutter,\n bold,\n size,\n disabled,\n type = `${TextElementTypes.Span}`,\n ...rest\n}: IProps) => ({\n $level: level,\n type,\n $contrast: contrast,\n $gutter: gutter,\n $size: size,\n $bold: bold,\n $disabled: disabled,\n ...rest,\n});\n"],"names":["DisplayLevelToTypographySize","font","theme","level","size","getDisplayTypographySize","useProps","contrast","gutter","bold","disabled","type","TextElementTypes","rest"],"mappings":"wMAKMA,EAA0E,CAC9E,EAAG,QACH,EAAG,SACH,EAAG,QACH,EAAG,YACL,EAEaC,EAAO,CAACC,EAAcC,EAAeC,IAChDF,EAAM,WAAW,UAAWE,EAAOC,EAAAA,yBAAyBD,CAAI,EAAIJ,EAA6BG,CAAK,CAAC,EAE5FG,EAAW,CAAC,CACvB,MAAAH,EAAQ,EACR,SAAAI,EACA,OAAAC,EACA,KAAAC,EACA,KAAAL,EACA,SAAAM,EACA,KAAAC,EAAO,GAAGC,mBAAiB,IAAI,GAC/B,GAAGC,CACL,KAAe,CACb,OAAQV,EACR,KAAAQ,EACA,UAAWJ,EACX,QAASC,EACT,MAAOJ,EACP,MAAOK,EACP,UAAWC,EACX,GAAGG,CACL"}
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../../../../consts/index.js"),p=require("../../../../utils/sizesUtils.js");require("styled-components");require("acinguiux-ds-fabrics");const u=[`${e.TextElementTypes.H1}`,`${e.TextElementTypes.H2}`,`${e.TextElementTypes.H3}`,`${e.TextElementTypes.H4}`,`${e.TextElementTypes.H5}`,`${e.TextElementTypes.H6}`],m={1:"extraLarge",2:"large",3:"medium",4:"small",5:"extraSmall",6:"smallest"},y=(t,n,s)=>t.typography("heading",s?p.getHeadingTypographySize(s):m[n]),$=({type:t=`${e.TextElementTypes.H1}`,contrast:n,level:s,size:r,gutter:l,bold:o,disabled:i,...a})=>{const T=s||u.indexOf(t)+1||1;return{...a,type:t,$gutter:l,$bold:o,$size:r,$contrast:n,$disabled:i,$innerLevel:T}};exports.font=y;exports.useProps=$;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../../../../consts/index.js"),p=require("../../../../utils/sizesUtils.js"),m=[`${e.TextElementTypes.H1}`,`${e.TextElementTypes.H2}`,`${e.TextElementTypes.H3}`,`${e.TextElementTypes.H4}`,`${e.TextElementTypes.H5}`,`${e.TextElementTypes.H6}`],u={1:"extraLarge",2:"large",3:"medium",4:"small",5:"extraSmall",6:"smallest"},y=(t,n,s)=>t.typography("heading",s?p.getHeadingTypographySize(s):u[n]),$=({type:t=`${e.TextElementTypes.H1}`,contrast:n,level:s,size:l,gutter:r,bold:o,disabled:a,...i})=>{const T=s||m.indexOf(t)+1||1;return{...i,type:t,$gutter:r,$bold:o,$size:l,$contrast:n,$disabled:a,$innerLevel:T}};exports.font=y;exports.useProps=$;
2
2
  //# sourceMappingURL=Heading.utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Heading.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Heading/Heading.utils.ts"],"sourcesContent":["import type { IProps, Level, Size } from './Heading.types';\nimport { TextElementTypes } from '../../../../consts';\nimport type { Theme, TypographySize } from '../../../../theme';\nimport { getHeadingTypographySize } from '../../../../utils';\n\nconst allHeadings = [\n `${TextElementTypes.H1}`,\n `${TextElementTypes.H2}`,\n `${TextElementTypes.H3}`,\n `${TextElementTypes.H4}`,\n `${TextElementTypes.H5}`,\n `${TextElementTypes.H6}`,\n];\n\nconst LevelToTypographySize: Record<Level, TypographySize<'heading'>> = {\n 1: 'extraLarge',\n 2: 'large',\n 3: 'medium',\n 4: 'small',\n 5: 'extraSmall',\n 6: 'smallest',\n};\n\nexport const font = (theme: Theme, level: Level, size?: Size) =>\n theme.typography('heading', size ? getHeadingTypographySize(size) : LevelToTypographySize[level]);\n\nexport const useProps = ({\n type = `${TextElementTypes.H1}`,\n contrast,\n level,\n size,\n gutter,\n bold,\n disabled,\n ...rest\n}: IProps) => {\n const innerLevel = level || ((allHeadings.indexOf(type) + 1) as Level) || 1;\n\n return {\n ...rest,\n type,\n $gutter: gutter,\n $bold: bold,\n $size: size,\n $contrast: contrast,\n $disabled: disabled,\n $innerLevel: innerLevel,\n };\n};\n"],"names":["allHeadings","TextElementTypes","LevelToTypographySize","font","theme","level","size","getHeadingTypographySize","useProps","type","contrast","gutter","bold","disabled","rest","innerLevel"],"mappings":"qQAKA,MAAMA,EAAc,CAClB,GAAGC,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,EACxB,EAEMC,EAAkE,CACtE,EAAG,aACH,EAAG,QACH,EAAG,SACH,EAAG,QACH,EAAG,aACH,EAAG,UACL,EAEaC,EAAO,CAACC,EAAcC,EAAcC,IAC/CF,EAAM,WAAW,UAAWE,EAAOC,EAAAA,yBAAyBD,CAAI,EAAIJ,EAAsBG,CAAK,CAAC,EAErFG,EAAW,CAAC,CACvB,KAAAC,EAAO,GAAGR,mBAAiB,EAAE,GAC7B,SAAAS,EACA,MAAAL,EACA,KAAAC,EACA,OAAAK,EACA,KAAAC,EACA,SAAAC,EACA,GAAGC,CACL,IAAc,CACZ,MAAMC,EAAaV,GAAWL,EAAY,QAAQS,CAAI,EAAI,GAAgB,EAE1E,MAAO,CACL,GAAGK,EACH,KAAAL,EACA,QAASE,EACT,MAAOC,EACP,MAAON,EACP,UAAWI,EACX,UAAWG,EACX,YAAaE,CAAA,CAEjB"}
1
+ {"version":3,"file":"Heading.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Heading/Heading.utils.ts"],"sourcesContent":["import type { IProps, Level, Size } from './Heading.types';\nimport { TextElementTypes } from '../../../../consts';\nimport type { Theme, TypographySize } from '../../../../theme';\nimport { getHeadingTypographySize } from '../../../../utils';\n\nconst allHeadings = [\n `${TextElementTypes.H1}`,\n `${TextElementTypes.H2}`,\n `${TextElementTypes.H3}`,\n `${TextElementTypes.H4}`,\n `${TextElementTypes.H5}`,\n `${TextElementTypes.H6}`,\n];\n\nconst LevelToTypographySize: Record<Level, TypographySize<'heading'>> = {\n 1: 'extraLarge',\n 2: 'large',\n 3: 'medium',\n 4: 'small',\n 5: 'extraSmall',\n 6: 'smallest',\n};\n\nexport const font = (theme: Theme, level: Level, size?: Size) =>\n theme.typography('heading', size ? getHeadingTypographySize(size) : LevelToTypographySize[level]);\n\nexport const useProps = ({\n type = `${TextElementTypes.H1}`,\n contrast,\n level,\n size,\n gutter,\n bold,\n disabled,\n ...rest\n}: IProps) => {\n const innerLevel = level || ((allHeadings.indexOf(type) + 1) as Level) || 1;\n\n return {\n ...rest,\n type,\n $gutter: gutter,\n $bold: bold,\n $size: size,\n $contrast: contrast,\n $disabled: disabled,\n $innerLevel: innerLevel,\n };\n};\n"],"names":["allHeadings","TextElementTypes","LevelToTypographySize","font","theme","level","size","getHeadingTypographySize","useProps","type","contrast","gutter","bold","disabled","rest","innerLevel"],"mappings":"wMAKMA,EAAc,CAClB,GAAGC,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,GACtB,GAAGA,EAAAA,iBAAiB,EAAE,EACxB,EAEMC,EAAkE,CACtE,EAAG,aACH,EAAG,QACH,EAAG,SACH,EAAG,QACH,EAAG,aACH,EAAG,UACL,EAEaC,EAAO,CAACC,EAAcC,EAAcC,IAC/CF,EAAM,WAAW,UAAWE,EAAOC,EAAAA,yBAAyBD,CAAI,EAAIJ,EAAsBG,CAAK,CAAC,EAErFG,EAAW,CAAC,CACvB,KAAAC,EAAO,GAAGR,mBAAiB,EAAE,GAC7B,SAAAS,EACA,MAAAL,EACA,KAAAC,EACA,OAAAK,EACA,KAAAC,EACA,SAAAC,EACA,GAAGC,CACL,IAAc,CACZ,MAAMC,EAAaV,GAAWL,EAAY,QAAQS,CAAI,EAAI,GAAgB,EAE1E,MAAO,CACL,GAAGK,EACH,KAAAL,EACA,QAASE,EACT,MAAOC,EACP,MAAON,EACP,UAAWI,EACX,UAAWG,EACX,YAAaE,CAAA,CAEjB"}
@@ -1,13 +1,13 @@
1
- import { ACINGUIUX_NS as a } from "./consts.js";
2
- import r from "../../react-base/src/components/Pagination/locales/en_GB.js";
3
- import t from "../../react-base/src/components/Pagination/locales/de.js";
1
+ import a from "../../react-base/src/components/Pagination/locales/en_GB.js";
2
+ import r from "../../react-base/src/components/Pagination/locales/de.js";
3
+ import { ACINGUIUX_NS as t } from "./consts.js";
4
4
  const i = (o, e, n) => {
5
- o?.isInitialized && o.addResourceBundle(e, a, n, !0, !1);
5
+ o?.isInitialized && o.addResourceBundle(e, t, n, !0, !1);
6
6
  }, s = (o) => {
7
7
  i(o, "en", {
8
- pagination: r
8
+ pagination: a
9
9
  }), i(o, "de", {
10
- pagination: t
10
+ pagination: r
11
11
  });
12
12
  };
13
13
  export {
@@ -1,27 +1,28 @@
1
1
  import { jsx as e, jsxs as i } from "react/jsx-runtime";
2
+ import "../../react-base/src/theme/types/layer.js";
2
3
  import { generateTheme as h } from "../../react-base/src/theme/theme.js";
3
4
  import { RechargeDarkMode as d, RechargeLightMode as a, DarkMode as c, LightMode as g } from "acinguiux-ds-fabrics";
4
5
  import { BaseProvider as n } from "../../react-base/src/providers/BaseProvider.js";
5
- import { useTheme as s, ThemeProvider as l } from "styled-components";
6
- import { I18nextProvider as p } from "../translations/I18nextProvider.js";
6
+ import { useTheme as s, ThemeProvider as p } from "styled-components";
7
+ import { I18nextProvider as l } from "../translations/I18nextProvider.js";
7
8
  import { GlobalStyles as f } from "../../styles/GlobalStyles.js";
8
9
  const x = {
9
10
  light: g,
10
11
  dark: c,
11
12
  rechargeLight: a,
12
13
  rechargeDark: d
13
- }, L = ({
14
+ }, j = ({
14
15
  theme: r = "light",
15
16
  children: o,
16
17
  i18n: t
17
18
  }) => {
18
19
  const m = x[r];
19
- return /* @__PURE__ */ e(n, { useTheme: s, children: /* @__PURE__ */ e(p, { i18n: t, children: /* @__PURE__ */ i(l, { theme: h(m), children: [
20
+ return /* @__PURE__ */ e(n, { useTheme: s, children: /* @__PURE__ */ e(l, { i18n: t, children: /* @__PURE__ */ i(p, { theme: h(m), children: [
20
21
  /* @__PURE__ */ e(f, {}),
21
22
  o
22
23
  ] }) }) });
23
24
  };
24
25
  export {
25
- L as AcinguiuxThemeProvider
26
+ j as AcinguiuxThemeProvider
26
27
  };
27
28
  //# sourceMappingURL=AcinguiuxThemeProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"AcinguiuxThemeProvider.js","sources":["../../../../src/providers/theme/AcinguiuxThemeProvider.tsx"],"sourcesContent":["import type { ReactNode, ReactElement } from 'react';\n\nimport { type ThemeMode, type Mode, generateTheme } from 'acinguiux-ds-react-base/theme';\nimport { LightMode, DarkMode, RechargeLightMode, RechargeDarkMode } from 'acinguiux-ds-fabrics';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IThemeProviderProps {\n theme: ThemeMode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nconst themes: Record<ThemeMode, Mode> = {\n light: LightMode,\n dark: DarkMode,\n rechargeLight: RechargeLightMode,\n rechargeDark: RechargeDarkMode,\n} as const;\n\nexport const AcinguiuxThemeProvider = ({\n theme: themeName = 'light',\n children,\n i18n,\n}: IThemeProviderProps): ReactElement => {\n const theme = themes[themeName];\n\n return (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n );\n};\n"],"names":["themes","LightMode","DarkMode","RechargeLightMode","RechargeDarkMode","AcinguiuxThemeProvider","themeName","children","i18n","theme","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":";;;;;;;AAiBA,MAAMA,IAAkC;AAAA,EACtC,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,eAAeC;AAAA,EACf,cAAcC;AAChB,GAEaC,IAAyB,CAAC;AAAA,EACrC,OAAOC,IAAY;AAAA,EACnB,UAAAC;AAAA,EACA,MAAAC;AACF,MAAyC;AACvC,QAAMC,IAAQT,EAAOM,CAAS;AAE9B,SACE,gBAAAI,EAACC,GAAA,EAAa,UAAAC,GACZ,UAAA,gBAAAF,EAACG,GAAA,EAAgB,MAAAL,GACf,UAAA,gBAAAM,EAACC,GAAA,EAAc,OAAOC,EAAcP,CAAK,GACvC,UAAA;AAAA,IAAA,gBAAAC,EAACO,GAAA,EAAa;AAAA,IACbV;AAAA,EAAA,EAAA,CACH,GACF,GACF;AAEJ;"}
1
+ {"version":3,"file":"AcinguiuxThemeProvider.js","sources":["../../../../src/providers/theme/AcinguiuxThemeProvider.tsx"],"sourcesContent":["import type { ReactNode, ReactElement } from 'react';\n\nimport { type ThemeMode, type Mode, generateTheme } from 'acinguiux-ds-react-base/theme';\nimport { LightMode, DarkMode, RechargeLightMode, RechargeDarkMode } from 'acinguiux-ds-fabrics';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IThemeProviderProps {\n theme: ThemeMode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nconst themes: Record<ThemeMode, Mode> = {\n light: LightMode,\n dark: DarkMode,\n rechargeLight: RechargeLightMode,\n rechargeDark: RechargeDarkMode,\n} as const;\n\nexport const AcinguiuxThemeProvider = ({\n theme: themeName = 'light',\n children,\n i18n,\n}: IThemeProviderProps): ReactElement => {\n const theme = themes[themeName];\n\n return (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n );\n};\n"],"names":["themes","LightMode","DarkMode","RechargeLightMode","RechargeDarkMode","AcinguiuxThemeProvider","themeName","children","i18n","theme","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":";;;;;;;;AAiBA,MAAMA,IAAkC;AAAA,EACtC,OAAOC;AAAA,EACP,MAAMC;AAAA,EACN,eAAeC;AAAA,EACf,cAAcC;AAChB,GAEaC,IAAyB,CAAC;AAAA,EACrC,OAAOC,IAAY;AAAA,EACnB,UAAAC;AAAA,EACA,MAAAC;AACF,MAAyC;AACvC,QAAMC,IAAQT,EAAOM,CAAS;AAE9B,SACE,gBAAAI,EAACC,GAAA,EAAa,UAAAC,GACZ,UAAA,gBAAAF,EAACG,GAAA,EAAgB,MAAAL,GACf,UAAA,gBAAAM,EAACC,GAAA,EAAc,OAAOC,EAAcP,CAAK,GACvC,UAAA;AAAA,IAAA,gBAAAC,EAACO,GAAA,EAAa;AAAA,IACbV;AAAA,EAAA,EAAA,CACH,GACF,GACF;AAEJ;"}
@@ -1,14 +1,15 @@
1
1
  import { jsx as r, jsxs as i } from "react/jsx-runtime";
2
+ import "../../react-base/src/theme/types/layer.js";
2
3
  import { generateTheme as t } from "../../react-base/src/theme/theme.js";
3
4
  import { BaseProvider as h } from "../../react-base/src/providers/BaseProvider.js";
4
- import { useTheme as s, ThemeProvider as d } from "styled-components";
5
- import { I18nextProvider as p } from "../translations/I18nextProvider.js";
5
+ import { useTheme as p, ThemeProvider as s } from "styled-components";
6
+ import { I18nextProvider as d } from "../translations/I18nextProvider.js";
6
7
  import { GlobalStyles as f } from "../../styles/GlobalStyles.js";
7
- const P = ({ theme: e, children: o, i18n: m }) => /* @__PURE__ */ r(h, { useTheme: s, children: /* @__PURE__ */ r(p, { i18n: m, children: /* @__PURE__ */ i(d, { theme: t(e), children: [
8
+ const T = ({ theme: e, children: o, i18n: m }) => /* @__PURE__ */ r(h, { useTheme: p, children: /* @__PURE__ */ r(d, { i18n: m, children: /* @__PURE__ */ i(s, { theme: t(e), children: [
8
9
  /* @__PURE__ */ r(f, {}),
9
10
  o
10
11
  ] }) }) });
11
12
  export {
12
- P as FabricsThemeProvider
13
+ T as FabricsThemeProvider
13
14
  };
14
15
  //# sourceMappingURL=FabricsThemeProvider.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FabricsThemeProvider.js","sources":["../../../../src/providers/theme/FabricsThemeProvider.tsx"],"sourcesContent":["import type { ReactElement, ReactNode } from 'react';\n\nimport { generateTheme, type Mode } from 'acinguiux-ds-react-base/theme';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IFabricsThemeProviderProps {\n theme: Mode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nexport const FabricsThemeProvider = ({ theme, children, i18n }: IFabricsThemeProviderProps): ReactElement => (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n);\n"],"names":["FabricsThemeProvider","theme","children","i18n","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":";;;;;;AAgBO,MAAMA,IAAuB,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,MAAAC,QACtD,gBAAAC,EAACC,GAAA,EAAa,UAAAC,GACZ,UAAA,gBAAAF,EAACG,KAAgB,MAAAJ,GACf,UAAA,gBAAAK,EAACC,KAAc,OAAOC,EAAcT,CAAK,GACvC,UAAA;AAAA,EAAA,gBAAAG,EAACO,GAAA,EAAa;AAAA,EACbT;AAAA,EAAA,CACH,GACF,EAAA,CACF;"}
1
+ {"version":3,"file":"FabricsThemeProvider.js","sources":["../../../../src/providers/theme/FabricsThemeProvider.tsx"],"sourcesContent":["import type { ReactElement, ReactNode } from 'react';\n\nimport { generateTheme, type Mode } from 'acinguiux-ds-react-base/theme';\nimport { BaseProvider } from 'acinguiux-ds-react-base/providers/BaseProvider';\nimport { ThemeProvider, useTheme } from 'styled-components';\nimport type { i18n as I18n } from 'i18next';\n\nimport { I18nextProvider } from '../translations/I18nextProvider';\nimport { GlobalStyles } from '../../styles/GlobalStyles';\n\nexport interface IFabricsThemeProviderProps {\n theme: Mode;\n children?: ReactNode;\n i18n?: I18n;\n}\n\nexport const FabricsThemeProvider = ({ theme, children, i18n }: IFabricsThemeProviderProps): ReactElement => (\n <BaseProvider useTheme={useTheme}>\n <I18nextProvider i18n={i18n}>\n <ThemeProvider theme={generateTheme(theme)}>\n <GlobalStyles />\n {children}\n </ThemeProvider>\n </I18nextProvider>\n </BaseProvider>\n);\n"],"names":["FabricsThemeProvider","theme","children","i18n","jsx","BaseProvider","useTheme","I18nextProvider","jsxs","ThemeProvider","generateTheme","GlobalStyles"],"mappings":";;;;;;;AAgBO,MAAMA,IAAuB,CAAC,EAAE,OAAAC,GAAO,UAAAC,GAAU,MAAAC,QACtD,gBAAAC,EAACC,GAAA,EAAa,UAAAC,GACZ,UAAA,gBAAAF,EAACG,KAAgB,MAAAJ,GACf,UAAA,gBAAAK,EAACC,KAAc,OAAOC,EAAcT,CAAK,GACvC,UAAA;AAAA,EAAA,gBAAAG,EAACO,GAAA,EAAa;AAAA,EACbT;AAAA,EAAA,CACH,GACF,EAAA,CACF;"}
@@ -2,15 +2,14 @@ import { css as o } from "styled-components";
2
2
  import { consts as e } from "./FormField.consts.js";
3
3
  import { getColor as s } from "./FormField.utils.js";
4
4
  import { getLabelTypographySize as i } from "../../utils/sizesUtils.js";
5
- import "acinguiux-ds-fabrics";
6
- const g = o`
5
+ const f = o`
7
6
  ${({ $size: p }) => o`
8
7
  display: flex;
9
8
  flex-direction: column;
10
9
  gap: ${e[p].gap}px;
11
10
  width: 100%;
12
11
  `}
13
- `, n = o`
12
+ `, g = o`
14
13
  ${({ $kind: p, $size: t, $disabled: l, theme: r }) => o`
15
14
  ${r.typography("label", i(t))};
16
15
  display: flex;
@@ -18,7 +17,7 @@ const g = o`
18
17
  `};
19
18
  `;
20
19
  export {
21
- n as MessageStyles,
22
- g as Styles
20
+ g as MessageStyles,
21
+ f as Styles
23
22
  };
24
23
  //# sourceMappingURL=FormField.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormField.styles.js","sources":["../../../../../../../react-base/src/components/FormField/FormField.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport { consts } from './FormField.consts';\nimport type { Size, Kind } from './FormField.types';\nimport { getColor } from './FormField.utils';\nimport { getLabelTypographySize } from '../../utils';\n\ntype MessageStyledProps = {\n $size: Size;\n $disabled: boolean;\n $kind?: Kind;\n};\n\nexport const Styles = css<{ $size: Size }>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: column;\n gap: ${consts[$size].gap}px;\n width: 100%;\n `}\n`;\n\nexport const MessageStyles = css<MessageStyledProps>`\n ${({ $kind, $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n display: flex;\n color: ${getColor(theme, $disabled, $kind)};\n `};\n`;\n"],"names":["Styles","css","$size","consts","MessageStyles","$kind","$disabled","theme","getLabelTypographySize","getColor"],"mappings":";;;;;AAaO,MAAMA,IAASC;AAAA,IAClB,CAAC,EAAE,OAAAC,EAAA,MAAYD;AAAA;AAAA;AAAA,WAGRE,EAAOD,CAAK,EAAE,GAAG;AAAA;AAAA,GAEzB;AAAA,GAGUE,IAAgBH;AAAA,IACzB,CAAC,EAAE,OAAAI,GAAO,OAAAH,GAAO,WAAAI,GAAW,OAAAC,QAAYN;AAAA,MACtCM,EAAM,WAAW,SAASC,EAAuBN,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDO,EAASF,GAAOD,GAAWD,CAAK,CAAC;AAAA,GAC3C;AAAA;"}
1
+ {"version":3,"file":"FormField.styles.js","sources":["../../../../../../../react-base/src/components/FormField/FormField.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport { consts } from './FormField.consts';\nimport type { Size, Kind } from './FormField.types';\nimport { getColor } from './FormField.utils';\nimport { getLabelTypographySize } from '../../utils';\n\ntype MessageStyledProps = {\n $size: Size;\n $disabled: boolean;\n $kind?: Kind;\n};\n\nexport const Styles = css<{ $size: Size }>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: column;\n gap: ${consts[$size].gap}px;\n width: 100%;\n `}\n`;\n\nexport const MessageStyles = css<MessageStyledProps>`\n ${({ $kind, $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n display: flex;\n color: ${getColor(theme, $disabled, $kind)};\n `};\n`;\n"],"names":["Styles","css","$size","consts","MessageStyles","$kind","$disabled","theme","getLabelTypographySize","getColor"],"mappings":";;;;AAaO,MAAMA,IAASC;AAAA,IAClB,CAAC,EAAE,OAAAC,EAAA,MAAYD;AAAA;AAAA;AAAA,WAGRE,EAAOD,CAAK,EAAE,GAAG;AAAA;AAAA,GAEzB;AAAA,GAGUE,IAAgBH;AAAA,IACzB,CAAC,EAAE,OAAAI,GAAO,OAAAH,GAAO,WAAAI,GAAW,OAAAC,QAAYN;AAAA,MACtCM,EAAM,WAAW,SAASC,EAAuBN,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDO,EAASF,GAAOD,GAAWD,CAAK,CAAC;AAAA,GAC3C;AAAA;"}
@@ -1,20 +1,19 @@
1
- import { css as t } from "styled-components";
1
+ import { css as a } from "styled-components";
2
2
  import { consts as r } from "../../FormField.consts.js";
3
3
  import { Variables as n } from "../../../../theme/types/layer.js";
4
4
  import { getLabelTypographySize as l } from "../../../../utils/sizesUtils.js";
5
- import "acinguiux-ds-fabrics";
6
- const d = t`
7
- ${({ $size: o, $disabled: a, theme: e }) => t`
5
+ const c = a`
6
+ ${({ $size: o, $disabled: t, theme: e }) => a`
8
7
  ${e.typography("label", l(o))};
9
8
 
10
9
  display: flex;
11
10
  flex-direction: column;
12
11
  flex-grow: 1;
13
12
  gap: ${r[o].headerGap}px;
14
- color: ${e.layer({ foundation: "surface", disabled: a })[n.TextOnFoundationStrong]};
13
+ color: ${e.layer({ foundation: "surface", disabled: t })[n.TextOnFoundationStrong]};
15
14
  `}
16
- `, f = t`
17
- ${({ $size: o }) => t`
15
+ `, d = a`
16
+ ${({ $size: o }) => a`
18
17
  display: flex;
19
18
  flex-direction: row;
20
19
  align-items: center;
@@ -22,50 +21,50 @@ const d = t`
22
21
  flex-grow: 1;
23
22
  gap: ${r[o].labelHelperGap}px;
24
23
  `};
25
- `, g = t`
26
- ${({ $size: o, $disabled: a, theme: e }) => t`
24
+ `, f = a`
25
+ ${({ $size: o, $disabled: t, theme: e }) => a`
27
26
  ${e.typography("label", l(o), "strong")};
28
27
 
29
- color: ${e.layer({ foundation: "surface", disabled: a })[n.TextOnFoundationStrong]};
28
+ color: ${e.layer({ foundation: "surface", disabled: t })[n.TextOnFoundationStrong]};
30
29
  display: flex;
31
30
  gap: ${r[o].labelContainerGap}px;
32
31
  align-items: center;
33
32
  `};
34
- `, x = t`
33
+ `, g = a`
35
34
  display: flex;
36
35
  gap: 6px;
37
- `, b = t`
38
- ${({ $size: o, $disabled: a, theme: e }) => t`
36
+ `, x = a`
37
+ ${({ $size: o, $disabled: t, theme: e }) => a`
39
38
  ${e.typography("label", l(o), "strong")};
40
39
 
41
- color: ${e.layer({ foundation: "surface", disabled: a })[n.TextOnFoundationStrong]};
40
+ color: ${e.layer({ foundation: "surface", disabled: t })[n.TextOnFoundationStrong]};
42
41
  `}
43
- `, u = t`
44
- ${({ $size: o, $disabled: a, theme: e }) => t`
42
+ `, b = a`
43
+ ${({ $size: o, $disabled: t, theme: e }) => a`
45
44
  ${e.typography("label", l(o), "strong")};
46
45
 
47
46
  color: ${e.layer({
48
47
  foundation: "surface",
49
48
  sentiment: "negative",
50
49
  sentimentProminence: "transparent",
51
- disabled: a
50
+ disabled: t
52
51
  })[n.TextOnSentimentOnBackground]};
53
52
  margin-left: 1px;
54
53
  `}
55
- `, $ = t`
56
- ${({ $size: o, $disabled: a, theme: e }) => t`
54
+ `, u = a`
55
+ ${({ $size: o, $disabled: t, theme: e }) => a`
57
56
  ${e.typography("label", l(o))};
58
57
 
59
- color: ${e.layer({ foundation: "surface", disabled: a })[n.TextOnFoundationSubtle]};
58
+ color: ${e.layer({ foundation: "surface", disabled: t })[n.TextOnFoundationSubtle]};
60
59
  `}
61
60
  `;
62
61
  export {
63
- $ as DescriptionStyles,
64
- d as HeaderStyles,
65
- g as LabelContainerStyles,
66
- f as LabelHelperStyles,
67
- x as LabelTextStyles,
68
- u as MandatoryStyles,
69
- b as TitleStyles
62
+ u as DescriptionStyles,
63
+ c as HeaderStyles,
64
+ f as LabelContainerStyles,
65
+ d as LabelHelperStyles,
66
+ g as LabelTextStyles,
67
+ b as MandatoryStyles,
68
+ x as TitleStyles
70
69
  };
71
70
  //# sourceMappingURL=FormFieldLabel.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormFieldLabel.styles.js","sources":["../../../../../../../../../react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../../FormField.types';\nimport { consts } from '../../FormField.consts';\nimport { Variables } from '../../../../theme';\nimport { getLabelTypographySize } from '../../../../utils';\n\ntype StyledProps = {\n $size: Size;\n $disabled?: boolean;\n};\n\nexport const HeaderStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n gap: ${consts[$size].headerGap}px;\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const LabelHelperStyles = css<StyledProps>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n flex-grow: 1;\n gap: ${consts[$size].labelHelperGap}px;\n `};\n`;\n\nexport const LabelContainerStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n display: flex;\n gap: ${consts[$size].labelContainerGap}px;\n align-items: center;\n `};\n`;\n\nexport const LabelTextStyles = css`\n display: flex;\n gap: 6px;\n`;\n\nexport const TitleStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const MandatoryStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({\n foundation: 'surface',\n sentiment: 'negative',\n sentimentProminence: 'transparent',\n disabled: $disabled,\n })[Variables.TextOnSentimentOnBackground]};\n margin-left: 1px;\n `}\n`;\n\nexport const DescriptionStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationSubtle]};\n `}\n`;\n"],"names":["HeaderStyles","css","$size","$disabled","theme","getLabelTypographySize","consts","Variables","LabelHelperStyles","LabelContainerStyles","LabelTextStyles","TitleStyles","MandatoryStyles","DescriptionStyles"],"mappings":";;;;;AAYO,MAAMA,IAAeC;AAAA,IACxB,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,WAKnDI,EAAOJ,CAAK,EAAE,SAAS;AAAA,aACrBE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,GAGUC,IAAoBP;AAAA,IAC7B,CAAC,EAAE,OAAAC,EAAA,MAAYD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,WAMRK,EAAOJ,CAAK,EAAE,cAAc;AAAA,GACpC;AAAA,GAGUO,IAAuBR;AAAA,IAChC,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,GAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA;AAAA,WAE/FD,EAAOJ,CAAK,EAAE,iBAAiB;AAAA;AAAA,GAEvC;AAAA,GAGUQ,IAAkBT;AAAA;AAAA;AAAA,GAKlBU,IAAcV;AAAA,IACvB,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,GAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,GAGUK,IAAkBX;AAAA,IAC3B,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,GAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM;AAAA,EACnB,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,qBAAqB;AAAA,EACrB,UAAUD;AACZ,CAAC,EAAEI,EAAU,2BAA2B,CAAC;AAAA;AAAA,GAE1C;AAAA,GAGUM,IAAoBZ;AAAA,IAC7B,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA;"}
1
+ {"version":3,"file":"FormFieldLabel.styles.js","sources":["../../../../../../../../../react-base/src/components/FormField/components/FormFieldLabel/FormFieldLabel.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../../FormField.types';\nimport { consts } from '../../FormField.consts';\nimport { Variables } from '../../../../theme';\nimport { getLabelTypographySize } from '../../../../utils';\n\ntype StyledProps = {\n $size: Size;\n $disabled?: boolean;\n};\n\nexport const HeaderStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n display: flex;\n flex-direction: column;\n flex-grow: 1;\n gap: ${consts[$size].headerGap}px;\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const LabelHelperStyles = css<StyledProps>`\n ${({ $size }) => css`\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n flex-grow: 1;\n gap: ${consts[$size].labelHelperGap}px;\n `};\n`;\n\nexport const LabelContainerStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n display: flex;\n gap: ${consts[$size].labelContainerGap}px;\n align-items: center;\n `};\n`;\n\nexport const LabelTextStyles = css`\n display: flex;\n gap: 6px;\n`;\n\nexport const TitleStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationStrong]};\n `}\n`;\n\nexport const MandatoryStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size), 'strong')};\n\n color: ${theme.layer({\n foundation: 'surface',\n sentiment: 'negative',\n sentimentProminence: 'transparent',\n disabled: $disabled,\n })[Variables.TextOnSentimentOnBackground]};\n margin-left: 1px;\n `}\n`;\n\nexport const DescriptionStyles = css<StyledProps>`\n ${({ $size, $disabled, theme }) => css`\n ${theme.typography('label', getLabelTypographySize($size))};\n\n color: ${theme.layer({ foundation: 'surface', disabled: $disabled })[Variables.TextOnFoundationSubtle]};\n `}\n`;\n"],"names":["HeaderStyles","css","$size","$disabled","theme","getLabelTypographySize","consts","Variables","LabelHelperStyles","LabelContainerStyles","LabelTextStyles","TitleStyles","MandatoryStyles","DescriptionStyles"],"mappings":";;;;AAYO,MAAMA,IAAeC;AAAA,IACxB,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,WAKnDI,EAAOJ,CAAK,EAAE,SAAS;AAAA,aACrBE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,GAGUC,IAAoBP;AAAA,IAC7B,CAAC,EAAE,OAAAC,EAAA,MAAYD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,WAMRK,EAAOJ,CAAK,EAAE,cAAc;AAAA,GACpC;AAAA,GAGUO,IAAuBR;AAAA,IAChC,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,GAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA;AAAA,WAE/FD,EAAOJ,CAAK,EAAE,iBAAiB;AAAA;AAAA,GAEvC;AAAA,GAGUQ,IAAkBT;AAAA;AAAA;AAAA,GAKlBU,IAAcV;AAAA,IACvB,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,GAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA,GAGUK,IAAkBX;AAAA,IAC3B,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,GAAG,QAAQ,CAAC;AAAA;AAAA,aAE3DE,EAAM,MAAM;AAAA,EACnB,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,qBAAqB;AAAA,EACrB,UAAUD;AACZ,CAAC,EAAEI,EAAU,2BAA2B,CAAC;AAAA;AAAA,GAE1C;AAAA,GAGUM,IAAoBZ;AAAA,IAC7B,CAAC,EAAE,OAAAC,GAAO,WAAAC,GAAW,OAAAC,QAAYH;AAAA,MAC/BG,EAAM,WAAW,SAASC,EAAuBH,CAAK,CAAC,CAAC;AAAA;AAAA,aAEjDE,EAAM,MAAM,EAAE,YAAY,WAAW,UAAUD,GAAW,EAAEI,EAAU,sBAAsB,CAAC;AAAA,GACvG;AAAA;"}
@@ -1,8 +1,7 @@
1
1
  import { FabricsVariables as l } from "acinguiux-ds-fabrics";
2
2
  import { Variables as t } from "../../theme/types/layer.js";
3
3
  import { getLabelTypographySize as a } from "../../utils/sizesUtils.js";
4
- import "styled-components";
5
- const p = (n, o) => n.typography("label", a(o)), y = (n, o) => n.typography("label", a(o)), b = (n, o, e) => {
4
+ const u = (n, o) => n.typography("label", a(o)), p = (n, o) => n.typography("label", a(o)), y = (n, o, e) => {
6
5
  const r = n.layer({
7
6
  foundation: "surface",
8
7
  state: o
@@ -14,8 +13,8 @@ const p = (n, o) => n.typography("label", a(o)), y = (n, o) => n.typography("lab
14
13
  };
15
14
  };
16
15
  export {
17
- y as getPaginationNumbersFontStyle,
18
- b as getStylesForState,
19
- p as getTextFontStyle
16
+ p as getPaginationNumbersFontStyle,
17
+ y as getStylesForState,
18
+ u as getTextFontStyle
20
19
  };
21
20
  //# sourceMappingURL=Paginations.utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Paginations.utils.js","sources":["../../../../../../../react-base/src/components/Pagination/Paginations.utils.ts"],"sourcesContent":["import type { CSSProperties } from 'styled-components';\nimport { FabricsVariables } from 'acinguiux-ds-fabrics';\n\nimport type { Size } from './Pagination.types';\nimport { type Theme, Variables } from '../../theme';\nimport { getLabelTypographySize } from '../../utils';\n\nexport const getTextFontStyle = (theme: Theme, size: Size) => theme.typography('label', getLabelTypographySize(size));\n\nexport const getPaginationNumbersFontStyle = (theme: Theme, size: Size) =>\n theme.typography('label', getLabelTypographySize(size));\n\nexport const getStylesForState = (\n theme: Theme,\n state: FabricsVariables.StateType,\n isSelected?: boolean,\n): CSSProperties => {\n const layer = theme.layer({\n foundation: 'surface',\n state,\n });\n const borderColor = isSelected\n ? layer[Variables.BorderOnSelectedOnBackground]\n : layer[Variables.BorderOnFoundationMedium];\n\n return {\n backgroundColor: isSelected ? layer[Variables.BackgroundSelected] : layer[Variables.BackgroundFoundation],\n color: isSelected ? layer[Variables.TextOnSelectedBackgroundStrong] : layer[Variables.TextOnFoundationStrong],\n border: `${isSelected && state === FabricsVariables.States.Resting ? 0 : 1}px solid ${borderColor}`,\n };\n};\n"],"names":["getTextFontStyle","theme","size","getLabelTypographySize","getPaginationNumbersFontStyle","getStylesForState","state","isSelected","layer","borderColor","Variables","FabricsVariables"],"mappings":";;;;AAOO,MAAMA,IAAmB,CAACC,GAAcC,MAAeD,EAAM,WAAW,SAASE,EAAuBD,CAAI,CAAC,GAEvGE,IAAgC,CAACH,GAAcC,MAC1DD,EAAM,WAAW,SAASE,EAAuBD,CAAI,CAAC,GAE3CG,IAAoB,CAC/BJ,GACAK,GACAC,MACkB;AAClB,QAAMC,IAAQP,EAAM,MAAM;AAAA,IACxB,YAAY;AAAA,IACZ,OAAAK;AAAA,EAAA,CACD,GACKG,IAAcF,IAChBC,EAAME,EAAU,4BAA4B,IAC5CF,EAAME,EAAU,wBAAwB;AAE5C,SAAO;AAAA,IACL,iBAAiBH,IAAaC,EAAME,EAAU,kBAAkB,IAAIF,EAAME,EAAU,oBAAoB;AAAA,IACxG,OAAOH,IAAaC,EAAME,EAAU,8BAA8B,IAAIF,EAAME,EAAU,sBAAsB;AAAA,IAC5G,QAAQ,GAAGH,KAAcD,MAAUK,EAAiB,OAAO,UAAU,IAAI,CAAC,YAAYF,CAAW;AAAA,EAAA;AAErG;"}
1
+ {"version":3,"file":"Paginations.utils.js","sources":["../../../../../../../react-base/src/components/Pagination/Paginations.utils.ts"],"sourcesContent":["import type { CSSProperties } from 'styled-components';\nimport { FabricsVariables } from 'acinguiux-ds-fabrics';\n\nimport type { Size } from './Pagination.types';\nimport { type Theme, Variables } from '../../theme';\nimport { getLabelTypographySize } from '../../utils';\n\nexport const getTextFontStyle = (theme: Theme, size: Size) => theme.typography('label', getLabelTypographySize(size));\n\nexport const getPaginationNumbersFontStyle = (theme: Theme, size: Size) =>\n theme.typography('label', getLabelTypographySize(size));\n\nexport const getStylesForState = (\n theme: Theme,\n state: FabricsVariables.StateType,\n isSelected?: boolean,\n): CSSProperties => {\n const layer = theme.layer({\n foundation: 'surface',\n state,\n });\n const borderColor = isSelected\n ? layer[Variables.BorderOnSelectedOnBackground]\n : layer[Variables.BorderOnFoundationMedium];\n\n return {\n backgroundColor: isSelected ? layer[Variables.BackgroundSelected] : layer[Variables.BackgroundFoundation],\n color: isSelected ? layer[Variables.TextOnSelectedBackgroundStrong] : layer[Variables.TextOnFoundationStrong],\n border: `${isSelected && state === FabricsVariables.States.Resting ? 0 : 1}px solid ${borderColor}`,\n };\n};\n"],"names":["getTextFontStyle","theme","size","getLabelTypographySize","getPaginationNumbersFontStyle","getStylesForState","state","isSelected","layer","borderColor","Variables","FabricsVariables"],"mappings":";;;AAOO,MAAMA,IAAmB,CAACC,GAAcC,MAAeD,EAAM,WAAW,SAASE,EAAuBD,CAAI,CAAC,GAEvGE,IAAgC,CAACH,GAAcC,MAC1DD,EAAM,WAAW,SAASE,EAAuBD,CAAI,CAAC,GAE3CG,IAAoB,CAC/BJ,GACAK,GACAC,MACkB;AAClB,QAAMC,IAAQP,EAAM,MAAM;AAAA,IACxB,YAAY;AAAA,IACZ,OAAAK;AAAA,EAAA,CACD,GACKG,IAAcF,IAChBC,EAAME,EAAU,4BAA4B,IAC5CF,EAAME,EAAU,wBAAwB;AAE5C,SAAO;AAAA,IACL,iBAAiBH,IAAaC,EAAME,EAAU,kBAAkB,IAAIF,EAAME,EAAU,oBAAoB;AAAA,IACxG,OAAOH,IAAaC,EAAME,EAAU,8BAA8B,IAAIF,EAAME,EAAU,sBAAsB;AAAA,IAC5G,QAAQ,GAAGH,KAAcD,MAAUK,EAAiB,OAAO,UAAU,IAAI,CAAC,YAAYF,CAAW;AAAA,EAAA;AAErG;"}
@@ -2,26 +2,25 @@ import { css as e } from "styled-components";
2
2
  import { consts as a } from "../ProgressBar.consts.js";
3
3
  import { Sizes as o } from "../../../consts/index.js";
4
4
  import { getStrokeDashArray as i, getStrokeDashoffset as f } from "../../../utils/circleSvgUtils.js";
5
- import "acinguiux-ds-fabrics";
6
- import { Variables as n } from "../../../theme/types/layer.js";
7
5
  import { getProgressFillColor as c } from "../ProgressBar.utils.js";
8
- const y = e`
6
+ import { Variables as n } from "../../../theme/types/layer.js";
7
+ const u = e`
9
8
  position: relative;
10
9
  display: flex;
11
10
  justify-content: center;
12
- `, k = e`
11
+ `, y = e`
13
12
  ${({ size: t }) => e`
14
13
  width: ${`${a[t].viewBoxSize}px`};
15
14
  height: ${`${a[t].viewBoxSize}px`};
16
15
  overflow: inherit;
17
16
  transform: rotate(-90deg);
18
17
  `}
19
- `, x = e`
18
+ `, k = e`
20
19
  ${({ theme: t }) => e`
21
20
  fill: transparent;
22
21
  stroke: ${t.layer({ foundation: "section" })[n.BackgroundFoundation]};
23
22
  `}
24
- `, w = e`
23
+ `, x = e`
25
24
  ${({ theme: t, value: r, r: s, muted: l }) => e`
26
25
  fill: transparent;
27
26
  stroke: ${c(t, l)};
@@ -43,7 +42,7 @@ const y = e`
43
42
  default:
44
43
  throw new Error(`size "${t}" does not have a label size`);
45
44
  }
46
- }, b = e`
45
+ }, w = e`
47
46
  ${({ size: t, theme: r }) => e`
48
47
  ${r.typography("heading", m(t))};
49
48
  position: absolute;
@@ -54,10 +53,10 @@ const y = e`
54
53
  `}
55
54
  `;
56
55
  export {
57
- x as BackgroundStyles,
58
- y as ContainerStyles,
59
- b as LabelStyles,
60
- k as ProgressBarStyles,
61
- w as ProgressStyles
56
+ k as BackgroundStyles,
57
+ u as ContainerStyles,
58
+ w as LabelStyles,
59
+ y as ProgressBarStyles,
60
+ x as ProgressStyles
62
61
  };
63
62
  //# sourceMappingURL=CircleProgressBar.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CircleProgressBar.styles.js","sources":["../../../../../../../../react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../ProgressBar.types';\nimport { consts } from '../ProgressBar.consts';\nimport { Sizes } from '../../../consts';\nimport { getStrokeDashArray, getStrokeDashoffset } from '../../../utils';\nimport { getProgressFillColor } from '../ProgressBar.utils';\nimport { type TypographySize, Variables } from '../../../theme';\n\nexport const ContainerStyles = css`\n position: relative;\n display: flex;\n justify-content: center;\n`;\n\nexport const ProgressBarStyles = css<{ size: Size }>`\n ${({ size }) => css`\n width: ${`${consts[size].viewBoxSize}px`};\n height: ${`${consts[size].viewBoxSize}px`};\n overflow: inherit;\n transform: rotate(-90deg);\n `}\n`;\n\nexport const BackgroundStyles = css`\n ${({ theme }) => css`\n fill: transparent;\n stroke: ${theme.layer({ foundation: 'section' })[Variables.BackgroundFoundation]};\n `}\n`;\n\nexport const ProgressStyles = css<{ value: number; r: number; muted?: boolean }>`\n ${({ theme, value, r, muted }) => css`\n fill: transparent;\n stroke: ${getProgressFillColor(theme, muted)};\n stroke-linecap: round;\n stroke-dasharray: ${`${getStrokeDashArray(r)}`};\n stroke-dashoffset: ${getStrokeDashoffset(r, value)};\n transition: stroke-dashoffset 1s;\n `}\n`;\n\nconst getLabelSize = (size: Size): TypographySize<'label'> => {\n switch (size) {\n case Sizes.XSmall:\n case Sizes.Smallest:\n case Sizes.Small:\n return 'smallest';\n case Sizes.Medium:\n return 'extraSmall';\n case Sizes.Large:\n return 'small';\n default:\n throw new Error(`size \"${size}\" does not have a label size`);\n }\n};\n\nexport const LabelStyles = css<{ size: Size }>`\n ${({ size, theme }) => css`\n ${theme.typography('heading', getLabelSize(size))};\n position: absolute;\n top: 50%;\n left: 50%;\n color: ${theme.layer()[Variables.TextOnFoundationStrong]};\n transform: translate(-50%, -50%);\n `}\n`;\n"],"names":["ContainerStyles","css","ProgressBarStyles","size","consts","BackgroundStyles","theme","Variables","ProgressStyles","value","r","muted","getProgressFillColor","getStrokeDashArray","getStrokeDashoffset","getLabelSize","Sizes","LabelStyles"],"mappings":";;;;;;;AASO,MAAMA,IAAkBC;AAAA;AAAA;AAAA;AAAA,GAMlBC,IAAoBD;AAAA,IAC7B,CAAC,EAAE,MAAAE,EAAA,MAAWF;AAAA,aACL,GAAGG,EAAOD,CAAI,EAAE,WAAW,IAAI;AAAA,cAC9B,GAAGC,EAAOD,CAAI,EAAE,WAAW,IAAI;AAAA;AAAA;AAAA,GAG1C;AAAA,GAGUE,IAAmBJ;AAAA,IAC5B,CAAC,EAAE,OAAAK,EAAA,MAAYL;AAAA;AAAA,cAELK,EAAM,MAAM,EAAE,YAAY,WAAW,EAAEC,EAAU,oBAAoB,CAAC;AAAA,GACjF;AAAA,GAGUC,IAAiBP;AAAA,IAC1B,CAAC,EAAE,OAAAK,GAAO,OAAAG,GAAO,GAAAC,GAAG,OAAAC,QAAYV;AAAA;AAAA,cAEtBW,EAAqBN,GAAOK,CAAK,CAAC;AAAA;AAAA,wBAExB,GAAGE,EAAmBH,CAAC,CAAC,EAAE;AAAA,yBACzBI,EAAoBJ,GAAGD,CAAK,CAAC;AAAA;AAAA,GAEnD;AAAA,GAGGM,IAAe,CAACZ,MAAwC;AAC5D,UAAQA,GAAA;AAAA,IACN,KAAKa,EAAM;AAAA,IACX,KAAKA,EAAM;AAAA,IACX,KAAKA,EAAM;AACT,aAAO;AAAA,IACT,KAAKA,EAAM;AACT,aAAO;AAAA,IACT,KAAKA,EAAM;AACT,aAAO;AAAA,IACT;AACE,YAAM,IAAI,MAAM,SAASb,CAAI,8BAA8B;AAAA,EAAA;AAEjE,GAEac,IAAchB;AAAA,IACvB,CAAC,EAAE,MAAAE,GAAM,OAAAG,EAAA,MAAYL;AAAA,MACnBK,EAAM,WAAW,WAAWS,EAAaZ,CAAI,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA,aAIxCG,EAAM,MAAA,EAAQC,EAAU,sBAAsB,CAAC;AAAA;AAAA,GAEzD;AAAA;"}
1
+ {"version":3,"file":"CircleProgressBar.styles.js","sources":["../../../../../../../../react-base/src/components/ProgressBar/CircleProgressBar/CircleProgressBar.styles.ts"],"sourcesContent":["import { css } from 'styled-components';\n\nimport type { Size } from '../ProgressBar.types';\nimport { consts } from '../ProgressBar.consts';\nimport { Sizes } from '../../../consts';\nimport { getStrokeDashArray, getStrokeDashoffset } from '../../../utils';\nimport { getProgressFillColor } from '../ProgressBar.utils';\nimport { type TypographySize, Variables } from '../../../theme';\n\nexport const ContainerStyles = css`\n position: relative;\n display: flex;\n justify-content: center;\n`;\n\nexport const ProgressBarStyles = css<{ size: Size }>`\n ${({ size }) => css`\n width: ${`${consts[size].viewBoxSize}px`};\n height: ${`${consts[size].viewBoxSize}px`};\n overflow: inherit;\n transform: rotate(-90deg);\n `}\n`;\n\nexport const BackgroundStyles = css`\n ${({ theme }) => css`\n fill: transparent;\n stroke: ${theme.layer({ foundation: 'section' })[Variables.BackgroundFoundation]};\n `}\n`;\n\nexport const ProgressStyles = css<{ value: number; r: number; muted?: boolean }>`\n ${({ theme, value, r, muted }) => css`\n fill: transparent;\n stroke: ${getProgressFillColor(theme, muted)};\n stroke-linecap: round;\n stroke-dasharray: ${`${getStrokeDashArray(r)}`};\n stroke-dashoffset: ${getStrokeDashoffset(r, value)};\n transition: stroke-dashoffset 1s;\n `}\n`;\n\nconst getLabelSize = (size: Size): TypographySize<'label'> => {\n switch (size) {\n case Sizes.XSmall:\n case Sizes.Smallest:\n case Sizes.Small:\n return 'smallest';\n case Sizes.Medium:\n return 'extraSmall';\n case Sizes.Large:\n return 'small';\n default:\n throw new Error(`size \"${size}\" does not have a label size`);\n }\n};\n\nexport const LabelStyles = css<{ size: Size }>`\n ${({ size, theme }) => css`\n ${theme.typography('heading', getLabelSize(size))};\n position: absolute;\n top: 50%;\n left: 50%;\n color: ${theme.layer()[Variables.TextOnFoundationStrong]};\n transform: translate(-50%, -50%);\n `}\n`;\n"],"names":["ContainerStyles","css","ProgressBarStyles","size","consts","BackgroundStyles","theme","Variables","ProgressStyles","value","r","muted","getProgressFillColor","getStrokeDashArray","getStrokeDashoffset","getLabelSize","Sizes","LabelStyles"],"mappings":";;;;;;AASO,MAAMA,IAAkBC;AAAA;AAAA;AAAA;AAAA,GAMlBC,IAAoBD;AAAA,IAC7B,CAAC,EAAE,MAAAE,EAAA,MAAWF;AAAA,aACL,GAAGG,EAAOD,CAAI,EAAE,WAAW,IAAI;AAAA,cAC9B,GAAGC,EAAOD,CAAI,EAAE,WAAW,IAAI;AAAA;AAAA;AAAA,GAG1C;AAAA,GAGUE,IAAmBJ;AAAA,IAC5B,CAAC,EAAE,OAAAK,EAAA,MAAYL;AAAA;AAAA,cAELK,EAAM,MAAM,EAAE,YAAY,WAAW,EAAEC,EAAU,oBAAoB,CAAC;AAAA,GACjF;AAAA,GAGUC,IAAiBP;AAAA,IAC1B,CAAC,EAAE,OAAAK,GAAO,OAAAG,GAAO,GAAAC,GAAG,OAAAC,QAAYV;AAAA;AAAA,cAEtBW,EAAqBN,GAAOK,CAAK,CAAC;AAAA;AAAA,wBAExB,GAAGE,EAAmBH,CAAC,CAAC,EAAE;AAAA,yBACzBI,EAAoBJ,GAAGD,CAAK,CAAC;AAAA;AAAA,GAEnD;AAAA,GAGGM,IAAe,CAACZ,MAAwC;AAC5D,UAAQA,GAAA;AAAA,IACN,KAAKa,EAAM;AAAA,IACX,KAAKA,EAAM;AAAA,IACX,KAAKA,EAAM;AACT,aAAO;AAAA,IACT,KAAKA,EAAM;AACT,aAAO;AAAA,IACT,KAAKA,EAAM;AACT,aAAO;AAAA,IACT;AACE,YAAM,IAAI,MAAM,SAASb,CAAI,8BAA8B;AAAA,EAAA;AAEjE,GAEac,IAAchB;AAAA,IACvB,CAAC,EAAE,MAAAE,GAAM,OAAAG,EAAA,MAAYL;AAAA,MACnBK,EAAM,WAAW,WAAWS,EAAaZ,CAAI,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA,aAIxCG,EAAM,MAAA,EAAQC,EAAU,sBAAsB,CAAC;AAAA;AAAA,GAEzD;AAAA;"}
@@ -1,33 +1,31 @@
1
- import { TextElementTypes as i } from "../../../../consts/index.js";
2
- import { getDisplayTypographySize as m } from "../../../../utils/sizesUtils.js";
3
- import "styled-components";
4
- import "acinguiux-ds-fabrics";
5
- const y = {
1
+ import { TextElementTypes as y } from "../../../../consts/index.js";
2
+ import { getDisplayTypographySize as i } from "../../../../utils/sizesUtils.js";
3
+ const m = {
6
4
  1: "large",
7
5
  2: "medium",
8
6
  3: "small",
9
7
  4: "extraSmall"
10
- }, T = (o, t, e) => o.typography("display", e ? m(e) : y[t]), c = ({
8
+ }, g = (o, t, e) => o.typography("display", e ? i(e) : m[t]), d = ({
11
9
  level: o = 1,
12
10
  contrast: t,
13
11
  gutter: e,
14
12
  bold: p,
15
- size: r,
16
- disabled: l,
17
- type: a = `${i.Span}`,
13
+ size: l,
14
+ disabled: a,
15
+ type: r = `${y.Span}`,
18
16
  ...s
19
17
  }) => ({
20
18
  $level: o,
21
- type: a,
19
+ type: r,
22
20
  $contrast: t,
23
21
  $gutter: e,
24
- $size: r,
22
+ $size: l,
25
23
  $bold: p,
26
- $disabled: l,
24
+ $disabled: a,
27
25
  ...s
28
26
  });
29
27
  export {
30
- T as font,
31
- c as useProps
28
+ g as font,
29
+ d as useProps
32
30
  };
33
31
  //# sourceMappingURL=Display.utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Display.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Display/Display.utils.ts"],"sourcesContent":["import type { Theme, TypographySize } from '../../../../theme';\nimport { TextElementTypes } from '../../../../consts';\nimport type { IProps, Levels, Size } from './Display.types';\nimport { getDisplayTypographySize } from '../../../../utils';\n\nconst DisplayLevelToTypographySize: Record<Levels, TypographySize<'display'>> = {\n 1: 'large',\n 2: 'medium',\n 3: 'small',\n 4: 'extraSmall',\n} as const;\n\nexport const font = (theme: Theme, level: Levels, size?: Size) =>\n theme.typography('display', size ? getDisplayTypographySize(size) : DisplayLevelToTypographySize[level]);\n\nexport const useProps = ({\n level = 1,\n contrast,\n gutter,\n bold,\n size,\n disabled,\n type = `${TextElementTypes.Span}`,\n ...rest\n}: IProps) => ({\n $level: level,\n type,\n $contrast: contrast,\n $gutter: gutter,\n $size: size,\n $bold: bold,\n $disabled: disabled,\n ...rest,\n});\n"],"names":["DisplayLevelToTypographySize","font","theme","level","size","getDisplayTypographySize","useProps","contrast","gutter","bold","disabled","type","TextElementTypes","rest"],"mappings":";;;;AAKA,MAAMA,IAA0E;AAAA,EAC9E,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AACL,GAEaC,IAAO,CAACC,GAAcC,GAAeC,MAChDF,EAAM,WAAW,WAAWE,IAAOC,EAAyBD,CAAI,IAAIJ,EAA6BG,CAAK,CAAC,GAE5FG,IAAW,CAAC;AAAA,EACvB,OAAAH,IAAQ;AAAA,EACR,UAAAI;AAAA,EACA,QAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAL;AAAA,EACA,UAAAM;AAAA,EACA,MAAAC,IAAO,GAAGC,EAAiB,IAAI;AAAA,EAC/B,GAAGC;AACL,OAAe;AAAA,EACb,QAAQV;AAAA,EACR,MAAAQ;AAAA,EACA,WAAWJ;AAAA,EACX,SAASC;AAAA,EACT,OAAOJ;AAAA,EACP,OAAOK;AAAA,EACP,WAAWC;AAAA,EACX,GAAGG;AACL;"}
1
+ {"version":3,"file":"Display.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Display/Display.utils.ts"],"sourcesContent":["import type { Theme, TypographySize } from '../../../../theme';\nimport { TextElementTypes } from '../../../../consts';\nimport type { IProps, Levels, Size } from './Display.types';\nimport { getDisplayTypographySize } from '../../../../utils';\n\nconst DisplayLevelToTypographySize: Record<Levels, TypographySize<'display'>> = {\n 1: 'large',\n 2: 'medium',\n 3: 'small',\n 4: 'extraSmall',\n} as const;\n\nexport const font = (theme: Theme, level: Levels, size?: Size) =>\n theme.typography('display', size ? getDisplayTypographySize(size) : DisplayLevelToTypographySize[level]);\n\nexport const useProps = ({\n level = 1,\n contrast,\n gutter,\n bold,\n size,\n disabled,\n type = `${TextElementTypes.Span}`,\n ...rest\n}: IProps) => ({\n $level: level,\n type,\n $contrast: contrast,\n $gutter: gutter,\n $size: size,\n $bold: bold,\n $disabled: disabled,\n ...rest,\n});\n"],"names":["DisplayLevelToTypographySize","font","theme","level","size","getDisplayTypographySize","useProps","contrast","gutter","bold","disabled","type","TextElementTypes","rest"],"mappings":";;AAKA,MAAMA,IAA0E;AAAA,EAC9E,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AACL,GAEaC,IAAO,CAACC,GAAcC,GAAeC,MAChDF,EAAM,WAAW,WAAWE,IAAOC,EAAyBD,CAAI,IAAIJ,EAA6BG,CAAK,CAAC,GAE5FG,IAAW,CAAC;AAAA,EACvB,OAAAH,IAAQ;AAAA,EACR,UAAAI;AAAA,EACA,QAAAC;AAAA,EACA,MAAAC;AAAA,EACA,MAAAL;AAAA,EACA,UAAAM;AAAA,EACA,MAAAC,IAAO,GAAGC,EAAiB,IAAI;AAAA,EAC/B,GAAGC;AACL,OAAe;AAAA,EACb,QAAQV;AAAA,EACR,MAAAQ;AAAA,EACA,WAAWJ;AAAA,EACX,SAASC;AAAA,EACT,OAAOJ;AAAA,EACP,OAAOK;AAAA,EACP,WAAWC;AAAA,EACX,GAAGG;AACL;"}
@@ -1,45 +1,43 @@
1
1
  import { TextElementTypes as e } from "../../../../consts/index.js";
2
- import { getHeadingTypographySize as m } from "../../../../utils/sizesUtils.js";
3
- import "styled-components";
4
- import "acinguiux-ds-fabrics";
5
- const p = [
2
+ import { getHeadingTypographySize as g } from "../../../../utils/sizesUtils.js";
3
+ const m = [
6
4
  `${e.H1}`,
7
5
  `${e.H2}`,
8
6
  `${e.H3}`,
9
7
  `${e.H4}`,
10
8
  `${e.H5}`,
11
9
  `${e.H6}`
12
- ], g = {
10
+ ], p = {
13
11
  1: "extraLarge",
14
12
  2: "large",
15
13
  3: "medium",
16
14
  4: "small",
17
15
  5: "extraSmall",
18
16
  6: "smallest"
19
- }, x = (t, o, r) => t.typography("heading", r ? m(r) : g[o]), T = ({
17
+ }, c = (t, o, r) => t.typography("heading", r ? g(r) : p[o]), y = ({
20
18
  type: t = `${e.H1}`,
21
19
  contrast: o,
22
20
  level: r,
23
21
  size: n,
24
22
  gutter: a,
25
23
  bold: l,
26
- disabled: i,
27
- ...s
24
+ disabled: s,
25
+ ...$
28
26
  }) => {
29
- const $ = r || p.indexOf(t) + 1 || 1;
27
+ const i = r || m.indexOf(t) + 1 || 1;
30
28
  return {
31
- ...s,
29
+ ...$,
32
30
  type: t,
33
31
  $gutter: a,
34
32
  $bold: l,
35
33
  $size: n,
36
34
  $contrast: o,
37
- $disabled: i,
38
- $innerLevel: $
35
+ $disabled: s,
36
+ $innerLevel: i
39
37
  };
40
38
  };
41
39
  export {
42
- x as font,
43
- T as useProps
40
+ c as font,
41
+ y as useProps
44
42
  };
45
43
  //# sourceMappingURL=Heading.utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Heading.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Heading/Heading.utils.ts"],"sourcesContent":["import type { IProps, Level, Size } from './Heading.types';\nimport { TextElementTypes } from '../../../../consts';\nimport type { Theme, TypographySize } from '../../../../theme';\nimport { getHeadingTypographySize } from '../../../../utils';\n\nconst allHeadings = [\n `${TextElementTypes.H1}`,\n `${TextElementTypes.H2}`,\n `${TextElementTypes.H3}`,\n `${TextElementTypes.H4}`,\n `${TextElementTypes.H5}`,\n `${TextElementTypes.H6}`,\n];\n\nconst LevelToTypographySize: Record<Level, TypographySize<'heading'>> = {\n 1: 'extraLarge',\n 2: 'large',\n 3: 'medium',\n 4: 'small',\n 5: 'extraSmall',\n 6: 'smallest',\n};\n\nexport const font = (theme: Theme, level: Level, size?: Size) =>\n theme.typography('heading', size ? getHeadingTypographySize(size) : LevelToTypographySize[level]);\n\nexport const useProps = ({\n type = `${TextElementTypes.H1}`,\n contrast,\n level,\n size,\n gutter,\n bold,\n disabled,\n ...rest\n}: IProps) => {\n const innerLevel = level || ((allHeadings.indexOf(type) + 1) as Level) || 1;\n\n return {\n ...rest,\n type,\n $gutter: gutter,\n $bold: bold,\n $size: size,\n $contrast: contrast,\n $disabled: disabled,\n $innerLevel: innerLevel,\n };\n};\n"],"names":["allHeadings","TextElementTypes","LevelToTypographySize","font","theme","level","size","getHeadingTypographySize","useProps","type","contrast","gutter","bold","disabled","rest","innerLevel"],"mappings":";;;;AAKA,MAAMA,IAAc;AAAA,EAClB,GAAGC,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AACxB,GAEMC,IAAkE;AAAA,EACtE,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AACL,GAEaC,IAAO,CAACC,GAAcC,GAAcC,MAC/CF,EAAM,WAAW,WAAWE,IAAOC,EAAyBD,CAAI,IAAIJ,EAAsBG,CAAK,CAAC,GAErFG,IAAW,CAAC;AAAA,EACvB,MAAAC,IAAO,GAAGR,EAAiB,EAAE;AAAA,EAC7B,UAAAS;AAAA,EACA,OAAAL;AAAA,EACA,MAAAC;AAAA,EACA,QAAAK;AAAA,EACA,MAAAC;AAAA,EACA,UAAAC;AAAA,EACA,GAAGC;AACL,MAAc;AACZ,QAAMC,IAAaV,KAAWL,EAAY,QAAQS,CAAI,IAAI,KAAgB;AAE1E,SAAO;AAAA,IACL,GAAGK;AAAA,IACH,MAAAL;AAAA,IACA,SAASE;AAAA,IACT,OAAOC;AAAA,IACP,OAAON;AAAA,IACP,WAAWI;AAAA,IACX,WAAWG;AAAA,IACX,aAAaE;AAAA,EAAA;AAEjB;"}
1
+ {"version":3,"file":"Heading.utils.js","sources":["../../../../../../../../../react-base/src/components/Text/components/Heading/Heading.utils.ts"],"sourcesContent":["import type { IProps, Level, Size } from './Heading.types';\nimport { TextElementTypes } from '../../../../consts';\nimport type { Theme, TypographySize } from '../../../../theme';\nimport { getHeadingTypographySize } from '../../../../utils';\n\nconst allHeadings = [\n `${TextElementTypes.H1}`,\n `${TextElementTypes.H2}`,\n `${TextElementTypes.H3}`,\n `${TextElementTypes.H4}`,\n `${TextElementTypes.H5}`,\n `${TextElementTypes.H6}`,\n];\n\nconst LevelToTypographySize: Record<Level, TypographySize<'heading'>> = {\n 1: 'extraLarge',\n 2: 'large',\n 3: 'medium',\n 4: 'small',\n 5: 'extraSmall',\n 6: 'smallest',\n};\n\nexport const font = (theme: Theme, level: Level, size?: Size) =>\n theme.typography('heading', size ? getHeadingTypographySize(size) : LevelToTypographySize[level]);\n\nexport const useProps = ({\n type = `${TextElementTypes.H1}`,\n contrast,\n level,\n size,\n gutter,\n bold,\n disabled,\n ...rest\n}: IProps) => {\n const innerLevel = level || ((allHeadings.indexOf(type) + 1) as Level) || 1;\n\n return {\n ...rest,\n type,\n $gutter: gutter,\n $bold: bold,\n $size: size,\n $contrast: contrast,\n $disabled: disabled,\n $innerLevel: innerLevel,\n };\n};\n"],"names":["allHeadings","TextElementTypes","LevelToTypographySize","font","theme","level","size","getHeadingTypographySize","useProps","type","contrast","gutter","bold","disabled","rest","innerLevel"],"mappings":";;AAKA,MAAMA,IAAc;AAAA,EAClB,GAAGC,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AAAA,EACtB,GAAGA,EAAiB,EAAE;AACxB,GAEMC,IAAkE;AAAA,EACtE,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AACL,GAEaC,IAAO,CAACC,GAAcC,GAAcC,MAC/CF,EAAM,WAAW,WAAWE,IAAOC,EAAyBD,CAAI,IAAIJ,EAAsBG,CAAK,CAAC,GAErFG,IAAW,CAAC;AAAA,EACvB,MAAAC,IAAO,GAAGR,EAAiB,EAAE;AAAA,EAC7B,UAAAS;AAAA,EACA,OAAAL;AAAA,EACA,MAAAC;AAAA,EACA,QAAAK;AAAA,EACA,MAAAC;AAAA,EACA,UAAAC;AAAA,EACA,GAAGC;AACL,MAAc;AACZ,QAAMC,IAAaV,KAAWL,EAAY,QAAQS,CAAI,IAAI,KAAgB;AAE1E,SAAO;AAAA,IACL,GAAGK;AAAA,IACH,MAAAL;AAAA,IACA,SAASE;AAAA,IACT,OAAOC;AAAA,IACP,OAAON;AAAA,IACP,WAAWI;AAAA,IACX,WAAWG;AAAA,IACX,aAAaE;AAAA,EAAA;AAEjB;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acinguiux-ds-react-framework",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "All Acingui-UX components for React",
5
5
  "main": "./build/cjs/index.js",
6
6
  "module": "./build/esm/index.js",