@fremtind/jokul 5.0.0-next.1 → 5.0.0-next.2
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/README.md +29 -6
- package/bin/jokul.mjs +10 -0
- package/bin/run-jokul-cli.mjs +63 -0
- package/build/build-stats.html +1 -1
- package/build/cjs/components/card/Card.cjs +1 -1
- package/build/cjs/components/card/Card.cjs.map +1 -1
- package/build/cjs/components/card/types.cjs +1 -1
- package/build/cjs/components/card/types.cjs.map +1 -1
- package/build/cjs/components/card/types.d.cts +2 -2
- package/build/cjs/components/checkbox/Checkbox.cjs +1 -1
- package/build/cjs/components/checkbox/Checkbox.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.cjs +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.cjs.map +1 -1
- package/build/cjs/components/cookie-consent/CookieConsent.d.cts +1 -1
- package/build/cjs/components/cookie-consent/types.d.cts +4 -0
- package/build/cjs/components/datepicker/DatePicker.cjs +1 -1
- package/build/cjs/components/datepicker/DatePicker.cjs.map +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs +1 -1
- package/build/cjs/components/expander/ExpandablePanel.cjs.map +1 -1
- package/build/cjs/components/link/Link.cjs +1 -1
- package/build/cjs/components/link/Link.cjs.map +1 -1
- package/build/cjs/components/link/Link.d.cts +2 -2
- package/build/cjs/components/link/types.d.cts +1 -4
- package/build/cjs/components/modal/Modal.cjs +1 -1
- package/build/cjs/components/modal/Modal.cjs.map +1 -1
- package/build/cjs/components/modal/Modal.d.cts +2 -9
- package/build/cjs/components/modal/index.d.cts +1 -1
- package/build/cjs/components/modal/types.d.cts +18 -0
- package/build/cjs/components/popover/Popover.cjs +1 -1
- package/build/cjs/components/popover/Popover.cjs.map +1 -1
- package/build/cjs/components/radio-button/BaseRadioButton.cjs +1 -1
- package/build/cjs/components/radio-button/BaseRadioButton.cjs.map +1 -1
- package/build/cjs/core/tokens.cjs +2 -0
- package/build/cjs/core/tokens.cjs.map +1 -0
- package/build/cjs/core/tokens.d.cts +593 -0
- package/build/cjs/tailwind/colors.cjs +2 -0
- package/build/cjs/tailwind/colors.cjs.map +1 -0
- package/build/cjs/tailwind/colors.d.cts +39 -0
- package/build/cjs/tokens.cjs +1 -1
- package/build/cjs/tokens.cjs.map +1 -1
- package/build/cjs/tokens.d.cts +98 -39
- package/build/es/components/card/Card.js +1 -1
- package/build/es/components/card/Card.js.map +1 -1
- package/build/es/components/card/types.d.ts +2 -2
- package/build/es/components/card/types.js +1 -1
- package/build/es/components/card/types.js.map +1 -1
- package/build/es/components/checkbox/Checkbox.js +1 -1
- package/build/es/components/checkbox/Checkbox.js.map +1 -1
- package/build/es/components/cookie-consent/CookieConsent.d.ts +1 -1
- package/build/es/components/cookie-consent/CookieConsent.js +1 -1
- package/build/es/components/cookie-consent/CookieConsent.js.map +1 -1
- package/build/es/components/cookie-consent/types.d.ts +4 -0
- package/build/es/components/datepicker/DatePicker.js +1 -1
- package/build/es/components/datepicker/DatePicker.js.map +1 -1
- package/build/es/components/expander/ExpandablePanel.js +1 -1
- package/build/es/components/expander/ExpandablePanel.js.map +1 -1
- package/build/es/components/link/Link.d.ts +2 -2
- package/build/es/components/link/Link.js +1 -1
- package/build/es/components/link/Link.js.map +1 -1
- package/build/es/components/link/types.d.ts +1 -4
- package/build/es/components/modal/Modal.d.ts +2 -9
- package/build/es/components/modal/Modal.js +1 -1
- package/build/es/components/modal/Modal.js.map +1 -1
- package/build/es/components/modal/index.d.ts +1 -1
- package/build/es/components/modal/types.d.ts +18 -0
- package/build/es/components/popover/Popover.js +1 -1
- package/build/es/components/popover/Popover.js.map +1 -1
- package/build/es/components/radio-button/BaseRadioButton.js +1 -1
- package/build/es/components/radio-button/BaseRadioButton.js.map +1 -1
- package/build/es/core/tokens.d.ts +593 -0
- package/build/es/core/tokens.js +2 -0
- package/build/es/core/tokens.js.map +1 -0
- package/build/es/tailwind/colors.d.ts +39 -0
- package/build/es/tailwind/colors.js +2 -0
- package/build/es/tailwind/colors.js.map +1 -0
- package/build/es/tokens.d.ts +98 -39
- package/build/es/tokens.js +1 -1
- package/build/es/tokens.js.map +1 -1
- package/codemods/__tests__/import-paths.test.mjs +84 -0
- package/codemods/import-paths.mjs +393 -0
- package/package.json +6 -1
- package/styles/base.css +483 -66
- package/styles/base.min.css +1 -1
- package/styles/components/autosuggest/autosuggest.css +2 -2
- package/styles/components/autosuggest/autosuggest.min.css +1 -1
- package/styles/components/autosuggest/autosuggest.scss +2 -2
- package/styles/components/beta/description-list/description-list.css +1 -1
- package/styles/components/beta/description-list/description-list.min.css +1 -1
- package/styles/components/beta/description-list/description-list.scss +1 -1
- package/styles/components/beta/nav-link/navlink.css +2 -2
- package/styles/components/beta/nav-link/navlink.min.css +1 -1
- package/styles/components/beta/nav-link/navlink.scss +2 -2
- package/styles/components/beta/select/select.css +9 -9
- package/styles/components/beta/select/select.min.css +1 -1
- package/styles/components/beta/select/select.scss +8 -7
- package/styles/components/breadcrumb/breadcrumb.css +1 -1
- package/styles/components/breadcrumb/breadcrumb.min.css +1 -1
- package/styles/components/button/button.css +6 -2
- package/styles/components/button/button.min.css +1 -1
- package/styles/components/button/button.scss +12 -12
- package/styles/components/card/card.css +6 -9
- package/styles/components/card/card.min.css +1 -1
- package/styles/components/card/card.scss +6 -10
- package/styles/components/checkbox/checkbox.css +43 -9
- package/styles/components/checkbox/checkbox.min.css +1 -1
- package/styles/components/checkbox/checkbox.scss +38 -21
- package/styles/components/checkbox-panel/checkbox-panel.css +65 -26
- package/styles/components/checkbox-panel/checkbox-panel.min.css +1 -1
- package/styles/components/checkbox-panel/checkbox-panel.scss +4 -0
- package/styles/components/chip/chip.css +2 -2
- package/styles/components/chip/chip.min.css +1 -1
- package/styles/components/chip/chip.scss +1 -1
- package/styles/components/combobox/combobox.css +18 -15
- package/styles/components/combobox/combobox.min.css +1 -1
- package/styles/components/combobox/combobox.scss +9 -6
- package/styles/components/countdown/countdown.css +4 -4
- package/styles/components/countdown/countdown.min.css +1 -1
- package/styles/components/datepicker/_calendar-date-button.scss +7 -7
- package/styles/components/datepicker/_calendar-navigation-dropdown.scss +1 -1
- package/styles/components/datepicker/_calendar.scss +6 -7
- package/styles/components/datepicker/datepicker.css +19 -11
- package/styles/components/datepicker/datepicker.min.css +1 -1
- package/styles/components/description-list/description-list.css +1 -1
- package/styles/components/description-list/description-list.min.css +1 -1
- package/styles/components/description-list/description-list.scss +1 -1
- package/styles/components/expander/expandable.css +17 -17
- package/styles/components/expander/expandable.min.css +1 -1
- package/styles/components/expander/expandable.scss +15 -19
- package/styles/components/feedback/feedback.css +6 -8
- package/styles/components/feedback/feedback.min.css +1 -1
- package/styles/components/feedback/feedback.scss +4 -9
- package/styles/components/file/file.css +5 -5
- package/styles/components/file/file.min.css +1 -1
- package/styles/components/file/file.scss +5 -5
- package/styles/components/file-input/file-input.css +26 -22
- package/styles/components/file-input/file-input.min.css +1 -1
- package/styles/components/file-input/file-input.scss +3 -3
- package/styles/components/help/help.css +2 -2
- package/styles/components/help/help.min.css +1 -1
- package/styles/components/help/help.scss +2 -2
- package/styles/components/icon/icon.css +4 -4
- package/styles/components/icon/icon.min.css +1 -1
- package/styles/components/icon/icon.scss +4 -4
- package/styles/components/icon-button/icon-button.css +1 -1
- package/styles/components/icon-button/icon-button.min.css +1 -1
- package/styles/components/input-group/input-group.css +2 -2
- package/styles/components/input-group/input-group.min.css +1 -1
- package/styles/components/input-panel/input-panel.css +19 -17
- package/styles/components/input-panel/input-panel.min.css +1 -1
- package/styles/components/input-panel/input-panel.scss +20 -18
- package/styles/components/link/link.css +1 -1
- package/styles/components/link/link.min.css +1 -1
- package/styles/components/link-list/link-list.css +6 -2
- package/styles/components/link-list/link-list.min.css +1 -1
- package/styles/components/link-list/link-list.scss +6 -2
- package/styles/components/loader/loader.css +6 -6
- package/styles/components/loader/loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.css +4 -4
- package/styles/components/loader/skeleton-loader.min.css +1 -1
- package/styles/components/loader/skeleton-loader.scss +1 -1
- package/styles/components/menu/_menu-divider.scss +1 -1
- package/styles/components/menu/menu.css +3 -3
- package/styles/components/menu/menu.min.css +1 -1
- package/styles/components/menu/menu.scss +2 -2
- package/styles/components/message/message.css +19 -9
- package/styles/components/message/message.min.css +1 -1
- package/styles/components/message/message.scss +16 -6
- package/styles/components/modal/_layout.scss +22 -0
- package/styles/components/modal/_modal-base.scss +32 -0
- package/styles/components/modal/_motion.scss +45 -0
- package/styles/components/modal/_overlay.scss +20 -0
- package/styles/components/modal/_parts.scss +33 -0
- package/styles/components/modal/_placement.scss +59 -0
- package/styles/components/modal/modal.css +118 -34
- package/styles/components/modal/modal.min.css +1 -1
- package/styles/components/modal/modal.scss +6 -95
- package/styles/components/nav-link/nav-link.css +1 -1
- package/styles/components/nav-link/nav-link.min.css +1 -1
- package/styles/components/pagination/pagination.css +1 -1
- package/styles/components/pagination/pagination.min.css +1 -1
- package/styles/components/popover/popover.css +12 -1
- package/styles/components/popover/popover.min.css +1 -1
- package/styles/components/popover/popover.scss +15 -1
- package/styles/components/progress-bar/progress-bar.css +27 -3
- package/styles/components/progress-bar/progress-bar.min.css +1 -1
- package/styles/components/progress-bar/progress-bar.scss +5 -0
- package/styles/components/radio-button/radio-button.css +41 -6
- package/styles/components/radio-button/radio-button.min.css +1 -1
- package/styles/components/radio-button/radio-button.scss +35 -16
- package/styles/components/radio-panel/radio-panel.css +22 -17
- package/styles/components/radio-panel/radio-panel.min.css +1 -1
- package/styles/components/radio-panel/radio-panel.scss +4 -0
- package/styles/components/search/search-with-submit-button.css +1 -1
- package/styles/components/search/search-with-submit-button.min.css +1 -1
- package/styles/components/search/search-with-submit-button.scss +1 -1
- package/styles/components/search/search.css +2 -2
- package/styles/components/search/search.min.css +1 -1
- package/styles/components/search/search.scss +1 -1
- package/styles/components/segmented-control/segmented-control.css +54 -19
- package/styles/components/segmented-control/segmented-control.min.css +1 -1
- package/styles/components/segmented-control/segmented-control.scss +4 -4
- package/styles/components/select/select.css +15 -15
- package/styles/components/select/select.min.css +1 -1
- package/styles/components/select/select.scss +12 -12
- package/styles/components/summary-table/summary-table.css +2 -2
- package/styles/components/summary-table/summary-table.min.css +1 -1
- package/styles/components/summary-table/summary-table.scss +2 -2
- package/styles/components/system-message/system-message.css +20 -10
- package/styles/components/system-message/system-message.min.css +1 -1
- package/styles/components/system-message/system-message.scss +17 -7
- package/styles/components/table/_table-head.scss +1 -1
- package/styles/components/table/_table-row.scss +2 -2
- package/styles/components/table/table.css +3 -3
- package/styles/components/table/table.min.css +1 -1
- package/styles/components/table-of-contents/table-of-contents.css +1 -1
- package/styles/components/table-of-contents/table-of-contents.min.css +1 -1
- package/styles/components/table-of-contents/table-of-contents.scss +1 -1
- package/styles/components/tabs/tabs.css +3 -3
- package/styles/components/tabs/tabs.min.css +1 -1
- package/styles/components/tabs/tabs.scss +2 -2
- package/styles/components/tag/tag.css +16 -6
- package/styles/components/tag/tag.min.css +1 -1
- package/styles/components/tag/tag.scss +16 -6
- package/styles/components/text-area/text-area.css +8 -8
- package/styles/components/text-area/text-area.min.css +1 -1
- package/styles/components/text-input/text-input.css +8 -8
- package/styles/components/text-input/text-input.min.css +1 -1
- package/styles/components/toast/toast.css +19 -12
- package/styles/components/toast/toast.min.css +1 -1
- package/styles/components/toast/toast.scss +15 -12
- package/styles/components/toggle-switch/_toggle-slider.scss +4 -4
- package/styles/components/toggle-switch/toggle-switch.css +14 -19
- package/styles/components/toggle-switch/toggle-switch.min.css +2 -2
- package/styles/components/toggle-switch/toggle-switch.scss +9 -16
- package/styles/components/tooltip/tooltip.css +3 -3
- package/styles/components/tooltip/tooltip.min.css +1 -1
- package/styles/components/tooltip/tooltip.scss +3 -3
- package/styles/components.css +536 -294
- package/styles/components.min.css +2 -2
- package/styles/core/jkl/_tokens.scss +59 -0
- package/styles/core/jkl/legacy/_dynamic-colors.scss +40 -0
- package/styles/core/jkl/legacy/_tokens.scss +742 -0
- package/styles/core/theme/_color-tokens.scss +73 -0
- package/styles/core/theme/_legacy-color-tokens.scss +81 -0
- package/styles/core/theme/_legacy-tokens.scss +279 -0
- package/styles/core/theme/_spacing-tokens.scss +33 -0
- package/styles/core/theme/_tokens.scss +33 -0
- package/styles/hooks/stories/styles.scss +2 -2
- package/styles/jkl/_ornaments.scss +1 -1
- package/styles/jkl/_tokens.scss +151 -71
- package/styles/shared/input/shared-input-styles.scss +6 -6
- package/styles/shared/track/track.scss +2 -2
- package/styles/tailwind.css +108 -66
- package/styles/theme/_color-scheme.scss +135 -66
- package/styles/theme/_index.scss +3 -0
- package/styles/theme/brands/dnb/_color-scheme.scss +119 -0
- package/styles/theme/brands/eika/_color-scheme.scss +119 -0
- package/styles/theme/brands/sparebank1/_color-scheme.scss +119 -0
|
@@ -0,0 +1,593 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
border: {
|
|
6
|
+
width: {
|
|
7
|
+
"1": string;
|
|
8
|
+
"2": string;
|
|
9
|
+
"3": string;
|
|
10
|
+
};
|
|
11
|
+
radius: {
|
|
12
|
+
none: string;
|
|
13
|
+
xs: string;
|
|
14
|
+
s: string;
|
|
15
|
+
m: string;
|
|
16
|
+
l: string;
|
|
17
|
+
full: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
breakpoint: {
|
|
21
|
+
small: string;
|
|
22
|
+
medium: string;
|
|
23
|
+
large: string;
|
|
24
|
+
xl: string;
|
|
25
|
+
};
|
|
26
|
+
color: {
|
|
27
|
+
brand: {
|
|
28
|
+
snohvit: string;
|
|
29
|
+
varde: string;
|
|
30
|
+
granitt: string;
|
|
31
|
+
hvit: string;
|
|
32
|
+
svart: string;
|
|
33
|
+
skifer: string;
|
|
34
|
+
fjellgra: string;
|
|
35
|
+
stein: string;
|
|
36
|
+
svaberg: string;
|
|
37
|
+
dis: string;
|
|
38
|
+
sand: string;
|
|
39
|
+
};
|
|
40
|
+
functional: {
|
|
41
|
+
info: string;
|
|
42
|
+
infoDark: string;
|
|
43
|
+
success: string;
|
|
44
|
+
successDark: string;
|
|
45
|
+
warning: string;
|
|
46
|
+
warningDark: string;
|
|
47
|
+
error: string;
|
|
48
|
+
errorDark: string;
|
|
49
|
+
};
|
|
50
|
+
background: {
|
|
51
|
+
page: {
|
|
52
|
+
light: string;
|
|
53
|
+
dark: string;
|
|
54
|
+
};
|
|
55
|
+
pageVariant: {
|
|
56
|
+
light: string;
|
|
57
|
+
dark: string;
|
|
58
|
+
};
|
|
59
|
+
container: {
|
|
60
|
+
light: string;
|
|
61
|
+
dark: string;
|
|
62
|
+
};
|
|
63
|
+
containerLow: {
|
|
64
|
+
light: string;
|
|
65
|
+
dark: string;
|
|
66
|
+
};
|
|
67
|
+
containerHigh: {
|
|
68
|
+
light: string;
|
|
69
|
+
dark: string;
|
|
70
|
+
};
|
|
71
|
+
containerInverted: {
|
|
72
|
+
light: string;
|
|
73
|
+
dark: string;
|
|
74
|
+
};
|
|
75
|
+
containerSubdued: {
|
|
76
|
+
light: string;
|
|
77
|
+
dark: string;
|
|
78
|
+
};
|
|
79
|
+
input: {
|
|
80
|
+
base: {
|
|
81
|
+
light: string;
|
|
82
|
+
dark: string;
|
|
83
|
+
};
|
|
84
|
+
focus: {
|
|
85
|
+
light: string;
|
|
86
|
+
dark: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
action: {
|
|
90
|
+
light: string;
|
|
91
|
+
dark: string;
|
|
92
|
+
};
|
|
93
|
+
interactive: {
|
|
94
|
+
light: string;
|
|
95
|
+
dark: string;
|
|
96
|
+
};
|
|
97
|
+
interactiveHover: {
|
|
98
|
+
light: string;
|
|
99
|
+
dark: string;
|
|
100
|
+
};
|
|
101
|
+
interactiveSelected: {
|
|
102
|
+
light: string;
|
|
103
|
+
dark: string;
|
|
104
|
+
};
|
|
105
|
+
alert: {
|
|
106
|
+
neutral: {
|
|
107
|
+
light: string;
|
|
108
|
+
dark: string;
|
|
109
|
+
};
|
|
110
|
+
info: {
|
|
111
|
+
light: string;
|
|
112
|
+
dark: string;
|
|
113
|
+
};
|
|
114
|
+
success: {
|
|
115
|
+
light: string;
|
|
116
|
+
dark: string;
|
|
117
|
+
};
|
|
118
|
+
warning: {
|
|
119
|
+
light: string;
|
|
120
|
+
dark: string;
|
|
121
|
+
};
|
|
122
|
+
error: {
|
|
123
|
+
light: string;
|
|
124
|
+
dark: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
text: {
|
|
129
|
+
default: {
|
|
130
|
+
light: string;
|
|
131
|
+
dark: string;
|
|
132
|
+
};
|
|
133
|
+
subdued: {
|
|
134
|
+
light: string;
|
|
135
|
+
dark: string;
|
|
136
|
+
};
|
|
137
|
+
inverted: {
|
|
138
|
+
light: string;
|
|
139
|
+
dark: string;
|
|
140
|
+
};
|
|
141
|
+
onAction: {
|
|
142
|
+
light: string;
|
|
143
|
+
dark: string;
|
|
144
|
+
};
|
|
145
|
+
interactive: {
|
|
146
|
+
light: string;
|
|
147
|
+
dark: string;
|
|
148
|
+
};
|
|
149
|
+
interactiveHover: {
|
|
150
|
+
light: string;
|
|
151
|
+
dark: string;
|
|
152
|
+
};
|
|
153
|
+
onAlert: {
|
|
154
|
+
light: string;
|
|
155
|
+
dark: string;
|
|
156
|
+
};
|
|
157
|
+
onAlertSubdued: {
|
|
158
|
+
light: string;
|
|
159
|
+
dark: string;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
border: {
|
|
163
|
+
action: {
|
|
164
|
+
light: string;
|
|
165
|
+
dark: string;
|
|
166
|
+
};
|
|
167
|
+
input: {
|
|
168
|
+
light: string;
|
|
169
|
+
dark: string;
|
|
170
|
+
};
|
|
171
|
+
inputFocus: {
|
|
172
|
+
light: string;
|
|
173
|
+
dark: string;
|
|
174
|
+
};
|
|
175
|
+
separator: {
|
|
176
|
+
light: string;
|
|
177
|
+
dark: string;
|
|
178
|
+
};
|
|
179
|
+
separatorStrong: {
|
|
180
|
+
light: string;
|
|
181
|
+
dark: string;
|
|
182
|
+
};
|
|
183
|
+
separatorHover: {
|
|
184
|
+
light: string;
|
|
185
|
+
dark: string;
|
|
186
|
+
};
|
|
187
|
+
subdued: {
|
|
188
|
+
light: string;
|
|
189
|
+
dark: string;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
motion: {
|
|
194
|
+
timing: {
|
|
195
|
+
energetic: string;
|
|
196
|
+
snappy: string;
|
|
197
|
+
productive: string;
|
|
198
|
+
expressive: string;
|
|
199
|
+
lazy: string;
|
|
200
|
+
};
|
|
201
|
+
easing: {
|
|
202
|
+
standard: string;
|
|
203
|
+
entrance: string;
|
|
204
|
+
exit: string;
|
|
205
|
+
easeInBounceOut: string;
|
|
206
|
+
focus: string;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
spacing: {
|
|
210
|
+
"0": string;
|
|
211
|
+
"2": string;
|
|
212
|
+
"4": string;
|
|
213
|
+
"8": string;
|
|
214
|
+
"12": string;
|
|
215
|
+
"16": string;
|
|
216
|
+
"24": string;
|
|
217
|
+
"32": string;
|
|
218
|
+
"40": string;
|
|
219
|
+
"64": string;
|
|
220
|
+
"104": string;
|
|
221
|
+
"168": string;
|
|
222
|
+
};
|
|
223
|
+
semanticSpacing: {
|
|
224
|
+
none: string;
|
|
225
|
+
"2xs": string;
|
|
226
|
+
xs: string;
|
|
227
|
+
s: string;
|
|
228
|
+
m: string;
|
|
229
|
+
l: string;
|
|
230
|
+
xl: string;
|
|
231
|
+
"2xl": string;
|
|
232
|
+
};
|
|
233
|
+
icon: {
|
|
234
|
+
weight: {
|
|
235
|
+
normal: string;
|
|
236
|
+
bold: string;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
typography: {
|
|
240
|
+
weight: {
|
|
241
|
+
normal: string;
|
|
242
|
+
bold: string;
|
|
243
|
+
};
|
|
244
|
+
font: {
|
|
245
|
+
weight: {
|
|
246
|
+
normal: string;
|
|
247
|
+
bold: string;
|
|
248
|
+
};
|
|
249
|
+
size: {
|
|
250
|
+
"1": string;
|
|
251
|
+
"2": string;
|
|
252
|
+
"3": string;
|
|
253
|
+
"4": string;
|
|
254
|
+
"5": string;
|
|
255
|
+
"6": string;
|
|
256
|
+
"7": string;
|
|
257
|
+
"8": string;
|
|
258
|
+
"9": string;
|
|
259
|
+
"10": string;
|
|
260
|
+
"16": string;
|
|
261
|
+
"18": string;
|
|
262
|
+
"20": string;
|
|
263
|
+
"21": string;
|
|
264
|
+
"23": string;
|
|
265
|
+
"25": string;
|
|
266
|
+
"26": string;
|
|
267
|
+
"28": string;
|
|
268
|
+
"30": string;
|
|
269
|
+
"36": string;
|
|
270
|
+
"44": string;
|
|
271
|
+
"56": string;
|
|
272
|
+
};
|
|
273
|
+
};
|
|
274
|
+
line: {
|
|
275
|
+
height: {
|
|
276
|
+
"24": string;
|
|
277
|
+
"28": string;
|
|
278
|
+
"32": string;
|
|
279
|
+
"36": string;
|
|
280
|
+
"40": string;
|
|
281
|
+
"44": string;
|
|
282
|
+
"52": string;
|
|
283
|
+
"64": string;
|
|
284
|
+
flush: string;
|
|
285
|
+
tight: string;
|
|
286
|
+
relaxed: string;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
style: {
|
|
290
|
+
title: {
|
|
291
|
+
small: {
|
|
292
|
+
fontSize: string;
|
|
293
|
+
lineHeight: string;
|
|
294
|
+
fontWeight: string;
|
|
295
|
+
};
|
|
296
|
+
base: {
|
|
297
|
+
fontSize: string;
|
|
298
|
+
lineHeight: string;
|
|
299
|
+
fontWeight: string;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
titleSmall: {
|
|
303
|
+
small: {
|
|
304
|
+
fontSize: string;
|
|
305
|
+
lineHeight: string;
|
|
306
|
+
fontWeight: string;
|
|
307
|
+
};
|
|
308
|
+
base: {
|
|
309
|
+
fontSize: string;
|
|
310
|
+
lineHeight: string;
|
|
311
|
+
fontWeight: string;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
heading_1: {
|
|
315
|
+
small: {
|
|
316
|
+
fontSize: string;
|
|
317
|
+
lineHeight: string;
|
|
318
|
+
fontWeight: string;
|
|
319
|
+
};
|
|
320
|
+
base: {
|
|
321
|
+
fontSize: string;
|
|
322
|
+
lineHeight: string;
|
|
323
|
+
fontWeight: string;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
326
|
+
heading_2: {
|
|
327
|
+
small: {
|
|
328
|
+
fontSize: string;
|
|
329
|
+
lineHeight: string;
|
|
330
|
+
fontWeight: string;
|
|
331
|
+
};
|
|
332
|
+
base: {
|
|
333
|
+
fontSize: string;
|
|
334
|
+
lineHeight: string;
|
|
335
|
+
fontWeight: string;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
heading_3: {
|
|
339
|
+
small: {
|
|
340
|
+
fontSize: string;
|
|
341
|
+
lineHeight: string;
|
|
342
|
+
fontWeight: string;
|
|
343
|
+
};
|
|
344
|
+
base: {
|
|
345
|
+
fontSize: string;
|
|
346
|
+
lineHeight: string;
|
|
347
|
+
fontWeight: string;
|
|
348
|
+
};
|
|
349
|
+
};
|
|
350
|
+
heading_4: {
|
|
351
|
+
small: {
|
|
352
|
+
fontSize: string;
|
|
353
|
+
lineHeight: string;
|
|
354
|
+
fontWeight: string;
|
|
355
|
+
};
|
|
356
|
+
base: {
|
|
357
|
+
fontSize: string;
|
|
358
|
+
lineHeight: string;
|
|
359
|
+
fontWeight: string;
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
heading_5: {
|
|
363
|
+
small: {
|
|
364
|
+
fontSize: string;
|
|
365
|
+
lineHeight: string;
|
|
366
|
+
fontWeight: string;
|
|
367
|
+
};
|
|
368
|
+
base: {
|
|
369
|
+
fontSize: string;
|
|
370
|
+
lineHeight: string;
|
|
371
|
+
fontWeight: string;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
paragraphLarge: {
|
|
375
|
+
small: {
|
|
376
|
+
fontSize: string;
|
|
377
|
+
lineHeight: string;
|
|
378
|
+
fontWeight: string;
|
|
379
|
+
};
|
|
380
|
+
base: {
|
|
381
|
+
fontSize: string;
|
|
382
|
+
lineHeight: string;
|
|
383
|
+
fontWeight: string;
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
paragraphMedium: {
|
|
387
|
+
small: {
|
|
388
|
+
fontSize: string;
|
|
389
|
+
lineHeight: string;
|
|
390
|
+
fontWeight: string;
|
|
391
|
+
};
|
|
392
|
+
base: {
|
|
393
|
+
fontSize: string;
|
|
394
|
+
lineHeight: string;
|
|
395
|
+
fontWeight: string;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
paragraphSmall: {
|
|
399
|
+
small: {
|
|
400
|
+
fontSize: string;
|
|
401
|
+
lineHeight: string;
|
|
402
|
+
fontWeight: string;
|
|
403
|
+
};
|
|
404
|
+
base: {
|
|
405
|
+
fontSize: string;
|
|
406
|
+
lineHeight: string;
|
|
407
|
+
fontWeight: string;
|
|
408
|
+
};
|
|
409
|
+
};
|
|
410
|
+
textLarge: {
|
|
411
|
+
small: {
|
|
412
|
+
fontSize: string;
|
|
413
|
+
lineHeight: string;
|
|
414
|
+
fontWeight: string;
|
|
415
|
+
};
|
|
416
|
+
base: {
|
|
417
|
+
fontSize: string;
|
|
418
|
+
lineHeight: string;
|
|
419
|
+
fontWeight: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
textMedium: {
|
|
423
|
+
small: {
|
|
424
|
+
fontSize: string;
|
|
425
|
+
lineHeight: string;
|
|
426
|
+
fontWeight: string;
|
|
427
|
+
};
|
|
428
|
+
base: {
|
|
429
|
+
fontSize: string;
|
|
430
|
+
lineHeight: string;
|
|
431
|
+
fontWeight: string;
|
|
432
|
+
};
|
|
433
|
+
};
|
|
434
|
+
textSmall: {
|
|
435
|
+
small: {
|
|
436
|
+
fontSize: string;
|
|
437
|
+
lineHeight: string;
|
|
438
|
+
fontWeight: string;
|
|
439
|
+
};
|
|
440
|
+
base: {
|
|
441
|
+
fontSize: string;
|
|
442
|
+
lineHeight: string;
|
|
443
|
+
fontWeight: string;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
textMicro: {
|
|
447
|
+
small: {
|
|
448
|
+
fontSize: string;
|
|
449
|
+
lineHeight: string;
|
|
450
|
+
fontWeight: string;
|
|
451
|
+
};
|
|
452
|
+
base: {
|
|
453
|
+
fontSize: string;
|
|
454
|
+
lineHeight: string;
|
|
455
|
+
fontWeight: string;
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
body: {
|
|
459
|
+
small: {
|
|
460
|
+
fontSize: string;
|
|
461
|
+
lineHeight: string;
|
|
462
|
+
fontWeight: string;
|
|
463
|
+
};
|
|
464
|
+
base: {
|
|
465
|
+
fontSize: string;
|
|
466
|
+
lineHeight: string;
|
|
467
|
+
fontWeight: string;
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
small: {
|
|
471
|
+
small: {
|
|
472
|
+
fontSize: string;
|
|
473
|
+
lineHeight: string;
|
|
474
|
+
fontWeight: string;
|
|
475
|
+
};
|
|
476
|
+
base: {
|
|
477
|
+
fontSize: string;
|
|
478
|
+
lineHeight: string;
|
|
479
|
+
fontWeight: string;
|
|
480
|
+
};
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
title: {
|
|
484
|
+
small: {
|
|
485
|
+
fontSize: string;
|
|
486
|
+
lineHeight: string;
|
|
487
|
+
fontWeight: string;
|
|
488
|
+
};
|
|
489
|
+
base: {
|
|
490
|
+
fontSize: string;
|
|
491
|
+
lineHeight: string;
|
|
492
|
+
fontWeight: string;
|
|
493
|
+
};
|
|
494
|
+
};
|
|
495
|
+
titleSmall: {
|
|
496
|
+
small: {
|
|
497
|
+
fontSize: string;
|
|
498
|
+
lineHeight: string;
|
|
499
|
+
fontWeight: string;
|
|
500
|
+
};
|
|
501
|
+
base: {
|
|
502
|
+
fontSize: string;
|
|
503
|
+
lineHeight: string;
|
|
504
|
+
fontWeight: string;
|
|
505
|
+
};
|
|
506
|
+
};
|
|
507
|
+
heading_1: {
|
|
508
|
+
small: {
|
|
509
|
+
fontSize: string;
|
|
510
|
+
lineHeight: string;
|
|
511
|
+
fontWeight: string;
|
|
512
|
+
};
|
|
513
|
+
base: {
|
|
514
|
+
fontSize: string;
|
|
515
|
+
lineHeight: string;
|
|
516
|
+
fontWeight: string;
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
heading_2: {
|
|
520
|
+
small: {
|
|
521
|
+
fontSize: string;
|
|
522
|
+
lineHeight: string;
|
|
523
|
+
fontWeight: string;
|
|
524
|
+
};
|
|
525
|
+
base: {
|
|
526
|
+
fontSize: string;
|
|
527
|
+
lineHeight: string;
|
|
528
|
+
fontWeight: string;
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
heading_3: {
|
|
532
|
+
small: {
|
|
533
|
+
fontSize: string;
|
|
534
|
+
lineHeight: string;
|
|
535
|
+
fontWeight: string;
|
|
536
|
+
};
|
|
537
|
+
base: {
|
|
538
|
+
fontSize: string;
|
|
539
|
+
lineHeight: string;
|
|
540
|
+
fontWeight: string;
|
|
541
|
+
};
|
|
542
|
+
};
|
|
543
|
+
heading_4: {
|
|
544
|
+
small: {
|
|
545
|
+
fontSize: string;
|
|
546
|
+
lineHeight: string;
|
|
547
|
+
fontWeight: string;
|
|
548
|
+
};
|
|
549
|
+
base: {
|
|
550
|
+
fontSize: string;
|
|
551
|
+
lineHeight: string;
|
|
552
|
+
fontWeight: string;
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
heading_5: {
|
|
556
|
+
small: {
|
|
557
|
+
fontSize: string;
|
|
558
|
+
lineHeight: string;
|
|
559
|
+
fontWeight: string;
|
|
560
|
+
};
|
|
561
|
+
base: {
|
|
562
|
+
fontSize: string;
|
|
563
|
+
lineHeight: string;
|
|
564
|
+
fontWeight: string;
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
body: {
|
|
568
|
+
small: {
|
|
569
|
+
fontSize: string;
|
|
570
|
+
lineHeight: string;
|
|
571
|
+
fontWeight: string;
|
|
572
|
+
};
|
|
573
|
+
base: {
|
|
574
|
+
fontSize: string;
|
|
575
|
+
lineHeight: string;
|
|
576
|
+
fontWeight: string;
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
small: {
|
|
580
|
+
small: {
|
|
581
|
+
fontSize: string;
|
|
582
|
+
lineHeight: string;
|
|
583
|
+
fontWeight: string;
|
|
584
|
+
};
|
|
585
|
+
base: {
|
|
586
|
+
fontSize: string;
|
|
587
|
+
lineHeight: string;
|
|
588
|
+
fontWeight: string;
|
|
589
|
+
};
|
|
590
|
+
};
|
|
591
|
+
};
|
|
592
|
+
};
|
|
593
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";module.exports={"background-page":"var(--jkl-color-background-page)","background-page-variant":"var(--jkl-color-background-page-variant)","background-container":"var(--jkl-color-background-container)","background-container-low":"var(--jkl-color-background-container-low)","background-container-high":"var(--jkl-color-background-container-high)","background-container-inverted":"var(--jkl-color-background-container-inverted)","background-container-subdued":"var(--jkl-color-background-container-subdued)","background-input-base":"var(--jkl-color-background-input-base)","background-input-focus":"var(--jkl-color-background-input-focus)","background-action":"var(--jkl-color-background-action)","background-interactive":"var(--jkl-color-background-interactive)","background-interactive-hover":"var(--jkl-color-background-interactive-hover)","background-interactive-selected":"var(--jkl-color-background-interactive-selected)","background-alert-neutral":"var(--jkl-color-background-alert-neutral)","background-alert-info":"var(--jkl-color-background-alert-info)","background-alert-success":"var(--jkl-color-background-alert-success)","background-alert-warning":"var(--jkl-color-background-alert-warning)","background-alert-error":"var(--jkl-color-background-alert-error)","text-default":"var(--jkl-color-text-default)","text-subdued":"var(--jkl-color-text-subdued)","text-inverted":"var(--jkl-color-text-inverted)","text-on-action":"var(--jkl-color-text-on-action)","text-interactive":"var(--jkl-color-text-interactive)","text-interactive-hover":"var(--jkl-color-text-interactive-hover)","text-on-alert":"var(--jkl-color-text-on-alert)","text-on-alert-subdued":"var(--jkl-color-text-on-alert-subdued)","border-action":"var(--jkl-color-border-action)","border-input":"var(--jkl-color-border-input)","border-input-focus":"var(--jkl-color-border-input-focus)","border-separator":"var(--jkl-color-border-separator)","border-separator-strong":"var(--jkl-color-border-separator-strong)","border-separator-hover":"var(--jkl-color-border-separator-hover)","border-subdued":"var(--jkl-color-border-subdued)"};
|
|
2
|
+
//# sourceMappingURL=colors.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.cjs","sources":["../../../src/tailwind/colors.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\nconst colors = {\n \"background-page\": \"var(--jkl-color-background-page)\",\n \"background-page-variant\": \"var(--jkl-color-background-page-variant)\",\n \"background-container\": \"var(--jkl-color-background-container)\",\n \"background-container-low\": \"var(--jkl-color-background-container-low)\",\n \"background-container-high\": \"var(--jkl-color-background-container-high)\",\n \"background-container-inverted\": \"var(--jkl-color-background-container-inverted)\",\n \"background-container-subdued\": \"var(--jkl-color-background-container-subdued)\",\n \"background-input-base\": \"var(--jkl-color-background-input-base)\",\n \"background-input-focus\": \"var(--jkl-color-background-input-focus)\",\n \"background-action\": \"var(--jkl-color-background-action)\",\n \"background-interactive\": \"var(--jkl-color-background-interactive)\",\n \"background-interactive-hover\": \"var(--jkl-color-background-interactive-hover)\",\n \"background-interactive-selected\": \"var(--jkl-color-background-interactive-selected)\",\n \"background-alert-neutral\": \"var(--jkl-color-background-alert-neutral)\",\n \"background-alert-info\": \"var(--jkl-color-background-alert-info)\",\n \"background-alert-success\": \"var(--jkl-color-background-alert-success)\",\n \"background-alert-warning\": \"var(--jkl-color-background-alert-warning)\",\n \"background-alert-error\": \"var(--jkl-color-background-alert-error)\",\n \"text-default\": \"var(--jkl-color-text-default)\",\n \"text-subdued\": \"var(--jkl-color-text-subdued)\",\n \"text-inverted\": \"var(--jkl-color-text-inverted)\",\n \"text-on-action\": \"var(--jkl-color-text-on-action)\",\n \"text-interactive\": \"var(--jkl-color-text-interactive)\",\n \"text-interactive-hover\": \"var(--jkl-color-text-interactive-hover)\",\n \"text-on-alert\": \"var(--jkl-color-text-on-alert)\",\n \"text-on-alert-subdued\": \"var(--jkl-color-text-on-alert-subdued)\",\n \"border-action\": \"var(--jkl-color-border-action)\",\n \"border-input\": \"var(--jkl-color-border-input)\",\n \"border-input-focus\": \"var(--jkl-color-border-input-focus)\",\n \"border-separator\": \"var(--jkl-color-border-separator)\",\n \"border-separator-strong\": \"var(--jkl-color-border-separator-strong)\",\n \"border-separator-hover\": \"var(--jkl-color-border-separator-hover)\",\n \"border-subdued\": \"var(--jkl-color-border-subdued)\",\n};\n\nexport default colors;\n"],"names":[],"mappings":"AAIA,4BAAe,CACX,kBAAmB,mCACnB,0BAA2B,2CAC3B,uBAAwB,wCACxB,2BAA4B,4CAC5B,4BAA6B,6CAC7B,gCAAiC,iDACjC,+BAAgC,gDAChC,wBAAyB,yCACzB,yBAA0B,0CAC1B,oBAAqB,qCACrB,yBAA0B,0CAC1B,+BAAgC,gDAChC,kCAAmC,mDACnC,2BAA4B,4CAC5B,wBAAyB,yCACzB,2BAA4B,4CAC5B,2BAA4B,4CAC5B,yBAA0B,0CAC1B,eAAgB,gCAChB,eAAgB,gCAChB,gBAAiB,iCACjB,iBAAkB,kCAClB,mBAAoB,oCACpB,yBAA0B,0CAC1B,gBAAiB,iCACjB,wBAAyB,yCACzB,gBAAiB,iCACjB,eAAgB,gCAChB,qBAAsB,sCACtB,mBAAoB,oCACpB,0BAA2B,2CAC3B,yBAA0B,0CAC1B,iBAAkB"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
declare const colors: {
|
|
5
|
+
"background-page": string;
|
|
6
|
+
"background-page-variant": string;
|
|
7
|
+
"background-container": string;
|
|
8
|
+
"background-container-low": string;
|
|
9
|
+
"background-container-high": string;
|
|
10
|
+
"background-container-inverted": string;
|
|
11
|
+
"background-container-subdued": string;
|
|
12
|
+
"background-input-base": string;
|
|
13
|
+
"background-input-focus": string;
|
|
14
|
+
"background-action": string;
|
|
15
|
+
"background-interactive": string;
|
|
16
|
+
"background-interactive-hover": string;
|
|
17
|
+
"background-interactive-selected": string;
|
|
18
|
+
"background-alert-neutral": string;
|
|
19
|
+
"background-alert-info": string;
|
|
20
|
+
"background-alert-success": string;
|
|
21
|
+
"background-alert-warning": string;
|
|
22
|
+
"background-alert-error": string;
|
|
23
|
+
"text-default": string;
|
|
24
|
+
"text-subdued": string;
|
|
25
|
+
"text-inverted": string;
|
|
26
|
+
"text-on-action": string;
|
|
27
|
+
"text-interactive": string;
|
|
28
|
+
"text-interactive-hover": string;
|
|
29
|
+
"text-on-alert": string;
|
|
30
|
+
"text-on-alert-subdued": string;
|
|
31
|
+
"border-action": string;
|
|
32
|
+
"border-input": string;
|
|
33
|
+
"border-input-focus": string;
|
|
34
|
+
"border-separator": string;
|
|
35
|
+
"border-separator-strong": string;
|
|
36
|
+
"border-separator-hover": string;
|
|
37
|
+
"border-subdued": string;
|
|
38
|
+
};
|
|
39
|
+
export default colors;
|
package/build/cjs/tokens.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";module.exports={color:{background:{page:"var(--jkl-color-background-page)","
|
|
1
|
+
"use strict";module.exports={color:{neutral:{background:{page:"var(--jkl-color-neutral-background-page)",container:"var(--jkl-color-neutral-background-container)",action:"var(--jkl-color-neutral-background-action)"},text:{default:"var(--jkl-color-neutral-text-default)",subdued:"var(--jkl-color-neutral-text-subdued)","on-action":"var(--jkl-color-neutral-text-on-action)"},border:{strong:"var(--jkl-color-neutral-border-strong)",default:"var(--jkl-color-neutral-border-default)",subdued:"var(--jkl-color-neutral-border-subdued)"}},accent:{background:{page:"var(--jkl-color-accent-background-page)",container:"var(--jkl-color-accent-background-container)",action:"var(--jkl-color-accent-background-action)"},text:{default:"var(--jkl-color-accent-text-default)",subdued:"var(--jkl-color-accent-text-subdued)","on-action":"var(--jkl-color-accent-text-on-action)"},border:{strong:"var(--jkl-color-accent-border-strong)",default:"var(--jkl-color-accent-border-default)",subdued:"var(--jkl-color-accent-border-subdued)"}},warning:{background:{page:"var(--jkl-color-warning-background-page)",container:"var(--jkl-color-warning-background-container)",action:"var(--jkl-color-warning-background-action)"},text:{default:"var(--jkl-color-warning-text-default)",subdued:"var(--jkl-color-warning-text-subdued)","on-action":"var(--jkl-color-warning-text-on-action)"},border:{strong:"var(--jkl-color-warning-border-strong)",default:"var(--jkl-color-warning-border-default)",subdued:"var(--jkl-color-warning-border-subdued)"}},success:{background:{page:"var(--jkl-color-success-background-page)",container:"var(--jkl-color-success-background-container)",action:"var(--jkl-color-success-background-action)"},text:{default:"var(--jkl-color-success-text-default)",subdued:"var(--jkl-color-success-text-subdued)","on-action":"var(--jkl-color-success-text-on-action)"},border:{strong:"var(--jkl-color-success-border-strong)",default:"var(--jkl-color-success-border-default)",subdued:"var(--jkl-color-success-border-subdued)"}},info:{background:{page:"var(--jkl-color-info-background-page)",container:"var(--jkl-color-info-background-container)",action:"var(--jkl-color-info-background-action)"},text:{default:"var(--jkl-color-info-text-default)",subdued:"var(--jkl-color-info-text-subdued)","on-action":"var(--jkl-color-info-text-on-action)"},border:{strong:"var(--jkl-color-info-border-strong)",default:"var(--jkl-color-info-border-default)",subdued:"var(--jkl-color-info-border-subdued)"}},error:{background:{page:"var(--jkl-color-error-background-page)",container:"var(--jkl-color-error-background-container)",action:"var(--jkl-color-error-background-action)"},text:{default:"var(--jkl-color-error-text-default)",subdued:"var(--jkl-color-error-text-subdued)","on-action":"var(--jkl-color-error-text-on-action)"},border:{strong:"var(--jkl-color-error-border-strong)",default:"var(--jkl-color-error-border-default)",subdued:"var(--jkl-color-error-border-subdued)"}}},unit:{0:"var(--jkl-unit-0)",10:"var(--jkl-unit-10)",15:"var(--jkl-unit-15)",20:"var(--jkl-unit-20)",25:"var(--jkl-unit-25)",30:"var(--jkl-unit-30)",35:"var(--jkl-unit-35)",40:"var(--jkl-unit-40)",50:"var(--jkl-unit-50)",60:"var(--jkl-unit-60)",70:"var(--jkl-unit-70)",80:"var(--jkl-unit-80)",90:"var(--jkl-unit-90)",100:"var(--jkl-unit-100)",130:"var(--jkl-unit-130)",210:"var(--jkl-unit-210)",base:"var(--jkl-unit-base)","02":"var(--jkl-unit-02)","05":"var(--jkl-unit-05)"},spacing:{0:"var(--jkl-spacing-0)",2:"var(--jkl-spacing-2)",4:"var(--jkl-spacing-4)",8:"var(--jkl-spacing-8)",12:"var(--jkl-spacing-12)",16:"var(--jkl-spacing-16)",24:"var(--jkl-spacing-24)",32:"var(--jkl-spacing-32)",40:"var(--jkl-spacing-40)",64:"var(--jkl-spacing-64)",104:"var(--jkl-spacing-104)",168:"var(--jkl-spacing-168)",none:"var(--jkl-spacing-none)","2xs":"var(--jkl-spacing-2xs)",xs:"var(--jkl-spacing-xs)",s:"var(--jkl-spacing-s)",m:"var(--jkl-spacing-m)",l:"var(--jkl-spacing-l)",xl:"var(--jkl-spacing-xl)","2xl":"var(--jkl-spacing-2xl)"},border:{width:{1:"var(--jkl-border-width-1)",2:"var(--jkl-border-width-2)",3:"var(--jkl-border-width-3)"},radius:{none:"var(--jkl-border-radius-none)",xs:"var(--jkl-border-radius-xs)",s:"var(--jkl-border-radius-s)",m:"var(--jkl-border-radius-m)",l:"var(--jkl-border-radius-l)",full:"var(--jkl-border-radius-full)"}},breakpoint:{small:"var(--jkl-breakpoint-small)",medium:"var(--jkl-breakpoint-medium)",large:"var(--jkl-breakpoint-large)",xl:"var(--jkl-breakpoint-xl)"},motion:{timing:{energetic:"var(--jkl-motion-timing-energetic)",snappy:"var(--jkl-motion-timing-snappy)",productive:"var(--jkl-motion-timing-productive)",polite:"var(--jkl-motion-timing-polite)",expressive:"var(--jkl-motion-timing-expressive)",lazy:"var(--jkl-motion-timing-lazy)"},easing:{standard:"var(--jkl-motion-easing-standard)",entrance:"var(--jkl-motion-easing-entrance)",exit:"var(--jkl-motion-easing-exit)",easeInBounceOut:"var(--jkl-motion-easing-ease-in-bounce-out)",focus:"var(--jkl-motion-easing-focus)"}},font:{size:{1:"var(--jkl-font-size-1)",2:"var(--jkl-font-size-2)",3:"var(--jkl-font-size-3)",4:"var(--jkl-font-size-4)",5:"var(--jkl-font-size-5)",6:"var(--jkl-font-size-6)",7:"var(--jkl-font-size-7)",8:"var(--jkl-font-size-8)",9:"var(--jkl-font-size-9)",10:"var(--jkl-font-size-10)"},weight:{normal:"var(--jkl-font-weight-normal)",bold:"var(--jkl-font-weight-bold)"},family:{regular:"var(--jkl-font-family-regular)",display:"var(--jkl-font-family-display)",mono:"var(--jkl-font-family-mono)"}},lineHeight:{flush:"var(--jkl-line-height-flush)",tight:"var(--jkl-line-height-tight)",relaxed:"var(--jkl-line-height-relaxed)"},textStyle:{title:"var(--jkl-text-style-title)","title-small":"var(--jkl-text-style-title-small)","heading-1":"var(--jkl-text-style-heading-1)","heading-2":"var(--jkl-text-style-heading-2)","heading-3":"var(--jkl-text-style-heading-3)","heading-4":"var(--jkl-text-style-heading-4)","heading-5":"var(--jkl-text-style-heading-5)","paragraph-large":"var(--jkl-text-style-paragraph-large)","paragraph-medium":"var(--jkl-text-style-paragraph-medium)","paragraph-small":"var(--jkl-text-style-paragraph-small)","text-large":"var(--jkl-text-style-text-large)","text-medium":"var(--jkl-text-style-text-medium)","text-small":"var(--jkl-text-style-text-small)","text-micro":"var(--jkl-text-style-text-micro)"}};
|
|
2
2
|
//# sourceMappingURL=tokens.cjs.map
|