@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,139 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.bloomTailwindPreset = void 0;
|
|
7
|
+
var _colorRoles = require("./color-roles.js");
|
|
8
|
+
var _scales = require("./scales.js");
|
|
9
|
+
var _shadows = require("./shadows");
|
|
10
|
+
/**
|
|
11
|
+
* The Bloom Tailwind / NativeWind preset — the SINGLE opt-in that gives every
|
|
12
|
+
* Oxy app the same semantic design-token utility classes.
|
|
13
|
+
*
|
|
14
|
+
* Consumers add it to their Tailwind config:
|
|
15
|
+
*
|
|
16
|
+
* // tailwind.config.js (web Tailwind v3/v4 AND native NativeWind)
|
|
17
|
+
* const { bloomTailwindPreset } = require('@oxyhq/bloom/tailwind-preset');
|
|
18
|
+
* module.exports = {
|
|
19
|
+
* presets: [bloomTailwindPreset],
|
|
20
|
+
* content: [ ...existing globs ],
|
|
21
|
+
* theme: { extend: { ...existing app overrides } },
|
|
22
|
+
* };
|
|
23
|
+
*
|
|
24
|
+
* The preset only EXTENDS `theme` (everything lives under `theme.extend`), so it
|
|
25
|
+
* is purely additive: existing Tailwind built-ins (`p-4`, `rounded-lg`,
|
|
26
|
+
* `text-sm`) and the app's own `var(--x)`-backed color utilities keep working.
|
|
27
|
+
*
|
|
28
|
+
* Cross-platform: NativeWind reads the same `tailwind.config.js`, so the SAME
|
|
29
|
+
* class names (`bg-fill`, `text-text-tertiary`, `p-space-8`, `rounded-radius-20`,
|
|
30
|
+
* `text-body`, `font-body`, `shadow-s`) resolve on web (Tailwind → CSS) and
|
|
31
|
+
* native (NativeWind → react-native-css). Color roles are `var(--x)` references
|
|
32
|
+
* that Bloom's `BloomThemeProvider` populates at runtime on both platforms.
|
|
33
|
+
*
|
|
34
|
+
* Type: returned as a `TailwindPreset` (a structural subset of Tailwind's
|
|
35
|
+
* `Config`) so Bloom does not need to depend on `tailwindcss` types.
|
|
36
|
+
*/
|
|
37
|
+
|
|
38
|
+
/** A Tailwind `fontSize` value: `[size, { lineHeight }]`. */
|
|
39
|
+
|
|
40
|
+
/** A Tailwind `fontFamily` value: `[family, { fontWeight }]`. */
|
|
41
|
+
|
|
42
|
+
const px = n => `${n}px`;
|
|
43
|
+
|
|
44
|
+
/** `{ 'space-8': 8 }` → `{ 'space-8': '8px' }`. */
|
|
45
|
+
function toPxMap(scale) {
|
|
46
|
+
const out = {};
|
|
47
|
+
for (const [key, value] of Object.entries(scale)) {
|
|
48
|
+
// 9999 (radius-max) and large values are still valid px; pill shapes clamp.
|
|
49
|
+
out[key] = px(value);
|
|
50
|
+
}
|
|
51
|
+
return out;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/** Build the `fontSize` extension: `text-<role>` → `[size, { lineHeight }]`. */
|
|
55
|
+
function buildFontSize() {
|
|
56
|
+
const out = {};
|
|
57
|
+
for (const name of Object.keys(_scales.TYPOGRAPHY)) {
|
|
58
|
+
const role = _scales.TYPOGRAPHY[name];
|
|
59
|
+
out[name] = [px(role.size), {
|
|
60
|
+
lineHeight: px(role.lineHeight)
|
|
61
|
+
}];
|
|
62
|
+
}
|
|
63
|
+
return out;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/** Build the `fontFamily` extension: `font-<role>` → `[family, { fontWeight }]`. */
|
|
67
|
+
function buildFontFamily() {
|
|
68
|
+
const out = {};
|
|
69
|
+
for (const name of Object.keys(_scales.TYPOGRAPHY)) {
|
|
70
|
+
const role = _scales.TYPOGRAPHY[name];
|
|
71
|
+
out[name] = [_scales.FONT_FAMILY_VARS[role.family], {
|
|
72
|
+
fontWeight: role.weight
|
|
73
|
+
}];
|
|
74
|
+
}
|
|
75
|
+
// Also expose the raw Bloom families directly: `font-bloom-sans`, etc.
|
|
76
|
+
out['bloom-sans'] = [_scales.FONT_FAMILY_VARS.sans, {
|
|
77
|
+
fontWeight: '400'
|
|
78
|
+
}];
|
|
79
|
+
out['bloom-display'] = [_scales.FONT_FAMILY_VARS.display, {
|
|
80
|
+
fontWeight: '700'
|
|
81
|
+
}];
|
|
82
|
+
out['bloom-mono'] = [_scales.FONT_FAMILY_VARS.mono, {
|
|
83
|
+
fontWeight: '400'
|
|
84
|
+
}];
|
|
85
|
+
return out;
|
|
86
|
+
}
|
|
87
|
+
const SPACING_PX = toPxMap(_scales.SPACING);
|
|
88
|
+
const RADIUS_PX = toPxMap({
|
|
89
|
+
..._scales.RADIUS
|
|
90
|
+
});
|
|
91
|
+
const BORDER_WIDTH_PX = toPxMap(_scales.BORDER_WIDTH);
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Color roles are exposed via `colors` (so they reach `bg-*`, `text-*`,
|
|
95
|
+
* `border-*`, `ring-*`, `divide-*`, `fill-*` …) AND via the dedicated
|
|
96
|
+
* `backgroundColor` / `textColor` / `borderColor` maps (so the namespaced roles
|
|
97
|
+
* land on exactly the intended utility families even where the role name would
|
|
98
|
+
* otherwise be ambiguous). All values are `var(--canonical)` references.
|
|
99
|
+
*/
|
|
100
|
+
const COLOR_ROLES = {
|
|
101
|
+
..._colorRoles.FILL_ROLES,
|
|
102
|
+
..._colorRoles.TEXT_ROLES,
|
|
103
|
+
..._colorRoles.BORDER_ROLES
|
|
104
|
+
};
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* The Bloom Tailwind/NativeWind preset. Frozen so accidental mutation by a
|
|
108
|
+
* consumer's config merge cannot corrupt the shared vocabulary.
|
|
109
|
+
*/
|
|
110
|
+
const bloomTailwindPreset = exports.bloomTailwindPreset = Object.freeze({
|
|
111
|
+
theme: {
|
|
112
|
+
extend: {
|
|
113
|
+
// Generic color bucket — feeds every color utility family.
|
|
114
|
+
colors: {
|
|
115
|
+
...COLOR_ROLES
|
|
116
|
+
},
|
|
117
|
+
// Targeted buckets so the namespaced roles resolve on the right utility.
|
|
118
|
+
backgroundColor: {
|
|
119
|
+
..._colorRoles.FILL_ROLES
|
|
120
|
+
},
|
|
121
|
+
textColor: {
|
|
122
|
+
..._colorRoles.TEXT_ROLES
|
|
123
|
+
},
|
|
124
|
+
borderColor: {
|
|
125
|
+
..._colorRoles.BORDER_ROLES
|
|
126
|
+
},
|
|
127
|
+
spacing: SPACING_PX,
|
|
128
|
+
borderRadius: RADIUS_PX,
|
|
129
|
+
borderWidth: BORDER_WIDTH_PX,
|
|
130
|
+
fontSize: buildFontSize(),
|
|
131
|
+
fontFamily: buildFontFamily(),
|
|
132
|
+
boxShadow: {
|
|
133
|
+
s: _shadows.SHADOW_BOX.s,
|
|
134
|
+
m: _shadows.SHADOW_BOX.m
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
});
|
|
139
|
+
//# sourceMappingURL=tailwind-preset.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_colorRoles","require","_scales","_shadows","px","n","toPxMap","scale","out","key","value","Object","entries","buildFontSize","name","keys","TYPOGRAPHY","role","size","lineHeight","buildFontFamily","FONT_FAMILY_VARS","family","fontWeight","weight","sans","display","mono","SPACING_PX","SPACING","RADIUS_PX","RADIUS","BORDER_WIDTH_PX","BORDER_WIDTH","COLOR_ROLES","FILL_ROLES","TEXT_ROLES","BORDER_ROLES","bloomTailwindPreset","exports","freeze","theme","extend","colors","backgroundColor","textColor","borderColor","spacing","borderRadius","borderWidth","fontSize","fontFamily","boxShadow","s","SHADOW_BOX","m"],"sourceRoot":"../../../src","sources":["design-tokens/tailwind-preset.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.bloomThemeBlock = bloomThemeBlock;
|
|
7
|
+
exports.bloomThemeCss = bloomThemeCss;
|
|
8
|
+
var _colorRoles = require("./color-roles.js");
|
|
9
|
+
var _scales = require("./scales.js");
|
|
10
|
+
var _shadows = require("./shadows");
|
|
11
|
+
/**
|
|
12
|
+
* Tailwind v4 `@theme` block generator for the Oxy Unified Design Language.
|
|
13
|
+
*
|
|
14
|
+
* Tailwind v4 web apps (auth, console, website) configure their design tokens in
|
|
15
|
+
* CSS via `@theme { --color-X: var(--X); … }` rather than a JS preset. This
|
|
16
|
+
* module produces the exact `@theme` body that mirrors `bloomTailwindPreset`, so
|
|
17
|
+
* a v4 app gets the SAME semantic utilities (`bg-fill`, `text-text-tertiary`,
|
|
18
|
+
* `p-space-8`, `rounded-radius-20`, `text-body`, `font-body`, `shadow-s`) as the
|
|
19
|
+
* NativeWind/Tailwind-v3 apps that consume the JS preset.
|
|
20
|
+
*
|
|
21
|
+
* Each color role is emitted as a `--color-<role>: var(--canonical)` alias.
|
|
22
|
+
* Per Bloom's web CSS-var contract, the canonical `--x` token already resolves
|
|
23
|
+
* to a full `rgb(...)` color at runtime, so the alias is a direct `var(--x)`
|
|
24
|
+
* reference — NEVER `hsl(var(--x))`.
|
|
25
|
+
*
|
|
26
|
+
* Usage (web Tailwind v4, in the app's global stylesheet):
|
|
27
|
+
*
|
|
28
|
+
* import { bloomThemeCss } from '@oxyhq/bloom/design-tokens';
|
|
29
|
+
* // build-time: write `@theme { ${bloomThemeCss()} }` into global.css, OR
|
|
30
|
+
* // paste the generated block once (see docs/design-tokens.md).
|
|
31
|
+
*
|
|
32
|
+
* A consumer that prefers a static stylesheet can copy the output of
|
|
33
|
+
* `bloomThemeCss()` directly into their `@theme { … }` — the values are stable.
|
|
34
|
+
*/
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Produce the BODY of a Tailwind v4 `@theme` block (no surrounding braces) that
|
|
38
|
+
* registers the full Bloom semantic vocabulary.
|
|
39
|
+
*
|
|
40
|
+
* - Colors → `--color-<role>: var(--canonical);`
|
|
41
|
+
* - Spacing → `--spacing-<key>: <px>;`
|
|
42
|
+
* - Radius → `--radius-<key>: <px>;`
|
|
43
|
+
* - Type → `--text-<role>: <size>; --text-<role>--line-height: <lh>;`
|
|
44
|
+
* `--font-<role>: var(--bloom-font-*);` (+ weight via utility doc)
|
|
45
|
+
* - Shadow → `--shadow-<s|m>: <box-shadow>;`
|
|
46
|
+
*/
|
|
47
|
+
function bloomThemeCss() {
|
|
48
|
+
const lines = [];
|
|
49
|
+
|
|
50
|
+
// Color roles.
|
|
51
|
+
for (const [role, value] of Object.entries({
|
|
52
|
+
..._colorRoles.FILL_ROLES,
|
|
53
|
+
..._colorRoles.TEXT_ROLES,
|
|
54
|
+
..._colorRoles.BORDER_ROLES
|
|
55
|
+
})) {
|
|
56
|
+
lines.push(` --color-${role}: ${value};`);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// Spacing.
|
|
60
|
+
for (const [key, value] of Object.entries(_scales.SPACING)) {
|
|
61
|
+
lines.push(` --spacing-${key}: ${value}px;`);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// Radius.
|
|
65
|
+
for (const [key, value] of Object.entries(_scales.RADIUS)) {
|
|
66
|
+
lines.push(` --radius-${key}: ${value}px;`);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// Hairline border width.
|
|
70
|
+
for (const [key, value] of Object.entries(_scales.BORDER_WIDTH)) {
|
|
71
|
+
lines.push(` --border-width-${key}: ${value}px;`);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// Typography: size + line-height + family per role.
|
|
75
|
+
for (const name of Object.keys(_scales.TYPOGRAPHY)) {
|
|
76
|
+
const role = _scales.TYPOGRAPHY[name];
|
|
77
|
+
lines.push(` --text-${name}: ${role.size}px;`);
|
|
78
|
+
lines.push(` --text-${name}--line-height: ${role.lineHeight}px;`);
|
|
79
|
+
lines.push(` --text-${name}--font-weight: ${role.weight};`);
|
|
80
|
+
lines.push(` --font-${name}: ${_scales.FONT_FAMILY_VARS[role.family]};`);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// Bloom raw families.
|
|
84
|
+
lines.push(` --font-bloom-sans: ${_scales.FONT_FAMILY_VARS.sans};`);
|
|
85
|
+
lines.push(` --font-bloom-display: ${_scales.FONT_FAMILY_VARS.display};`);
|
|
86
|
+
lines.push(` --font-bloom-mono: ${_scales.FONT_FAMILY_VARS.mono};`);
|
|
87
|
+
|
|
88
|
+
// Shadows.
|
|
89
|
+
lines.push(` --shadow-s: ${_shadows.SHADOW_BOX.s};`);
|
|
90
|
+
lines.push(` --shadow-m: ${_shadows.SHADOW_BOX.m};`);
|
|
91
|
+
return lines.join('\n');
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/** The full `@theme { … }` block, ready to inject into a v4 stylesheet. */
|
|
95
|
+
function bloomThemeBlock() {
|
|
96
|
+
return `@theme {\n${bloomThemeCss()}\n}`;
|
|
97
|
+
}
|
|
98
|
+
//# sourceMappingURL=theme-css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_colorRoles","require","_scales","_shadows","bloomThemeCss","lines","role","value","Object","entries","FILL_ROLES","TEXT_ROLES","BORDER_ROLES","push","key","SPACING","RADIUS","BORDER_WIDTH","name","keys","TYPOGRAPHY","size","lineHeight","weight","FONT_FAMILY_VARS","family","sans","display","mono","SHADOW_BOX","s","m","join","bloomThemeBlock"],"sourceRoot":"../../../src","sources":["design-tokens/theme-css.ts"],"mappings":";;;;;;;AAyBA,IAAAA,WAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAQA,IAAAE,QAAA,GAAAF,OAAA;AAlCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAaA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASG,aAAaA,CAAA,EAAW;EACtC,MAAMC,KAAe,GAAG,EAAE;;EAE1B;EACA,KAAK,MAAM,CAACC,IAAI,EAAEC,KAAK,CAAC,IAAIC,MAAM,CAACC,OAAO,CAAC;IACzC,GAAGC,sBAAU;IACb,GAAGC,sBAAU;IACb,GAAGC;EACL,CAAC,CAAC,EAAE;IACFP,KAAK,CAACQ,IAAI,CAAC,aAAaP,IAAI,KAAKC,KAAK,GAAG,CAAC;EAC5C;;EAEA;EACA,KAAK,MAAM,CAACO,GAAG,EAAEP,KAAK,CAAC,IAAIC,MAAM,CAACC,OAAO,CAACM,eAAO,CAAC,EAAE;IAClDV,KAAK,CAACQ,IAAI,CAAC,eAAeC,GAAG,KAAKP,KAAK,KAAK,CAAC;EAC/C;;EAEA;EACA,KAAK,MAAM,CAACO,GAAG,EAAEP,KAAK,CAAC,IAAIC,MAAM,CAACC,OAAO,CAACO,cAAM,CAAC,EAAE;IACjDX,KAAK,CAACQ,IAAI,CAAC,cAAcC,GAAG,KAAKP,KAAK,KAAK,CAAC;EAC9C;;EAEA;EACA,KAAK,MAAM,CAACO,GAAG,EAAEP,KAAK,CAAC,IAAIC,MAAM,CAACC,OAAO,CAACQ,oBAAY,CAAC,EAAE;IACvDZ,KAAK,CAACQ,IAAI,CAAC,oBAAoBC,GAAG,KAAKP,KAAK,KAAK,CAAC;EACpD;;EAEA;EACA,KAAK,MAAMW,IAAI,IAAIV,MAAM,CAACW,IAAI,CAACC,kBAAU,CAAC,EAAoB;IAC5D,MAAMd,IAAI,GAAGc,kBAAU,CAACF,IAAI,CAAC;IAC7Bb,KAAK,CAACQ,IAAI,CAAC,YAAYK,IAAI,KAAKZ,IAAI,CAACe,IAAI,KAAK,CAAC;IAC/ChB,KAAK,CAACQ,IAAI,CAAC,YAAYK,IAAI,kBAAkBZ,IAAI,CAACgB,UAAU,KAAK,CAAC;IAClEjB,KAAK,CAACQ,IAAI,CAAC,YAAYK,IAAI,kBAAkBZ,IAAI,CAACiB,MAAM,GAAG,CAAC;IAC5DlB,KAAK,CAACQ,IAAI,CAAC,YAAYK,IAAI,KAAKM,wBAAgB,CAAClB,IAAI,CAACmB,MAAM,CAAC,GAAG,CAAC;EACnE;;EAEA;EACApB,KAAK,CAACQ,IAAI,CAAC,wBAAwBW,wBAAgB,CAACE,IAAI,GAAG,CAAC;EAC5DrB,KAAK,CAACQ,IAAI,CAAC,2BAA2BW,wBAAgB,CAACG,OAAO,GAAG,CAAC;EAClEtB,KAAK,CAACQ,IAAI,CAAC,wBAAwBW,wBAAgB,CAACI,IAAI,GAAG,CAAC;;EAE5D;EACAvB,KAAK,CAACQ,IAAI,CAAC,iBAAiBgB,mBAAU,CAACC,CAAC,GAAG,CAAC;EAC5CzB,KAAK,CAACQ,IAAI,CAAC,iBAAiBgB,mBAAU,CAACE,CAAC,GAAG,CAAC;EAE5C,OAAO1B,KAAK,CAAC2B,IAAI,CAAC,IAAI,CAAC;AACzB;;AAEA;AACO,SAASC,eAAeA,CAAA,EAAW;EACxC,OAAO,aAAa7B,aAAa,CAAC,CAAC,KAAK;AAC1C","ignoreList":[]}
|