/** * * Copyright (c) "Neo4j" * Neo4j Sweden AB [http://neo4j.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ export namespace tokens { let breakpoint: { "5xs": string; "4xs": string; "3xs": string; "2xs": string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; "3xl": string; }; namespace code { namespace light { export let comment: string; export let keyword: string; export let keywordLiteral: string; export let operator: string; export let label: string; export let predicateFunction: string; let _function: string; export { _function as function }; export let procedure: string; export let stringLiteral: string; export let numberLiteral: string; export let booleanLiteral: string; export let paramValue: string; export let property: string; } namespace dark { let comment_1: string; export { comment_1 as comment }; let keyword_1: string; export { keyword_1 as keyword }; let keywordLiteral_1: string; export { keywordLiteral_1 as keywordLiteral }; let operator_1: string; export { operator_1 as operator }; let label_1: string; export { label_1 as label }; let predicateFunction_1: string; export { predicateFunction_1 as predicateFunction }; let _function_1: string; export { _function_1 as function }; let procedure_1: string; export { procedure_1 as procedure }; let stringLiteral_1: string; export { stringLiteral_1 as stringLiteral }; let numberLiteral_1: string; export { numberLiteral_1 as numberLiteral }; let booleanLiteral_1: string; export { booleanLiteral_1 as booleanLiteral }; let paramValue_1: string; export { paramValue_1 as paramValue }; let property_1: string; export { property_1 as property }; } } namespace content { export namespace extraLight { let maxWidth: string; } export namespace light_1 { let maxWidth_1: string; export { maxWidth_1 as maxWidth }; } export { light_1 as light }; export namespace heavy { let maxWidth_2: string; export { maxWidth_2 as maxWidth }; } export namespace max { let maxWidth_3: string; export { maxWidth_3 as maxWidth }; } } let categorical: { "1": string; "2": string; "3": string; "4": string; "5": string; "6": string; "7": string; "8": string; "9": string; "10": string; "11": string; "12": string; }; let graph: { "1": string; "2": string; "3": string; "4": string; "5": string; "6": string; "7": string; "8": string; "9": string; "10": string; "11": string; "12": string; }; namespace motion { namespace duration { let quick: string; let slow: string; } namespace easing { let standard: string; } namespace transition { let quick_1: string; export { quick_1 as quick }; let slow_1: string; export { slow_1 as slow }; export let delayed: string; } } namespace palette { let baltic: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let hibiscus: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let forest: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let lemon: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let lavender: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let marigold: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let earth: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let neutral: { "10": string; "15": string; "20": string; "25": string; "30": string; "35": string; "40": string; "45": string; "50": string; "55": string; "60": string; "65": string; "70": string; "75": string; "80": string; }; let beige: { "10": string; "20": string; "30": string; "40": string; "50": string; "60": string; "70": string; }; namespace highlights { let yellow: string; let periwinkle: string; } } let borderRadius: { none: string; sm: string; md: string; lg: string; xl: string; "2xl": string; "3xl": string; full: string; }; let space: { "2": string; "4": string; "6": string; "8": string; "12": string; "16": string; "20": string; "24": string; "32": string; "48": string; "64": string; }; namespace theme { export namespace dark_1 { namespace boxShadow { let raised: string; let overlay: string; } namespace color { export namespace neutral_1 { namespace text { export let weakest: string; export let weaker: string; export let weak: string; let _default: string; export { _default as default }; export let inverse: string; } let icon: string; let bg: { weak: string; default: string; strong: string; stronger: string; strongest: string; status: string; "on-bg-weak": string; }; namespace border { let weak_1: string; export { weak_1 as weak }; export let strong: string; export let strongest: string; } let hover: string; let pressed: string; } export { neutral_1 as neutral }; export namespace primary { let text_1: string; export { text_1 as text }; let icon_1: string; export { icon_1 as icon }; export namespace bg_1 { let weak_2: string; export { weak_2 as weak }; let strong_1: string; export { strong_1 as strong }; export let status: string; export let selected: string; } export { bg_1 as bg }; export namespace border_1 { let strong_2: string; export { strong_2 as strong }; let weak_3: string; export { weak_3 as weak }; } export { border_1 as border }; export let focus: string; export namespace hover_1 { let weak_4: string; export { weak_4 as weak }; let strong_3: string; export { strong_3 as strong }; } export { hover_1 as hover }; export namespace pressed_1 { let weak_5: string; export { weak_5 as weak }; let strong_4: string; export { strong_4 as strong }; } export { pressed_1 as pressed }; } export namespace danger { let text_2: string; export { text_2 as text }; let icon_2: string; export { icon_2 as icon }; export namespace bg_2 { let strong_5: string; export { strong_5 as strong }; let weak_6: string; export { weak_6 as weak }; let status_1: string; export { status_1 as status }; } export { bg_2 as bg }; export namespace border_2 { let strong_6: string; export { strong_6 as strong }; let weak_7: string; export { weak_7 as weak }; } export { border_2 as border }; export namespace hover_2 { let weak_8: string; export { weak_8 as weak }; let strong_7: string; export { strong_7 as strong }; } export { hover_2 as hover }; export namespace pressed_2 { let weak_9: string; export { weak_9 as weak }; } export { pressed_2 as pressed }; let strong_8: string; export { strong_8 as strong }; } export namespace warning { let text_3: string; export { text_3 as text }; let icon_3: string; export { icon_3 as icon }; export namespace bg_3 { let strong_9: string; export { strong_9 as strong }; let weak_10: string; export { weak_10 as weak }; let status_2: string; export { status_2 as status }; } export { bg_3 as bg }; export namespace border_3 { let strong_10: string; export { strong_10 as strong }; let weak_11: string; export { weak_11 as weak }; } export { border_3 as border }; } export namespace success { let text_4: string; export { text_4 as text }; let icon_4: string; export { icon_4 as icon }; export namespace bg_4 { let strong_11: string; export { strong_11 as strong }; let weak_12: string; export { weak_12 as weak }; let status_3: string; export { status_3 as status }; } export { bg_4 as bg }; export namespace border_4 { let strong_12: string; export { strong_12 as strong }; let weak_13: string; export { weak_13 as weak }; } export { border_4 as border }; } export namespace discovery { let text_5: string; export { text_5 as text }; let icon_5: string; export { icon_5 as icon }; export namespace bg_5 { let strong_13: string; export { strong_13 as strong }; let weak_14: string; export { weak_14 as weak }; let status_4: string; export { status_4 as status }; } export { bg_5 as bg }; export namespace border_5 { let strong_14: string; export { strong_14 as strong }; let weak_15: string; export { weak_15 as weak }; } export { border_5 as border }; } } } export { dark_1 as dark }; export namespace light_2 { export namespace boxShadow_1 { let raised_1: string; export { raised_1 as raised }; let overlay_1: string; export { overlay_1 as overlay }; } export { boxShadow_1 as boxShadow }; export namespace color_1 { export namespace neutral_2 { export namespace text_6 { let weakest_1: string; export { weakest_1 as weakest }; let weaker_1: string; export { weaker_1 as weaker }; let weak_16: string; export { weak_16 as weak }; let _default_1: string; export { _default_1 as default }; let inverse_1: string; export { inverse_1 as inverse }; } export { text_6 as text }; let icon_6: string; export { icon_6 as icon }; let bg_6: { weak: string; default: string; "on-bg-weak": string; strong: string; stronger: string; strongest: string; status: string; }; export { bg_6 as bg }; export namespace border_6 { let weak_17: string; export { weak_17 as weak }; let strong_15: string; export { strong_15 as strong }; let strongest_1: string; export { strongest_1 as strongest }; } export { border_6 as border }; let hover_3: string; export { hover_3 as hover }; let pressed_3: string; export { pressed_3 as pressed }; } export { neutral_2 as neutral }; export namespace primary_1 { let text_7: string; export { text_7 as text }; let icon_7: string; export { icon_7 as icon }; export namespace bg_7 { let weak_18: string; export { weak_18 as weak }; let strong_16: string; export { strong_16 as strong }; let status_5: string; export { status_5 as status }; let selected_1: string; export { selected_1 as selected }; } export { bg_7 as bg }; export namespace border_7 { let strong_17: string; export { strong_17 as strong }; let weak_19: string; export { weak_19 as weak }; } export { border_7 as border }; let focus_1: string; export { focus_1 as focus }; export namespace hover_4 { let weak_20: string; export { weak_20 as weak }; let strong_18: string; export { strong_18 as strong }; } export { hover_4 as hover }; export namespace pressed_4 { let weak_21: string; export { weak_21 as weak }; let strong_19: string; export { strong_19 as strong }; } export { pressed_4 as pressed }; } export { primary_1 as primary }; export namespace danger_1 { let text_8: string; export { text_8 as text }; let icon_8: string; export { icon_8 as icon }; export namespace bg_8 { let strong_20: string; export { strong_20 as strong }; let weak_22: string; export { weak_22 as weak }; let status_6: string; export { status_6 as status }; } export { bg_8 as bg }; export namespace border_8 { let strong_21: string; export { strong_21 as strong }; let weak_23: string; export { weak_23 as weak }; } export { border_8 as border }; export namespace hover_5 { let weak_24: string; export { weak_24 as weak }; let strong_22: string; export { strong_22 as strong }; } export { hover_5 as hover }; export namespace pressed_5 { let weak_25: string; export { weak_25 as weak }; let strong_23: string; export { strong_23 as strong }; } export { pressed_5 as pressed }; } export { danger_1 as danger }; export namespace warning_1 { let text_9: string; export { text_9 as text }; let icon_9: string; export { icon_9 as icon }; export namespace bg_9 { let strong_24: string; export { strong_24 as strong }; let weak_26: string; export { weak_26 as weak }; let status_7: string; export { status_7 as status }; } export { bg_9 as bg }; export namespace border_9 { let strong_25: string; export { strong_25 as strong }; let weak_27: string; export { weak_27 as weak }; } export { border_9 as border }; } export { warning_1 as warning }; export namespace success_1 { let text_10: string; export { text_10 as text }; let icon_10: string; export { icon_10 as icon }; export namespace bg_10 { let strong_26: string; export { strong_26 as strong }; let weak_28: string; export { weak_28 as weak }; let status_8: string; export { status_8 as status }; } export { bg_10 as bg }; export namespace border_10 { let strong_27: string; export { strong_27 as strong }; let weak_29: string; export { weak_29 as weak }; } export { border_10 as border }; } export { success_1 as success }; export namespace discovery_1 { let text_11: string; export { text_11 as text }; let icon_11: string; export { icon_11 as icon }; export namespace bg_11 { let strong_28: string; export { strong_28 as strong }; let weak_30: string; export { weak_30 as weak }; let status_9: string; export { status_9 as status }; } export { bg_11 as bg }; export namespace border_11 { let strong_29: string; export { strong_29 as strong }; let weak_31: string; export { weak_31 as weak }; } export { border_11 as border }; } export { discovery_1 as discovery }; } export { color_1 as color }; } export { light_2 as light }; } namespace weight { export let bold: number; export let semibold: number; export let normal: number; export let medium: number; let light_3: number; export { light_3 as light }; } let typography: { code: { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; display: { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "title-1": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "title-2": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "title-3": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "title-4": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "subheading-large": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "subheading-medium": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "subheading-small": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "body-large": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "body-medium": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; "body-small": { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; label: { fontFamily: string; fontSize: string; fontWeight: number; letterSpacing: string; lineHeight: number; }; }; namespace zIndex { export let deep: number; export let base: number; let overlay_2: number; export { overlay_2 as overlay }; export let banner: number; export let blanket: number; export let popover: number; export let tooltip: number; export let modal: number; } } export default tokens;