UNPKG
@financial-times/o3-foundation
Version:
latest (3.14.0)
3.14.0
3.13.0
3.12.1
3.12.0
3.11.3
3.11.1
3.11.0
3.10.1
3.10.0
3.9.0
3.8.1
3.8.0
3.7.0
3.6.2
3.6.1
3.6.0
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-alpha.0
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.6.1
Origami foundations with design tokens
registry.origami.ft.com/components/o3-foundation
@financial-times/o3-foundation
/
esm
/
getStyleAttributes.js
13 lines
(12 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
getStyleAttributes
= (
{ theme }
) => {
const
outputStyleArguments = {};
if
(theme) { outputStyleArguments[
"data-o3-theme"
] = theme; }
return
outputStyleArguments; };
export
{ getStyleAttributes };