@ornikar/bumper 2.7.0 → 2.7.2-canary.1768565076.501fccaa5e4ef824bb180cfd40a7e74454a29a3e.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/definitions/index.d.ts +19 -19
  3. package/dist/definitions/index.d.ts.map +1 -1
  4. package/dist/definitions/shared/storybook/BumperDecorator.d.ts.map +1 -0
  5. package/dist/definitions/{story-components → shared/storybook}/StorySection.d.ts +1 -1
  6. package/dist/definitions/shared/storybook/StorySection.d.ts.map +1 -0
  7. package/dist/definitions/{story-components → shared/storybook}/StoryTitle.d.ts +1 -1
  8. package/dist/definitions/shared/storybook/StoryTitle.d.ts.map +1 -0
  9. package/dist/definitions/{components → system/content}/typography/Typography.d.ts +1 -1
  10. package/dist/definitions/system/content/typography/Typography.d.ts.map +1 -0
  11. package/dist/definitions/{components → system/content}/typography/utils/getVariantAndWeightValues.d.ts +1 -1
  12. package/dist/definitions/system/content/typography/utils/getVariantAndWeightValues.d.ts.map +1 -0
  13. package/dist/definitions/system/core/breakpoints/SwitchBreakpoins.d.ts.map +1 -0
  14. package/dist/definitions/{themes/utils/breakpoints.d.ts → system/core/breakpoints/constants.d.ts} +1 -1
  15. package/dist/definitions/system/core/breakpoints/constants.d.ts.map +1 -0
  16. package/dist/definitions/system/core/breakpoints/hooks/useBreakpointValue.d.ts.map +1 -0
  17. package/dist/definitions/system/core/breakpoints/hooks/useCurrentBreakpointName.d.ts +3 -0
  18. package/dist/definitions/system/core/breakpoints/hooks/useCurrentBreakpointName.d.ts.map +1 -0
  19. package/dist/definitions/system/core/breakpoints/hooks/useWindowSize.d.ts.map +1 -0
  20. package/dist/definitions/{components → system/core}/breakpoints/utils/breakpointsUtils.d.ts +1 -1
  21. package/dist/definitions/system/core/breakpoints/utils/breakpointsUtils.d.ts.map +1 -0
  22. package/dist/definitions/system/core/primitives/Center.d.ts.map +1 -0
  23. package/dist/definitions/system/core/primitives/Pressable.d.ts.map +1 -0
  24. package/dist/definitions/system/core/primitives/Stack.d.ts.map +1 -0
  25. package/dist/definitions/system/core/primitives/View.d.ts.map +1 -0
  26. package/dist/definitions/system/core/provider/BumperProvider.d.ts.map +1 -0
  27. package/dist/definitions/system/core/themes/light.d.ts.map +1 -0
  28. package/dist/definitions/system/core/tokens/fonts.d.ts +17 -0
  29. package/dist/definitions/system/core/tokens/fonts.d.ts.map +1 -0
  30. package/dist/definitions/system/core/tokens/palettes/deepPurpleColorPalette.d.ts.map +1 -0
  31. package/dist/definitions/system/core/tokens/radius.d.ts.map +1 -0
  32. package/dist/definitions/system/core/tokens/size.d.ts.map +1 -0
  33. package/dist/definitions/system/core/tokens/space.d.ts.map +1 -0
  34. package/dist/definitions/tamagui.config.d.ts +37 -3
  35. package/dist/definitions/tamagui.config.d.ts.map +1 -1
  36. package/dist/index-metro.es.android.js +25 -50
  37. package/dist/index-metro.es.android.js.map +1 -1
  38. package/dist/index-metro.es.ios.js +25 -50
  39. package/dist/index-metro.es.ios.js.map +1 -1
  40. package/dist/{index-node-22.17.cjs.js → index-node-22.22.cjs.js} +26 -51
  41. package/dist/index-node-22.22.cjs.js.map +1 -0
  42. package/dist/{index-node-22.17.cjs.web.js → index-node-22.22.cjs.web.js} +26 -51
  43. package/dist/index-node-22.22.cjs.web.js.map +1 -0
  44. package/dist/{index-node-22.17.es.mjs → index-node-22.22.es.mjs} +26 -51
  45. package/dist/index-node-22.22.es.mjs.map +1 -0
  46. package/dist/{index-node-22.17.es.web.mjs → index-node-22.22.es.web.mjs} +26 -51
  47. package/dist/index-node-22.22.es.web.mjs.map +1 -0
  48. package/dist/index.es.js +19 -44
  49. package/dist/index.es.js.map +1 -1
  50. package/dist/index.es.web.js +19 -44
  51. package/dist/index.es.web.js.map +1 -1
  52. package/dist/tsbuildinfo +1 -1
  53. package/package.json +15 -15
  54. package/src/index.ts +19 -19
  55. package/src/{core → shared/storybook}/BumperDecorator.tsx +1 -1
  56. package/src/{story-components → shared/storybook}/StorySection.tsx +1 -2
  57. package/src/{story-components → shared/storybook}/StoryTitle.tsx +1 -1
  58. package/src/{components → system/content}/typography/Typography.stories.tsx +4 -4
  59. package/src/{components → system/content}/typography/Typography.tsx +1 -1
  60. package/src/{components → system/content}/typography/__snapshots__/Typography.stories.tsx.snap +75 -75
  61. package/src/{components → system/content}/typography/__snapshots_web__/Typography.stories.tsx.snap +76 -76
  62. package/src/{components → system/content}/typography/utils/getVariantAndWeightValues.test.tsx +1 -1
  63. package/src/{components → system/content}/typography/utils/getVariantAndWeightValues.tsx +2 -2
  64. package/src/{components → system/core}/breakpoints/__snapshots_web__/breakpoints.stories.tsx.snap +1 -1
  65. package/src/{components → system/core}/breakpoints/breakpoints.stories.tsx +1 -1
  66. package/src/{components → system/core}/breakpoints/hooks/useBreakpointValue.test.ts +1 -1
  67. package/src/{components → system/core}/breakpoints/hooks/useCurrentBreakpointName.test.ts +1 -1
  68. package/src/{components → system/core}/breakpoints/hooks/useCurrentBreakpointName.ts +1 -1
  69. package/src/{components → system/core}/breakpoints/utils/breakpointsUtils.test.ts +1 -1
  70. package/src/{components → system/core}/breakpoints/utils/breakpointsUtils.ts +1 -1
  71. package/src/{components → system/core}/primitives/Pressable.stories.tsx +1 -1
  72. package/src/{components → system/core}/primitives/__snapshots_web__/Center.stories.tsx.snap +1 -1
  73. package/src/{components → system/core}/primitives/__snapshots_web__/Pressable.stories.tsx.snap +1 -1
  74. package/src/{components → system/core}/primitives/__snapshots_web__/Stack.stories.tsx.snap +1 -1
  75. package/src/{components → system/core}/primitives/__snapshots_web__/View.stories.tsx.snap +1 -1
  76. package/src/{core → system/core/provider}/BumperProvider.tsx +1 -1
  77. package/src/{themes → system/core/themes}/__snapshots__/light.stories.tsx.snap +1 -1
  78. package/src/{themes → system/core/themes}/__snapshots_web__/light.stories.tsx.snap +2 -2
  79. package/src/{themes → system/core/themes}/light.stories.tsx +4 -4
  80. package/src/{themes → system/core/themes}/light.ts +3 -2
  81. package/src/{tokens → system/core/tokens}/fonts.ts +5 -16
  82. package/src/{tokens → system/core/tokens}/palettes/__snapshots__/deepPurpleColorPalette.stories.tsx.snap +1 -1
  83. package/src/{tokens → system/core/tokens}/palettes/__snapshots_web__/deepPurpleColorPalette.stories.tsx.snap +2 -2
  84. package/src/{tokens → system/core/tokens}/palettes/deepPurpleColorPalette.stories.tsx +3 -3
  85. package/src/tamagui.config.ts +16 -7
  86. package/dist/definitions/components/breakpoints/SwitchBreakpoins.d.ts.map +0 -1
  87. package/dist/definitions/components/breakpoints/hooks/useBreakpointValue.d.ts.map +0 -1
  88. package/dist/definitions/components/breakpoints/hooks/useCurrentBreakpointName.d.ts +0 -3
  89. package/dist/definitions/components/breakpoints/hooks/useCurrentBreakpointName.d.ts.map +0 -1
  90. package/dist/definitions/components/breakpoints/hooks/useWindowSize.d.ts.map +0 -1
  91. package/dist/definitions/components/breakpoints/utils/breakpointsUtils.d.ts.map +0 -1
  92. package/dist/definitions/components/primitives/Center.d.ts.map +0 -1
  93. package/dist/definitions/components/primitives/Pressable.d.ts.map +0 -1
  94. package/dist/definitions/components/primitives/Stack.d.ts.map +0 -1
  95. package/dist/definitions/components/primitives/View.d.ts.map +0 -1
  96. package/dist/definitions/components/typography/Typography.d.ts.map +0 -1
  97. package/dist/definitions/components/typography/utils/getVariantAndWeightValues.d.ts.map +0 -1
  98. package/dist/definitions/core/BumperDecorator.d.ts.map +0 -1
  99. package/dist/definitions/core/BumperProvider.d.ts.map +0 -1
  100. package/dist/definitions/story-components/StorySection.d.ts.map +0 -1
  101. package/dist/definitions/story-components/StoryTitle.d.ts.map +0 -1
  102. package/dist/definitions/themes/light.d.ts.map +0 -1
  103. package/dist/definitions/themes/utils/breakpoints.d.ts.map +0 -1
  104. package/dist/definitions/tokens/fonts.d.ts +0 -20
  105. package/dist/definitions/tokens/fonts.d.ts.map +0 -1
  106. package/dist/definitions/tokens/palettes/deepPurpleColorPalette.d.ts.map +0 -1
  107. package/dist/definitions/tokens/radius.d.ts.map +0 -1
  108. package/dist/definitions/tokens/size.d.ts.map +0 -1
  109. package/dist/definitions/tokens/space.d.ts.map +0 -1
  110. package/dist/index-node-22.17.cjs.js.map +0 -1
  111. package/dist/index-node-22.17.cjs.web.js.map +0 -1
  112. package/dist/index-node-22.17.es.mjs.map +0 -1
  113. package/dist/index-node-22.17.es.web.mjs.map +0 -1
  114. /package/dist/definitions/{core → shared/storybook}/BumperDecorator.d.ts +0 -0
  115. /package/dist/definitions/{components → system/core}/breakpoints/SwitchBreakpoins.d.ts +0 -0
  116. /package/dist/definitions/{components → system/core}/breakpoints/hooks/useBreakpointValue.d.ts +0 -0
  117. /package/dist/definitions/{components → system/core}/breakpoints/hooks/useWindowSize.d.ts +0 -0
  118. /package/dist/definitions/{components → system/core}/primitives/Center.d.ts +0 -0
  119. /package/dist/definitions/{components → system/core}/primitives/Pressable.d.ts +0 -0
  120. /package/dist/definitions/{components → system/core}/primitives/Stack.d.ts +0 -0
  121. /package/dist/definitions/{components → system/core}/primitives/View.d.ts +0 -0
  122. /package/dist/definitions/{core → system/core/provider}/BumperProvider.d.ts +0 -0
  123. /package/dist/definitions/{themes → system/core/themes}/light.d.ts +0 -0
  124. /package/dist/definitions/{tokens → system/core/tokens}/palettes/deepPurpleColorPalette.d.ts +0 -0
  125. /package/dist/definitions/{tokens → system/core/tokens}/radius.d.ts +0 -0
  126. /package/dist/definitions/{tokens → system/core/tokens}/size.d.ts +0 -0
  127. /package/dist/definitions/{tokens → system/core/tokens}/space.d.ts +0 -0
  128. /package/src/{components → system/core}/breakpoints/SwitchBreakpoins.tsx +0 -0
  129. /package/src/{components → system/core}/breakpoints/__snapshots__/breakpoints.stories.tsx.snap +0 -0
  130. /package/src/{themes/utils/breakpoints.ts → system/core/breakpoints/constants.ts} +0 -0
  131. /package/src/{components → system/core}/breakpoints/hooks/useBreakpointValue.ts +0 -0
  132. /package/src/{components → system/core}/breakpoints/hooks/useWindowSize.ts +0 -0
  133. /package/src/{components → system/core}/primitives/Center.stories.tsx +0 -0
  134. /package/src/{components → system/core}/primitives/Center.ts +0 -0
  135. /package/src/{components → system/core}/primitives/Pressable.tsx +0 -0
  136. /package/src/{components → system/core}/primitives/Stack.stories.tsx +0 -0
  137. /package/src/{components → system/core}/primitives/Stack.tsx +0 -0
  138. /package/src/{components → system/core}/primitives/View.stories.tsx +0 -0
  139. /package/src/{components → system/core}/primitives/View.ts +0 -0
  140. /package/src/{components → system/core}/primitives/__snapshots__/Center.stories.tsx.snap +0 -0
  141. /package/src/{components → system/core}/primitives/__snapshots__/Pressable.stories.tsx.snap +0 -0
  142. /package/src/{components → system/core}/primitives/__snapshots__/Stack.stories.tsx.snap +0 -0
  143. /package/src/{components → system/core}/primitives/__snapshots__/View.stories.tsx.snap +0 -0
  144. /package/src/{tokens → system/core/tokens}/palettes/deepPurpleColorPalette.ts +0 -0
  145. /package/src/{tokens → system/core/tokens}/radius.ts +0 -0
  146. /package/src/{tokens → system/core/tokens}/size.ts +0 -0
  147. /package/src/{tokens → system/core/tokens}/space.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { BODY_VARIANTS, CONTENT_CAPS_VARIANTS, HEADING_VARIANTS, LABEL_VARIANTS } from '../../../tokens/fonts';
