thread-ui 0.8.1 → 0.10.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/README.md +34 -1
- package/dist/components/data-display/filter-controls/variants/filter-controls.js +1 -1
- package/dist/components/data-display/filter-controls/variants/filter-controls.js.map +1 -1
- package/dist/components/data-display/filter-controls/variants/inline-filter-controls.js +1 -1
- package/dist/components/data-display/filter-controls/variants/inline-filter-controls.js.map +1 -1
- package/dist/components/data-display/sort-controls/sort-controls.js +1 -1
- package/dist/components/data-display/sort-controls/sort-controls.js.map +1 -1
- package/dist/components/form-elements/dropdowns/dropdown/dropdown.js +2 -2
- package/dist/components/form-elements/dropdowns/dropdown/dropdown.js.map +1 -1
- package/dist/components/form-elements/dropdowns/dropdown-base/dropdown-base.js +2 -4
- package/dist/components/form-elements/dropdowns/dropdown-base/dropdown-base.js.map +1 -1
- package/dist/components/form-elements/dropdowns/multi-dropdown/multi-dropdown.js +2 -2
- package/dist/components/form-elements/dropdowns/multi-dropdown/multi-dropdown.js.map +1 -1
- package/dist/components/form-elements/file-upload/components/file-input.js +5 -3
- package/dist/components/form-elements/file-upload/components/file-input.js.map +1 -1
- package/dist/components/form-elements/file-upload/components/item-previews.js +4 -4
- package/dist/components/form-elements/file-upload/components/item-previews.js.map +1 -1
- package/dist/components/form-elements/form-label/form-label.js +1 -1
- package/dist/components/form-elements/form-label/form-label.js.map +1 -1
- package/dist/components/form-elements/input-wrapper.js +1 -1
- package/dist/components/form-elements/input-wrapper.js.map +1 -1
- package/dist/components/form-elements/number-input/number-input.d.ts +1 -1
- package/dist/components/form-elements/number-input/number-input.js +8 -7
- package/dist/components/form-elements/number-input/number-input.js.map +1 -1
- package/dist/components/form-elements/number-input/number-input.types.d.ts +0 -2
- package/dist/components/form-elements/styles/index.js +7 -6
- package/dist/components/form-elements/styles/index.js.map +1 -1
- package/dist/components/layouts/column-layout/column-layout.js +5 -5
- package/dist/components/layouts/column-layout/column-layout.js.map +1 -1
- package/dist/components/layouts/container/container.d.ts +2 -2
- package/dist/components/layouts/container/container.js +9 -6
- package/dist/components/layouts/container/container.js.map +1 -1
- package/dist/components/layouts/container/container.types.d.ts +6 -5
- package/dist/components/layouts/footer/footer.d.ts +1 -1
- package/dist/components/layouts/footer/footer.js +7 -22
- package/dist/components/layouts/footer/footer.js.map +1 -1
- package/dist/components/layouts/footer/footer.types.d.ts +3 -0
- package/dist/components/media/image-panel/image-panel.js +1 -1
- package/dist/components/media/image-panel/image-panel.js.map +1 -1
- package/dist/components/media/info-card/info-card.d.ts +2 -7
- package/dist/components/media/info-card/info-card.js +72 -29
- package/dist/components/media/info-card/info-card.js.map +1 -1
- package/dist/components/media/info-card/info-card.types.d.ts +3 -1
- package/dist/components/media/media-card/media-card.d.ts +1 -1
- package/dist/components/media/media-card/media-card.js +63 -16
- package/dist/components/media/media-card/media-card.js.map +1 -1
- package/dist/components/media/media-card/media-card.types.d.ts +3 -1
- package/dist/components/navigation/nav-menu/{items → components}/index.d.ts +1 -1
- package/dist/components/navigation/nav-menu/{items → components}/index.js +1 -1
- package/dist/components/navigation/nav-menu/components/index.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-drop-down-item/index.js.map +1 -0
- package/dist/components/navigation/nav-menu/{items → components}/nav-drop-down-item/nav-drop-down-item.js +7 -12
- package/dist/components/navigation/nav-menu/components/nav-drop-down-item/nav-drop-down-item.js.map +1 -0
- package/dist/components/navigation/nav-menu/{items → components}/nav-drop-down-item/nav-drop-down-item.types.js.map +1 -1
- package/dist/components/navigation/nav-menu/components/nav-icon-item/index.d.ts +2 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/index.js +2 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/index.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/navigation-logo.d.ts +2 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/navigation-logo.js +6 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/navigation-logo.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/navigation-logo.types.d.ts +5 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/navigation-logo.types.js +2 -0
- package/dist/components/navigation/nav-menu/components/nav-icon-item/navigation-logo.types.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-item/index.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-item/nav-item.js +6 -0
- package/dist/components/navigation/nav-menu/components/nav-item/nav-item.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-item/nav-item.types.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-link/index.d.ts +2 -0
- package/dist/components/navigation/nav-menu/components/nav-link/index.js +2 -0
- package/dist/components/navigation/nav-menu/components/nav-link/index.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-link/nav-link.d.ts +2 -0
- package/dist/components/navigation/nav-menu/{items/base-item/base-item.js → components/nav-link/nav-link.js} +11 -11
- package/dist/components/navigation/nav-menu/components/nav-link/nav-link.js.map +1 -0
- package/dist/components/navigation/nav-menu/components/nav-link/nav-link.types.d.ts +7 -0
- package/dist/components/navigation/nav-menu/components/nav-link/nav-link.types.js +2 -0
- package/dist/components/navigation/nav-menu/components/nav-link/nav-link.types.js.map +1 -0
- package/dist/components/navigation/nav-menu/nav-menu.js +17 -21
- package/dist/components/navigation/nav-menu/nav-menu.js.map +1 -1
- package/dist/components/navigation/nav-menu/nav-menu.types.d.ts +4 -4
- package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.js +3 -3
- package/dist/components/navigation/side-nav/side-nav-item/side-nav-item.js.map +1 -1
- package/dist/components/typography/body/body.types.d.ts +29 -0
- package/dist/components/typography/body/body.types.js +2 -0
- package/dist/components/typography/body/body.types.js.map +1 -0
- package/dist/components/typography/body/list.d.ts +15 -0
- package/dist/components/typography/body/list.js +47 -0
- package/dist/components/typography/body/list.js.map +1 -0
- package/dist/components/typography/body/text.d.ts +12 -0
- package/dist/components/typography/body/text.js +29 -0
- package/dist/components/typography/body/text.js.map +1 -0
- package/dist/components/typography/code/code.d.ts +2 -0
- package/dist/components/typography/code/code.js +22 -0
- package/dist/components/typography/code/code.js.map +1 -0
- package/dist/components/typography/code/code.types.d.ts +7 -0
- package/dist/components/typography/code/code.types.js +2 -0
- package/dist/components/typography/code/code.types.js.map +1 -0
- package/dist/components/typography/heading/heading.d.ts +38 -0
- package/dist/components/typography/heading/heading.js +53 -0
- package/dist/components/typography/heading/heading.js.map +1 -0
- package/dist/components/typography/heading/heading.types.d.ts +13 -0
- package/dist/components/typography/heading/heading.types.js +2 -0
- package/dist/components/typography/heading/heading.types.js.map +1 -0
- package/dist/components/typography/heading/render-heading.d.ts +16 -0
- package/dist/components/typography/heading/render-heading.js +52 -0
- package/dist/components/typography/heading/render-heading.js.map +1 -0
- package/dist/components/typography/index.d.ts +8 -2
- package/dist/components/typography/index.js +4 -1
- package/dist/components/typography/index.js.map +1 -1
- package/dist/components/typography/page-header/page-header.js +7 -10
- package/dist/components/typography/page-header/page-header.js.map +1 -1
- package/dist/components/typography/shared-utils/get-presentation-styles.d.ts +2 -0
- package/dist/components/typography/shared-utils/get-presentation-styles.js +27 -0
- package/dist/components/typography/shared-utils/get-presentation-styles.js.map +1 -0
- package/dist/components/typography/shared-utils/get-typography-styles.d.ts +3 -0
- package/dist/components/typography/shared-utils/get-typography-styles.js +55 -0
- package/dist/components/typography/shared-utils/get-typography-styles.js.map +1 -0
- package/dist/components/typography/typography.d.ts +55 -22
- package/dist/components/typography/typography.js +197 -127
- package/dist/components/typography/typography.js.map +1 -1
- package/dist/components/typography/typography.types.d.ts +21 -0
- package/dist/components/typography/typography.types.js +2 -0
- package/dist/components/typography/typography.types.js.map +1 -0
- package/dist/components/ui/button/button-recipe.js +28 -28
- package/dist/components/ui/button/button-recipe.js.map +1 -1
- package/dist/components/ui/card/card.d.ts +10 -4
- package/dist/components/ui/card/card.js +64 -29
- package/dist/components/ui/card/card.js.map +1 -1
- package/dist/components/ui/card/card.types.d.ts +11 -5
- package/dist/components/ui/divider/divider.js +5 -5
- package/dist/components/ui/divider/divider.js.map +1 -1
- package/dist/components/ui/loaders/skeleton/index.d.ts +2 -2
- package/dist/components/ui/loaders/skeleton/index.js +1 -1
- package/dist/components/ui/loaders/skeleton/index.js.map +1 -1
- package/dist/components/ui/loaders/skeleton/skeleton.d.ts +5 -5
- package/dist/components/ui/loaders/skeleton/skeleton.js +5 -5
- package/dist/components/ui/loaders/skeleton/skeleton.js.map +1 -1
- package/dist/components/ui/loaders/skeleton/skeleton.types.d.ts +1 -1
- package/dist/components/ui/loaders/skeleton-layout/index.d.ts +2 -2
- package/dist/components/ui/loaders/skeleton-layout/index.js +1 -1
- package/dist/components/ui/loaders/skeleton-layout/index.js.map +1 -1
- package/dist/components/ui/loaders/skeleton-layout/skeleton-layout.d.ts +4 -4
- package/dist/components/ui/loaders/skeleton-layout/skeleton-layout.js +5 -5
- package/dist/components/ui/loaders/skeleton-layout/skeleton-layout.js.map +1 -1
- package/dist/components/ui/loaders/skeleton-layout/skeleton-layout.types.d.ts +3 -3
- package/dist/components/ui/modal/components/modal-content.js +2 -1
- package/dist/components/ui/modal/components/modal-content.js.map +1 -1
- package/dist/components/ui/modal/modal.js +2 -2
- package/dist/components/ui/modal/modal.js.map +1 -1
- package/dist/components/ui/toggle/toggle.js +7 -7
- package/dist/components/ui/toggle/toggle.js.map +1 -1
- package/dist/styled-system/recipes/button.js +14 -14
- package/dist/styled-system/recipes/button.mjs +14 -14
- package/dist/styled-system/styles.css +1 -1
- package/dist/styled-system/tokens/index.js +556 -372
- package/dist/styled-system/tokens/index.mjs +106 -46
- package/dist/styled-system/tokens/tokens.d.ts +25 -22
- package/dist/styled-system/types/prop-type.d.ts +2 -1
- package/dist/styled-system/types/style-props.d.ts +1 -1
- package/dist/styles/panda.css +1 -1
- package/dist/styles/tailwind.css +1 -0
- package/dist/styles/theme.css +98 -17
- package/dist/styles/thread.css +3 -3
- package/dist/theme/css-name-configurations/theme-css-names.d.ts +178 -18
- package/dist/theme/css-name-configurations/theme-css-names.js +101 -7
- package/dist/theme/css-name-configurations/theme-css-names.js.map +1 -1
- package/dist/theme/default-theme.js +100 -14
- package/dist/theme/default-theme.js.map +1 -1
- package/dist/theme/index.d.ts +2 -0
- package/dist/theme/index.js +2 -0
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/theme-surface-system.d.ts +9 -0
- package/dist/theme/theme-surface-system.js +34 -0
- package/dist/theme/theme-surface-system.js.map +1 -0
- package/dist/theme/theme-typography-system.d.ts +10 -0
- package/dist/theme/theme-typography-system.js +51 -0
- package/dist/theme/theme-typography-system.js.map +1 -0
- package/dist/theme/thread-theme.js.map +1 -1
- package/dist/types/theme/theme.types.d.ts +158 -18
- package/dist/types/utility/index.d.ts +1 -1
- package/dist/types/utility/type-production.types.d.ts +4 -0
- package/dist/utils/theme-utilities/get-resolved-layer-values/get-resolved-layer-values.d.ts +11 -0
- package/dist/utils/theme-utilities/get-resolved-layer-values/get-resolved-layer-values.js +11 -0
- package/dist/utils/theme-utilities/get-resolved-layer-values/get-resolved-layer-values.js.map +1 -0
- package/dist/utils/theme-utilities/get-resolved-layer-values/index.d.ts +1 -0
- package/dist/utils/theme-utilities/get-resolved-layer-values/index.js +2 -0
- package/dist/utils/theme-utilities/get-resolved-layer-values/index.js.map +1 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.d.ts +12 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.js +13 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.js.map +1 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/index.d.ts +1 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/index.js +2 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/index.js.map +1 -0
- package/dist/utils/theme-utilities/get-text-color-styles/get-text-color-styles.d.ts +11 -0
- package/dist/utils/theme-utilities/get-text-color-styles/get-text-color-styles.js +34 -0
- package/dist/utils/theme-utilities/get-text-color-styles/get-text-color-styles.js.map +1 -0
- package/dist/utils/theme-utilities/get-text-color-styles/index.d.ts +1 -0
- package/dist/utils/theme-utilities/get-text-color-styles/index.js +2 -0
- package/dist/utils/theme-utilities/get-text-color-styles/index.js.map +1 -0
- package/dist/utils/theme-utilities/get-utility-color/get-utility-color-value.d.ts +3 -2
- package/dist/utils/theme-utilities/get-utility-color/get-utility-color-value.js +21 -17
- package/dist/utils/theme-utilities/get-utility-color/get-utility-color-value.js.map +1 -1
- package/dist/utils/theme-utilities/index.d.ts +3 -0
- package/dist/utils/theme-utilities/index.js +3 -0
- package/dist/utils/theme-utilities/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/navigation/nav-menu/items/base-item/base-item.d.ts +0 -2
- package/dist/components/navigation/nav-menu/items/base-item/base-item.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/base-item/base-item.types.d.ts +0 -9
- package/dist/components/navigation/nav-menu/items/base-item/base-item.types.js +0 -2
- package/dist/components/navigation/nav-menu/items/base-item/base-item.types.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/base-item/index.d.ts +0 -2
- package/dist/components/navigation/nav-menu/items/base-item/index.js +0 -2
- package/dist/components/navigation/nav-menu/items/base-item/index.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/index.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-drop-down-item/index.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-drop-down-item/nav-drop-down-item.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-icon-item/index.d.ts +0 -2
- package/dist/components/navigation/nav-menu/items/nav-icon-item/index.js +0 -2
- package/dist/components/navigation/nav-menu/items/nav-icon-item/index.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.d.ts +0 -2
- package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.js +0 -6
- package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.types.d.ts +0 -7
- package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.types.js +0 -2
- package/dist/components/navigation/nav-menu/items/nav-icon-item/nav-icon-item.types.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-item/index.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-item/nav-item.js +0 -6
- package/dist/components/navigation/nav-menu/items/nav-item/nav-item.js.map +0 -1
- package/dist/components/navigation/nav-menu/items/nav-item/nav-item.types.js.map +0 -1
- package/dist/components/navigation/nav-menu/nav-menu-styles.d.ts +0 -4
- package/dist/components/navigation/nav-menu/nav-menu-styles.js +0 -5
- package/dist/components/navigation/nav-menu/nav-menu-styles.js.map +0 -1
- /package/dist/components/navigation/nav-menu/{items → components}/nav-drop-down-item/index.d.ts +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-drop-down-item/index.js +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-drop-down-item/nav-drop-down-item.d.ts +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-drop-down-item/nav-drop-down-item.types.d.ts +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-drop-down-item/nav-drop-down-item.types.js +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-item/index.d.ts +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-item/index.js +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-item/nav-item.d.ts +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-item/nav-item.types.d.ts +0 -0
- /package/dist/components/navigation/nav-menu/{items → components}/nav-item/nav-item.types.js +0 -0
|
@@ -75,198 +75,6 @@ const tokens = {
|
|
|
75
75
|
"value": "500ms",
|
|
76
76
|
"variable": "var(--thread-ui-durations-slowest)"
|
|
77
77
|
},
|
|
78
|
-
"fontWeights.thin": {
|
|
79
|
-
"value": "100",
|
|
80
|
-
"variable": "var(--thread-ui-font-weights-thin)"
|
|
81
|
-
},
|
|
82
|
-
"fontWeights.extralight": {
|
|
83
|
-
"value": "200",
|
|
84
|
-
"variable": "var(--thread-ui-font-weights-extralight)"
|
|
85
|
-
},
|
|
86
|
-
"fontWeights.light": {
|
|
87
|
-
"value": "300",
|
|
88
|
-
"variable": "var(--thread-ui-font-weights-light)"
|
|
89
|
-
},
|
|
90
|
-
"fontWeights.normal": {
|
|
91
|
-
"value": "400",
|
|
92
|
-
"variable": "var(--thread-ui-font-weights-normal)"
|
|
93
|
-
},
|
|
94
|
-
"fontWeights.medium": {
|
|
95
|
-
"value": "500",
|
|
96
|
-
"variable": "var(--thread-ui-font-weights-medium)"
|
|
97
|
-
},
|
|
98
|
-
"fontWeights.semibold": {
|
|
99
|
-
"value": "600",
|
|
100
|
-
"variable": "var(--thread-ui-font-weights-semibold)"
|
|
101
|
-
},
|
|
102
|
-
"fontWeights.bold": {
|
|
103
|
-
"value": "700",
|
|
104
|
-
"variable": "var(--thread-ui-font-weights-bold)"
|
|
105
|
-
},
|
|
106
|
-
"fontWeights.extrabold": {
|
|
107
|
-
"value": "800",
|
|
108
|
-
"variable": "var(--thread-ui-font-weights-extrabold)"
|
|
109
|
-
},
|
|
110
|
-
"fontWeights.black": {
|
|
111
|
-
"value": "900",
|
|
112
|
-
"variable": "var(--thread-ui-font-weights-black)"
|
|
113
|
-
},
|
|
114
|
-
"lineHeights.none": {
|
|
115
|
-
"value": "1",
|
|
116
|
-
"variable": "var(--thread-ui-line-heights-none)"
|
|
117
|
-
},
|
|
118
|
-
"lineHeights.tight": {
|
|
119
|
-
"value": "1.25",
|
|
120
|
-
"variable": "var(--thread-ui-line-heights-tight)"
|
|
121
|
-
},
|
|
122
|
-
"lineHeights.snug": {
|
|
123
|
-
"value": "1.375",
|
|
124
|
-
"variable": "var(--thread-ui-line-heights-snug)"
|
|
125
|
-
},
|
|
126
|
-
"lineHeights.normal": {
|
|
127
|
-
"value": "1.5",
|
|
128
|
-
"variable": "var(--thread-ui-line-heights-normal)"
|
|
129
|
-
},
|
|
130
|
-
"lineHeights.relaxed": {
|
|
131
|
-
"value": "1.625",
|
|
132
|
-
"variable": "var(--thread-ui-line-heights-relaxed)"
|
|
133
|
-
},
|
|
134
|
-
"lineHeights.loose": {
|
|
135
|
-
"value": "2",
|
|
136
|
-
"variable": "var(--thread-ui-line-heights-loose)"
|
|
137
|
-
},
|
|
138
|
-
"fonts.sans": {
|
|
139
|
-
"value": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
140
|
-
"variable": "var(--thread-ui-fonts-sans)"
|
|
141
|
-
},
|
|
142
|
-
"fonts.serif": {
|
|
143
|
-
"value": "ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif",
|
|
144
|
-
"variable": "var(--thread-ui-fonts-serif)"
|
|
145
|
-
},
|
|
146
|
-
"fonts.mono": {
|
|
147
|
-
"value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace",
|
|
148
|
-
"variable": "var(--thread-ui-fonts-mono)"
|
|
149
|
-
},
|
|
150
|
-
"letterSpacings.tighter": {
|
|
151
|
-
"value": "-0.05em",
|
|
152
|
-
"variable": "var(--thread-ui-letter-spacings-tighter)"
|
|
153
|
-
},
|
|
154
|
-
"letterSpacings.tight": {
|
|
155
|
-
"value": "-0.025em",
|
|
156
|
-
"variable": "var(--thread-ui-letter-spacings-tight)"
|
|
157
|
-
},
|
|
158
|
-
"letterSpacings.normal": {
|
|
159
|
-
"value": "0em",
|
|
160
|
-
"variable": "var(--thread-ui-letter-spacings-normal)"
|
|
161
|
-
},
|
|
162
|
-
"letterSpacings.wide": {
|
|
163
|
-
"value": "0.025em",
|
|
164
|
-
"variable": "var(--thread-ui-letter-spacings-wide)"
|
|
165
|
-
},
|
|
166
|
-
"letterSpacings.wider": {
|
|
167
|
-
"value": "0.05em",
|
|
168
|
-
"variable": "var(--thread-ui-letter-spacings-wider)"
|
|
169
|
-
},
|
|
170
|
-
"letterSpacings.widest": {
|
|
171
|
-
"value": "0.1em",
|
|
172
|
-
"variable": "var(--thread-ui-letter-spacings-widest)"
|
|
173
|
-
},
|
|
174
|
-
"fontSizes.2xs": {
|
|
175
|
-
"value": "0.5rem",
|
|
176
|
-
"variable": "var(--thread-ui-font-sizes-2xs)"
|
|
177
|
-
},
|
|
178
|
-
"fontSizes.xs": {
|
|
179
|
-
"value": "0.75rem",
|
|
180
|
-
"variable": "var(--thread-ui-font-sizes-xs)"
|
|
181
|
-
},
|
|
182
|
-
"fontSizes.sm": {
|
|
183
|
-
"value": "0.875rem",
|
|
184
|
-
"variable": "var(--thread-ui-font-sizes-sm)"
|
|
185
|
-
},
|
|
186
|
-
"fontSizes.md": {
|
|
187
|
-
"value": "1rem",
|
|
188
|
-
"variable": "var(--thread-ui-font-sizes-md)"
|
|
189
|
-
},
|
|
190
|
-
"fontSizes.lg": {
|
|
191
|
-
"value": "1.125rem",
|
|
192
|
-
"variable": "var(--thread-ui-font-sizes-lg)"
|
|
193
|
-
},
|
|
194
|
-
"fontSizes.xl": {
|
|
195
|
-
"value": "1.25rem",
|
|
196
|
-
"variable": "var(--thread-ui-font-sizes-xl)"
|
|
197
|
-
},
|
|
198
|
-
"fontSizes.2xl": {
|
|
199
|
-
"value": "1.5rem",
|
|
200
|
-
"variable": "var(--thread-ui-font-sizes-2xl)"
|
|
201
|
-
},
|
|
202
|
-
"fontSizes.3xl": {
|
|
203
|
-
"value": "1.875rem",
|
|
204
|
-
"variable": "var(--thread-ui-font-sizes-3xl)"
|
|
205
|
-
},
|
|
206
|
-
"fontSizes.4xl": {
|
|
207
|
-
"value": "2.25rem",
|
|
208
|
-
"variable": "var(--thread-ui-font-sizes-4xl)"
|
|
209
|
-
},
|
|
210
|
-
"fontSizes.5xl": {
|
|
211
|
-
"value": "3rem",
|
|
212
|
-
"variable": "var(--thread-ui-font-sizes-5xl)"
|
|
213
|
-
},
|
|
214
|
-
"fontSizes.6xl": {
|
|
215
|
-
"value": "3.75rem",
|
|
216
|
-
"variable": "var(--thread-ui-font-sizes-6xl)"
|
|
217
|
-
},
|
|
218
|
-
"fontSizes.7xl": {
|
|
219
|
-
"value": "4.5rem",
|
|
220
|
-
"variable": "var(--thread-ui-font-sizes-7xl)"
|
|
221
|
-
},
|
|
222
|
-
"fontSizes.8xl": {
|
|
223
|
-
"value": "6rem",
|
|
224
|
-
"variable": "var(--thread-ui-font-sizes-8xl)"
|
|
225
|
-
},
|
|
226
|
-
"fontSizes.9xl": {
|
|
227
|
-
"value": "8rem",
|
|
228
|
-
"variable": "var(--thread-ui-font-sizes-9xl)"
|
|
229
|
-
},
|
|
230
|
-
"shadows.2xs": {
|
|
231
|
-
"value": "0 1px rgb(0 0 0 / 0.05)",
|
|
232
|
-
"variable": "var(--thread-ui-shadows-2xs)"
|
|
233
|
-
},
|
|
234
|
-
"shadows.xs": {
|
|
235
|
-
"value": "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
|
236
|
-
"variable": "var(--thread-ui-shadows-xs)"
|
|
237
|
-
},
|
|
238
|
-
"shadows.sm": {
|
|
239
|
-
"value": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
240
|
-
"variable": "var(--thread-ui-shadows-sm)"
|
|
241
|
-
},
|
|
242
|
-
"shadows.md": {
|
|
243
|
-
"value": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
244
|
-
"variable": "var(--thread-ui-shadows-md)"
|
|
245
|
-
},
|
|
246
|
-
"shadows.lg": {
|
|
247
|
-
"value": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
248
|
-
"variable": "var(--thread-ui-shadows-lg)"
|
|
249
|
-
},
|
|
250
|
-
"shadows.xl": {
|
|
251
|
-
"value": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
|
|
252
|
-
"variable": "var(--thread-ui-shadows-xl)"
|
|
253
|
-
},
|
|
254
|
-
"shadows.2xl": {
|
|
255
|
-
"value": "0 25px 50px -12px rgb(0 0 0 / 0.25)",
|
|
256
|
-
"variable": "var(--thread-ui-shadows-2xl)"
|
|
257
|
-
},
|
|
258
|
-
"shadows.inset-2xs": {
|
|
259
|
-
"value": "inset 0 1px rgb(0 0 0 / 0.05)",
|
|
260
|
-
"variable": "var(--thread-ui-shadows-inset-2xs)"
|
|
261
|
-
},
|
|
262
|
-
"shadows.inset-xs": {
|
|
263
|
-
"value": "inset 0 1px 1px rgb(0 0 0 / 0.05)",
|
|
264
|
-
"variable": "var(--thread-ui-shadows-inset-xs)"
|
|
265
|
-
},
|
|
266
|
-
"shadows.inset-sm": {
|
|
267
|
-
"value": "inset 0 2px 4px rgb(0 0 0 / 0.05)",
|
|
268
|
-
"variable": "var(--thread-ui-shadows-inset-sm)"
|
|
269
|
-
},
|
|
270
78
|
"blurs.xs": {
|
|
271
79
|
"value": "4px",
|
|
272
80
|
"variable": "var(--thread-ui-blurs-xs)"
|
|
@@ -295,150 +103,6 @@ const tokens = {
|
|
|
295
103
|
"value": "64px",
|
|
296
104
|
"variable": "var(--thread-ui-blurs-3xl)"
|
|
297
105
|
},
|
|
298
|
-
"spacing.0": {
|
|
299
|
-
"value": "0rem",
|
|
300
|
-
"variable": "var(--thread-ui-spacing-0)"
|
|
301
|
-
},
|
|
302
|
-
"spacing.1": {
|
|
303
|
-
"value": "0.25rem",
|
|
304
|
-
"variable": "var(--thread-ui-spacing-1)"
|
|
305
|
-
},
|
|
306
|
-
"spacing.2": {
|
|
307
|
-
"value": "0.5rem",
|
|
308
|
-
"variable": "var(--thread-ui-spacing-2)"
|
|
309
|
-
},
|
|
310
|
-
"spacing.3": {
|
|
311
|
-
"value": "0.75rem",
|
|
312
|
-
"variable": "var(--thread-ui-spacing-3)"
|
|
313
|
-
},
|
|
314
|
-
"spacing.4": {
|
|
315
|
-
"value": "1rem",
|
|
316
|
-
"variable": "var(--thread-ui-spacing-4)"
|
|
317
|
-
},
|
|
318
|
-
"spacing.5": {
|
|
319
|
-
"value": "1.25rem",
|
|
320
|
-
"variable": "var(--thread-ui-spacing-5)"
|
|
321
|
-
},
|
|
322
|
-
"spacing.6": {
|
|
323
|
-
"value": "1.5rem",
|
|
324
|
-
"variable": "var(--thread-ui-spacing-6)"
|
|
325
|
-
},
|
|
326
|
-
"spacing.7": {
|
|
327
|
-
"value": "1.75rem",
|
|
328
|
-
"variable": "var(--thread-ui-spacing-7)"
|
|
329
|
-
},
|
|
330
|
-
"spacing.8": {
|
|
331
|
-
"value": "2rem",
|
|
332
|
-
"variable": "var(--thread-ui-spacing-8)"
|
|
333
|
-
},
|
|
334
|
-
"spacing.9": {
|
|
335
|
-
"value": "2.25rem",
|
|
336
|
-
"variable": "var(--thread-ui-spacing-9)"
|
|
337
|
-
},
|
|
338
|
-
"spacing.10": {
|
|
339
|
-
"value": "2.5rem",
|
|
340
|
-
"variable": "var(--thread-ui-spacing-10)"
|
|
341
|
-
},
|
|
342
|
-
"spacing.11": {
|
|
343
|
-
"value": "2.75rem",
|
|
344
|
-
"variable": "var(--thread-ui-spacing-11)"
|
|
345
|
-
},
|
|
346
|
-
"spacing.12": {
|
|
347
|
-
"value": "3rem",
|
|
348
|
-
"variable": "var(--thread-ui-spacing-12)"
|
|
349
|
-
},
|
|
350
|
-
"spacing.14": {
|
|
351
|
-
"value": "3.5rem",
|
|
352
|
-
"variable": "var(--thread-ui-spacing-14)"
|
|
353
|
-
},
|
|
354
|
-
"spacing.16": {
|
|
355
|
-
"value": "4rem",
|
|
356
|
-
"variable": "var(--thread-ui-spacing-16)"
|
|
357
|
-
},
|
|
358
|
-
"spacing.20": {
|
|
359
|
-
"value": "5rem",
|
|
360
|
-
"variable": "var(--thread-ui-spacing-20)"
|
|
361
|
-
},
|
|
362
|
-
"spacing.24": {
|
|
363
|
-
"value": "6rem",
|
|
364
|
-
"variable": "var(--thread-ui-spacing-24)"
|
|
365
|
-
},
|
|
366
|
-
"spacing.28": {
|
|
367
|
-
"value": "7rem",
|
|
368
|
-
"variable": "var(--thread-ui-spacing-28)"
|
|
369
|
-
},
|
|
370
|
-
"spacing.32": {
|
|
371
|
-
"value": "8rem",
|
|
372
|
-
"variable": "var(--thread-ui-spacing-32)"
|
|
373
|
-
},
|
|
374
|
-
"spacing.36": {
|
|
375
|
-
"value": "9rem",
|
|
376
|
-
"variable": "var(--thread-ui-spacing-36)"
|
|
377
|
-
},
|
|
378
|
-
"spacing.40": {
|
|
379
|
-
"value": "10rem",
|
|
380
|
-
"variable": "var(--thread-ui-spacing-40)"
|
|
381
|
-
},
|
|
382
|
-
"spacing.44": {
|
|
383
|
-
"value": "11rem",
|
|
384
|
-
"variable": "var(--thread-ui-spacing-44)"
|
|
385
|
-
},
|
|
386
|
-
"spacing.48": {
|
|
387
|
-
"value": "12rem",
|
|
388
|
-
"variable": "var(--thread-ui-spacing-48)"
|
|
389
|
-
},
|
|
390
|
-
"spacing.52": {
|
|
391
|
-
"value": "13rem",
|
|
392
|
-
"variable": "var(--thread-ui-spacing-52)"
|
|
393
|
-
},
|
|
394
|
-
"spacing.56": {
|
|
395
|
-
"value": "14rem",
|
|
396
|
-
"variable": "var(--thread-ui-spacing-56)"
|
|
397
|
-
},
|
|
398
|
-
"spacing.60": {
|
|
399
|
-
"value": "15rem",
|
|
400
|
-
"variable": "var(--thread-ui-spacing-60)"
|
|
401
|
-
},
|
|
402
|
-
"spacing.64": {
|
|
403
|
-
"value": "16rem",
|
|
404
|
-
"variable": "var(--thread-ui-spacing-64)"
|
|
405
|
-
},
|
|
406
|
-
"spacing.72": {
|
|
407
|
-
"value": "18rem",
|
|
408
|
-
"variable": "var(--thread-ui-spacing-72)"
|
|
409
|
-
},
|
|
410
|
-
"spacing.80": {
|
|
411
|
-
"value": "20rem",
|
|
412
|
-
"variable": "var(--thread-ui-spacing-80)"
|
|
413
|
-
},
|
|
414
|
-
"spacing.96": {
|
|
415
|
-
"value": "24rem",
|
|
416
|
-
"variable": "var(--thread-ui-spacing-96)"
|
|
417
|
-
},
|
|
418
|
-
"spacing.0.5": {
|
|
419
|
-
"value": "0.125rem",
|
|
420
|
-
"variable": "var(--thread-ui-spacing-0\\.5)"
|
|
421
|
-
},
|
|
422
|
-
"spacing.1.5": {
|
|
423
|
-
"value": "0.375rem",
|
|
424
|
-
"variable": "var(--thread-ui-spacing-1\\.5)"
|
|
425
|
-
},
|
|
426
|
-
"spacing.2.5": {
|
|
427
|
-
"value": "0.625rem",
|
|
428
|
-
"variable": "var(--thread-ui-spacing-2\\.5)"
|
|
429
|
-
},
|
|
430
|
-
"spacing.3.5": {
|
|
431
|
-
"value": "0.875rem",
|
|
432
|
-
"variable": "var(--thread-ui-spacing-3\\.5)"
|
|
433
|
-
},
|
|
434
|
-
"spacing.4.5": {
|
|
435
|
-
"value": "1.125rem",
|
|
436
|
-
"variable": "var(--thread-ui-spacing-4\\.5)"
|
|
437
|
-
},
|
|
438
|
-
"spacing.5.5": {
|
|
439
|
-
"value": "1.375rem",
|
|
440
|
-
"variable": "var(--thread-ui-spacing-5\\.5)"
|
|
441
|
-
},
|
|
442
106
|
"sizes.0": {
|
|
443
107
|
"value": "0rem",
|
|
444
108
|
"variable": "var(--thread-ui-sizes-0)"
|
|
@@ -1727,45 +1391,225 @@ const tokens = {
|
|
|
1727
1391
|
"value": "var(--thread-success-main)",
|
|
1728
1392
|
"variable": "var(--thread-ui-colors-success-main)"
|
|
1729
1393
|
},
|
|
1730
|
-
"colors.success.dark": {
|
|
1731
|
-
"value": "var(--thread-success-dark)",
|
|
1732
|
-
"variable": "var(--thread-ui-colors-success-dark)"
|
|
1394
|
+
"colors.success.dark": {
|
|
1395
|
+
"value": "var(--thread-success-dark)",
|
|
1396
|
+
"variable": "var(--thread-ui-colors-success-dark)"
|
|
1397
|
+
},
|
|
1398
|
+
"colors.warning.light": {
|
|
1399
|
+
"value": "var(--thread-warning-light)",
|
|
1400
|
+
"variable": "var(--thread-ui-colors-warning-light)"
|
|
1401
|
+
},
|
|
1402
|
+
"colors.warning.main": {
|
|
1403
|
+
"value": "var(--thread-warning-main)",
|
|
1404
|
+
"variable": "var(--thread-ui-colors-warning-main)"
|
|
1405
|
+
},
|
|
1406
|
+
"colors.warning.dark": {
|
|
1407
|
+
"value": "var(--thread-warning-dark)",
|
|
1408
|
+
"variable": "var(--thread-ui-colors-warning-dark)"
|
|
1409
|
+
},
|
|
1410
|
+
"colors.error.light": {
|
|
1411
|
+
"value": "var(--thread-error-light)",
|
|
1412
|
+
"variable": "var(--thread-ui-colors-error-light)"
|
|
1413
|
+
},
|
|
1414
|
+
"colors.error.main": {
|
|
1415
|
+
"value": "var(--thread-error-main)",
|
|
1416
|
+
"variable": "var(--thread-ui-colors-error-main)"
|
|
1417
|
+
},
|
|
1418
|
+
"colors.error.dark": {
|
|
1419
|
+
"value": "var(--thread-error-dark)",
|
|
1420
|
+
"variable": "var(--thread-ui-colors-error-dark)"
|
|
1421
|
+
},
|
|
1422
|
+
"colors.info.light": {
|
|
1423
|
+
"value": "var(--thread-info-light)",
|
|
1424
|
+
"variable": "var(--thread-ui-colors-info-light)"
|
|
1425
|
+
},
|
|
1426
|
+
"colors.info.main": {
|
|
1427
|
+
"value": "var(--thread-info-main)",
|
|
1428
|
+
"variable": "var(--thread-ui-colors-info-main)"
|
|
1429
|
+
},
|
|
1430
|
+
"colors.info.dark": {
|
|
1431
|
+
"value": "var(--thread-info-dark)",
|
|
1432
|
+
"variable": "var(--thread-ui-colors-info-dark)"
|
|
1433
|
+
},
|
|
1434
|
+
"colors.scrim": {
|
|
1435
|
+
"value": "var(--thread-scrim)",
|
|
1436
|
+
"variable": "var(--thread-ui-colors-scrim)"
|
|
1437
|
+
},
|
|
1438
|
+
"spacing.0": {
|
|
1439
|
+
"value": "0rem",
|
|
1440
|
+
"variable": "var(--thread-ui-spacing-0)"
|
|
1441
|
+
},
|
|
1442
|
+
"spacing.1": {
|
|
1443
|
+
"value": "0.25rem",
|
|
1444
|
+
"variable": "var(--thread-ui-spacing-1)"
|
|
1445
|
+
},
|
|
1446
|
+
"spacing.2": {
|
|
1447
|
+
"value": "0.5rem",
|
|
1448
|
+
"variable": "var(--thread-ui-spacing-2)"
|
|
1449
|
+
},
|
|
1450
|
+
"spacing.3": {
|
|
1451
|
+
"value": "0.75rem",
|
|
1452
|
+
"variable": "var(--thread-ui-spacing-3)"
|
|
1453
|
+
},
|
|
1454
|
+
"spacing.4": {
|
|
1455
|
+
"value": "1rem",
|
|
1456
|
+
"variable": "var(--thread-ui-spacing-4)"
|
|
1457
|
+
},
|
|
1458
|
+
"spacing.5": {
|
|
1459
|
+
"value": "1.25rem",
|
|
1460
|
+
"variable": "var(--thread-ui-spacing-5)"
|
|
1461
|
+
},
|
|
1462
|
+
"spacing.6": {
|
|
1463
|
+
"value": "1.5rem",
|
|
1464
|
+
"variable": "var(--thread-ui-spacing-6)"
|
|
1465
|
+
},
|
|
1466
|
+
"spacing.7": {
|
|
1467
|
+
"value": "1.75rem",
|
|
1468
|
+
"variable": "var(--thread-ui-spacing-7)"
|
|
1469
|
+
},
|
|
1470
|
+
"spacing.8": {
|
|
1471
|
+
"value": "2rem",
|
|
1472
|
+
"variable": "var(--thread-ui-spacing-8)"
|
|
1473
|
+
},
|
|
1474
|
+
"spacing.9": {
|
|
1475
|
+
"value": "2.25rem",
|
|
1476
|
+
"variable": "var(--thread-ui-spacing-9)"
|
|
1477
|
+
},
|
|
1478
|
+
"spacing.10": {
|
|
1479
|
+
"value": "2.5rem",
|
|
1480
|
+
"variable": "var(--thread-ui-spacing-10)"
|
|
1481
|
+
},
|
|
1482
|
+
"spacing.11": {
|
|
1483
|
+
"value": "2.75rem",
|
|
1484
|
+
"variable": "var(--thread-ui-spacing-11)"
|
|
1485
|
+
},
|
|
1486
|
+
"spacing.12": {
|
|
1487
|
+
"value": "3rem",
|
|
1488
|
+
"variable": "var(--thread-ui-spacing-12)"
|
|
1489
|
+
},
|
|
1490
|
+
"spacing.14": {
|
|
1491
|
+
"value": "3.5rem",
|
|
1492
|
+
"variable": "var(--thread-ui-spacing-14)"
|
|
1493
|
+
},
|
|
1494
|
+
"spacing.16": {
|
|
1495
|
+
"value": "4rem",
|
|
1496
|
+
"variable": "var(--thread-ui-spacing-16)"
|
|
1497
|
+
},
|
|
1498
|
+
"spacing.20": {
|
|
1499
|
+
"value": "5rem",
|
|
1500
|
+
"variable": "var(--thread-ui-spacing-20)"
|
|
1501
|
+
},
|
|
1502
|
+
"spacing.24": {
|
|
1503
|
+
"value": "6rem",
|
|
1504
|
+
"variable": "var(--thread-ui-spacing-24)"
|
|
1505
|
+
},
|
|
1506
|
+
"spacing.28": {
|
|
1507
|
+
"value": "7rem",
|
|
1508
|
+
"variable": "var(--thread-ui-spacing-28)"
|
|
1509
|
+
},
|
|
1510
|
+
"spacing.32": {
|
|
1511
|
+
"value": "8rem",
|
|
1512
|
+
"variable": "var(--thread-ui-spacing-32)"
|
|
1513
|
+
},
|
|
1514
|
+
"spacing.36": {
|
|
1515
|
+
"value": "9rem",
|
|
1516
|
+
"variable": "var(--thread-ui-spacing-36)"
|
|
1517
|
+
},
|
|
1518
|
+
"spacing.40": {
|
|
1519
|
+
"value": "10rem",
|
|
1520
|
+
"variable": "var(--thread-ui-spacing-40)"
|
|
1521
|
+
},
|
|
1522
|
+
"spacing.44": {
|
|
1523
|
+
"value": "11rem",
|
|
1524
|
+
"variable": "var(--thread-ui-spacing-44)"
|
|
1525
|
+
},
|
|
1526
|
+
"spacing.48": {
|
|
1527
|
+
"value": "12rem",
|
|
1528
|
+
"variable": "var(--thread-ui-spacing-48)"
|
|
1529
|
+
},
|
|
1530
|
+
"spacing.52": {
|
|
1531
|
+
"value": "13rem",
|
|
1532
|
+
"variable": "var(--thread-ui-spacing-52)"
|
|
1533
|
+
},
|
|
1534
|
+
"spacing.56": {
|
|
1535
|
+
"value": "14rem",
|
|
1536
|
+
"variable": "var(--thread-ui-spacing-56)"
|
|
1537
|
+
},
|
|
1538
|
+
"spacing.60": {
|
|
1539
|
+
"value": "15rem",
|
|
1540
|
+
"variable": "var(--thread-ui-spacing-60)"
|
|
1541
|
+
},
|
|
1542
|
+
"spacing.64": {
|
|
1543
|
+
"value": "16rem",
|
|
1544
|
+
"variable": "var(--thread-ui-spacing-64)"
|
|
1545
|
+
},
|
|
1546
|
+
"spacing.72": {
|
|
1547
|
+
"value": "18rem",
|
|
1548
|
+
"variable": "var(--thread-ui-spacing-72)"
|
|
1549
|
+
},
|
|
1550
|
+
"spacing.80": {
|
|
1551
|
+
"value": "20rem",
|
|
1552
|
+
"variable": "var(--thread-ui-spacing-80)"
|
|
1553
|
+
},
|
|
1554
|
+
"spacing.96": {
|
|
1555
|
+
"value": "24rem",
|
|
1556
|
+
"variable": "var(--thread-ui-spacing-96)"
|
|
1557
|
+
},
|
|
1558
|
+
"spacing.0.5": {
|
|
1559
|
+
"value": "0.125rem",
|
|
1560
|
+
"variable": "var(--thread-ui-spacing-0\\.5)"
|
|
1561
|
+
},
|
|
1562
|
+
"spacing.1.5": {
|
|
1563
|
+
"value": "0.375rem",
|
|
1564
|
+
"variable": "var(--thread-ui-spacing-1\\.5)"
|
|
1565
|
+
},
|
|
1566
|
+
"spacing.2.5": {
|
|
1567
|
+
"value": "0.625rem",
|
|
1568
|
+
"variable": "var(--thread-ui-spacing-2\\.5)"
|
|
1569
|
+
},
|
|
1570
|
+
"spacing.3.5": {
|
|
1571
|
+
"value": "0.875rem",
|
|
1572
|
+
"variable": "var(--thread-ui-spacing-3\\.5)"
|
|
1733
1573
|
},
|
|
1734
|
-
"
|
|
1735
|
-
"value": "
|
|
1736
|
-
"variable": "var(--thread-ui-
|
|
1574
|
+
"spacing.4.5": {
|
|
1575
|
+
"value": "1.125rem",
|
|
1576
|
+
"variable": "var(--thread-ui-spacing-4\\.5)"
|
|
1737
1577
|
},
|
|
1738
|
-
"
|
|
1739
|
-
"value": "
|
|
1740
|
-
"variable": "var(--thread-ui-
|
|
1578
|
+
"spacing.5.5": {
|
|
1579
|
+
"value": "1.375rem",
|
|
1580
|
+
"variable": "var(--thread-ui-spacing-5\\.5)"
|
|
1741
1581
|
},
|
|
1742
|
-
"
|
|
1743
|
-
"value": "var(--thread-
|
|
1744
|
-
"variable": "var(--thread-ui-
|
|
1582
|
+
"spacing.none": {
|
|
1583
|
+
"value": "var(--thread-spacing-none)",
|
|
1584
|
+
"variable": "var(--thread-ui-spacing-none)"
|
|
1745
1585
|
},
|
|
1746
|
-
"
|
|
1747
|
-
"value": "var(--thread-
|
|
1748
|
-
"variable": "var(--thread-ui-
|
|
1586
|
+
"spacing.xxs": {
|
|
1587
|
+
"value": "var(--thread-spacing-xxs)",
|
|
1588
|
+
"variable": "var(--thread-ui-spacing-xxs)"
|
|
1749
1589
|
},
|
|
1750
|
-
"
|
|
1751
|
-
"value": "var(--thread-
|
|
1752
|
-
"variable": "var(--thread-ui-
|
|
1590
|
+
"spacing.xs": {
|
|
1591
|
+
"value": "var(--thread-spacing-xs)",
|
|
1592
|
+
"variable": "var(--thread-ui-spacing-xs)"
|
|
1753
1593
|
},
|
|
1754
|
-
"
|
|
1755
|
-
"value": "var(--thread-
|
|
1756
|
-
"variable": "var(--thread-ui-
|
|
1594
|
+
"spacing.sm": {
|
|
1595
|
+
"value": "var(--thread-spacing-sm)",
|
|
1596
|
+
"variable": "var(--thread-ui-spacing-sm)"
|
|
1757
1597
|
},
|
|
1758
|
-
"
|
|
1759
|
-
"value": "var(--thread-
|
|
1760
|
-
"variable": "var(--thread-ui-
|
|
1598
|
+
"spacing.md": {
|
|
1599
|
+
"value": "var(--thread-spacing-md)",
|
|
1600
|
+
"variable": "var(--thread-ui-spacing-md)"
|
|
1761
1601
|
},
|
|
1762
|
-
"
|
|
1763
|
-
"value": "var(--thread-
|
|
1764
|
-
"variable": "var(--thread-ui-
|
|
1602
|
+
"spacing.lg": {
|
|
1603
|
+
"value": "var(--thread-spacing-lg)",
|
|
1604
|
+
"variable": "var(--thread-ui-spacing-lg)"
|
|
1765
1605
|
},
|
|
1766
|
-
"
|
|
1767
|
-
"value": "var(--thread-
|
|
1768
|
-
"variable": "var(--thread-ui-
|
|
1606
|
+
"spacing.xl": {
|
|
1607
|
+
"value": "var(--thread-spacing-xl)",
|
|
1608
|
+
"variable": "var(--thread-ui-spacing-xl)"
|
|
1609
|
+
},
|
|
1610
|
+
"spacing.xxl": {
|
|
1611
|
+
"value": "var(--thread-spacing-xxl)",
|
|
1612
|
+
"variable": "var(--thread-ui-spacing-xxl)"
|
|
1769
1613
|
},
|
|
1770
1614
|
"radii.xs": {
|
|
1771
1615
|
"value": "0.125rem",
|
|
@@ -1815,6 +1659,278 @@ const tokens = {
|
|
|
1815
1659
|
"value": "var(--thread-border-size-lg)",
|
|
1816
1660
|
"variable": "var(--thread-ui-border-widths-lg)"
|
|
1817
1661
|
},
|
|
1662
|
+
"shadows.2xs": {
|
|
1663
|
+
"value": "0 1px rgb(0 0 0 / 0.05)",
|
|
1664
|
+
"variable": "var(--thread-ui-shadows-2xs)"
|
|
1665
|
+
},
|
|
1666
|
+
"shadows.xs": {
|
|
1667
|
+
"value": "0 1px 2px 0 rgb(0 0 0 / 0.05)",
|
|
1668
|
+
"variable": "var(--thread-ui-shadows-xs)"
|
|
1669
|
+
},
|
|
1670
|
+
"shadows.xl": {
|
|
1671
|
+
"value": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)",
|
|
1672
|
+
"variable": "var(--thread-ui-shadows-xl)"
|
|
1673
|
+
},
|
|
1674
|
+
"shadows.2xl": {
|
|
1675
|
+
"value": "0 25px 50px -12px rgb(0 0 0 / 0.25)",
|
|
1676
|
+
"variable": "var(--thread-ui-shadows-2xl)"
|
|
1677
|
+
},
|
|
1678
|
+
"shadows.inset-2xs": {
|
|
1679
|
+
"value": "inset 0 1px rgb(0 0 0 / 0.05)",
|
|
1680
|
+
"variable": "var(--thread-ui-shadows-inset-2xs)"
|
|
1681
|
+
},
|
|
1682
|
+
"shadows.inset-xs": {
|
|
1683
|
+
"value": "inset 0 1px 1px rgb(0 0 0 / 0.05)",
|
|
1684
|
+
"variable": "var(--thread-ui-shadows-inset-xs)"
|
|
1685
|
+
},
|
|
1686
|
+
"shadows.inset-sm": {
|
|
1687
|
+
"value": "inset 0 2px 4px rgb(0 0 0 / 0.05)",
|
|
1688
|
+
"variable": "var(--thread-ui-shadows-inset-sm)"
|
|
1689
|
+
},
|
|
1690
|
+
"shadows.sm": {
|
|
1691
|
+
"value": "var(--thread-shadow-sm)",
|
|
1692
|
+
"variable": "var(--thread-ui-shadows-sm)"
|
|
1693
|
+
},
|
|
1694
|
+
"shadows.md": {
|
|
1695
|
+
"value": "var(--thread-shadow-md)",
|
|
1696
|
+
"variable": "var(--thread-ui-shadows-md)"
|
|
1697
|
+
},
|
|
1698
|
+
"shadows.lg": {
|
|
1699
|
+
"value": "var(--thread-shadow-lg)",
|
|
1700
|
+
"variable": "var(--thread-ui-shadows-lg)"
|
|
1701
|
+
},
|
|
1702
|
+
"zIndex.base": {
|
|
1703
|
+
"value": "var(--thread-z-index-base)",
|
|
1704
|
+
"variable": "var(--thread-ui-z-index-base)"
|
|
1705
|
+
},
|
|
1706
|
+
"zIndex.sticky": {
|
|
1707
|
+
"value": "var(--thread-z-index-sticky)",
|
|
1708
|
+
"variable": "var(--thread-ui-z-index-sticky)"
|
|
1709
|
+
},
|
|
1710
|
+
"zIndex.overlay": {
|
|
1711
|
+
"value": "var(--thread-z-index-overlay)",
|
|
1712
|
+
"variable": "var(--thread-ui-z-index-overlay)"
|
|
1713
|
+
},
|
|
1714
|
+
"zIndex.modal": {
|
|
1715
|
+
"value": "var(--thread-z-index-modal)",
|
|
1716
|
+
"variable": "var(--thread-ui-z-index-modal)"
|
|
1717
|
+
},
|
|
1718
|
+
"zIndex.system": {
|
|
1719
|
+
"value": "var(--thread-z-index-system)",
|
|
1720
|
+
"variable": "var(--thread-ui-z-index-system)"
|
|
1721
|
+
},
|
|
1722
|
+
"fonts.sans": {
|
|
1723
|
+
"value": "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
1724
|
+
"variable": "var(--thread-ui-fonts-sans)"
|
|
1725
|
+
},
|
|
1726
|
+
"fonts.serif": {
|
|
1727
|
+
"value": "ui-serif, Georgia, Cambria, \"Times New Roman\", Times, serif",
|
|
1728
|
+
"variable": "var(--thread-ui-fonts-serif)"
|
|
1729
|
+
},
|
|
1730
|
+
"fonts.body": {
|
|
1731
|
+
"value": "var(--thread-font-family-body)",
|
|
1732
|
+
"variable": "var(--thread-ui-fonts-body)"
|
|
1733
|
+
},
|
|
1734
|
+
"fonts.heading": {
|
|
1735
|
+
"value": "var(--thread-font-family-heading)",
|
|
1736
|
+
"variable": "var(--thread-ui-fonts-heading)"
|
|
1737
|
+
},
|
|
1738
|
+
"fonts.mono": {
|
|
1739
|
+
"value": "var(--thread-font-family-mono)",
|
|
1740
|
+
"variable": "var(--thread-ui-fonts-mono)"
|
|
1741
|
+
},
|
|
1742
|
+
"fontSizes.2xs": {
|
|
1743
|
+
"value": "0.5rem",
|
|
1744
|
+
"variable": "var(--thread-ui-font-sizes-2xs)"
|
|
1745
|
+
},
|
|
1746
|
+
"fontSizes.xs": {
|
|
1747
|
+
"value": "0.75rem",
|
|
1748
|
+
"variable": "var(--thread-ui-font-sizes-xs)"
|
|
1749
|
+
},
|
|
1750
|
+
"fontSizes.sm": {
|
|
1751
|
+
"value": "0.875rem",
|
|
1752
|
+
"variable": "var(--thread-ui-font-sizes-sm)"
|
|
1753
|
+
},
|
|
1754
|
+
"fontSizes.md": {
|
|
1755
|
+
"value": "1rem",
|
|
1756
|
+
"variable": "var(--thread-ui-font-sizes-md)"
|
|
1757
|
+
},
|
|
1758
|
+
"fontSizes.lg": {
|
|
1759
|
+
"value": "1.125rem",
|
|
1760
|
+
"variable": "var(--thread-ui-font-sizes-lg)"
|
|
1761
|
+
},
|
|
1762
|
+
"fontSizes.xl": {
|
|
1763
|
+
"value": "1.25rem",
|
|
1764
|
+
"variable": "var(--thread-ui-font-sizes-xl)"
|
|
1765
|
+
},
|
|
1766
|
+
"fontSizes.2xl": {
|
|
1767
|
+
"value": "1.5rem",
|
|
1768
|
+
"variable": "var(--thread-ui-font-sizes-2xl)"
|
|
1769
|
+
},
|
|
1770
|
+
"fontSizes.3xl": {
|
|
1771
|
+
"value": "1.875rem",
|
|
1772
|
+
"variable": "var(--thread-ui-font-sizes-3xl)"
|
|
1773
|
+
},
|
|
1774
|
+
"fontSizes.4xl": {
|
|
1775
|
+
"value": "2.25rem",
|
|
1776
|
+
"variable": "var(--thread-ui-font-sizes-4xl)"
|
|
1777
|
+
},
|
|
1778
|
+
"fontSizes.5xl": {
|
|
1779
|
+
"value": "3rem",
|
|
1780
|
+
"variable": "var(--thread-ui-font-sizes-5xl)"
|
|
1781
|
+
},
|
|
1782
|
+
"fontSizes.6xl": {
|
|
1783
|
+
"value": "3.75rem",
|
|
1784
|
+
"variable": "var(--thread-ui-font-sizes-6xl)"
|
|
1785
|
+
},
|
|
1786
|
+
"fontSizes.7xl": {
|
|
1787
|
+
"value": "4.5rem",
|
|
1788
|
+
"variable": "var(--thread-ui-font-sizes-7xl)"
|
|
1789
|
+
},
|
|
1790
|
+
"fontSizes.8xl": {
|
|
1791
|
+
"value": "6rem",
|
|
1792
|
+
"variable": "var(--thread-ui-font-sizes-8xl)"
|
|
1793
|
+
},
|
|
1794
|
+
"fontSizes.9xl": {
|
|
1795
|
+
"value": "8rem",
|
|
1796
|
+
"variable": "var(--thread-ui-font-sizes-9xl)"
|
|
1797
|
+
},
|
|
1798
|
+
"fontSizes.heading.sm": {
|
|
1799
|
+
"value": "var(--thread-font-size-heading-sm)",
|
|
1800
|
+
"variable": "var(--thread-ui-font-sizes-heading-sm)"
|
|
1801
|
+
},
|
|
1802
|
+
"fontSizes.heading.md": {
|
|
1803
|
+
"value": "var(--thread-font-size-heading-md)",
|
|
1804
|
+
"variable": "var(--thread-ui-font-sizes-heading-md)"
|
|
1805
|
+
},
|
|
1806
|
+
"fontSizes.heading.lg": {
|
|
1807
|
+
"value": "var(--thread-font-size-heading-lg)",
|
|
1808
|
+
"variable": "var(--thread-ui-font-sizes-heading-lg)"
|
|
1809
|
+
},
|
|
1810
|
+
"fontSizes.heading.xl": {
|
|
1811
|
+
"value": "var(--thread-font-size-heading-xl)",
|
|
1812
|
+
"variable": "var(--thread-ui-font-sizes-heading-xl)"
|
|
1813
|
+
},
|
|
1814
|
+
"fontSizes.body.xxs": {
|
|
1815
|
+
"value": "var(--thread-font-size-body-xxs)",
|
|
1816
|
+
"variable": "var(--thread-ui-font-sizes-body-xxs)"
|
|
1817
|
+
},
|
|
1818
|
+
"fontSizes.body.xs": {
|
|
1819
|
+
"value": "var(--thread-font-size-body-xs)",
|
|
1820
|
+
"variable": "var(--thread-ui-font-sizes-body-xs)"
|
|
1821
|
+
},
|
|
1822
|
+
"fontSizes.body.sm": {
|
|
1823
|
+
"value": "var(--thread-font-size-body-sm)",
|
|
1824
|
+
"variable": "var(--thread-ui-font-sizes-body-sm)"
|
|
1825
|
+
},
|
|
1826
|
+
"fontSizes.body.md": {
|
|
1827
|
+
"value": "var(--thread-font-size-body-md)",
|
|
1828
|
+
"variable": "var(--thread-ui-font-sizes-body-md)"
|
|
1829
|
+
},
|
|
1830
|
+
"fontSizes.body.lg": {
|
|
1831
|
+
"value": "var(--thread-font-size-body-lg)",
|
|
1832
|
+
"variable": "var(--thread-ui-font-sizes-body-lg)"
|
|
1833
|
+
},
|
|
1834
|
+
"fontSizes.body.xl": {
|
|
1835
|
+
"value": "var(--thread-font-size-body-xl)",
|
|
1836
|
+
"variable": "var(--thread-ui-font-sizes-body-xl)"
|
|
1837
|
+
},
|
|
1838
|
+
"fontWeights.thin": {
|
|
1839
|
+
"value": "100",
|
|
1840
|
+
"variable": "var(--thread-ui-font-weights-thin)"
|
|
1841
|
+
},
|
|
1842
|
+
"fontWeights.extralight": {
|
|
1843
|
+
"value": "200",
|
|
1844
|
+
"variable": "var(--thread-ui-font-weights-extralight)"
|
|
1845
|
+
},
|
|
1846
|
+
"fontWeights.light": {
|
|
1847
|
+
"value": "300",
|
|
1848
|
+
"variable": "var(--thread-ui-font-weights-light)"
|
|
1849
|
+
},
|
|
1850
|
+
"fontWeights.normal": {
|
|
1851
|
+
"value": "400",
|
|
1852
|
+
"variable": "var(--thread-ui-font-weights-normal)"
|
|
1853
|
+
},
|
|
1854
|
+
"fontWeights.extrabold": {
|
|
1855
|
+
"value": "800",
|
|
1856
|
+
"variable": "var(--thread-ui-font-weights-extrabold)"
|
|
1857
|
+
},
|
|
1858
|
+
"fontWeights.black": {
|
|
1859
|
+
"value": "900",
|
|
1860
|
+
"variable": "var(--thread-ui-font-weights-black)"
|
|
1861
|
+
},
|
|
1862
|
+
"fontWeights.regular": {
|
|
1863
|
+
"value": "var(--thread-font-weight-regular)",
|
|
1864
|
+
"variable": "var(--thread-ui-font-weights-regular)"
|
|
1865
|
+
},
|
|
1866
|
+
"fontWeights.medium": {
|
|
1867
|
+
"value": "var(--thread-font-weight-medium)",
|
|
1868
|
+
"variable": "var(--thread-ui-font-weights-medium)"
|
|
1869
|
+
},
|
|
1870
|
+
"fontWeights.semibold": {
|
|
1871
|
+
"value": "var(--thread-font-weight-semibold)",
|
|
1872
|
+
"variable": "var(--thread-ui-font-weights-semibold)"
|
|
1873
|
+
},
|
|
1874
|
+
"fontWeights.bold": {
|
|
1875
|
+
"value": "var(--thread-font-weight-bold)",
|
|
1876
|
+
"variable": "var(--thread-ui-font-weights-bold)"
|
|
1877
|
+
},
|
|
1878
|
+
"lineHeights.none": {
|
|
1879
|
+
"value": "1",
|
|
1880
|
+
"variable": "var(--thread-ui-line-heights-none)"
|
|
1881
|
+
},
|
|
1882
|
+
"lineHeights.snug": {
|
|
1883
|
+
"value": "1.375",
|
|
1884
|
+
"variable": "var(--thread-ui-line-heights-snug)"
|
|
1885
|
+
},
|
|
1886
|
+
"lineHeights.relaxed": {
|
|
1887
|
+
"value": "1.625",
|
|
1888
|
+
"variable": "var(--thread-ui-line-heights-relaxed)"
|
|
1889
|
+
},
|
|
1890
|
+
"lineHeights.tighter": {
|
|
1891
|
+
"value": "var(--thread-line-height-tighter)",
|
|
1892
|
+
"variable": "var(--thread-ui-line-heights-tighter)"
|
|
1893
|
+
},
|
|
1894
|
+
"lineHeights.tight": {
|
|
1895
|
+
"value": "var(--thread-line-height-tight)",
|
|
1896
|
+
"variable": "var(--thread-ui-line-heights-tight)"
|
|
1897
|
+
},
|
|
1898
|
+
"lineHeights.normal": {
|
|
1899
|
+
"value": "var(--thread-line-height-normal)",
|
|
1900
|
+
"variable": "var(--thread-ui-line-heights-normal)"
|
|
1901
|
+
},
|
|
1902
|
+
"lineHeights.loose": {
|
|
1903
|
+
"value": "var(--thread-line-height-loose)",
|
|
1904
|
+
"variable": "var(--thread-ui-line-heights-loose)"
|
|
1905
|
+
},
|
|
1906
|
+
"lineHeights.looser": {
|
|
1907
|
+
"value": "var(--thread-line-height-looser)",
|
|
1908
|
+
"variable": "var(--thread-ui-line-heights-looser)"
|
|
1909
|
+
},
|
|
1910
|
+
"letterSpacings.tighter": {
|
|
1911
|
+
"value": "-0.05em",
|
|
1912
|
+
"variable": "var(--thread-ui-letter-spacings-tighter)"
|
|
1913
|
+
},
|
|
1914
|
+
"letterSpacings.wider": {
|
|
1915
|
+
"value": "0.05em",
|
|
1916
|
+
"variable": "var(--thread-ui-letter-spacings-wider)"
|
|
1917
|
+
},
|
|
1918
|
+
"letterSpacings.widest": {
|
|
1919
|
+
"value": "0.1em",
|
|
1920
|
+
"variable": "var(--thread-ui-letter-spacings-widest)"
|
|
1921
|
+
},
|
|
1922
|
+
"letterSpacings.tight": {
|
|
1923
|
+
"value": "var(--thread-letter-spacing-tight)",
|
|
1924
|
+
"variable": "var(--thread-ui-letter-spacings-tight)"
|
|
1925
|
+
},
|
|
1926
|
+
"letterSpacings.normal": {
|
|
1927
|
+
"value": "var(--thread-letter-spacing-normal)",
|
|
1928
|
+
"variable": "var(--thread-ui-letter-spacings-normal)"
|
|
1929
|
+
},
|
|
1930
|
+
"letterSpacings.wide": {
|
|
1931
|
+
"value": "var(--thread-letter-spacing-wide)",
|
|
1932
|
+
"variable": "var(--thread-ui-letter-spacings-wide)"
|
|
1933
|
+
},
|
|
1818
1934
|
"breakpoints.sm": {
|
|
1819
1935
|
"value": "640px",
|
|
1820
1936
|
"variable": "var(--thread-ui-breakpoints-sm)"
|
|
@@ -1835,9 +1951,13 @@ const tokens = {
|
|
|
1835
1951
|
"value": "1536px",
|
|
1836
1952
|
"variable": "var(--thread-ui-breakpoints-2xl)"
|
|
1837
1953
|
},
|
|
1838
|
-
"colors.
|
|
1839
|
-
"value": "var(--thread-
|
|
1840
|
-
"variable": "var(--thread-ui-colors-
|
|
1954
|
+
"colors.canvas": {
|
|
1955
|
+
"value": "var(--thread-canvas)",
|
|
1956
|
+
"variable": "var(--thread-ui-colors-canvas)"
|
|
1957
|
+
},
|
|
1958
|
+
"colors.inset": {
|
|
1959
|
+
"value": "var(--thread-inset)",
|
|
1960
|
+
"variable": "var(--thread-ui-colors-inset)"
|
|
1841
1961
|
},
|
|
1842
1962
|
"colors.surface": {
|
|
1843
1963
|
"value": "var(--thread-surface)",
|
|
@@ -1847,9 +1967,29 @@ const tokens = {
|
|
|
1847
1967
|
"value": "var(--thread-elevated)",
|
|
1848
1968
|
"variable": "var(--thread-ui-colors-elevated)"
|
|
1849
1969
|
},
|
|
1850
|
-
"colors.
|
|
1851
|
-
"value": "var(--thread-
|
|
1852
|
-
"variable": "var(--thread-ui-colors-
|
|
1970
|
+
"colors.overlay": {
|
|
1971
|
+
"value": "var(--thread-overlay)",
|
|
1972
|
+
"variable": "var(--thread-ui-colors-overlay)"
|
|
1973
|
+
},
|
|
1974
|
+
"colors.active": {
|
|
1975
|
+
"value": "var(--thread-active)",
|
|
1976
|
+
"variable": "var(--thread-ui-colors-active)"
|
|
1977
|
+
},
|
|
1978
|
+
"colors.hover": {
|
|
1979
|
+
"value": "var(--thread-hover)",
|
|
1980
|
+
"variable": "var(--thread-ui-colors-hover)"
|
|
1981
|
+
},
|
|
1982
|
+
"colors.structure.subtle": {
|
|
1983
|
+
"value": "var(--thread-structure-subtle)",
|
|
1984
|
+
"variable": "var(--thread-ui-colors-structure-subtle)"
|
|
1985
|
+
},
|
|
1986
|
+
"colors.structure.default": {
|
|
1987
|
+
"value": "var(--thread-structure-default)",
|
|
1988
|
+
"variable": "var(--thread-ui-colors-structure-default)"
|
|
1989
|
+
},
|
|
1990
|
+
"colors.structure.strong": {
|
|
1991
|
+
"value": "var(--thread-structure-strong)",
|
|
1992
|
+
"variable": "var(--thread-ui-colors-structure-strong)"
|
|
1853
1993
|
},
|
|
1854
1994
|
"colors.text.standard": {
|
|
1855
1995
|
"value": "var(--thread-text-standard)",
|
|
@@ -2011,6 +2151,38 @@ const tokens = {
|
|
|
2011
2151
|
"value": "calc(var(--thread-ui-spacing-5\\.5) * -1)",
|
|
2012
2152
|
"variable": "var(--thread-ui-spacing-5\\.5)"
|
|
2013
2153
|
},
|
|
2154
|
+
"spacing.-none": {
|
|
2155
|
+
"value": "calc(var(--thread-ui-spacing-none) * -1)",
|
|
2156
|
+
"variable": "var(--thread-ui-spacing-none)"
|
|
2157
|
+
},
|
|
2158
|
+
"spacing.-xxs": {
|
|
2159
|
+
"value": "calc(var(--thread-ui-spacing-xxs) * -1)",
|
|
2160
|
+
"variable": "var(--thread-ui-spacing-xxs)"
|
|
2161
|
+
},
|
|
2162
|
+
"spacing.-xs": {
|
|
2163
|
+
"value": "calc(var(--thread-ui-spacing-xs) * -1)",
|
|
2164
|
+
"variable": "var(--thread-ui-spacing-xs)"
|
|
2165
|
+
},
|
|
2166
|
+
"spacing.-sm": {
|
|
2167
|
+
"value": "calc(var(--thread-ui-spacing-sm) * -1)",
|
|
2168
|
+
"variable": "var(--thread-ui-spacing-sm)"
|
|
2169
|
+
},
|
|
2170
|
+
"spacing.-md": {
|
|
2171
|
+
"value": "calc(var(--thread-ui-spacing-md) * -1)",
|
|
2172
|
+
"variable": "var(--thread-ui-spacing-md)"
|
|
2173
|
+
},
|
|
2174
|
+
"spacing.-lg": {
|
|
2175
|
+
"value": "calc(var(--thread-ui-spacing-lg) * -1)",
|
|
2176
|
+
"variable": "var(--thread-ui-spacing-lg)"
|
|
2177
|
+
},
|
|
2178
|
+
"spacing.-xl": {
|
|
2179
|
+
"value": "calc(var(--thread-ui-spacing-xl) * -1)",
|
|
2180
|
+
"variable": "var(--thread-ui-spacing-xl)"
|
|
2181
|
+
},
|
|
2182
|
+
"spacing.-xxl": {
|
|
2183
|
+
"value": "calc(var(--thread-ui-spacing-xxl) * -1)",
|
|
2184
|
+
"variable": "var(--thread-ui-spacing-xxl)"
|
|
2185
|
+
},
|
|
2014
2186
|
"colors.colorPalette": {
|
|
2015
2187
|
"value": "var(--thread-ui-colors-color-palette)",
|
|
2016
2188
|
"variable": "var(--thread-ui-colors-color-palette)"
|
|
@@ -2071,6 +2243,18 @@ const tokens = {
|
|
|
2071
2243
|
"value": "var(--thread-ui-colors-color-palette-dark)",
|
|
2072
2244
|
"variable": "var(--thread-ui-colors-color-palette-dark)"
|
|
2073
2245
|
},
|
|
2246
|
+
"colors.colorPalette.subtle": {
|
|
2247
|
+
"value": "var(--thread-ui-colors-color-palette-subtle)",
|
|
2248
|
+
"variable": "var(--thread-ui-colors-color-palette-subtle)"
|
|
2249
|
+
},
|
|
2250
|
+
"colors.colorPalette.default": {
|
|
2251
|
+
"value": "var(--thread-ui-colors-color-palette-default)",
|
|
2252
|
+
"variable": "var(--thread-ui-colors-color-palette-default)"
|
|
2253
|
+
},
|
|
2254
|
+
"colors.colorPalette.strong": {
|
|
2255
|
+
"value": "var(--thread-ui-colors-color-palette-strong)",
|
|
2256
|
+
"variable": "var(--thread-ui-colors-color-palette-strong)"
|
|
2257
|
+
},
|
|
2074
2258
|
"colors.colorPalette.standard": {
|
|
2075
2259
|
"value": "var(--thread-ui-colors-color-palette-standard)",
|
|
2076
2260
|
"variable": "var(--thread-ui-colors-color-palette-standard)"
|