@oxyhq/bloom 0.19.1 → 0.21.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.
- package/lib/commonjs/benefit-list/index.js +119 -0
- package/lib/commonjs/benefit-list/index.js.map +1 -0
- package/lib/commonjs/benefit-list/types.js +6 -0
- package/lib/commonjs/benefit-list/types.js.map +1 -0
- package/lib/commonjs/connection-dots/ConnectionDots.js +112 -0
- package/lib/commonjs/connection-dots/ConnectionDots.js.map +1 -0
- package/lib/commonjs/connection-dots/ConnectionDots.web.js +116 -0
- package/lib/commonjs/connection-dots/ConnectionDots.web.js.map +1 -0
- package/lib/commonjs/connection-dots/ConnectionDotsBase.js +55 -0
- package/lib/commonjs/connection-dots/ConnectionDotsBase.js.map +1 -0
- package/lib/commonjs/connection-dots/index.js +13 -0
- package/lib/commonjs/connection-dots/index.js.map +1 -0
- package/lib/commonjs/connection-dots/index.web.js +13 -0
- package/lib/commonjs/connection-dots/index.web.js.map +1 -0
- package/lib/commonjs/connection-dots/types.js +6 -0
- package/lib/commonjs/connection-dots/types.js.map +1 -0
- package/lib/commonjs/content-panel/index.js +64 -0
- package/lib/commonjs/content-panel/index.js.map +1 -0
- package/lib/commonjs/content-panel/index.web.js +99 -0
- package/lib/commonjs/content-panel/index.web.js.map +1 -0
- package/lib/commonjs/design-tokens/color-roles.js +112 -0
- package/lib/commonjs/design-tokens/color-roles.js.map +1 -0
- package/lib/commonjs/design-tokens/index.js +89 -0
- package/lib/commonjs/design-tokens/index.js.map +1 -0
- package/lib/commonjs/design-tokens/scales.js +168 -0
- package/lib/commonjs/design-tokens/scales.js.map +1 -0
- package/lib/commonjs/design-tokens/shadows.js +48 -0
- package/lib/commonjs/design-tokens/shadows.js.map +1 -0
- package/lib/commonjs/design-tokens/shadows.native.js +53 -0
- package/lib/commonjs/design-tokens/shadows.native.js.map +1 -0
- package/lib/commonjs/design-tokens/tailwind-preset.js +139 -0
- package/lib/commonjs/design-tokens/tailwind-preset.js.map +1 -0
- package/lib/commonjs/design-tokens/theme-css.js +98 -0
- package/lib/commonjs/design-tokens/theme-css.js.map +1 -0
- package/lib/commonjs/index.js +208 -93
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/index.web.js +223 -108
- package/lib/commonjs/index.web.js.map +1 -1
- package/lib/commonjs/text-field/index.js +156 -0
- package/lib/commonjs/text-field/index.js.map +1 -1
- package/lib/module/benefit-list/index.js +114 -0
- package/lib/module/benefit-list/index.js.map +1 -0
- package/lib/module/benefit-list/types.js +4 -0
- package/lib/module/benefit-list/types.js.map +1 -0
- package/lib/module/connection-dots/ConnectionDots.js +107 -0
- package/lib/module/connection-dots/ConnectionDots.js.map +1 -0
- package/lib/module/connection-dots/ConnectionDots.web.js +111 -0
- package/lib/module/connection-dots/ConnectionDots.web.js.map +1 -0
- package/lib/module/connection-dots/ConnectionDotsBase.js +50 -0
- package/lib/module/connection-dots/ConnectionDotsBase.js.map +1 -0
- package/lib/module/connection-dots/index.js +4 -0
- package/lib/module/connection-dots/index.js.map +1 -0
- package/lib/module/connection-dots/index.web.js +4 -0
- package/lib/module/connection-dots/index.web.js.map +1 -0
- package/lib/module/connection-dots/types.js +4 -0
- package/lib/module/connection-dots/types.js.map +1 -0
- package/lib/module/content-panel/index.js +59 -0
- package/lib/module/content-panel/index.js.map +1 -0
- package/lib/module/content-panel/index.web.js +94 -0
- package/lib/module/content-panel/index.web.js.map +1 -0
- package/lib/module/design-tokens/color-roles.js +108 -0
- package/lib/module/design-tokens/color-roles.js.map +1 -0
- package/lib/module/design-tokens/index.js +27 -0
- package/lib/module/design-tokens/index.js.map +1 -0
- package/lib/module/design-tokens/scales.js +164 -0
- package/lib/module/design-tokens/scales.js.map +1 -0
- package/lib/module/design-tokens/shadows.js +43 -0
- package/lib/module/design-tokens/shadows.js.map +1 -0
- package/lib/module/design-tokens/shadows.native.js +48 -0
- package/lib/module/design-tokens/shadows.native.js.map +1 -0
- package/lib/module/design-tokens/tailwind-preset.js +136 -0
- package/lib/module/design-tokens/tailwind-preset.js.map +1 -0
- package/lib/module/design-tokens/theme-css.js +94 -0
- package/lib/module/design-tokens/theme-css.js.map +1 -0
- package/lib/module/index.js +6 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/index.web.js +6 -1
- package/lib/module/index.web.js.map +1 -1
- package/lib/module/text-field/index.js +158 -2
- package/lib/module/text-field/index.js.map +1 -1
- package/lib/typescript/commonjs/benefit-list/index.d.ts +6 -0
- package/lib/typescript/commonjs/benefit-list/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/benefit-list/types.d.ts +35 -0
- package/lib/typescript/commonjs/benefit-list/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.d.ts +4 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts +14 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDots.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts +18 -0
- package/lib/typescript/commonjs/connection-dots/ConnectionDotsBase.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/index.d.ts +3 -0
- package/lib/typescript/commonjs/connection-dots/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/index.web.d.ts +3 -0
- package/lib/typescript/commonjs/connection-dots/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/connection-dots/types.d.ts +41 -0
- package/lib/typescript/commonjs/connection-dots/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/index.d.ts +54 -0
- package/lib/typescript/commonjs/content-panel/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/content-panel/index.web.d.ts +59 -0
- package/lib/typescript/commonjs/content-panel/index.web.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/color-roles.d.ts +102 -0
- package/lib/typescript/commonjs/design-tokens/color-roles.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/index.d.ts +28 -0
- package/lib/typescript/commonjs/design-tokens/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/scales.d.ts +152 -0
- package/lib/typescript/commonjs/design-tokens/scales.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts +34 -0
- package/lib/typescript/commonjs/design-tokens/shadows.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts +19 -0
- package/lib/typescript/commonjs/design-tokens/shadows.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/tailwind-preset.d.ts +59 -0
- package/lib/typescript/commonjs/design-tokens/tailwind-preset.d.ts.map +1 -0
- package/lib/typescript/commonjs/design-tokens/theme-css.d.ts +39 -0
- package/lib/typescript/commonjs/design-tokens/theme-css.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts +6 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/index.web.d.ts +6 -0
- package/lib/typescript/commonjs/index.web.d.ts.map +1 -1
- package/lib/typescript/commonjs/text-field/index.d.ts +14 -1
- package/lib/typescript/commonjs/text-field/index.d.ts.map +1 -1
- package/lib/typescript/module/benefit-list/index.d.ts +6 -0
- package/lib/typescript/module/benefit-list/index.d.ts.map +1 -0
- package/lib/typescript/module/benefit-list/types.d.ts +35 -0
- package/lib/typescript/module/benefit-list/types.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.d.ts +4 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts +14 -0
- package/lib/typescript/module/connection-dots/ConnectionDots.web.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts +18 -0
- package/lib/typescript/module/connection-dots/ConnectionDotsBase.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/index.d.ts +3 -0
- package/lib/typescript/module/connection-dots/index.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/index.web.d.ts +3 -0
- package/lib/typescript/module/connection-dots/index.web.d.ts.map +1 -0
- package/lib/typescript/module/connection-dots/types.d.ts +41 -0
- package/lib/typescript/module/connection-dots/types.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/index.d.ts +54 -0
- package/lib/typescript/module/content-panel/index.d.ts.map +1 -0
- package/lib/typescript/module/content-panel/index.web.d.ts +59 -0
- package/lib/typescript/module/content-panel/index.web.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/color-roles.d.ts +102 -0
- package/lib/typescript/module/design-tokens/color-roles.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/index.d.ts +28 -0
- package/lib/typescript/module/design-tokens/index.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/scales.d.ts +152 -0
- package/lib/typescript/module/design-tokens/scales.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/shadows.d.ts +34 -0
- package/lib/typescript/module/design-tokens/shadows.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/shadows.native.d.ts +19 -0
- package/lib/typescript/module/design-tokens/shadows.native.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/tailwind-preset.d.ts +59 -0
- package/lib/typescript/module/design-tokens/tailwind-preset.d.ts.map +1 -0
- package/lib/typescript/module/design-tokens/theme-css.d.ts +39 -0
- package/lib/typescript/module/design-tokens/theme-css.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +6 -0
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/lib/typescript/module/index.web.d.ts +6 -0
- package/lib/typescript/module/index.web.d.ts.map +1 -1
- package/lib/typescript/module/text-field/index.d.ts +14 -1
- package/lib/typescript/module/text-field/index.d.ts.map +1 -1
- package/package.json +66 -1
- package/src/__tests__/BenefitList.test.tsx +108 -0
- package/src/__tests__/ConnectionDots.test.tsx +86 -0
- package/src/__tests__/TextFieldFloatingLabel.test.tsx +93 -0
- package/src/__tests__/design-tokens.test.ts +169 -0
- package/src/benefit-list/BenefitList.stories.tsx +50 -0
- package/src/benefit-list/index.tsx +133 -0
- package/src/benefit-list/types.ts +36 -0
- package/src/connection-dots/ConnectionDots.stories.tsx +54 -0
- package/src/connection-dots/ConnectionDots.tsx +139 -0
- package/src/connection-dots/ConnectionDots.web.tsx +122 -0
- package/src/connection-dots/ConnectionDotsBase.tsx +62 -0
- package/src/connection-dots/index.ts +2 -0
- package/src/connection-dots/index.web.ts +2 -0
- package/src/connection-dots/types.ts +41 -0
- package/src/content-panel/index.tsx +87 -0
- package/src/content-panel/index.web.tsx +134 -0
- package/src/design-tokens/color-roles.ts +110 -0
- package/src/design-tokens/index.ts +45 -0
- package/src/design-tokens/scales.ts +134 -0
- package/src/design-tokens/shadows.native.ts +44 -0
- package/src/design-tokens/shadows.ts +42 -0
- package/src/design-tokens/tailwind-preset.ts +139 -0
- package/src/design-tokens/theme-css.ts +99 -0
- package/src/index.ts +33 -0
- package/src/index.web.ts +33 -0
- package/src/text-field/TextField.stories.tsx +46 -0
- package/src/text-field/index.tsx +212 -1
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { StyleProp, TextStyle, ViewStyle } from 'react-native';
|
|
3
|
+
export interface BenefitRowProps {
|
|
4
|
+
/**
|
|
5
|
+
* Leading icon — rendered inside a rounded `fill-secondary` square. Pass a
|
|
6
|
+
* Bloom icon element (e.g. `<Icons.Lock size="sm" />`) or any node.
|
|
7
|
+
*/
|
|
8
|
+
icon: ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Caption text. Provide either `label` or `children` (string or nodes).
|
|
11
|
+
* Rendered as `text-secondary` at the `caption` type role.
|
|
12
|
+
*/
|
|
13
|
+
label?: string;
|
|
14
|
+
/** Caption content as children (alternative to `label`). */
|
|
15
|
+
children?: ReactNode;
|
|
16
|
+
/** Accessibility label for the row (defaults to the text content). */
|
|
17
|
+
accessibilityLabel?: string;
|
|
18
|
+
/** NativeWind className passthrough on the row container. */
|
|
19
|
+
className?: string;
|
|
20
|
+
/** Style passthrough on the row container. */
|
|
21
|
+
style?: StyleProp<ViewStyle>;
|
|
22
|
+
/** Style passthrough on the caption text. */
|
|
23
|
+
textStyle?: StyleProp<TextStyle>;
|
|
24
|
+
}
|
|
25
|
+
export interface BenefitListProps {
|
|
26
|
+
/** `BenefitRow`s (or any nodes) stacked with consistent spacing. */
|
|
27
|
+
children: ReactNode;
|
|
28
|
+
/** Accessibility label for the card. */
|
|
29
|
+
accessibilityLabel?: string;
|
|
30
|
+
/** NativeWind className passthrough on the card container. */
|
|
31
|
+
className?: string;
|
|
32
|
+
/** Style passthrough on the card container. */
|
|
33
|
+
style?: StyleProp<ViewStyle>;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/benefit-list/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpE,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4DAA4D;IAC5D,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,sEAAsE;IACtE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,6DAA6D;IAC7D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8CAA8C;IAC9C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,6CAA6C;IAC7C,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAClC;AAED,MAAM,WAAW,gBAAgB;IAC/B,oEAAoE;IACpE,QAAQ,EAAE,SAAS,CAAC;IACpB,wCAAwC;IACxC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,8DAA8D;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,+CAA+C;IAC/C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConnectionDots.d.ts","sourceRoot":"","sources":["../../../../src/connection-dots/ConnectionDots.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAe/C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AA0HnD,eAAO,MAAM,cAAc,iDAAgC,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ConnectionDotsProps } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* CSS keyframes powering the ellipsis shimmer. Mirrors the native Reanimated
|
|
5
|
+
* triangle wave: each dot's opacity rises to 1 and falls back to a dim floor,
|
|
6
|
+
* with a per-dot `animation-delay` sweeping the bright crest left→right.
|
|
7
|
+
*
|
|
8
|
+
* A `prefers-reduced-motion: reduce` media query pins every dot to full opacity,
|
|
9
|
+
* matching the native `useReducedMotion` branch — defence-in-depth alongside the
|
|
10
|
+
* JS `matchMedia` gate below (which also stops emitting the `animation` prop).
|
|
11
|
+
*/
|
|
12
|
+
export declare const BLOOM_CONNECTION_DOTS_CSS = "\n@keyframes bloomConnectionDotsWave { 0%, 100% { opacity: 0.25; } 50% { opacity: 1; } }\n@media (prefers-reduced-motion: reduce) {\n [data-bloom-connection-dot] { animation: none !important; opacity: 1 !important; }\n}\n";
|
|
13
|
+
export declare const ConnectionDots: React.NamedExoticComponent<ConnectionDotsProps>;
|
|
14
|
+
//# sourceMappingURL=ConnectionDots.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConnectionDots.web.d.ts","sourceRoot":"","sources":["../../../../src/connection-dots/ConnectionDots.web.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAKzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AASnD;;;;;;;;GAQG;AACH,eAAO,MAAM,yBAAyB,mOAKrC,CAAC;AA4FF,eAAO,MAAM,cAAc,iDAAgC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { ConnectionDotsProps } from './types';
|
|
3
|
+
export interface ConnectionDotsBaseProps extends Pick<ConnectionDotsProps, 'left' | 'right' | 'accessibilityLabel' | 'className' | 'style'> {
|
|
4
|
+
/** The platform-specific animated dots row (built by the native/web fork). */
|
|
5
|
+
dots: React.ReactNode;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Shared layout + accessibility chrome for {@link ConnectionDots}:
|
|
9
|
+
*
|
|
10
|
+
* leftSlot · (animated ellipsis dots) · rightSlot
|
|
11
|
+
*
|
|
12
|
+
* The dots themselves are supplied by the platform fork (`ConnectionDots.tsx`
|
|
13
|
+
* native / `ConnectionDots.web.tsx` web) because the shimmer animation impl
|
|
14
|
+
* differs (Reanimated vs CSS). This base owns the row layout, the slot wrappers,
|
|
15
|
+
* and the single accessibility label that stands in for the decorative dots.
|
|
16
|
+
*/
|
|
17
|
+
export declare function ConnectionDotsBase({ left, right, dots, accessibilityLabel, className, style, }: ConnectionDotsBaseProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
//# sourceMappingURL=ConnectionDotsBase.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConnectionDotsBase.d.ts","sourceRoot":"","sources":["../../../../src/connection-dots/ConnectionDotsBase.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,MAAM,WAAW,uBACf,SAAQ,IAAI,CACV,mBAAmB,EACnB,MAAM,GAAG,OAAO,GAAG,oBAAoB,GAAG,WAAW,GAAG,OAAO,CAChE;IACD,8EAA8E;IAC9E,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;CACvB;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,kBAAiC,EACjC,SAAS,EACT,KAAK,GACN,EAAE,uBAAuB,2CA6BzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/connection-dots/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.web.d.ts","sourceRoot":"","sources":["../../../../src/connection-dots/index.web.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,YAAY,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
+
export interface ConnectionDotsProps {
|
|
4
|
+
/**
|
|
5
|
+
* Left-hand content — typically a logo or avatar of the first party in a
|
|
6
|
+
* link/consent flow. Rendered as-is.
|
|
7
|
+
*/
|
|
8
|
+
left: ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Right-hand content — typically a logo or avatar of the second party.
|
|
11
|
+
* Rendered as-is.
|
|
12
|
+
*/
|
|
13
|
+
right: ReactNode;
|
|
14
|
+
/**
|
|
15
|
+
* Number of ellipsis dots animating between the two slots.
|
|
16
|
+
* @default 6
|
|
17
|
+
*/
|
|
18
|
+
dotCount?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Diameter of each dot in px.
|
|
21
|
+
* @default 6
|
|
22
|
+
*/
|
|
23
|
+
dotSize?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Accessibility label for the whole connection band. Read by screen readers in
|
|
26
|
+
* place of the (decorative) dots.
|
|
27
|
+
* @default 'Connecting'
|
|
28
|
+
*/
|
|
29
|
+
accessibilityLabel?: string;
|
|
30
|
+
/** NativeWind className passthrough on the outer row. */
|
|
31
|
+
className?: string;
|
|
32
|
+
/** Style passthrough on the outer row. */
|
|
33
|
+
style?: StyleProp<ViewStyle>;
|
|
34
|
+
/**
|
|
35
|
+
* Force-disable the shimmer regardless of the OS reduced-motion setting.
|
|
36
|
+
* (When omitted, the component reads the platform reduced-motion preference
|
|
37
|
+
* and renders the dots statically when it is on.)
|
|
38
|
+
*/
|
|
39
|
+
reducedMotion?: boolean;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/connection-dots/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;;OAGG;IACH,KAAK,EAAE,SAAS,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0CAA0C;IAC1C,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Native variant of `ContentPanel` — the framed app-content surface.
|
|
3
|
+
*
|
|
4
|
+
* `ContentPanel` is the rounded, bordered panel that holds an app's routed
|
|
5
|
+
* content. On WEB it adds two sticky overlays (a gutter "bleed-mask" box-shadow
|
|
6
|
+
* ring and a continuous rounded border frame) so feed content that bleeds into
|
|
7
|
+
* the rounded corners / lateral gutters is masked while a single seamless border
|
|
8
|
+
* is drawn around the panel — see `index.web.tsx`.
|
|
9
|
+
*
|
|
10
|
+
* On NATIVE none of that applies: there is no document scroll, no sticky
|
|
11
|
+
* positioning, and no bleed to mask, so the panel is simply a rounded, bordered
|
|
12
|
+
* surface wrapping its content. The `framed` and `showStickyFrame` props are
|
|
13
|
+
* accepted for cross-platform API parity but are intentionally no-ops here
|
|
14
|
+
* (mirroring the no-op native fork of `../scroll`).
|
|
15
|
+
*
|
|
16
|
+
* Web bundlers select `./index.web` via the `"browser"` export condition in
|
|
17
|
+
* `package.json`; native bundlers fall through to this file.
|
|
18
|
+
*
|
|
19
|
+
* Styling is NativeWind-className-first; the literal class strings below must
|
|
20
|
+
* stay literal so a consumer's Tailwind content-scan over `lib/**` (and the
|
|
21
|
+
* native `src/**`) picks them up.
|
|
22
|
+
*/
|
|
23
|
+
import React from 'react';
|
|
24
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
25
|
+
/**
|
|
26
|
+
* Width (in px) of the WEB sticky gutter-mask box-shadow ring. Exported for
|
|
27
|
+
* cross-platform API parity (it has no effect on native).
|
|
28
|
+
*/
|
|
29
|
+
export declare const GUTTER_MASK_SPREAD = 40;
|
|
30
|
+
/** Top sticky inset (px) of the framed panel chrome. */
|
|
31
|
+
export declare const PANEL_TOP_INSET = 8;
|
|
32
|
+
/** Bottom sticky inset (px) of the framed panel chrome. */
|
|
33
|
+
export declare const PANEL_BOTTOM_INSET = 8;
|
|
34
|
+
export interface ContentPanelProps {
|
|
35
|
+
children: React.ReactNode;
|
|
36
|
+
/**
|
|
37
|
+
* Whether the panel is framed (wide screens) or full-bleed (narrow screens).
|
|
38
|
+
* No-op on native — the surface is always a rounded, bordered View.
|
|
39
|
+
*/
|
|
40
|
+
framed: boolean;
|
|
41
|
+
/** Override the surface background utility (defaults to `bg-card`). */
|
|
42
|
+
surfaceClassName?: string;
|
|
43
|
+
surfaceStyle?: StyleProp<ViewStyle>;
|
|
44
|
+
/** Extra utilities for the inner content wrapper. */
|
|
45
|
+
contentClassName?: string;
|
|
46
|
+
contentStyle?: StyleProp<ViewStyle>;
|
|
47
|
+
/**
|
|
48
|
+
* Whether to render the WEB sticky border frame. No-op on native (the border
|
|
49
|
+
* is always part of the surface).
|
|
50
|
+
*/
|
|
51
|
+
showStickyFrame?: boolean;
|
|
52
|
+
}
|
|
53
|
+
export declare const ContentPanel: React.NamedExoticComponent<ContentPanelProps>;
|
|
54
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/content-panel/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,OAAO,KAAe,MAAM,OAAO,CAAC;AACpC,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpE;;;GAGG;AACH,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,wDAAwD;AACxD,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC,2DAA2D;AAC3D,eAAO,MAAM,kBAAkB,IAAI,CAAC;AAEpC,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,qDAAqD;IACrD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAgCD,eAAO,MAAM,YAAY,+CAA8B,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Web variant of `ContentPanel` — the framed app-content surface.
|
|
3
|
+
*
|
|
4
|
+
* On the web, app content scrolls the DOCUMENT, and a multi-column shell keeps
|
|
5
|
+
* the routed content in a rounded, bordered center panel. Two problems follow
|
|
6
|
+
* from letting feed content bleed to the rounded panel edge, both solved here
|
|
7
|
+
* with sticky, full-viewport-height overlays inside the panel surface:
|
|
8
|
+
*
|
|
9
|
+
* 1. BLEED-MASK overlay (`z-30`): a `box-shadow` ring in the GUTTER color
|
|
10
|
+
* (Bloom `background` token) drawn OVER content that bleeds into the thin
|
|
11
|
+
* lateral gutter / rounded corners. `clip-path: inset(-12px)` keeps that
|
|
12
|
+
* ring off the side columns. It sits below opaque chrome (headers/banners),
|
|
13
|
+
* so it only masks the content's bleed, never the chrome. No border.
|
|
14
|
+
* (`clip-path` MUST be the arbitrary class — RN-web drops it from `style`.)
|
|
15
|
+
*
|
|
16
|
+
* 2. BORDER-FRAME overlay (`z-[120]`): a single 1px rounded `border-border`
|
|
17
|
+
* outline with a transparent interior, ABOVE all content. Being one element
|
|
18
|
+
* above everything, it draws ONE continuous rounded border around all four
|
|
19
|
+
* sides — no seams, no double lines, no per-chrome borders.
|
|
20
|
+
*
|
|
21
|
+
* Both overlays are `position: sticky; top: 8px` with a negative
|
|
22
|
+
* `margin-bottom` so they occupy zero layout height (they overlay the scrolled
|
|
23
|
+
* content rather than displacing it). They render BEFORE the content wrapper so
|
|
24
|
+
* z-index — not DOM order — decides layering.
|
|
25
|
+
*
|
|
26
|
+
* When `framed` is false (narrow screens) the panel is full-bleed: a single
|
|
27
|
+
* flat surface, no rounding, no overlays.
|
|
28
|
+
*
|
|
29
|
+
* Native bundlers use `./index.tsx` (a plain rounded surface); web bundlers
|
|
30
|
+
* select this file via the `"browser"` export condition in `package.json`.
|
|
31
|
+
*
|
|
32
|
+
* Styling is NativeWind-className-first; the literal class strings below MUST
|
|
33
|
+
* stay literal so a consumer's Tailwind content-scan over `lib/**` picks them up
|
|
34
|
+
* (no dynamic concatenation of the arbitrary `web:[…]` / `rounded-radius-28`
|
|
35
|
+
* parts).
|
|
36
|
+
*/
|
|
37
|
+
import React from 'react';
|
|
38
|
+
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
39
|
+
/** Width (in px) of the sticky gutter-mask box-shadow ring. */
|
|
40
|
+
export declare const GUTTER_MASK_SPREAD = 40;
|
|
41
|
+
/** Top sticky inset (px) the framed panel chrome pins to. */
|
|
42
|
+
export declare const PANEL_TOP_INSET = 8;
|
|
43
|
+
/** Bottom sticky inset (px) of the framed panel chrome. */
|
|
44
|
+
export declare const PANEL_BOTTOM_INSET = 8;
|
|
45
|
+
export interface ContentPanelProps {
|
|
46
|
+
children: React.ReactNode;
|
|
47
|
+
/** Framed (wide screens) vs full-bleed (narrow screens). */
|
|
48
|
+
framed: boolean;
|
|
49
|
+
/** Override the surface background utility (defaults to `bg-card`). */
|
|
50
|
+
surfaceClassName?: string;
|
|
51
|
+
surfaceStyle?: StyleProp<ViewStyle>;
|
|
52
|
+
/** Extra utilities for the inner content wrapper. */
|
|
53
|
+
contentClassName?: string;
|
|
54
|
+
contentStyle?: StyleProp<ViewStyle>;
|
|
55
|
+
/** Render the sticky border frame (defaults to true when framed). */
|
|
56
|
+
showStickyFrame?: boolean;
|
|
57
|
+
}
|
|
58
|
+
export declare const ContentPanel: React.NamedExoticComponent<ContentPanelProps>;
|
|
59
|
+
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.web.d.ts","sourceRoot":"","sources":["../../../../src/content-panel/index.web.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,OAAO,KAAe,MAAM,OAAO,CAAC;AACpC,OAAO,EAAQ,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAIpE,+DAA+D;AAC/D,eAAO,MAAM,kBAAkB,KAAK,CAAC;AACrC,6DAA6D;AAC7D,eAAO,MAAM,eAAe,IAAI,CAAC;AACjC,2DAA2D;AAC3D,eAAO,MAAM,kBAAkB,IAAI,CAAC;AAEpC,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,4DAA4D;IAC5D,MAAM,EAAE,OAAO,CAAC;IAChB,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,qDAAqD;IACrD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,qEAAqE;IACrE,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAwED,eAAO,MAAM,YAAY,+CAA8B,CAAC"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Semantic color-role vocabulary for the Oxy Unified Design Language.
|
|
3
|
+
*
|
|
4
|
+
* Every role is an ALIAS onto one of Bloom's existing canonical theme tokens
|
|
5
|
+
* (`--background`, `--surface`, `--primary`, …) — the SINGLE source of resolved
|
|
6
|
+
* color values produced by `getResolvedTokens` and written to the document root
|
|
7
|
+
* (web) / `rootVariables` (native) by `BloomThemeProvider`. No color VALUE is
|
|
8
|
+
* invented here: a role's value is the `var(--canonical)` reference, so it stays
|
|
9
|
+
* driven by the active light/dark mode and color preset automatically.
|
|
10
|
+
*
|
|
11
|
+
* The maps are consumed by the Bloom Tailwind preset (`tailwind-preset.ts`),
|
|
12
|
+
* which slots them into `theme.extend.{backgroundColor,textColor,borderColor}`.
|
|
13
|
+
* Because the values are `var(--x)` strings, the SAME class names resolve on
|
|
14
|
+
* Tailwind (web) and NativeWind (native): web reads the CSS custom property from
|
|
15
|
+
* `document.documentElement`; native reads it from react-native-css's
|
|
16
|
+
* `rootVariables` family — both populated by Bloom from one pipeline.
|
|
17
|
+
*
|
|
18
|
+
* Web CSS-var contract (see Bloom AGENTS.md): base `--x` tokens already resolve
|
|
19
|
+
* to a FULL `rgb(...)` color at runtime, so the role values reference them with
|
|
20
|
+
* `var(--x)` directly — NEVER `hsl(var(--x))`.
|
|
21
|
+
*
|
|
22
|
+
* ADDITIVE: these are NEW utility names (`bg-fill`, `text-text-tertiary`,
|
|
23
|
+
* `border-border-image`, …). They do not touch the existing app-defined color
|
|
24
|
+
* utilities (`bg-background`, `text-muted-foreground`, …), which keep working.
|
|
25
|
+
*/
|
|
26
|
+
/**
|
|
27
|
+
* Surface / fill roles → background-color utilities (`bg-<role>`).
|
|
28
|
+
*
|
|
29
|
+
* | role | utility | canonical token | rationale |
|
|
30
|
+
* | ----------------- | ------------------ | ----------------- | ------------------------------------------- |
|
|
31
|
+
* | bg | bg-bg | --background | the page background |
|
|
32
|
+
* | fill | bg-fill | --card | default raised surface (cards/sheets) |
|
|
33
|
+
* | fill-secondary | bg-fill-secondary | --muted | muted/secondary fill |
|
|
34
|
+
* | fill-hover | bg-fill-hover | --accent | hover state of a secondary fill |
|
|
35
|
+
* | fill-brand | bg-fill-brand | --primary | brand-colored fill |
|
|
36
|
+
* | fill-brand-hover | bg-fill-brand-hover| --ring | hover of brand fill (ring == primary hue) |
|
|
37
|
+
* | fill-inverse | bg-fill-inverse | --foreground | inverse (high-contrast) fill |
|
|
38
|
+
* | fill-inverse-hover| bg-fill-inverse-hov| --muted-foreground| hover of inverse fill |
|
|
39
|
+
* | fill-placeholder | bg-fill-placeholder| --muted | disabled/placeholder surface |
|
|
40
|
+
*/
|
|
41
|
+
export declare const FILL_ROLES: {
|
|
42
|
+
readonly bg: `var(--${string})`;
|
|
43
|
+
readonly fill: `var(--${string})`;
|
|
44
|
+
readonly 'fill-secondary': `var(--${string})`;
|
|
45
|
+
readonly 'fill-hover': `var(--${string})`;
|
|
46
|
+
readonly 'fill-brand': `var(--${string})`;
|
|
47
|
+
readonly 'fill-brand-hover': `var(--${string})`;
|
|
48
|
+
readonly 'fill-inverse': `var(--${string})`;
|
|
49
|
+
readonly 'fill-inverse-hover': `var(--${string})`;
|
|
50
|
+
readonly 'fill-placeholder': `var(--${string})`;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Text roles → text-color utilities (`text-<role>`).
|
|
54
|
+
*
|
|
55
|
+
* Tailwind prefixes text-color utilities with `text-`, so a role literally
|
|
56
|
+
* named `text` becomes the utility `text-text`, `text-secondary` → the utility
|
|
57
|
+
* `text-text-secondary`, etc. (matches the namespaced spec).
|
|
58
|
+
*
|
|
59
|
+
* | role | utility | canonical token | rationale |
|
|
60
|
+
* | ---------------- | --------------------- | --------------------- | ---------------------------------- |
|
|
61
|
+
* | text | text-text | --foreground | primary text |
|
|
62
|
+
* | text-secondary | text-text-secondary | --muted-foreground | secondary text |
|
|
63
|
+
* | text-tertiary | text-text-tertiary | --muted-foreground | tertiary/least-emphasis text |
|
|
64
|
+
* | text-inverse | text-text-inverse | --primary-foreground | text on a brand fill |
|
|
65
|
+
* | text-fixed-light | text-text-fixed-light | --primary-foreground | always-light text (on brand) |
|
|
66
|
+
* | text-placeholder | text-text-placeholder | --muted-foreground | placeholder/input hint |
|
|
67
|
+
*/
|
|
68
|
+
export declare const TEXT_ROLES: {
|
|
69
|
+
readonly text: `var(--${string})`;
|
|
70
|
+
readonly 'text-secondary': `var(--${string})`;
|
|
71
|
+
readonly 'text-tertiary': `var(--${string})`;
|
|
72
|
+
readonly 'text-inverse': `var(--${string})`;
|
|
73
|
+
readonly 'text-fixed-light': `var(--${string})`;
|
|
74
|
+
readonly 'text-placeholder': `var(--${string})`;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Border roles → border-color utilities (`border-<role>`).
|
|
78
|
+
*
|
|
79
|
+
* | role | utility | canonical token | rationale |
|
|
80
|
+
* | ------------------ | ----------------------- | --------------- | ------------------------------------------ |
|
|
81
|
+
* | border | border-border | --border | default border |
|
|
82
|
+
* | border-image | border-border-image | --border | hairline border color (0.5px width helper) |
|
|
83
|
+
* | border-secondary | border-border-secondary | --input | secondary/softer border |
|
|
84
|
+
* | border-input | border-border-input | --input | input field border |
|
|
85
|
+
* | border-input-active| border-border-input-active | --ring | focused input border (== primary) |
|
|
86
|
+
*
|
|
87
|
+
* NOTE: the hairline 0.5px WIDTH for `border-image` is shipped as a separate
|
|
88
|
+
* `borderWidth` scale entry (`border-hairline`) in the preset; the color role
|
|
89
|
+
* above only provides the matching color. Consumers compose them:
|
|
90
|
+
* `border-hairline border-border-image`.
|
|
91
|
+
*/
|
|
92
|
+
export declare const BORDER_ROLES: {
|
|
93
|
+
readonly border: `var(--${string})`;
|
|
94
|
+
readonly 'border-image': `var(--${string})`;
|
|
95
|
+
readonly 'border-secondary': `var(--${string})`;
|
|
96
|
+
readonly 'border-input': `var(--${string})`;
|
|
97
|
+
readonly 'border-input-active': `var(--${string})`;
|
|
98
|
+
};
|
|
99
|
+
export type FillRole = keyof typeof FILL_ROLES;
|
|
100
|
+
export type TextRole = keyof typeof TEXT_ROLES;
|
|
101
|
+
export type BorderRole = keyof typeof BORDER_ROLES;
|
|
102
|
+
//# sourceMappingURL=color-roles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"color-roles.d.ts","sourceRoot":"","sources":["../../../../src/design-tokens/color-roles.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAOH;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;CAUb,CAAC;AAEX;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU;;;;;;;CAOb,CAAC;AAEX;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,YAAY;;;;;;CAMf,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,UAAU,CAAC;AAC/C,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,UAAU,CAAC;AAC/C,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,YAAY,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* `@oxyhq/bloom/design-tokens` — the centralized, semantic design-token
|
|
3
|
+
* vocabulary for the Oxy Unified Design Language.
|
|
4
|
+
*
|
|
5
|
+
* Exposes:
|
|
6
|
+
* - `bloomTailwindPreset` — the Tailwind/NativeWind preset (web + native) that
|
|
7
|
+
* adds the semantic utility classes (`bg-fill`, `text-text-tertiary`,
|
|
8
|
+
* `p-space-8`, `rounded-radius-20`, `text-body`, `font-body`, `shadow-s`).
|
|
9
|
+
* - `bloomThemeCss` / `bloomThemeBlock` — the Tailwind v4 `@theme` equivalent
|
|
10
|
+
* for CSS-configured web apps.
|
|
11
|
+
* - The raw token maps (`FILL_ROLES`, `TEXT_ROLES`, `BORDER_ROLES`, `SPACING`,
|
|
12
|
+
* `RADIUS`, `TYPOGRAPHY`, `SHADOW_BOX`) for direct programmatic use.
|
|
13
|
+
* - `bloomShadowStyle` — platform-correct shadow style object (web box-shadow /
|
|
14
|
+
* native elevation) so a consumer writes one call for both platforms.
|
|
15
|
+
*
|
|
16
|
+
* Additive and non-breaking: every export here is NEW. It does not change any
|
|
17
|
+
* existing Bloom token, theme value, or utility class.
|
|
18
|
+
*/
|
|
19
|
+
export { bloomTailwindPreset } from './tailwind-preset';
|
|
20
|
+
export type { TailwindPreset, TailwindPresetThemeExtend, } from './tailwind-preset';
|
|
21
|
+
export { bloomThemeCss, bloomThemeBlock } from './theme-css';
|
|
22
|
+
export { FILL_ROLES, TEXT_ROLES, BORDER_ROLES, } from './color-roles';
|
|
23
|
+
export type { FillRole, TextRole, BorderRole } from './color-roles';
|
|
24
|
+
export { SPACING, RADIUS, BORDER_WIDTH, TYPOGRAPHY, FONT_FAMILY_VARS, } from './scales';
|
|
25
|
+
export type { TypeRole, TypeRoleName } from './scales';
|
|
26
|
+
export { SHADOW_BOX, bloomShadowStyle } from './shadows';
|
|
27
|
+
export type { ShadowRole } from './shadows';
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/design-tokens/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,YAAY,EACV,cAAc,EACd,yBAAyB,GAC1B,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAE7D,OAAO,EACL,UAAU,EACV,UAAU,EACV,YAAY,GACb,MAAM,eAAe,CAAC;AACvB,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAEpE,OAAO,EACL,OAAO,EACP,MAAM,EACN,YAAY,EACZ,UAAU,EACV,gBAAgB,GACjB,MAAM,UAAU,CAAC;AAClB,YAAY,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAEvD,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AACzD,YAAY,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Numeric design-token scales for the Oxy Unified Design Language.
|
|
3
|
+
*
|
|
4
|
+
* These are platform-agnostic plain numbers / CSS strings consumed by the Bloom
|
|
5
|
+
* Tailwind preset (`tailwind-preset.ts`). The SAME keys produce the SAME utility
|
|
6
|
+
* class names on Tailwind (web) and NativeWind (native):
|
|
7
|
+
* - spacing → `p-space-8`, `gap-space-20`, `px-screen-margin`, `m-space-16`
|
|
8
|
+
* - radius → `rounded-radius-20`
|
|
9
|
+
* - type → `font-body` (family/weight) + `text-body` (size/lineHeight)
|
|
10
|
+
* - shadow → `shadow-s`, `shadow-m`
|
|
11
|
+
*
|
|
12
|
+
* ADDITIVE: every key is namespaced (`space-*`, `radius-*`, the typography role
|
|
13
|
+
* names, `shadow-s/m`) and does not collide with Tailwind's built-in numeric
|
|
14
|
+
* scale (`p-4`, `rounded-lg`, `text-sm`) — those keep working unchanged.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Spacing scale (px). Consumed via every Tailwind spacing utility:
|
|
18
|
+
* `p-space-8`, `px-space-16`, `gap-space-20`, `m-space-24`, `py-space-12`, …
|
|
19
|
+
*
|
|
20
|
+
* `screen-margin` is the standard page gutter (left/right inset). Default 20px —
|
|
21
|
+
* matches Bloom's existing `space.xl` and the `Dialog` default `contentPadding`.
|
|
22
|
+
*/
|
|
23
|
+
export declare const SPACING: {
|
|
24
|
+
readonly 'space-2': 2;
|
|
25
|
+
readonly 'space-4': 4;
|
|
26
|
+
readonly 'space-8': 8;
|
|
27
|
+
readonly 'space-12': 12;
|
|
28
|
+
readonly 'space-16': 16;
|
|
29
|
+
readonly 'space-20': 20;
|
|
30
|
+
readonly 'space-24': 24;
|
|
31
|
+
readonly 'space-32': 32;
|
|
32
|
+
readonly 'screen-margin': 20;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Corner-radius scale (px). Consumed via `rounded-radius-*`:
|
|
36
|
+
* `rounded-radius-8`, `rounded-radius-12`, `rounded-radius-20`,
|
|
37
|
+
* `rounded-radius-28`, `rounded-radius-max` (pill / circle).
|
|
38
|
+
*/
|
|
39
|
+
export declare const RADIUS: {
|
|
40
|
+
readonly 'radius-8': 8;
|
|
41
|
+
readonly 'radius-12': 12;
|
|
42
|
+
readonly 'radius-20': 20;
|
|
43
|
+
readonly 'radius-28': 28;
|
|
44
|
+
readonly 'radius-max': 9999;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Border-width helpers. `border-hairline` is the 0.5px hairline that pairs with
|
|
48
|
+
* the `border-border-image` color role. (Tailwind's default `border` = 1px
|
|
49
|
+
* stays untouched.)
|
|
50
|
+
*/
|
|
51
|
+
export declare const BORDER_WIDTH: {
|
|
52
|
+
readonly hairline: 0.5;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* One typography role. `size`/`lineHeight` are px; `weight` is a CSS font-weight
|
|
56
|
+
* string; `family` selects the Bloom font CSS var (`sans` = body/UI,
|
|
57
|
+
* `display` = headings/serif).
|
|
58
|
+
*
|
|
59
|
+
* The Tailwind preset splits each role into TWO utilities so a consumer can
|
|
60
|
+
* apply the size/leading and the family/weight independently or together:
|
|
61
|
+
* - `text-<role>` → `fontSize` + `lineHeight` (via theme.fontSize)
|
|
62
|
+
* - `font-<role>` → `fontFamily` + `fontWeight` (via theme.fontFamily, which
|
|
63
|
+
* maps a key to a [family, { fontWeight }] tuple)
|
|
64
|
+
*/
|
|
65
|
+
export interface TypeRole {
|
|
66
|
+
/** Font size in px. */
|
|
67
|
+
size: number;
|
|
68
|
+
/** Line height in px. */
|
|
69
|
+
lineHeight: number;
|
|
70
|
+
/** CSS font-weight (string for Tailwind/RN parity). */
|
|
71
|
+
weight: '400' | '500' | '600' | '700';
|
|
72
|
+
/** Which Bloom font family CSS var to use. */
|
|
73
|
+
family: 'sans' | 'display';
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* The coherent Oxy type scale. Sizes climb 11 → 28; line-heights use a ~1.3–1.5
|
|
77
|
+
* leading for body roles and tighter leading for large titles.
|
|
78
|
+
*
|
|
79
|
+
* | role | size/line | weight | family | usage |
|
|
80
|
+
* | --------------- | --------- | ------ | ------- | ------------------------------ |
|
|
81
|
+
* | caption | 11 / 14 | 400 | sans | timestamps, meta, fine print |
|
|
82
|
+
* | bodySmall | 13 / 18 | 400 | sans | secondary body, captions |
|
|
83
|
+
* | bodyTitleSmall | 13 / 18 | 600 | sans | small emphasized labels |
|
|
84
|
+
* | body | 15 / 22 | 400 | sans | default body text |
|
|
85
|
+
* | subtitle | 17 / 24 | 500 | sans | list subtitles, lead-ins |
|
|
86
|
+
* | sectionTitle | 20 / 26 | 600 | sans | section headers |
|
|
87
|
+
* | headerBold | 28 / 34 | 700 | display | screen / page titles |
|
|
88
|
+
* | buttonLarge | 17 / 22 | 600 | sans | primary button label |
|
|
89
|
+
*/
|
|
90
|
+
export declare const TYPOGRAPHY: {
|
|
91
|
+
readonly caption: {
|
|
92
|
+
readonly size: 11;
|
|
93
|
+
readonly lineHeight: 14;
|
|
94
|
+
readonly weight: "400";
|
|
95
|
+
readonly family: "sans";
|
|
96
|
+
};
|
|
97
|
+
readonly bodySmall: {
|
|
98
|
+
readonly size: 13;
|
|
99
|
+
readonly lineHeight: 18;
|
|
100
|
+
readonly weight: "400";
|
|
101
|
+
readonly family: "sans";
|
|
102
|
+
};
|
|
103
|
+
readonly bodyTitleSmall: {
|
|
104
|
+
readonly size: 13;
|
|
105
|
+
readonly lineHeight: 18;
|
|
106
|
+
readonly weight: "600";
|
|
107
|
+
readonly family: "sans";
|
|
108
|
+
};
|
|
109
|
+
readonly body: {
|
|
110
|
+
readonly size: 15;
|
|
111
|
+
readonly lineHeight: 22;
|
|
112
|
+
readonly weight: "400";
|
|
113
|
+
readonly family: "sans";
|
|
114
|
+
};
|
|
115
|
+
readonly subtitle: {
|
|
116
|
+
readonly size: 17;
|
|
117
|
+
readonly lineHeight: 24;
|
|
118
|
+
readonly weight: "500";
|
|
119
|
+
readonly family: "sans";
|
|
120
|
+
};
|
|
121
|
+
readonly sectionTitle: {
|
|
122
|
+
readonly size: 20;
|
|
123
|
+
readonly lineHeight: 26;
|
|
124
|
+
readonly weight: "600";
|
|
125
|
+
readonly family: "sans";
|
|
126
|
+
};
|
|
127
|
+
readonly headerBold: {
|
|
128
|
+
readonly size: 28;
|
|
129
|
+
readonly lineHeight: 34;
|
|
130
|
+
readonly weight: "700";
|
|
131
|
+
readonly family: "display";
|
|
132
|
+
};
|
|
133
|
+
readonly buttonLarge: {
|
|
134
|
+
readonly size: 17;
|
|
135
|
+
readonly lineHeight: 22;
|
|
136
|
+
readonly weight: "600";
|
|
137
|
+
readonly family: "sans";
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
export type TypeRoleName = keyof typeof TYPOGRAPHY;
|
|
141
|
+
/**
|
|
142
|
+
* Bloom font-family CSS-var stacks, keyed by the `family` field above. Web reads
|
|
143
|
+
* `var(--bloom-font-*)` (set by `applyFontFaces`); the preset falls back to the
|
|
144
|
+
* literal stack so utilities still resolve before the vars are injected and on
|
|
145
|
+
* native (where NativeWind passes the family string straight through).
|
|
146
|
+
*/
|
|
147
|
+
export declare const FONT_FAMILY_VARS: {
|
|
148
|
+
readonly sans: "var(--bloom-font-sans)";
|
|
149
|
+
readonly display: "var(--bloom-font-display)";
|
|
150
|
+
readonly mono: "var(--bloom-font-mono)";
|
|
151
|
+
};
|
|
152
|
+
//# sourceMappingURL=scales.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scales.d.ts","sourceRoot":"","sources":["../../../../src/design-tokens/scales.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH;;;;;;GAMG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;CAUV,CAAC;AAMX;;;;GAIG;AACH,eAAO,MAAM,MAAM;;;;;;CAMT,CAAC;AAMX;;;;GAIG;AACH,eAAO,MAAM,YAAY;;CAEf,CAAC;AAMX;;;;;;;;;;GAUG;AACH,MAAM,WAAW,QAAQ;IACvB,uBAAuB;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,uDAAuD;IACvD,MAAM,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;IACtC,8CAA8C;IAC9C,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B;AAED;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASsB,CAAC;AAE9C,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,UAAU,CAAC;AAEnD;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;;CAInB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { type ViewStyle } from 'react-native';
|
|
2
|
+
/**
|
|
3
|
+
* Elevation / shadow tokens for the Oxy Unified Design Language.
|
|
4
|
+
*
|
|
5
|
+
* Two roles: `shadow-s` (subtle raise — cards, chips) and `shadow-m` (overlays —
|
|
6
|
+
* menus, popovers, dialogs). Consumers write ONE class (`shadow-s` / `shadow-m`)
|
|
7
|
+
* and Bloom owns the platform split:
|
|
8
|
+
* - Web: the Bloom Tailwind preset registers `boxShadow.s` / `boxShadow.m`
|
|
9
|
+
* (the `SHADOW_BOX` strings below) → `shadow-s` / `shadow-m` utilities.
|
|
10
|
+
* - Native: NativeWind cannot translate a multi-layer web `box-shadow` to RN
|
|
11
|
+
* elevation reliably, so apps that need the shadow on a React Native surface
|
|
12
|
+
* apply the matching style object from `bloomShadowStyle('s' | 'm')` (this
|
|
13
|
+
* module is platform-forked: `.native.ts` returns RN `shadow*`/`elevation`).
|
|
14
|
+
*
|
|
15
|
+
* This default file is the WEB / consumer-tsc variant. Metro selects the sibling
|
|
16
|
+
* `shadows.native.ts` on iOS/Android. Web bundlers and a consumer's `tsc` see
|
|
17
|
+
* this file (the `box-shadow` CSS string path), matching Bloom's existing
|
|
18
|
+
* `.native`/`.web` split convention.
|
|
19
|
+
*/
|
|
20
|
+
export type ShadowRole = 's' | 'm';
|
|
21
|
+
/**
|
|
22
|
+
* Web `box-shadow` strings. Subtle, brand-neutral elevation that reads on both
|
|
23
|
+
* light and dark surfaces. Registered by the Tailwind preset as `boxShadow.s/m`.
|
|
24
|
+
*/
|
|
25
|
+
export declare const SHADOW_BOX: Record<ShadowRole, string>;
|
|
26
|
+
/**
|
|
27
|
+
* Return the platform-appropriate shadow style for a role.
|
|
28
|
+
*
|
|
29
|
+
* On WEB this returns a `{ boxShadow }` style object (so it can also be applied
|
|
30
|
+
* inline without Tailwind). The `.native.ts` fork returns RN
|
|
31
|
+
* `shadowColor/shadowOffset/shadowOpacity/shadowRadius/elevation`.
|
|
32
|
+
*/
|
|
33
|
+
export declare function bloomShadowStyle(role: ShadowRole): ViewStyle;
|
|
34
|
+
//# sourceMappingURL=shadows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../../../src/design-tokens/shadows.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C;;;;;;;;;;;;;;;;;GAiBG;AAEH,MAAM,MAAM,UAAU,GAAG,GAAG,GAAG,GAAG,CAAC;AAEnC;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAGjD,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,UAAU,GAAG,SAAS,CAE5D"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type ViewStyle } from 'react-native';
|
|
2
|
+
/**
|
|
3
|
+
* NATIVE variant of the shadow tokens (see `shadows.ts` for the rationale and
|
|
4
|
+
* the web `box-shadow` path). Metro selects this file on iOS/Android.
|
|
5
|
+
*
|
|
6
|
+
* The `SHADOW_BOX` map is kept identical to the web file so any code that reads
|
|
7
|
+
* the raw string (e.g. to feed a NativeWind `boxShadow` utility on a host that
|
|
8
|
+
* supports it) stays in lockstep; the canonical native styling path is
|
|
9
|
+
* `bloomShadowStyle`, which returns RN elevation + shadow props tuned to match
|
|
10
|
+
* the web `shadow-s` / `shadow-m` visual weight.
|
|
11
|
+
*/
|
|
12
|
+
export type ShadowRole = 's' | 'm';
|
|
13
|
+
export declare const SHADOW_BOX: Record<ShadowRole, string>;
|
|
14
|
+
/**
|
|
15
|
+
* RN shadow/elevation style matching the web `shadow-<role>` weight. Apply to a
|
|
16
|
+
* React Native `View`/surface: `style={bloomShadowStyle('m')}`.
|
|
17
|
+
*/
|
|
18
|
+
export declare function bloomShadowStyle(role: ShadowRole): ViewStyle;
|
|
19
|
+
//# sourceMappingURL=shadows.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shadows.native.d.ts","sourceRoot":"","sources":["../../../../src/design-tokens/shadows.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C;;;;;;;;;GASG;AAEH,MAAM,MAAM,UAAU,GAAG,GAAG,GAAG,GAAG,CAAC;AAEnC,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAGjD,CAAC;AAmBF;;;GAGG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,UAAU,GAAG,SAAS,CAE5D"}
|