1
+ import { BODY_VARIANTS, CONTENT_CAPS_VARIANTS, HEADING_VARIANTS, LABEL_VARIANTS } from '../../../core/tokens/fonts';
2
2
  import { getVariantAndWeightValues } from './getVariantAndWeightValues';
3
3
 
4
4
  describe('getVariantAndWeightValues', () => {
@@ -1,5 +1,5 @@
1
- import type { FontVariants } from '../../../tokens/fonts';
2
- import { BODY_VARIANTS, CONTENT_CAPS_VARIANTS, HEADING_VARIANTS, LABEL_VARIANTS } from '../../../tokens/fonts';
1
+ import type { FontVariants } from '../../../core/tokens/fonts';
2
+ import { BODY_VARIANTS, CONTENT_CAPS_VARIANTS, HEADING_VARIANTS, LABEL_VARIANTS } from '../../../core/tokens/fonts';
3
3
  import type {
4
4
  InternalTypographyProps,
5
5
  TypographyTextProps,
@@ -3,7 +3,7 @@
3
3
  exports[`bumper/utils/Breakpoints Breakpoints 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="css-view-175oi2r r-flex-13awgt0"
6
+ class="css-view-g5y9jx r-flex-13awgt0"
7
7
  >
8
8
  <span
9
9
  class=""
@@ -1,7 +1,7 @@
1
1
  import type { Meta, StoryFn } from '@storybook/react';
2
2
  import type { View } from '@tamagui/core';
3
3
  import type { ReactElement } from 'react';
4
- import { Typography } from '../typography/Typography';
4
+ import { Typography } from '../../content/typography/Typography';
5
5
  import { SwitchBreakpoints } from './SwitchBreakpoins';
6
6
  import { useBreakpointValue } from './hooks/useBreakpointValue';
7
7
  import { useCurrentBreakpointName } from './hooks/useCurrentBreakpointName';
@@ -1,5 +1,5 @@
1
1
  import { renderHook } from '@testing-library/react-native';
2
- import { BreakpointNameEnum } from '../../../themes/utils/breakpoints';
2
+ import { BreakpointNameEnum } from '../constants';
3
3
  import { getValueForBreakpoint } from '../utils/breakpointsUtils';
4
4
  import { useBreakpointValue } from './useBreakpointValue';
5
5
  import { useCurrentBreakpointName } from './useCurrentBreakpointName';
@@ -1,6 +1,6 @@
1
1
  import { type UseMediaState, useMedia } from '@tamagui/core';
2
2
  import { renderHook } from '@testing-library/react-native';
3
- import { BreakpointNameEnum } from '../../../themes/utils/breakpoints';
3
+ import { BreakpointNameEnum } from '../constants';
4
4
  import { useCurrentBreakpointName } from './useCurrentBreakpointName';
5
5
 
6
6
  jest.mock('@tamagui/core');
@@ -1,5 +1,5 @@
1
1
  import { useMedia } from '@tamagui/core';
2
- import { BreakpointNameEnum } from '../../../themes/utils/breakpoints';
2
+ import { BreakpointNameEnum } from '../constants';
3
3
 
4
4
  export function useCurrentBreakpointName(): BreakpointNameEnum {
5
5
  const media = useMedia();
@@ -1,4 +1,4 @@
1
- import { BreakpointNameEnum } from '../../../themes/utils/breakpoints';
1
+ import { BreakpointNameEnum } from '../constants';
2
2
  import { getValueForBreakpoint } from './breakpointsUtils';
3
3
 
4
4
  describe('getValueForBreakpoint', () => {
@@ -1,4 +1,4 @@
1
- import { BreakpointNameEnum } from '../../../themes/utils/breakpoints';
1
+ import { BreakpointNameEnum } from '../constants';
2
2
 
3
3
  export interface ValueForBreakpoint<T> {
4
4
  base: T;
@@ -1,5 +1,5 @@
1
1
  import type { Meta, StoryFn } from '@storybook/react';
2
- import { Typography } from '../typography/Typography';
2
+ import { Typography } from '../../content/typography/Typography';
3
3
  import type { CenterProps } from './Center';
4
4
  import { Center } from './Center';
5
5
  import { Pressable } from './Pressable';
@@ -3,7 +3,7 @@
3
3
  exports[`bumper/Primitives Center 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="css-view-175oi2r r-flex-13awgt0"
6
+ class="css-view-g5y9jx r-flex-13awgt0"
7
7
  >
8
8
  <span
9
9
  class=""
@@ -3,7 +3,7 @@
3
3
  exports[`bumper/Primitives Pressable 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="css-view-175oi2r r-flex-13awgt0"
6
+ class="css-view-g5y9jx r-flex-13awgt0"
7
7
  >
8
8
  <span
9
9
  class=""
@@ -3,7 +3,7 @@
3
3
  exports[`bumper/Primitives Stack 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="css-view-175oi2r r-flex-13awgt0"
6
+ class="css-view-g5y9jx r-flex-13awgt0"
7
7
  >
8
8
  <span
9
9
  class=""
@@ -3,7 +3,7 @@
3
3
  exports[`bumper/Primitives View 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="css-view-175oi2r r-flex-13awgt0"
6
+ class="css-view-g5y9jx r-flex-13awgt0"
7
7
  >
8
8
  <span
9
9
  class=""
@@ -1,6 +1,6 @@
1
1
  import { TamaguiProvider } from '@tamagui/core';
2
2
  import type { ReactNode } from 'react';
3
- import { config } from '../tamagui.config';
3
+ import { config } from '../../../tamagui.config';
4
4
 
5
5
  export interface BumperProviderProps {
6
6
  children: ReactNode;
@@ -27,7 +27,7 @@ exports[`bumper/Theme Light 1`] = `
27
27
  style={
28
28
  {
29
29
  "fontFamily": "GTStandardSemibold",
30
- "fontSize": 38,
30
+ "fontSize": "$heading-l",
31
31
  "letterSpacing": 0,
32
32
  "lineHeight": 44,
33
33
  "marginBottom": 4,
@@ -3,7 +3,7 @@
3
3
  exports[`bumper/Theme Light 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="css-view-175oi2r r-flex-13awgt0"
6
+ class="css-view-g5y9jx r-flex-13awgt0"
7
7
  >
8
8
  <span
9
9
  class=""
@@ -21,7 +21,7 @@ exports[`bumper/Theme Light 1`] = `
21
21
  class="is_VStack _display-flex _alignItems-stretch _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _paddingTop-t-space-spa94482162 _paddingBottom-t-space-spa94482162 _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
22
22
  >
23
23
  <span
24
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _display-inline _boxSizing-border-box _wordWrap-break-word _whiteSpace-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-t-space-spa94482162 _marginLeft-0px _fontFamily-f-family _fontSize-f-size-head100347201 _lineHeight-f-lineHeigh1544154440 _letterSpacing-f-letterSpa1195674547 _fontWeight-f-weight-se1074390495"
24
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _display-inline _boxSizing-border-box _wordWrap-break-word _whiteSpace-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-t-space-spa94482162 _marginLeft-0px _fontFamily-f-family _fontSize-heading-l36 _lineHeight-f-lineHeigh1544154440 _letterSpacing-f-letterSpa1195674547 _fontWeight-f-weight-se1074390495"
25
25
  data-disable-theme="true"
26
26
  >
27
27
  Tokens
@@ -1,9 +1,9 @@
1
1
  import type { Meta, StoryFn } from '@storybook/react';
2
2
  import type { GetThemeValueForKey } from '@tamagui/core';
3
- import { VStack } from '../components/primitives/Stack';
4
- import { View } from '../components/primitives/View';
5
- import { Typography } from '../components/typography/Typography';
6
- import { StorySection } from '../story-components/StorySection';
3
+ import { StorySection } from '../../../shared/storybook/StorySection';
4
+ import { Typography } from '../../content/typography/Typography';
5
+ import { VStack } from '../primitives/Stack';
6
+ import { View } from '../primitives/View';
7
7
  import { light } from './light';
8
8
 
9
9
  export default {
@@ -1,7 +1,8 @@
1
- import { deepPurpleColorPalette } from '../tokens/palettes/deepPurpleColorPalette';
2
-
3
1
  // WARNING
4
2
  // If you modify this theme, don't forget to update the theme in @ornikar/kitt-universal as well
3
+
4
+ import { deepPurpleColorPalette } from '../tokens/palettes/deepPurpleColorPalette';
5
+
5
6
  // https://github.com/ornikar/kitt/blob/79e367e962c957c016c4df67dbcf515c8f45ff0e/@ornikar/kitt-universal/src/themes/late-ocean/colors.ts#L28
6
7
  export const light = {
7
8
  // content
@@ -1,5 +1,3 @@
1
- import { createFont } from '@tamagui/core';
2
-
3
1
  export const HEADING_VARIANTS = [
4
2
  'heading-2xl',
5
3
  'heading-xl',
@@ -30,13 +28,13 @@ export type ContentCapsVariants = (typeof CONTENT_CAPS_VARIANTS)[number];
30
28
 
31
29
  export type GTStandardFontWeight = '500' | '600' | '700';
32
30
 
33
- const GTStandardFaces: Record<GTStandardFontWeight, Record<string, string>> = {
31
+ export const GTStandardFaces: Record<GTStandardFontWeight, Record<string, string>> = {
34
32
  500: { normal: 'GTStandardRegular' },
35
33
  600: { normal: 'GTStandardSemibold' },
36
34
  700: { normal: 'GTStandardBold' },
37
35
  };
38
36
 
39
- const size: Record<FontVariants, number> = {
37
+ export const size: Record<FontVariants, number> = {
40
38
  'heading-2xl': 56,
41
39
  'heading-xl': 48,
42
40
  'heading-l': 38,
@@ -62,7 +60,7 @@ const size: Record<FontVariants, number> = {
62
60
  'content-caps-xs': 12,
63
61
  };
64
62
 
65
- const lineHeight: Record<FontVariants, number> = {
63
+ export const lineHeight: Record<FontVariants, number> = {
66
64
  'heading-2xl': 64,
67
65
  'heading-xl': 56,
68
66
  'heading-l': 44,
@@ -88,7 +86,7 @@ const lineHeight: Record<FontVariants, number> = {
88
86
  'content-caps-xs': 14,
89
87
  };
90
88
 
91
- const letterSpacing: Record<FontVariants, number> = {
89
+ export const letterSpacing: Record<FontVariants, number> = {
92
90
  'heading-2xl': 0,
93
91
  'heading-xl': 0,
94
92
  'heading-l': 0,
@@ -114,17 +112,8 @@ const letterSpacing: Record<FontVariants, number> = {
114
112
  'content-caps-xs': 0,
115
113
  };
116
114
 
117
- const weight: Record<string, GTStandardFontWeight> = {
115
+ export const weight: Record<string, GTStandardFontWeight> = {
118
116
  bold: '700',
119
117
  semibold: '600',
120
118
  regular: '500',
121
119
  };
122
-
123
- export const fonts = createFont({
124
- family: 'GTStandard',
125
- size,
126
- lineHeight,
127
- letterSpacing,
128
- weight,
129
- face: GTStandardFaces,
130
- });
@@ -27,7 +27,7 @@ exports[`bumper/Core Tokens Deep Purple Palette 1`] = `
27
27
  style={
28
28
  {
29
29
  "fontFamily": "GTStandardSemibold",
30
- "fontSize": 38,
30
+ "fontSize": "$heading-l",
31
31
  "letterSpacing": 0,
32
32
  "lineHeight": 44,
33
33
  "marginBottom": 4,
@@ -3,7 +3,7 @@
3
3
  exports[`bumper/Core Tokens Deep Purple Palette 1`] = `
4
4
  <DocumentFragment>
5
5
  <div
6
- class="css-view-175oi2r r-flex-13awgt0"
6
+ class="css-view-g5y9jx r-flex-13awgt0"
7
7
  >
8
8
  <span
9
9
  class=""
@@ -21,7 +21,7 @@ exports[`bumper/Core Tokens Deep Purple Palette 1`] = `
21
21
  class="is_VStack _display-flex _alignItems-stretch _flexBasis-auto _boxSizing-border-box _position-relative _minHeight-0px _minWidth-0px _flexShrink-0 _flexDirection-column _paddingTop-t-space-spa94482162 _paddingBottom-t-space-spa94482162 _paddingRight-t-space-spa94482162 _paddingLeft-t-space-spa94482162"
22
22
  >
23
23
  <span
24
- class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _display-inline _boxSizing-border-box _wordWrap-break-word _whiteSpace-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-t-space-spa94482162 _marginLeft-0px _fontFamily-f-family _fontSize-f-size-head100347201 _lineHeight-f-lineHeigh1544154440 _letterSpacing-f-letterSpa1195674547 _fontWeight-f-weight-se1074390495"
24
+ class="font_GTStandard _WebkitFontSmoothing-_platformweb_antialiased _display-inline _boxSizing-border-box _wordWrap-break-word _whiteSpace-pre-wrap _marginTop-0px _marginRight-0px _marginBottom-t-space-spa94482162 _marginLeft-0px _fontFamily-f-family _fontSize-heading-l36 _lineHeight-f-lineHeigh1544154440 _letterSpacing-f-letterSpa1195674547 _fontWeight-f-weight-se1074390495"
25
25
  data-disable-theme="true"
26
26
  >
27
27
  Palette
@@ -1,8 +1,8 @@
1
1
  import type { Meta, StoryFn } from '@storybook/react';
2
2
  import type { GetThemeValueForKey } from '@tamagui/core';
3
- import { View } from '../../components/primitives/View';
4
- import { Typography } from '../../components/typography/Typography';
5
- import { StorySection } from '../../story-components/StorySection';
3
+ import { StorySection } from '../../../../shared/storybook/StorySection';
4
+ import { Typography } from '../../../content/typography/Typography';
5
+ import { View } from '../../primitives/View';
6
6
  import { deepPurpleColorPalette } from './deepPurpleColorPalette';
7
7
 
8
8
  export default {
@@ -1,10 +1,19 @@
1
- import { createTamagui, createTokens } from '@tamagui/core';
2
- import { light } from './themes/light';
3
- import { BreakpointNameEnum, breakpoints } from './themes/utils/breakpoints';
4
- import { fonts } from './tokens/fonts';
5
- import { radiusTokens } from './tokens/radius';
6
- import { sizeTokens } from './tokens/size';
7
- import { spaceTokens } from './tokens/space';
1
+ import { createFont, createTamagui, createTokens } from '@tamagui/core';
2
+ import { BreakpointNameEnum, breakpoints } from './system/core/breakpoints/constants';
3
+ import { light } from './system/core/themes/light';
4
+ import { GTStandardFaces, letterSpacing, lineHeight, weight } from './system/core/tokens/fonts';
5
+ import { radiusTokens } from './system/core/tokens/radius';
6
+ import { sizeTokens } from './system/core/tokens/size';
7
+ import { spaceTokens } from './system/core/tokens/space';
8
+
9
+ export const fonts = createFont({
10
+ family: 'GTStandard',
11
+ size: sizeTokens,
12
+ lineHeight,
13
+ letterSpacing,
14
+ weight,
15
+ face: GTStandardFaces,
16
+ });
8
17
 
9
18
  const tokens = createTokens({
10
19
  color: {},
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwitchBreakpoins.d.ts","sourceRoot":"","sources":["../../../../src/components/breakpoints/SwitchBreakpoins.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAGnE,MAAM,MAAM,sBAAsB,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC;AAEnE,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,sBAAsB,GAAG,SAAS,CAI3E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBreakpointValue.d.ts","sourceRoot":"","sources":["../../../../../src/components/breakpoints/hooks/useBreakpointValue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAIpE,wBAAgB,kBAAkB,CAAC,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAAG,CAAC,CAMtE"}
@@ -1,3 +0,0 @@
1
- import { BreakpointNameEnum } from '../../../themes/utils/breakpoints';
2
- export declare function useCurrentBreakpointName(): BreakpointNameEnum;
3
- //# sourceMappingURL=useCurrentBreakpointName.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useCurrentBreakpointName.d.ts","sourceRoot":"","sources":["../../../../../src/components/breakpoints/hooks/useCurrentBreakpointName.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,wBAAgB,wBAAwB,IAAI,kBAAkB,CAgB7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useWindowSize.d.ts","sourceRoot":"","sources":["../../../../../src/components/breakpoints/hooks/useWindowSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,IAAI,aAAa,EAAE,MAAM,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"breakpointsUtils.d.ts","sourceRoot":"","sources":["../../../../../src/components/breakpoints/utils/breakpointsUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,MAAM,WAAW,kBAAkB,CAAC,CAAC;IACnC,IAAI,EAAE,CAAC,CAAC;IACR,KAAK,CAAC,EAAE,CAAC,CAAC;IACV,MAAM,CAAC,EAAE,CAAC,CAAC;IACX,KAAK,CAAC,EAAE,CAAC,CAAC;IACV,IAAI,CAAC,EAAE,CAAC,CAAC;CACV;AAED,wBAAgB,qBAAqB,CAAC,CAAC,EACrC,UAAU,EAAE,kBAAkB,EAC9B,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC1D,CAAC,CAcH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Center.d.ts","sourceRoot":"","sources":["../../../../src/components/primitives/Center.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI/C,MAAM,WAAW,WAAY,SAAQ,SAAS;CAAG;AAEjD,eAAO,MAAM,MAAM,iQAGjB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Pressable.d.ts","sourceRoot":"","sources":["../../../../src/components/primitives/Pressable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAChE,OAAO,EAAE,IAAI,EAAU,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AAExC,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,gBAAgB,GAAG,OAAO,IAAI,IAAI;IACrE;;;;OAIG;IACH,EAAE,CAAC,EAAE,CAAC,CAAC;CACR,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC;AAE9B;;;;;;;;;;;GAWG;AACH,wBAAgB,SAAS,CAAC,CAAC,SAAS,gBAAgB,GAAG,OAAO,IAAI,EAAE,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,cAAc,CAAC,CAAC,CAAC,GAAG,SAAS,CAQjH"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Stack.d.ts","sourceRoot":"","sources":["../../../../src/components/primitives/Stack.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAG9C,YAAY,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,eAAO,MAAM,MAAM,iQAGjB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAC;AAElD,eAAO,MAAM,MAAM,iQAGjB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"View.d.ts","sourceRoot":"","sources":["../../../../src/components/primitives/View.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC/C,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Typography.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/Typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAuB,gBAAgB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAGrG,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EACV,gBAAgB,EAChB,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACnB,iBAAiB,EAClB,MAAM,oBAAoB,CAAC;AAI5B,KAAK,iBAAiB,CAAC,CAAC,IAAI;KAEzB,GAAG,IAAI,MAAM,CAAC,IAAI,GAAG,SAAS,IAAI,MAAM,EAAE,GAAG,KAAK,GAAG,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC;CACpE,CAAC;AAEF,KAAK,6BAA6B,CAAC,CAAC,IAAI,iBAAiB,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC;AAEpG,QAAA,MAAM,kBAAkB;;;8CAgCtB,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,QAAQ,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE1E,MAAM,MAAM,6BAA6B,GAAG,YAAY,GAAG,IAAI,CAAC;AAChE,MAAM,MAAM,4BAA4B,GAAG,SAAS,GAAG,MAAM,GAAG,UAAU,GAAG,IAAI,CAAC;AAClF,MAAM,MAAM,0BAA0B,GAAG,uBAAuB,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;AAOjF,KAAK,gCAAgC,GACjC,YAAY,GACZ,UAAU,GACV,YAAY,GACZ,WAAW,GACX,aAAa,GACb,YAAY,CAAC;AAEjB,KAAK,oCAAoC,GAAG,MAAM,CAAC,uBAAuB,EAAE,gCAAgC,CAAC,CAAC;AAE9G,MAAM,WAAW,SAAU,SAAQ,oCAAoC;IACrE,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,MAAM,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;CAC7B;AACD,MAAM,WAAW,iBAAkB,SAAQ,oCAAoC;IAC7E,OAAO,EAAE,mBAAmB,GAAG,iBAAiB,CAAC;IACjD,MAAM,CAAC,EAAE,UAAU,CAAC;CACrB;AACD,MAAM,WAAW,gBAAiB,SAAQ,oCAAoC;IAC5E,OAAO,EAAE,mBAAmB,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,MAAM,mBAAmB,GAC3B,6BAA6B,CAAC,SAAS,CAAC,GACxC,6BAA6B,CAAC,iBAAiB,CAAC,GAChD,6BAA6B,CAAC,gBAAgB,CAAC,CAAC;AAuDpD,eAAO,MAAM,UAAU;;;;;;;;;;;CAQtB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getVariantAndWeightValues.d.ts","sourceRoot":"","sources":["../../../../../src/components/typography/utils/getVariantAndWeightValues.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,OAAO,KAAK,EACV,uBAAuB,EACvB,mBAAmB,EACnB,6BAA6B,EAC7B,4BAA4B,EAC7B,MAAM,eAAe,CAAC;AAEvB,UAAU,sBAAsB;IAC9B,MAAM,EAAE,uBAAuB,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC;IACtD,OAAO,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,mBAAmB,CAAC,QAAQ,CAAC,EACzC,WAAW,EAAE,mBAAmB,CAAC,SAAS,CAAC,EAC3C,6BAA6B,EAAE,4BAA4B,EAC3D,8BAA8B,EAAE,6BAA6B,GAC5D,sBAAsB,CAuBxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"BumperDecorator.d.ts","sourceRoot":"","sources":["../../../src/core/BumperDecorator.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe,uBAM1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"BumperProvider.d.ts","sourceRoot":"","sources":["../../../src/core/BumperProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE,mBAAmB,GAAG,SAAS,CAM3E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StorySection.d.ts","sourceRoot":"","sources":["../../../src/story-components/StorySection.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC;AACxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAgBlE,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG;IACpE,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IACd,eAAe;IACf,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,KAAK,EACL,QAAQ,EACR,KAAS,EACT,qBAAqB,EACrB,cAAc,EACd,GAAG,KAAK,EACT,EAAE,iBAAiB,GAAG,SAAS,CAQ/B;yBAfe,YAAY;uCAqBqC,gBAAgB,KAAG,SAAS;oEAa1F,iBAAiB,KAAG,SAAS;;AAjBhC,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,iBAAiB,EAAE,eAAe,GAAG,OAAO,GAAG,uBAAuB,CAAC,GAAG;IAC9G,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StoryTitle.d.ts","sourceRoot":"","sources":["../../../src/story-components/StoryTitle.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;8CAYZ,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"light.d.ts","sourceRoot":"","sources":["../../../src/themes/light.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DjB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"breakpoints.d.ts","sourceRoot":"","sources":["../../../../src/themes/utils/breakpoints.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,IAAI,SAAS;IACb,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,IAAI,SAAS;CACd;AAED,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC"}
@@ -1,20 +0,0 @@
1
- export declare const HEADING_VARIANTS: readonly ["heading-2xl", "heading-xl", "heading-l", "heading-m", "heading-s", "heading-xs", "heading-2xs"];
2
- export declare const BODY_VARIANTS: readonly ["body-xl", "body-l", "body-m", "body-s", "body-xs"];
3
- export declare const LABEL_VARIANTS: readonly ["label-xl", "label-l", "label-m", "label-s"];
4
- export declare const CONTENT_CAPS_VARIANTS: readonly ["content-caps-3xl", "content-caps-2xl", "content-caps-xl", "content-caps-l", "content-caps-m", "content-caps-s", "content-caps-xs"];
5
- export declare const VARIANTS: readonly ["heading-2xl", "heading-xl", "heading-l", "heading-m", "heading-s", "heading-xs", "heading-2xs", "body-xl", "body-l", "body-m", "body-s", "body-xs", "label-xl", "label-l", "label-m", "label-s", "content-caps-3xl", "content-caps-2xl", "content-caps-xl", "content-caps-l", "content-caps-m", "content-caps-s", "content-caps-xs"];
6
- export type FontVariants = (typeof VARIANTS)[number];
7
- export type BodyFontVariants = (typeof BODY_VARIANTS)[number];
8
- export type LabelFontVariants = (typeof LABEL_VARIANTS)[number];
9
- export type HeadingFontVariants = (typeof HEADING_VARIANTS)[number];
10
- export type ContentCapsVariants = (typeof CONTENT_CAPS_VARIANTS)[number];
11
- export type GTStandardFontWeight = '500' | '600' | '700';
12
- export declare const fonts: {
13
- family: string;
14
- size: Record<"heading-2xl" | "heading-xl" | "heading-l" | "heading-m" | "heading-s" | "heading-xs" | "heading-2xs" | "body-xl" | "body-l" | "body-m" | "body-s" | "body-xs" | "label-xl" | "label-l" | "label-m" | "label-s" | "content-caps-3xl" | "content-caps-2xl" | "content-caps-xl" | "content-caps-l" | "content-caps-m" | "content-caps-s" | "content-caps-xs", number>;
15
- lineHeight: Record<"heading-2xl" | "heading-xl" | "heading-l" | "heading-m" | "heading-s" | "heading-xs" | "heading-2xs" | "body-xl" | "body-l" | "body-m" | "body-s" | "body-xs" | "label-xl" | "label-l" | "label-m" | "label-s" | "content-caps-3xl" | "content-caps-2xl" | "content-caps-xl" | "content-caps-l" | "content-caps-m" | "content-caps-s" | "content-caps-xs", number>;
16
- letterSpacing: Record<"heading-2xl" | "heading-xl" | "heading-l" | "heading-m" | "heading-s" | "heading-xs" | "heading-2xs" | "body-xl" | "body-l" | "body-m" | "body-s" | "body-xs" | "label-xl" | "label-l" | "label-m" | "label-s" | "content-caps-3xl" | "content-caps-2xl" | "content-caps-xl" | "content-caps-l" | "content-caps-m" | "content-caps-s" | "content-caps-xs", number>;
17
- weight: Record<string, GTStandardFontWeight>;
18
- face: Record<GTStandardFontWeight, Record<string, string>>;
19
- };
20
- //# sourceMappingURL=fonts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../src/tokens/fonts.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,4GAQnB,CAAC;AACX,eAAO,MAAM,aAAa,+DAAgE,CAAC;AAC3F,eAAO,MAAM,cAAc,wDAAyD,CAAC;AACrF,eAAO,MAAM,qBAAqB,+IAQxB,CAAC;AACX,eAAO,MAAM,QAAQ,iVAAgG,CAAC;AAEtH,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9D,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AACpE,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEzE,MAAM,MAAM,oBAAoB,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;AA4FzD,eAAO,MAAM,KAAK;;;;;;;CAOhB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"deepPurpleColorPalette.d.ts","sourceRoot":"","sources":["../../../../src/tokens/palettes/deepPurpleColorPalette.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAuB,MAAM,WAAW,CAAC;AAE/D,UAAU,iBAAiB;IACzB,UAAU,EAAE,QAAQ,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAC5B,KAAK,EAAE,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACtB,SAAS,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACzB,OAAO,EACH,MAAM,GACN,OAAO,GACP,QAAQ,GACR,MAAM,GACN,KAAK,GACL,YAAY,GACZ,aAAa,GACb,aAAa,GACb,eAAe,GACf,UAAU,CAAC;IACf,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAChC,IAAI,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACrB,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtB,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACnB,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACrB,aAAa,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAClC,YAAY,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,aAAa,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACjD;AAED,KAAK,gBAAgB,CAAC,CAAC,SAAS,MAAM,iBAAiB,IAAI,MAAM,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;AAEhG,KAAK,WAAW,GAAG;KAChB,CAAC,IAAI,MAAM,iBAAiB,GAAG,gBAAgB,CAAC,CAAC,CAAC;CACpD,CAAC;AAgBF,eAAO,MAAM,WAAW,EAAE,WA0FhB,CAAC;AAYX,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"radius.d.ts","sourceRoot":"","sources":["../../../src/tokens/radius.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../../src/tokens/size.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;;;;;;;;;CAatB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"space.d.ts","sourceRoot":"","sources":["../../../src/tokens/space.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;CAcvB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-node-22.17.cjs.js","sources":["../src/tokens/palettes/deepPurpleColorPalette.ts","../src/themes/light.ts","../src/themes/utils/breakpoints.ts","../src/tokens/fonts.ts","../src/tokens/radius.ts","../src/tokens/size.ts","../src/tokens/space.ts","../src/tamagui.config.ts","../src/core/BumperProvider.tsx","../src/core/BumperDecorator.tsx","../src/components/primitives/Center.ts","../src/components/primitives/Pressable.tsx","../src/components/primitives/Stack.tsx","../src/components/typography/utils/getVariantAndWeightValues.tsx","../src/components/typography/Typography.tsx","../src/components/breakpoints/utils/breakpointsUtils.ts","../src/components/breakpoints/hooks/useCurrentBreakpointName.ts","../src/components/breakpoints/hooks/useBreakpointValue.ts","../src/components/breakpoints/SwitchBreakpoins.tsx"],"sourcesContent":["import type { IntRange, UnionToIntersection } from 'type-fest';\n\ninterface ColorScaleKeysMap {\n deepPurple: IntRange<5, 10>;\n beige: IntRange<1, 7>;\n lightning: 4 | 5 | 8 | 9;\n rainbow:\n | 'pink'\n | 'brick'\n | 'orange'\n | 'gold'\n | 'sun'\n | 'green-pine'\n | 'green-grass'\n | 'green-apple'\n | 'blue-electric'\n | 'blue-sky';\n grey: 0 | 1 | 2 | 3 | 5 | 7 | 9;\n blue: 1 | 2 | 6 | 7;\n green: 1 | 2 | 6 | 7;\n yellow: 1 | 2 | 6 | 7;\n red: 1 | 2 | 6 | 7;\n mauve: 1 | 2 | 3 | 4;\n 'beige-alpha': '25' | '40' | '50';\n 'grey-alpha': '25' | '35' | '50';\n 'white-alpha': '10' | '20' | '60' | '80' | '90';\n}\n\ntype CreateColorScale<K extends keyof ColorScaleKeysMap> = Record<ColorScaleKeysMap[K], string>;\n\ntype ColorScales = {\n [K in keyof ColorScaleKeysMap]: CreateColorScale<K>;\n};\n\ntype CreateTokens<K extends keyof ColorScaleKeysMap> = {\n [Key in ColorScaleKeysMap[K] as `${K}.${Key}`]: string;\n};\n\ntype ColorScaleTokens = UnionToIntersection<\n {\n [K in keyof ColorScaleKeysMap]: CreateTokens<K>;\n }[keyof ColorScaleKeysMap]\n>;\n\nconst createColorScale = <const T extends Record<string | number, string>>(colorScale: T): T => colorScale;\n\n// WARNING\n// If you update this palette, don't forget to update the palette in @ornikar/bumper as well.\nexport const colorScales: ColorScales = {\n deepPurple: createColorScale({\n 5: '#936C93',\n 6: '#7A587A',\n 7: '#6E4D6E',\n 8: '#563B56',\n 9: '#452F45',\n }),\n beige: createColorScale({\n 1: '#F7F4EE',\n 2: '#F1ECE4',\n 3: '#EAE3D6',\n 4: '#E5DCCA',\n 5: '#DDD0B8',\n 6: '#C1B59F',\n }),\n lightning: createColorScale({\n 4: '#FFF966',\n 5: '#FFF500',\n 8: '#594D0D',\n 9: '#43390A',\n }),\n rainbow: createColorScale({\n pink: '#E4A4F9',\n brick: '#951D12',\n orange: '#DB6E2E',\n gold: '#9A7600',\n sun: '#EFD346',\n 'green-pine': '#1C5D47',\n 'green-grass': '#4DA00A',\n 'green-apple': '#DEF985',\n 'blue-electric': '#2850C4',\n 'blue-sky': '#B2F0FD',\n }),\n grey: createColorScale({\n 0: '#ffffff',\n 1: '#ECECEC',\n 2: '#CDCED0',\n 3: '#A8A8A8',\n 5: '#838383',\n 7: '#505050',\n 9: '#101010',\n }),\n blue: createColorScale({\n 1: '#E9F4FC',\n 2: '#BCDFF6',\n 6: '#1772AB',\n 7: '#125A87',\n }),\n green: createColorScale({\n 1: '#ECFEDD',\n 2: '#DBFAC1',\n 6: '#438D06',\n 7: '#357105',\n }),\n yellow: createColorScale({\n 1: '#FDF8E7',\n 2: '#FAEBB8',\n 6: '#EFC11F',\n 7: '#BA930B',\n }),\n red: createColorScale({\n 1: '#FDE4E3',\n 2: '#FAB8B8',\n 6: '#E2483D',\n 7: '#BD100F',\n }),\n mauve: createColorScale({\n 1: '#F8E7FF',\n 2: '#F1D0FB',\n 3: '#E4A4F9',\n 4: '#D283EC',\n }),\n 'beige-alpha': createColorScale({\n '25': '#C1B59F40',\n '40': '#C1B59F66',\n '50': '#C1B59F80',\n }),\n 'grey-alpha': createColorScale({\n '25': '#10101040',\n '35': '#10101059',\n '50': '#10101080',\n }),\n 'white-alpha': createColorScale({\n '10': '#FFFFFF1A',\n '20': '#FFFFFF33',\n '60': '#FFFFFF99',\n '80': '#FFFFFFCC',\n '90': '#FFFFFFE5',\n }),\n} as const;\n\nconst transformColorScalesToTokens = (): ColorScaleTokens => {\n return Object.fromEntries(\n Object.entries(colorScales).flatMap(([colorName, colorScale]) => {\n return Object.entries(colorScale).map(([scaleNumber, colorValue]) => {\n return [`${colorName}.${scaleNumber}`, colorValue];\n });\n }),\n ) as ColorScaleTokens;\n};\n\nexport const deepPurpleColorPalette = {\n ...transformColorScalesToTokens(),\n white: '#FFFFFF',\n black: '#000000',\n transparent: 'transparent',\n};\n","import { deepPurpleColorPalette } from '../tokens/palettes/deepPurpleColorPalette';\n\n// WARNING\n// If you modify this theme, don't forget to update the theme in @ornikar/kitt-universal as well\n// https://github.com/ornikar/kitt/blob/79e367e962c957c016c4df67dbcf515c8f45ff0e/@ornikar/kitt-universal/src/themes/late-ocean/colors.ts#L28\nexport const light = {\n // content\n 'content.base.low': deepPurpleColorPalette['grey.5'],\n 'content.base.mid': deepPurpleColorPalette['grey.7'],\n 'content.base.hi': deepPurpleColorPalette['grey.9'],\n 'content.base.onContrasted.low': deepPurpleColorPalette['white-alpha.60'],\n 'content.base.onContrasted.mid': deepPurpleColorPalette['white-alpha.80'],\n 'content.base.onContrasted.hi': deepPurpleColorPalette['grey.0'],\n 'content.accent': deepPurpleColorPalette['deepPurple.8'],\n 'content.promo': deepPurpleColorPalette['lightning.9'],\n 'content.promo.onContrasted': deepPurpleColorPalette['lightning.5'],\n 'content.info': deepPurpleColorPalette['blue.7'],\n 'content.success': deepPurpleColorPalette['green.7'],\n 'content.warning': deepPurpleColorPalette['yellow.7'],\n 'content.danger': deepPurpleColorPalette['red.7'],\n 'content.muted': deepPurpleColorPalette['beige.6'],\n 'content.disabled': deepPurpleColorPalette['grey.3'],\n 'content.disabled.onContrasted': deepPurpleColorPalette['grey.1'],\n\n // backgrounds\n 'bg.base.low.default': deepPurpleColorPalette['grey.0'],\n 'bg.base.low.pressed': deepPurpleColorPalette['beige.1'],\n 'bg.base.mid.default': deepPurpleColorPalette['beige.1'],\n 'bg.base.mid.pressed': deepPurpleColorPalette['beige.2'],\n 'bg.base.hi.default': deepPurpleColorPalette['beige.2'],\n 'bg.base.hi.pressed': deepPurpleColorPalette['beige.3'],\n 'bg.accent.default': deepPurpleColorPalette['deepPurple.8'],\n 'bg.accent.pressed': deepPurpleColorPalette['deepPurple.7'],\n 'bg.promo.mid.default': deepPurpleColorPalette['lightning.5'],\n 'bg.promo.mid.pressed': deepPurpleColorPalette['lightning.4'],\n 'bg.promo.hi.default': deepPurpleColorPalette['lightning.9'],\n 'bg.promo.hi.pressed': deepPurpleColorPalette['lightning.8'],\n 'bg.highlight.mid.default': deepPurpleColorPalette['mauve.1'],\n 'bg.highlight.mid.pressed': deepPurpleColorPalette['mauve.2'],\n 'bg.highlight.hi.default': deepPurpleColorPalette['mauve.3'],\n 'bg.highlight.hi.pressed': deepPurpleColorPalette['mauve.4'],\n 'bg.info.mid': deepPurpleColorPalette['blue.1'],\n 'bg.info.hi': deepPurpleColorPalette['blue.6'],\n 'bg.success.mid': deepPurpleColorPalette['green.1'],\n 'bg.success.hi': deepPurpleColorPalette['green.6'],\n 'bg.warning.mid': deepPurpleColorPalette['yellow.1'],\n 'bg.warning.hi': deepPurpleColorPalette['yellow.6'],\n 'bg.danger.mid': deepPurpleColorPalette['red.1'],\n 'bg.danger.hi': deepPurpleColorPalette['red.6'],\n 'bg.disabled.mid': deepPurpleColorPalette['grey.1'],\n 'bg.disabled.hi': deepPurpleColorPalette['grey.3'],\n 'bg.overlay': deepPurpleColorPalette['grey-alpha.50'],\n\n // borders\n 'border.base.low': deepPurpleColorPalette['beige.2'],\n 'border.base.mid': deepPurpleColorPalette['beige.3'],\n 'border.base.hi': deepPurpleColorPalette['grey.9'],\n 'border.base.onContrasted.mid': deepPurpleColorPalette['white-alpha.20'],\n 'border.base.onContrasted.hi': deepPurpleColorPalette['grey.0'],\n 'border.base.accent': deepPurpleColorPalette['deepPurple.8'],\n 'border.info': deepPurpleColorPalette['blue.6'],\n 'border.success': deepPurpleColorPalette['green.6'],\n 'border.warning': deepPurpleColorPalette['yellow.6'],\n 'border.danger': deepPurpleColorPalette['red.6'],\n 'border.disabled': deepPurpleColorPalette['grey.2'],\n 'border.highlight': deepPurpleColorPalette['mauve.3'],\n};\n","export enum BreakpointNameEnum {\n BASE = 'base',\n SMALL = 'small',\n MEDIUM = 'medium',\n LARGE = 'large',\n WIDE = 'wide',\n}\n\nexport const breakpoints = {\n [BreakpointNameEnum.BASE]: 0,\n [BreakpointNameEnum.SMALL]: 480,\n [BreakpointNameEnum.MEDIUM]: 768,\n [BreakpointNameEnum.LARGE]: 1024,\n [BreakpointNameEnum.WIDE]: 1280,\n};\n","import { createFont } from '@tamagui/core';\n\nexport const HEADING_VARIANTS = [\n 'heading-2xl',\n 'heading-xl',\n 'heading-l',\n 'heading-m',\n 'heading-s',\n 'heading-xs',\n 'heading-2xs',\n] as const;\nexport const BODY_VARIANTS = ['body-xl', 'body-l', 'body-m', 'body-s', 'body-xs'] as const;\nexport const LABEL_VARIANTS = ['label-xl', 'label-l', 'label-m', 'label-s'] as const;\nexport const CONTENT_CAPS_VARIANTS = [\n 'content-caps-3xl',\n 'content-caps-2xl',\n 'content-caps-xl',\n 'content-caps-l',\n 'content-caps-m',\n 'content-caps-s',\n 'content-caps-xs',\n] as const;\nexport const VARIANTS = [...HEADING_VARIANTS, ...BODY_VARIANTS, ...LABEL_VARIANTS, ...CONTENT_CAPS_VARIANTS] as const;\n\nexport type FontVariants = (typeof VARIANTS)[number];\nexport type BodyFontVariants = (typeof BODY_VARIANTS)[number];\nexport type LabelFontVariants = (typeof LABEL_VARIANTS)[number];\nexport type HeadingFontVariants = (typeof HEADING_VARIANTS)[number];\nexport type ContentCapsVariants = (typeof CONTENT_CAPS_VARIANTS)[number];\n\nexport type GTStandardFontWeight = '500' | '600' | '700';\n\nconst GTStandardFaces: Record<GTStandardFontWeight, Record<string, string>> = {\n 500: { normal: 'GTStandardRegular' },\n 600: { normal: 'GTStandardSemibold' },\n 700: { normal: 'GTStandardBold' },\n};\n\nconst size: Record<FontVariants, number> = {\n 'heading-2xl': 56,\n 'heading-xl': 48,\n 'heading-l': 38,\n 'heading-m': 28,\n 'heading-s': 24,\n 'heading-xs': 20,\n 'heading-2xs': 20,\n 'body-xl': 24,\n 'body-l': 18,\n 'body-m': 16,\n 'body-s': 14,\n 'body-xs': 12,\n 'label-xl': 18,\n 'label-l': 16,\n 'label-m': 14,\n 'label-s': 12,\n 'content-caps-3xl': 40,\n 'content-caps-2xl': 32,\n 'content-caps-xl': 24,\n 'content-caps-l': 18,\n 'content-caps-m': 16,\n 'content-caps-s': 14,\n 'content-caps-xs': 12,\n};\n\nconst lineHeight: Record<FontVariants, number> = {\n 'heading-2xl': 64,\n 'heading-xl': 56,\n 'heading-l': 44,\n 'heading-m': 32,\n 'heading-s': 28,\n 'heading-xs': 24,\n 'heading-2xs': 20,\n 'body-xl': 32,\n 'body-l': 26,\n 'body-m': 24,\n 'body-s': 20,\n 'body-xs': 16,\n 'label-xl': 26,\n 'label-l': 20,\n 'label-m': 18,\n 'label-s': 14,\n 'content-caps-3xl': 40,\n 'content-caps-2xl': 40,\n 'content-caps-xl': 28,\n 'content-caps-l': 20,\n 'content-caps-m': 18,\n 'content-caps-s': 16,\n 'content-caps-xs': 14,\n};\n\nconst letterSpacing: Record<FontVariants, number> = {\n 'heading-2xl': 0,\n 'heading-xl': 0,\n 'heading-l': 0,\n 'heading-m': 0,\n 'heading-s': 0,\n 'heading-xs': 0,\n 'heading-2xs': 0,\n 'body-xl': 0.3,\n 'body-l': 0.3,\n 'body-m': 0.3,\n 'body-s': 0.3,\n 'body-xs': 0.3,\n 'label-xl': 0,\n 'label-l': 0,\n 'label-m': 0,\n 'label-s': 0,\n 'content-caps-3xl': 0,\n 'content-caps-2xl': 0,\n 'content-caps-xl': 0,\n 'content-caps-l': 0,\n 'content-caps-m': 0,\n 'content-caps-s': 0,\n 'content-caps-xs': 0,\n};\n\nconst weight: Record<string, GTStandardFontWeight> = {\n bold: '700',\n semibold: '600',\n regular: '500',\n};\n\nexport const fonts = createFont({\n family: 'GTStandard',\n size,\n lineHeight,\n letterSpacing,\n weight,\n face: GTStandardFaces,\n});\n","export const radiusTokens = {\n 'radius.none': 0,\n 'radius.s': 2,\n 'radius.m': 4,\n 'radius.l': 8,\n 'radius.circle': 1000,\n};\n","export const sizeTokens = {\n 'size.16': 16,\n 'size.20': 20,\n 'size.24': 24,\n 'size.32': 32,\n 'size.48': 48,\n 'size.64': 64,\n 'size.80': 80,\n 'size.96': 96,\n 'size.120': 120,\n 'size.144': 144,\n 'size.176': 176,\n 'size.208': 208,\n};\n","export const spaceTokens = {\n 'space.none': 0,\n 'space.2': 2,\n 'space.4': 4,\n 'space.8': 8,\n 'space.12': 12,\n 'space.16': 16,\n 'space.24': 24,\n 'space.32': 32,\n 'space.40': 40,\n 'space.48': 48,\n 'space.56': 56,\n 'space.64': 64,\n 'space.80': 80,\n};\n","import { createTamagui, createTokens } from '@tamagui/core';\nimport { light } from './themes/light';\nimport { BreakpointNameEnum, breakpoints } from './themes/utils/breakpoints';\nimport { fonts } from './tokens/fonts';\nimport { radiusTokens } from './tokens/radius';\nimport { sizeTokens } from './tokens/size';\nimport { spaceTokens } from './tokens/space';\n\nconst tokens = createTokens({\n color: {},\n space: spaceTokens,\n size: sizeTokens,\n radius: radiusTokens,\n});\n\nexport const config = createTamagui({\n tokens,\n fonts: {\n GTStandard: fonts,\n },\n themes: {\n light,\n },\n media: {\n [BreakpointNameEnum.BASE]: { minWidth: breakpoints[BreakpointNameEnum.BASE] },\n [BreakpointNameEnum.SMALL]: { minWidth: breakpoints[BreakpointNameEnum.SMALL] },\n [BreakpointNameEnum.MEDIUM]: { minWidth: breakpoints[BreakpointNameEnum.MEDIUM] },\n [BreakpointNameEnum.LARGE]: { minWidth: breakpoints[BreakpointNameEnum.LARGE] },\n [BreakpointNameEnum.WIDE]: { minWidth: breakpoints[BreakpointNameEnum.WIDE] },\n },\n settings: {\n allowedStyleValues: 'strict',\n disableSSR: true,\n styleCompat: 'react-native',\n autocompleteSpecificTokens: 'except-special',\n debug: false,\n },\n});\n\ntype Conf = typeof config;\n\n// make imports typed\ndeclare module '@tamagui/core' {\n interface TamaguiCustomConfig extends Conf {}\n}\n","import { TamaguiProvider } from '@tamagui/core';\nimport type { ReactNode } from 'react';\nimport { config } from '../tamagui.config';\n\nexport interface BumperProviderProps {\n children: ReactNode;\n}\n\nexport function BumperProvider({ children }: BumperProviderProps): ReactNode {\n return (\n <TamaguiProvider config={config} defaultTheme=\"light\">\n {children}\n </TamaguiProvider>\n );\n}\n","import { makeDecorator } from '@storybook/preview-api';\nimport type { ReactNode } from 'react';\nimport { BumperProvider } from './BumperProvider';\n\nexport const BumperDecorator = makeDecorator({\n name: 'BumperDecorator',\n parameterName: 'bumper',\n wrapper: (storyFn, context) => {\n return <BumperProvider>{storyFn(context) as ReactNode}</BumperProvider>;\n },\n});\n","import type { ViewProps } from '@tamagui/core';\nimport { styled } from '@tamagui/core';\nimport { View } from './View';\n\nexport interface CenterProps extends ViewProps {}\n\nexport const Center = styled(View, {\n justifyContent: 'center',\n alignItems: 'center',\n});\n","import type { GetProps, TamaguiComponent } from '@tamagui/core';\nimport { View, styled } from '@tamagui/core';\nimport type { ReactNode } from 'react';\nimport type { Except } from 'type-fest';\n\nexport type PressableProps<C extends TamaguiComponent = typeof View> = {\n /**\n * The Tamagui component to render as (`View`, `Stack`, etc.).\n *\n * @default View\n */\n as?: C;\n} & Except<GetProps<C>, 'as'>;\n\n/**\n * A polymorphic Pressable component that can render as any Tamagui primitive.\n *\n * @example\n * <Pressable onPress={() => {}} />\n *\n * @example\n * <Pressable\n * as={HStack}\n * onPress={() => {}}\n * />\n */\nexport function Pressable<C extends TamaguiComponent = typeof View>({ as, ...rest }: PressableProps<C>): ReactNode {\n const Component = styled(as ?? View, {\n name: 'Pressable',\n role: 'button',\n cursor: 'pointer',\n });\n\n return <Component {...(rest as GetProps<C>)} />;\n}\n","import type { GetProps } from '@tamagui/core';\nimport { Stack, styled } from '@tamagui/core';\n\nexport type { StackProps } from '@tamagui/core';\nexport { Stack } from '@tamagui/core';\n\nexport const HStack = styled(Stack, {\n name: 'HStack',\n flexDirection: 'row',\n});\n\nexport type HStackProps = GetProps<typeof HStack>;\n\nexport const VStack = styled(Stack, {\n name: 'VStack',\n flexDirection: 'column',\n});\n\nexport type VStackProps = GetProps<typeof VStack>;\n","import type { FontVariants } from '../../../tokens/fonts';\nimport { BODY_VARIANTS, CONTENT_CAPS_VARIANTS, HEADING_VARIANTS, LABEL_VARIANTS } from '../../../tokens/fonts';\nimport type {\n InternalTypographyProps,\n TypographyTextProps,\n TypographyVariantContextValue,\n TypographyWeightContextValue,\n} from '../Typography';\n\ninterface VariantAndWeightValues {\n weight: InternalTypographyProps['weight'] | undefined;\n variant: FontVariants | undefined;\n}\n\nexport function getVariantAndWeightValues(\n weightProp: TypographyTextProps['weight'],\n variantProp: TypographyTextProps['variant'],\n typographyWeightAncestorValue: TypographyWeightContextValue,\n typographyVariantAncestorValue: TypographyVariantContextValue,\n): VariantAndWeightValues {\n const computedVariant = variantProp || typographyVariantAncestorValue || undefined;\n\n if (computedVariant) {\n if ((BODY_VARIANTS as readonly string[]).includes(computedVariant)) {\n const computedWeight = weightProp || typographyWeightAncestorValue || undefined;\n return { weight: computedWeight, variant: computedVariant };\n }\n // Content Caps variant have fixed weights so we override any provided weight\n if ((CONTENT_CAPS_VARIANTS as readonly string[]).includes(computedVariant)) {\n return { weight: 'bold', variant: computedVariant };\n }\n // Heading variants have fixed weights so we override any provided weight\n if ((HEADING_VARIANTS as readonly string[]).includes(computedVariant)) {\n return { weight: 'semibold', variant: computedVariant };\n }\n // Label variants have fixed weights so we override any provided weight\n if ((LABEL_VARIANTS as readonly string[]).includes(computedVariant)) {\n return { weight: 'semibold', variant: computedVariant };\n }\n }\n\n return { weight: weightProp, variant: undefined };\n}\n","import type { GetProps, GetThemeValueForKey, TamaguiComponent, WithMediaProps } from '@tamagui/core';\nimport { Text, styled } from '@tamagui/core';\nimport { createContext, useContext } from 'react';\nimport { type Except } from 'type-fest';\nimport type {\n BodyFontVariants,\n ContentCapsVariants,\n FontVariants,\n HeadingFontVariants,\n LabelFontVariants,\n} from '../../tokens/fonts';\nimport { getVariantAndWeightValues } from './utils/getVariantAndWeightValues';\n\n// Should use type from tamagui (PropsWithoutMediaStyles) when fixed: https://github.com/tamagui/tamagui/pull/3783\ntype PropsWithoutMedia<A> = {\n // remove all media\n [Key in keyof A as Key extends `$${string}` ? never : Key]?: A[Key];\n};\n\ntype OverrideTamaguiComponentProps<A> = PropsWithoutMedia<A> & WithMediaProps<PropsWithoutMedia<A>>;\n\nconst InternalTypography = styled(Text, {\n fontFamily: '$GTStandard',\n color: '$content.base.hi',\n '$platform-web': {\n WebkitFontSmoothing: 'antialiased',\n },\n variants: {\n variant: (variant: FontVariants | undefined) => {\n if (!variant) return {};\n\n return {\n fontSize: `$${variant}`,\n lineHeight: `$${variant}`,\n letterSpacing: `$${variant}`,\n };\n },\n weight: {\n regular: {\n fontWeight: '$regular',\n },\n semibold: {\n fontWeight: '$semibold',\n },\n bold: {\n fontWeight: '$bold',\n },\n },\n } as const,\n defaultVariants: {\n variant: 'body-m',\n weight: 'regular',\n },\n});\n\nexport type InternalTypographyProps = GetProps<typeof InternalTypography>;\n\nexport type TypographyVariantContextValue = FontVariants | null;\nexport type TypographyWeightContextValue = 'regular' | 'bold' | 'semibold' | null;\nexport type TypograhyColorContextValue = InternalTypographyProps['color'] | null;\n\nconst TypographyVariantContext = createContext<TypographyVariantContextValue>(null);\nconst TypographyWeightContext = createContext<TypographyWeightContextValue>(null);\nconst TypograhyColorContext = createContext<TypograhyColorContextValue>(null);\n\n// Remove font-related style props from InternalTypography Props\ntype TypographyExcludedFontStyleProps =\n | 'fontFamily'\n | 'fontSize'\n | 'lineHeight'\n | 'fontStyle'\n | 'fontVariant'\n | 'fontWeight';\n\ntype TypographyPropsWithoutFontStyleProps = Except<InternalTypographyProps, TypographyExcludedFontStyleProps>;\n\nexport interface BodyProps extends TypographyPropsWithoutFontStyleProps {\n variant?: BodyFontVariants;\n weight?: 'regular' | 'bold';\n}\nexport interface HeadingLabelProps extends TypographyPropsWithoutFontStyleProps {\n variant: HeadingFontVariants | LabelFontVariants;\n weight?: 'semibold';\n}\nexport interface ContentCapsProps extends TypographyPropsWithoutFontStyleProps {\n variant: ContentCapsVariants;\n weight?: 'bold';\n}\n\nexport type TypographyTextProps =\n | OverrideTamaguiComponentProps<BodyProps>\n | OverrideTamaguiComponentProps<HeadingLabelProps>\n | OverrideTamaguiComponentProps<ContentCapsProps>;\n\nconst TypographyBase = InternalTypography.styleable<TypographyTextProps, TypographyTextProps>((props, ref) => {\n const typographyVariantAncestorValue = useContext(TypographyVariantContext);\n const typographyWeightAncestorValue = useContext(TypographyWeightContext);\n const typographyColorAncestorValue = useContext(TypograhyColorContext);\n\n const { variant, weight } = getVariantAndWeightValues(\n props.weight,\n props.variant,\n typographyWeightAncestorValue,\n typographyVariantAncestorValue,\n );\n const color = props.color || typographyColorAncestorValue || undefined;\n\n let content = (\n <InternalTypography\n ref={ref}\n {...props}\n color={color as GetThemeValueForKey<'color'>}\n weight={weight}\n variant={variant}\n />\n );\n\n // If a variant is provided, we set it in the context for children to be able to inherit variant value\n content = props.variant ? (\n <TypographyVariantContext.Provider value={props.variant}>{content}</TypographyVariantContext.Provider>\n ) : (\n content\n );\n\n // If a weight is provided, we set it in the context for children to be able to inherit weight value\n content = props.weight ? (\n <TypographyWeightContext.Provider value={props.weight}>{content}</TypographyWeightContext.Provider>\n ) : (\n content\n );\n\n // If a color is provided, we set it in the context for children to be able to inherit color value\n content = props.color ? (\n <TypograhyColorContext.Provider value={props.color}>{content}</TypograhyColorContext.Provider>\n ) : (\n content\n );\n\n return content;\n});\n\nconst createHeading = (level: number): TamaguiComponent<TypographyTextProps> => {\n return TypographyBase.styleable<TypographyTextProps, TypographyTextProps>((props, ref) => {\n return <TypographyBase ref={ref} {...props} role=\"heading\" aria-level={level} />;\n });\n};\n\nexport const Typography = {\n Text: TypographyBase,\n Header1: createHeading(1),\n Header2: createHeading(2),\n Header3: createHeading(3),\n Header4: createHeading(4),\n Header5: createHeading(5),\n Header6: createHeading(6),\n};\n","import { BreakpointNameEnum } from '../../../themes/utils/breakpoints';\n\nexport interface ValueForBreakpoint<T> {\n base: T;\n small?: T;\n medium?: T;\n large?: T;\n wide?: T;\n}\n\nexport function getValueForBreakpoint<T>(\n breakpoint: BreakpointNameEnum,\n { base, small, medium, large, wide }: ValueForBreakpoint<T>,\n): T {\n switch (breakpoint) {\n case BreakpointNameEnum.WIDE:\n return wide ?? large ?? medium ?? small ?? base;\n case BreakpointNameEnum.LARGE:\n return large ?? medium ?? small ?? base;\n case BreakpointNameEnum.MEDIUM:\n return medium ?? small ?? base;\n case BreakpointNameEnum.SMALL:\n return small ?? base;\n case BreakpointNameEnum.BASE:\n default:\n return base;\n }\n}\n","import { useMedia } from '@tamagui/core';\nimport { BreakpointNameEnum } from '../../../themes/utils/breakpoints';\n\nexport function useCurrentBreakpointName(): BreakpointNameEnum {\n const media = useMedia();\n\n switch (true) {\n case media.wide:\n return BreakpointNameEnum.WIDE;\n case media.large:\n return BreakpointNameEnum.LARGE;\n case media.medium:\n return BreakpointNameEnum.MEDIUM;\n case media.small:\n return BreakpointNameEnum.SMALL;\n case media.base:\n default:\n return BreakpointNameEnum.BASE;\n }\n}\n","import { useMemo } from 'react';\nimport type { ValueForBreakpoint } from '../utils/breakpointsUtils';\nimport { getValueForBreakpoint } from '../utils/breakpointsUtils';\nimport { useCurrentBreakpointName } from './useCurrentBreakpointName';\n\nexport function useBreakpointValue<T>(values: ValueForBreakpoint<T>): T {\n const breakpoint = useCurrentBreakpointName();\n\n return useMemo(() => {\n return getValueForBreakpoint(breakpoint, values);\n }, [breakpoint, values]);\n}\n","import type { ReactNode } from 'react';\nimport { useCurrentBreakpointName } from './hooks/useCurrentBreakpointName';\nimport type { ValueForBreakpoint } from './utils/breakpointsUtils';\nimport { getValueForBreakpoint } from './utils/breakpointsUtils';\n\nexport type SwitchBreakpointsProps = ValueForBreakpoint<ReactNode>;\n\nexport function SwitchBreakpoints(values: SwitchBreakpointsProps): ReactNode {\n const breakpoint = useCurrentBreakpointName();\n\n return getValueForBreakpoint(breakpoint, values);\n}\n"],"names":["createColorScale","colorScale","colorScales","deepPurple","beige","lightning","rainbow","pink","brick","orange","gold","sun","grey","blue","green","yellow","red","mauve","transformColorScalesToTokens","Object","fromEntries","entries","flatMap","colorName","map","scaleNumber","colorValue","deepPurpleColorPalette","white","black","transparent","light","BreakpointNameEnum","breakpoints","BASE","SMALL","MEDIUM","LARGE","WIDE","HEADING_VARIANTS","BODY_VARIANTS","LABEL_VARIANTS","CONTENT_CAPS_VARIANTS","GTStandardFaces","normal","size","lineHeight","letterSpacing","weight","bold","semibold","regular","fonts","createFont","family","face","radiusTokens","sizeTokens","spaceTokens","tokens","createTokens","color","space","radius","config","createTamagui","GTStandard","themes","media","minWidth","settings","allowedStyleValues","disableSSR","styleCompat","autocompleteSpecificTokens","debug","BumperProvider","children","_jsx","TamaguiProvider","defaultTheme","BumperDecorator","makeDecorator","name","parameterName","wrapper","storyFn","context","Center","styled","View","justifyContent","alignItems","Pressable","as","rest","Component","role","cursor","HStack","Stack","flexDirection","VStack","getVariantAndWeightValues","weightProp","variantProp","typographyWeightAncestorValue","typographyVariantAncestorValue","computedVariant","undefined","includes","computedWeight","variant","InternalTypography","Text","fontFamily","WebkitFontSmoothing","variants","fontSize","fontWeight","defaultVariants","TypographyVariantContext","createContext","TypographyWeightContext","TypograhyColorContext","TypographyBase","styleable","props","ref","useContext","typographyColorAncestorValue","content","Provider","value","createHeading","level","Typography","Header1","Header2","Header3","Header4","Header5","Header6","getValueForBreakpoint","breakpoint","base","small","medium","large","wide","useCurrentBreakpointName","useMedia","useBreakpointValue","values","useMemo","SwitchBreakpoints"],"mappings":"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"}