'use strict'; const Tokens = { "semantic": { "color": { "background": { "neutral": { "primary": { "default": { "value": "#ffffff", "comment": "Sets the background color to white, provides a clean and minimalist canvas for the interface. Classic foundation for content and components." }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" }, "selected": { "value": "#e7eefc" }, "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(5, 43, 80, 0.08)" }, "focused": { "value": "rgba(5, 43, 80, 0.08)" }, "pressed": { "value": "rgba(0, 40, 70, 0.2)" }, "selected": { "value": "rgba(15, 85, 225, 0.1)" } } }, "secondary": { "default": { "value": "#f6f8f9", "comment": "Provides a subtle contrast with the primary background. Use to add a touch of visual interest without overpowering the content." }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" }, "translucent": { "default": { "value": "rgba(30, 80, 105, 0.04)" }, "hovered": { "value": "rgba(5, 43, 80, 0.08)" }, "focused": { "value": "rgba(5, 43, 80, 0.08)" }, "pressed": { "value": "rgba(0, 40, 70, 0.2)" } } }, "tertiary": { "default": { "value": "#ebeef1", "comment": "Provides a slightly stronger contrast with the primary background. Use to enhances the visual separation between different sections or elements." }, "hovered": { "value": "#ccd4da" }, "focused": { "value": "#ccd4da" }, "pressed": { "value": "#9eadb8" }, "translucent": { "default": { "value": "rgba(5, 43, 80, 0.08)" }, "hovered": { "value": "rgba(0, 40, 70, 0.2)" }, "focused": { "value": "rgba(0, 40, 70, 0.2)" }, "pressed": { "value": "rgba(6, 45, 73, 0.39)" } } }, "solid": { "default": { "value": "#60798b", "comment": "Provides a distinct and noticeable contrast with the primary background. Adds a robust and substantial presence, use it to make the element stand out." }, "hovered": { "value": "#435c6e" }, "focused": { "value": "#435c6e" }, "pressed": { "value": "#334551" } }, "inverse": { "default": { "value": "#ffffff", "comment": "Applies white as the background color, creating a striking visual effect when used on a dark-colored surface. Use to ensure readability and visual appeal in specific UI components or sections." }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" }, "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(0, 40, 70, 0.2)" }, "focused": { "value": "rgba(0, 40, 70, 0.2)" }, "pressed": { "value": "rgba(6, 45, 73, 0.39)" } } }, "spotlight": { "default": { "value": "#232d35", "comment": "Creates a high contrast with the primary background. Use it for critical elements or components that require maximum emphasis and visual impact." } } }, "brand": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(15, 85, 225, 0.1)" }, "focused": { "value": "rgba(15, 85, 225, 0.1)" }, "pressed": { "value": "rgba(3, 83, 231, 0.25)" } } }, "secondary": { "default": { "value": "#f6f8fd", "comment": "Establishes a subtle contrast with the primary background while using the brand color. Use it to add a touch of brand interest without overpowering the content." }, "hovered": { "value": "#e7eefc" }, "focused": { "value": "#e7eefc" }, "pressed": { "value": "#c0d4f9" }, "translucent": { "default": { "value": "rgba(30, 80, 205, 0.04)" }, "hovered": { "value": "rgba(15, 85, 225, 0.1)" }, "focused": { "value": "rgba(15, 85, 225, 0.1)" }, "pressed": { "value": "rgba(3, 83, 231, 0.25)" } } }, "tertiary": { "default": { "value": "#e7eefc", "comment": "Creates a slightly stronger contrast with the primary background while using the brand color. Use it to enhances the visual separation between different sections or elements." }, "hovered": { "value": "#c0d4f9" }, "focused": { "value": "#c0d4f9" }, "pressed": { "value": "#7fadef" }, "translucent": { "default": { "value": "rgba(15, 85, 225, 0.1)" }, "hovered": { "value": "rgba(3, 83, 231, 0.25)" }, "focused": { "value": "rgba(3, 83, 231, 0.25)" }, "pressed": { "value": "rgba(4, 94, 224, 0.51);" } } }, "solid": { "default": { "value": "#007acd", "comment": "Use to add a robust and substantial brand presence, making the elements stand out using the brand color." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "spotlight": { "default": { "value": "#0b2d4e", "comment": "Creates a high contrast with the primary background while reminiscing of the brand identity. Use it for critical elements or components that require maximum emphasis and visual impact." } } }, "status": { "danger": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(255, 64, 19, 0.11)" }, "focused": { "value": "rgba(255, 64, 19, 0.11)" }, "pressed": { "value": "rgba(255, 48, 5, 0.28)" }, "selected": { "value": "rgba(255, 64, 19, 0.11)" } } }, "secondary": { "default": { "value": "#fff7f5" }, "hovered": { "value": "#ffeae5" }, "focused": { "value": "#ffeae5" }, "pressed": { "value": "#ffc5b9" } }, "tertiary": { "default": { "value": "#ffeae5" }, "hovered": { "value": "#ffc5b9" }, "focused": { "value": "#ffc5b9" }, "pressed": { "value": "#ff8979" }, "translucent": { "default": { "value": "rgba(255, 64, 19, 0.11)" }, "hovered": { "value": "rgba(255, 48, 5, 0.28)" }, "focused": { "value": "rgba(255, 48, 5, 0.28)" }, "pressed": { "value": "rgba(255, 32, 2, 0.53);" } } }, "solid": { "default": { "value": "#db3735", "comment": "Indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions." }, "hovered": { "value": "#aa2424" }, "pressed": { "value": "#7f1d1b" }, "focused": { "value": "#aa2424" } }, "spotlight": { "default": { "value": "#521814" } } }, "success": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(13, 155, 22, 0.12)" }, "focused": { "value": "rgba(13, 155, 22, 0.12)" }, "pressed": { "value": "rgba(2, 155, 18, 0.32)" }, "selected": { "value": "rgba(13, 155, 22, 0.12)" } } }, "secondary": { "default": { "value": "#f3faf4" }, "hovered": { "value": "#e2f3e3" }, "focused": { "value": "#e2f3e3" }, "pressed": { "value": "#aedfb3" } }, "tertiary": { "default": { "value": "#e2f3e3" }, "hovered": { "value": "#aedfb3" }, "focused": { "value": "#aedfb3" }, "pressed": { "value": "#63be74" }, "translucent": { "default": { "value": "rgba(13, 155, 22, 0.12)" }, "hovered": { "value": "rgba(2, 155, 18, 0.32)" }, "focused": { "value": "rgba(2, 155, 18, 0.32)" }, "pressed": { "value": "rgba(3, 150, 31, 0.62);" } } }, "solid": { "default": { "value": "#008836", "comment": "Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks." }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" } }, "spotlight": { "default": { "value": "#0a3315" } } }, "warning": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(255, 115, 8, 0.15)" }, "focused": { "value": "rgba(255, 115, 8, 0.15)" }, "pressed": { "value": "rgba(255, 114, 4, 0.39)" }, "selected": { "value": "rgba(255, 115, 8, 0.15)" } } }, "secondary": { "default": { "value": "#fff5ed" }, "hovered": { "value": "#ffeada" }, "focused": { "value": "#ffeada" }, "pressed": { "value": "#ffc89d" } }, "tertiary": { "default": { "value": "#ffeada" }, "hovered": { "value": "#ffc89d" }, "focused": { "value": "#ffc89d" }, "pressed": { "value": "#ff8c47" }, "translucent": { "default": { "value": "rgba(255, 115, 8, 0.15)" }, "hovered": { "value": "rgba(255, 114, 4, 0.39)" }, "focused": { "value": "rgba(255, 114, 4, 0.39)" }, "pressed": { "value": "rgba(255, 97, 3, 0.73);" } } }, "solid": { "default": { "value": "#ff8c47", "comment": "Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger." }, "hovered": { "value": "#d96929" }, "focused": { "value": "#d96929" }, "pressed": { "value": "#bc5921" } }, "spotlight": { "default": { "value": "#442312" } } }, "discovery": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(93, 18, 155, 0.08)" }, "focused": { "value": "rgba(93, 18, 155, 0.08)" }, "pressed": { "value": "rgba(90, 0, 160, 0.20)" }, "selected": { "value": "rgba(93, 18, 155, 0.08)" } } }, "secondary": { "default": { "value": "#faf7fc" }, "hovered": { "value": "#f2ecf7" }, "focused": { "value": "#f2ecf7" }, "pressed": { "value": "#deccec" } }, "tertiary": { "default": { "value": "#f2ecf7" }, "hovered": { "value": "#deccec" }, "focused": { "value": "#deccec" }, "pressed": { "value": "#bf9ed9" }, "translucent": { "default": { "value": "rgba(93, 18, 155, 0.08)" }, "hovered": { "value": "rgba(90, 0, 160, 0.20)" }, "focused": { "value": "rgba(90, 0, 160, 0.20)" }, "pressed": { "value": "rgba(91, 6, 158, 0.39);" } } }, "solid": { "default": { "value": "#9261b7", "comment": "Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience." }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" } }, "spotlight": { "default": { "value": "#312838" } } }, "information": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(15, 85, 225, 0.1)" }, "focused": { "value": "rgba(15, 85, 225, 0.1)" }, "pressed": { "value": "rgba(3, 83, 231, 0.25)" }, "selected": { "value": "rgba(15, 85, 225, 0.1)" } } }, "solid": { "default": { "value": "#007acd", "comment": "Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "secondary": { "default": { "value": "#f6f8fd" }, "hovered": { "value": "#e7eefc" }, "focused": { "value": "#e7eefc" }, "pressed": { "value": "#c0d4f9" } }, "tertiary": { "default": { "value": "#e7eefc" }, "hovered": { "value": "#c0d4f9" }, "focused": { "value": "#c0d4f9" }, "pressed": { "value": "#7fadef" }, "translucent": { "default": { "value": "rgba(15, 85, 225, 0.1)" }, "hovered": { "value": "rgba(3, 83, 231, 0.25)" }, "focused": { "value": "rgba(3, 83, 231, 0.25)" }, "pressed": { "value": "rgba(4, 94, 224, 0.51);" } } }, "spotlight": { "default": { "value": "#0b2d4e" } } }, "planet": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(8, 182, 175, 0.15)" }, "focused": { "value": "rgba(8, 182, 175, 0.15)" }, "pressed": { "value": "rgba(3, 179, 174, 0.42)" }, "selected": { "value": "rgba(8, 182, 175, 0.15)" } } }, "solid": { "default": { "value": "#008480" }, "hovered": { "value": "#0a6361" }, "pressed": { "value": "#154948" }, "focused": { "value": "#0a6361" } }, "secondary": { "default": { "value": "#f1fafa" }, "hovered": { "value": "#daf4f3" }, "focused": { "value": "#daf4f3" }, "pressed": { "value": "#95dfdd" } }, "tertiary": { "default": { "value": "#daf4f3" }, "hovered": { "value": "#95dfdd" }, "focused": { "value": "#95dfdd" }, "pressed": { "value": "#3dbcb8" }, "translucent": { "default": { "value": "rgba(8, 182, 175, 0.15)" }, "hovered": { "value": "rgba(3, 179, 174, 0.42)" }, "focused": { "value": "rgba(3, 179, 174, 0.42)" }, "pressed": { "value": "rgba(3, 168, 163, 0.77);" } } }, "spotlight": { "default": { "value": "#192f2f" } } } }, "accent": { "pink": { "secondary": { "default": { "value": "#fff4f9", "comment": "Subtle touch of pink with no meaning tied to the color." }, "hovered": { "value": "#ffe9f3" }, "focused": { "value": "#ffe9f3" }, "pressed": { "value": "#ffc1df" } }, "tertiary": { "default": { "value": "#ffe9f3", "comment": "Soft pink background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#ffc1df" }, "focused": { "value": "#ffc1df" }, "pressed": { "value": "#ff80bd" } }, "solid": { "default": { "value": "#e01b78", "comment": "Suitable for pink backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#963563" }, "focused": { "value": "#963563" }, "pressed": { "value": "#5c3749" } }, "spotlight": { "default": { "value": "#34282e", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "red": { "secondary": { "default": { "value": "#fff7f5", "comment": "Subtle touch of red with no meaning tied to the color." }, "hovered": { "value": "#ffeae5" }, "focused": { "value": "#ffeae5" }, "pressed": { "value": "#ffc5b9" } }, "tertiary": { "default": { "value": "#ffeae5", "comment": "Soft red background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#ffc5b9" }, "focused": { "value": "#ffc5b9" }, "pressed": { "value": "#ff8979" } }, "solid": { "default": { "value": "#db3735", "comment": "Suitable for red backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." } }, "spotlight": { "default": { "value": "#521814", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "orange": { "secondary": { "default": { "value": "#fff5ed", "comment": "Subtle touch of orange with no meaning tied to the color." }, "hovered": { "value": "#ffeada" }, "focused": { "value": "#ffeada" }, "pressed": { "value": "#ffc89d" } }, "tertiary": { "default": { "value": "#ffeada", "comment": "Soft orange background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#ffc89d" }, "focused": { "value": "#ffc89d" }, "pressed": { "value": "#ff8c47" } }, "solid": { "default": { "value": "#bc5921", "comment": "Suitable for orange backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#8e441a" }, "focused": { "value": "#8e441a" }, "pressed": { "value": "#693315" } }, "spotlight": { "default": { "value": "#442312", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "yellow": { "secondary": { "default": { "value": "#fff7e0", "comment": "Subtle touch of yellow with no meaning tied to the color." }, "hovered": { "value": "#ffeeb4" }, "focused": { "value": "#ffeeb4" }, "pressed": { "value": "#ffcc59" } }, "tertiary": { "default": { "value": "#ffeeb4", "comment": "Soft yellow background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#ffcc59" }, "focused": { "value": "#ffcc59" }, "pressed": { "value": "#d5a334" } }, "solid": { "default": { "value": "#ffcc59", "comment": "Suitable for yellow backgrounds when there is no meaning tied to the color. No minimum contrast requirement met!" }, "hovered": { "value": "#d5a334" }, "focused": { "value": "#d5a334" }, "pressed": { "value": "#ab8327" } }, "spotlight": { "default": { "value": "#362a13", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "green": { "secondary": { "default": { "value": "#f3faf4", "comment": "Subtle touch of green with no meaning tied to the color." }, "hovered": { "value": "#e2f3e3" }, "focused": { "value": "#e2f3e3" }, "pressed": { "value": "#aedfb3" } }, "tertiary": { "default": { "value": "#e2f3e3", "comment": "Soft green background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#aedfb3" }, "focused": { "value": "#aedfb3" }, "pressed": { "value": "#63be74" } }, "solid": { "default": { "value": "#008836", "comment": "Suitable for green backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" } }, "spotlight": { "default": { "value": "#0a3315", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "grey": { "secondary": { "default": { "value": "#f6f8f9", "comment": "Subtle touch of grey with no meaning tied to the color." }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" } }, "tertiary": { "default": { "value": "#ebeef1", "comment": "Soft grey background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#ccd4da" }, "focused": { "value": "#ccd4da" }, "pressed": { "value": "#9eadb8" } }, "solid": { "default": { "value": "#60798b", "comment": "Suitable for grey backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#435c6e" }, "focused": { "value": "#435c6e" }, "pressed": { "value": "#334551" } }, "spotlight": { "default": { "value": "#232d35", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "blue": { "secondary": { "default": { "value": "#f6f8fd", "comment": "Subtle touch of blue with no meaning tied to the color." }, "hovered": { "value": "#e7eefc" }, "focused": { "value": "#e7eefc" }, "pressed": { "value": "#c0d4f9" } }, "tertiary": { "default": { "value": "#e7eefc", "comment": "Soft blue background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#c0d4f9" }, "focused": { "value": "#c0d4f9" }, "pressed": { "value": "#7fadef" } }, "solid": { "default": { "value": "#007acd", "comment": "Suitable for blue backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "spotlight": { "default": { "value": "#0b2d4e", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "ultramarine": { "secondary": { "default": { "value": "#f6f7fb", "comment": "Subtle touch of ultramarine with no meaning tied to the color." }, "hovered": { "value": "#eceef7" }, "focused": { "value": "#eceef7" }, "pressed": { "value": "#ccd1e9" } }, "tertiary": { "default": { "value": "#eceef7", "comment": "Soft ultramarine background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#ccd1e9" }, "focused": { "value": "#ccd1e9" }, "pressed": { "value": "#9fa9d4" } }, "solid": { "default": { "value": "#6372b2", "comment": "Suitable for ultramarine backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#44549b" }, "focused": { "value": "#44549b" }, "pressed": { "value": "#2b3d83" } }, "spotlight": { "default": { "value": "#182663", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "purple": { "secondary": { "default": { "value": "#faf7fc", "comment": "Subtle touch of purple with no meaning tied to the color." }, "hovered": { "value": "#f2ecf7" }, "focused": { "value": "#f2ecf7" }, "pressed": { "value": "#deccec" } }, "tertiary": { "default": { "value": "#f2ecf7", "comment": "Soft purple background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#deccec" }, "focused": { "value": "#deccec" }, "pressed": { "value": "#bf9ed9" } }, "solid": { "default": { "value": "#9261b7", "comment": "Suitable for purple backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" } }, "spotlight": { "default": { "value": "#312838", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "teal": { "secondary": { "default": { "value": "#f1fafa", "comment": "Subtle touch of teal with no meaning tied to the color." }, "hovered": { "value": "#daf4f3" }, "focused": { "value": "#daf4f3" }, "pressed": { "value": "#95dfdd" } }, "tertiary": { "default": { "value": "#daf4f3", "comment": "Soft teal background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#95dfdd" }, "focused": { "value": "#95dfdd" }, "pressed": { "value": "#3dbcb8" } }, "solid": { "default": { "value": "#008480", "comment": "Suitable for teal backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#0a6361" }, "focused": { "value": "#0a6361" }, "pressed": { "value": "#154948" } }, "spotlight": { "default": { "value": "#192f2f", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "lime": { "secondary": { "default": { "value": "#f8fad5", "comment": "Subtle touch of lime with no meaning tied to the color." }, "hovered": { "value": "#eef5a8" }, "focused": { "value": "#eef5a8" }, "pressed": { "value": "#c7de43" } }, "tertiary": { "default": { "value": "#eef5a8", "comment": "Soft lime background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#c7de43" }, "focused": { "value": "#c7de43" }, "pressed": { "value": "#9db603" } }, "solid": { "default": { "value": "#6c7d02", "comment": "Suitable for lime backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#525f0a" }, "focused": { "value": "#525f0a" }, "pressed": { "value": "#3e460e" } }, "spotlight": { "default": { "value": "#2a2e0e", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } } }, "additional": { "engieRay": { "default": { "value": "linear-gradient(90deg, #00AAFF 0%, #23d2b5 100%)", "comment": "ENGIE's brand gradient. We strongly advise to refer to the brand guidelines for its usage." } }, "signature": { "default": { "value": "#182663", "comment": "ENGIE's additional brand color. We strongly advise to refer to the brand guidelines for its usage." } } } }, "border": { "neutral": { "minimal": { "default": { "value": "#ebeef1", "comment": "Almost imperceptible, provides a gentle visual separation between elements without drawing much attention to itself. Used for separators." }, "hovered": { "value": "#ccd4da" }, "focused": { "value": "#ccd4da" }, "pressed": { "value": "#9eadb8" }, "selected": { "value": "#9eadb8" } }, "subtle": { "default": { "value": "#ccd4da", "comment": "Offers a subtle visual distinction between elements, without overpowering the content. Used for separators and cards." }, "hovered": { "value": "#9eadb8" }, "focused": { "value": "#9eadb8" }, "pressed": { "value": "#778c9b" }, "selected": { "value": "#778c9b" } }, "moderate": { "default": { "value": "#9eadb8", "comment": "Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs." }, "hovered": { "value": "#778c9b" }, "focused": { "value": "#778c9b" }, "pressed": { "value": "#60798b" }, "selected": { "value": "#60798b" } }, "strong": { "default": { "value": "#60798b", "comment": "Bold border, creates a striking visual division between elements. Use for notifications, inline messages and focus ring." }, "hovered": { "value": "#435c6e" }, "focused": { "value": "#435c6e" }, "pressed": { "value": "#334551" }, "selected": { "value": "#334551" } }, "heavy": { "default": { "value": "#232d35", "comment": "Highest level of visual differentiation. Has a strong contrast with the background, making it visually prominent and attention-grabbing. Use for important alerts." } }, "inverse": { "default": { "value": "#ffffff", "comment": "Allows the application of a border when used on a contrasted background. Use for inverse buttons or inverse cards." }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" }, "selected": { "value": "#ccd4da" } } }, "brand": { "subtle": { "default": { "value": "#c0d4f9", "comment": "Provides a gentle visual separation between elements, with a touch of Engie's brand identity.Suitable for elements where a subtle brand presence is desired." }, "hovered": { "value": "#7fadef" }, "focused": { "value": "#7fadef" }, "pressed": { "value": "#3c8cde" }, "selected": { "value": "#3c8cde" } }, "moderate": { "default": { "value": "#7fadef", "comment": "Provides a clear separation between elements with the brand identity. Use for tags and inputs." }, "hovered": { "value": "#3c8cde" }, "focused": { "value": "#3c8cde" }, "pressed": { "value": "#007acd" }, "selected": { "value": "#007acd" } }, "strong": { "default": { "value": "#007acd", "comment": "Bold brand border, creates a striking visual division between elements. Use for borders or visual indicators of elements that reinforce Engie's brand, such as notifications, inline messages and focus ring." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" }, "selected": { "value": "#004478" } } }, "status": { "danger": { "subtle": { "default": { "value": "#ffc5b9", "comment": "Subtle way to communicate critical information without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#ff8979" }, "focused": { "value": "#ff8979" }, "pressed": { "value": "#f34e46" }, "selected": { "value": "#f34e46" } }, "moderate": { "default": { "value": "#ff8979", "comment": "Communicates critical information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs." }, "hovered": { "value": "#f34e46" }, "focused": { "value": "#f34e46" }, "pressed": { "value": "#db3735" }, "selected": { "value": "#db3735" } }, "strong": { "default": { "value": "#db3735", "comment": "Intended to indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions." }, "hovered": { "value": "#aa2424" }, "focused": { "value": "#aa2424" }, "pressed": { "value": "#7f1d1b" }, "selected": { "value": "#7f1d1b" } } }, "warning": { "subtle": { "default": { "value": "#ffc89d", "comment": "Subtle way to communicate warning information without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#ff8c47" }, "focused": { "value": "#ff8c47" }, "pressed": { "value": "#d96929" }, "selected": { "value": "#d96929" } }, "moderate": { "default": { "value": "#ff8c47", "comment": "Communicates warning information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#d96929" }, "focused": { "value": "#d96929" }, "pressed": { "value": "#bc5921" }, "selected": { "value": "#bc5921" } }, "strong": { "default": { "value": "#bc5921", "comment": "Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger." }, "hovered": { "value": "#8e441a" }, "focused": { "value": "#8e441a" }, "pressed": { "value": "#693315" }, "selected": { "value": "#693315" } } }, "success": { "subtle": { "default": { "value": "#aedfb3", "comment": "Subtle way to communicate success information or positive states without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#63be74" }, "focused": { "value": "#63be74" }, "pressed": { "value": "#199d47" }, "selected": { "value": "#199d47" } }, "moderate": { "default": { "value": "#63be74", "comment": "Communicates successful or positive states in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#199d47" }, "focused": { "value": "#199d47" }, "pressed": { "value": "#008836" }, "selected": { "value": "#008836" } }, "strong": { "default": { "value": "#008836", "comment": "Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks." }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" }, "selected": { "value": "#004d1c" } } }, "discovery": { "subtle": { "default": { "value": "#deccec", "comment": "Subtle way to highlight discovery or exploration-related content in your interface without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#bf9ed9" }, "focused": { "value": "#bf9ed9" }, "pressed": { "value": "#a377c5" }, "selected": { "value": "#a377c5" } }, "moderate": { "default": { "value": "#bf9ed9", "comment": "Highlights discovery or communicates exploration-related content in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#a377c5" }, "focused": { "value": "#a377c5" }, "pressed": { "value": "#9261b7" }, "selected": { "value": "#9261b7" } }, "strong": { "default": { "value": "#9261b7", "comment": "Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience." }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" }, "selected": { "value": "#533669" } } }, "information": { "subtle": { "default": { "value": "#c0d4f9", "comment": "Subtle way to highlight informational elements in your interface without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#7fadef" }, "focused": { "value": "#7fadef" }, "pressed": { "value": "#3c8cde" }, "selected": { "value": "#3c8cde" } }, "moderate": { "default": { "value": "#7fadef", "comment": "Highlights informational elements in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#3c8cde" }, "focused": { "value": "#3c8cde" }, "pressed": { "value": "#007acd" }, "selected": { "value": "#007acd" } }, "strong": { "default": { "value": "#007acd", "comment": "Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" }, "selected": { "value": "#004478" } } }, "planet": { "subtle": { "default": { "value": "#95dfdd" }, "hovered": { "value": "#3dbcb8" }, "focused": { "value": "#3dbcb8" }, "pressed": { "value": "#0a9994" }, "selected": { "value": "#0a9994" } }, "moderate": { "default": { "value": "#3dbcb8" }, "hovered": { "value": "#0a9994" }, "focused": { "value": "#0a9994" }, "pressed": { "value": "#008480" }, "selected": { "value": "#008480" } }, "strong": { "default": { "value": "#008480" }, "hovered": { "value": "#0a6361" }, "focused": { "value": "#0a6361" }, "pressed": { "value": "#154948" }, "selected": { "value": "#154948" } } } }, "accent": { "pink": { "subtle": { "default": { "value": "#ffc1df" }, "hovered": { "value": "#ff80bd" }, "focused": { "value": "#ff80bd" }, "pressed": { "value": "#fb3492" }, "selected": { "value": "#fb3492" } }, "moderate": { "default": { "value": "#ff80bd", "comment": "Suitable for pink borders when there is no meaning tied to the color." }, "hovered": { "value": "#fb3492" }, "focused": { "value": "#fb3492" }, "pressed": { "value": "#e01b78" }, "selected": { "value": "#e01b78" } }, "strong": { "default": { "value": "#e01b78" }, "hovered": { "value": "#963563" }, "focused": { "value": "#963563" }, "pressed": { "value": "#5c3749" }, "selected": { "value": "#5c3749" } } }, "red": { "subtle": { "default": { "value": "#ffc5b9" }, "hovered": { "value": "#ff8979" }, "focused": { "value": "#ff8979" }, "pressed": { "value": "#f34e46" }, "selected": { "value": "#f34e46" } }, "moderate": { "default": { "value": "#ff8979", "comment": "Suitable for red borders when there is no meaning tied to the color." }, "hovered": { "value": "#f34e46" }, "focused": { "value": "#f34e46" }, "pressed": { "value": "#db3735" }, "selected": { "value": "#db3735" } }, "strong": { "default": { "value": "#db3735" }, "hovered": { "value": "#aa2424" }, "focused": { "value": "#aa2424" }, "pressed": { "value": "#7f1d1b" }, "selected": { "value": "#7f1d1b" } } }, "orange": { "subtle": { "default": { "value": "#ffc89d" }, "hovered": { "value": "#ff8c47" }, "focused": { "value": "#ff8c47" }, "pressed": { "value": "#d96929" }, "selected": { "value": "#d96929" } }, "moderate": { "default": { "value": "#ff8c47", "comment": "Suitable for orange borders when there is no meaning tied to the color." }, "hovered": { "value": "#d96929" }, "focused": { "value": "#d96929" }, "pressed": { "value": "#bc5921" }, "selected": { "value": "#bc5921" } }, "strong": { "default": { "value": "#bc5921" }, "hovered": { "value": "#8e441a" }, "focused": { "value": "#8e441a" }, "pressed": { "value": "#693315" }, "selected": { "value": "#693315" } } }, "yellow": { "subtle": { "default": { "value": "#ffcc59" }, "hovered": { "value": "#d5a334" }, "focused": { "value": "#d5a334" }, "pressed": { "value": "#ab8327" }, "selected": { "value": "#ab8327" } }, "moderate": { "default": { "value": "#d5a334", "comment": "Suitable for yellow borders when there is no meaning tied to the color." }, "hovered": { "value": "#ab8327" }, "focused": { "value": "#ab8327" }, "pressed": { "value": "#947023" }, "selected": { "value": "#947023" } }, "strong": { "default": { "value": "#947023" }, "hovered": { "value": "#6f551d" }, "focused": { "value": "#6f551d" }, "pressed": { "value": "#533f18" }, "selected": { "value": "#533f18" } } }, "green": { "subtle": { "default": { "value": "#aedfb3" }, "hovered": { "value": "#63be74" }, "focused": { "value": "#63be74" }, "pressed": { "value": "#199d47" }, "selected": { "value": "#199d47" } }, "moderate": { "default": { "value": "#63be74", "comment": "Suitable for green borders when there is no meaning tied to the color." }, "hovered": { "value": "#199d47" }, "focused": { "value": "#199d47" }, "pressed": { "value": "#008836" }, "selected": { "value": "#008836" } }, "strong": { "default": { "value": "#008836" }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" }, "selected": { "value": "#004d1c" } } }, "grey": { "subtle": { "default": { "value": "#ccd4da" }, "hovered": { "value": "#9eadb8" }, "focused": { "value": "#9eadb8" }, "pressed": { "value": "#778c9b" }, "selected": { "value": "#778c9b" } }, "moderate": { "default": { "value": "#9eadb8", "comment": "Suitable for grey borders when there is no meaning tied to the color." }, "hovered": { "value": "#778c9b" }, "focused": { "value": "#778c9b" }, "pressed": { "value": "#60798b" }, "selected": { "value": "#60798b" } }, "strong": { "default": { "value": "#60798b" }, "hovered": { "value": "#435c6e" }, "focused": { "value": "#435c6e" }, "pressed": { "value": "#334551" }, "selected": { "value": "#334551" } } }, "blue": { "subtle": { "default": { "value": "#c0d4f9" }, "hovered": { "value": "#7fadef" }, "focused": { "value": "#7fadef" }, "pressed": { "value": "#3c8cde" }, "selected": { "value": "#3c8cde" } }, "moderate": { "default": { "value": "#7fadef", "comment": "Suitable for blue borders when there is no meaning tied to the color." }, "hovered": { "value": "#3c8cde" }, "focused": { "value": "#3c8cde" }, "pressed": { "value": "#007acd" }, "selected": { "value": "#007acd" } }, "strong": { "default": { "value": "#007acd" }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" }, "selected": { "value": "#004478" } } }, "ultramarine": { "subtle": { "default": { "value": "#ccd1e9" }, "hovered": { "value": "#9fa9d4" }, "focused": { "value": "#9fa9d4" }, "pressed": { "value": "#7986bf" }, "selected": { "value": "#7986bf" } }, "moderate": { "default": { "value": "#9fa9d4", "comment": "Suitable for ultramarine borders when there is no meaning tied to the color." }, "hovered": { "value": "#7986bf" }, "focused": { "value": "#7986bf" }, "pressed": { "value": "#6372b2" }, "selected": { "value": "#6372b2" } }, "strong": { "default": { "value": "#6372b2" }, "hovered": { "value": "#44549b" }, "focused": { "value": "#44549b" }, "pressed": { "value": "#2b3d83" }, "selected": { "value": "#2b3d83" } } }, "purple": { "subtle": { "default": { "value": "#deccec" }, "hovered": { "value": "#bf9ed9" }, "focused": { "value": "#bf9ed9" }, "pressed": { "value": "#a377c5" }, "selected": { "value": "#a377c5" } }, "moderate": { "default": { "value": "#bf9ed9", "comment": "Suitable for purple borders when there is no meaning tied to the color." }, "hovered": { "value": "#a377c5" }, "focused": { "value": "#a377c5" }, "pressed": { "value": "#9261b7" }, "selected": { "value": "#9261b7" } }, "strong": { "default": { "value": "#9261b7" }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" }, "selected": { "value": "#533669" } } }, "teal": { "subtle": { "default": { "value": "#95dfdd" }, "hovered": { "value": "#3dbcb8" }, "focused": { "value": "#3dbcb8" }, "pressed": { "value": "#0a9994" }, "selected": { "value": "#0a9994" } }, "moderate": { "default": { "value": "#3dbcb8", "comment": "Suitable for teal borders when there is no meaning tied to the color." }, "hovered": { "value": "#0a9994" }, "focused": { "value": "#0a9994" }, "pressed": { "value": "#008480" }, "selected": { "value": "#008480" } }, "strong": { "default": { "value": "#008480" }, "hovered": { "value": "#0a6361" }, "focused": { "value": "#0a6361" }, "pressed": { "value": "#154948" }, "selected": { "value": "#154948" } } }, "lime": { "subtle": { "default": { "value": "#c7de43" }, "hovered": { "value": "#9db603" }, "focused": { "value": "#9db603" }, "pressed": { "value": "#7d9200" }, "selected": { "value": "#7d9200" } }, "moderate": { "default": { "value": "#9db603", "comment": "Suitable for lime borders when there is no meaning tied to the color." }, "hovered": { "value": "#7d9200" }, "focused": { "value": "#7d9200" }, "pressed": { "value": "#6c7d02" }, "selected": { "value": "#6c7d02" } }, "strong": { "default": { "value": "#6c7d02" }, "hovered": { "value": "#525f0a" }, "focused": { "value": "#525f0a" }, "pressed": { "value": "#3e460e" }, "selected": { "value": "#3e460e" } } } } }, "icon": { "neutral": { "primary": { "default": { "value": "#171d21", "comment": "Use for visible and prominent icons, ensures they are easily recognizable and stand out. Typically used for essential actions or navigation elements that require immediate user attention." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "secondary": { "default": { "value": "#334551", "comment": "Use for less visible icons, offering a subtle presence that complements the primary content. Used for secondary actions or to support elements within the interface." }, "hovered": { "value": "#232d35" }, "focused": { "value": "#232d35" }, "pressed": { "value": "#171d21" } }, "tertiary": { "default": { "value": "#60798b", "comment": "Use for icons with even lower visibility, providing a more understated appearance. These icons are used for tertiary actions or optional elements, contributing to a more streamlined and unobtrusive user experience." }, "hovered": { "value": "#435c6e" }, "focused": { "value": "#435c6e" }, "pressed": { "value": "#334551" } }, "contrast": { "default": { "value": "#435c6e", "comment": "These icons utilizes higher contrast or distinct visual treatments to create emphasis and draw attention. It is employed for icons that require enhanced visibility or a stronger visual impact." }, "hovered": { "value": "#334551" }, "focused": { "value": "#334551" }, "pressed": { "value": "#232d35" } }, "inverse": { "default": { "value": "#ffffff", "comment": "Use for icons on dark backgrounds. Ensures readability and visual appeal, particularly in scenarios where icons are placed on contrasting surfaces." }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" } } }, "brand": { "primary": { "default": { "value": "#007acd" }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "contrast": { "default": { "value": "#005aa0" }, "hovered": { "value": "#004478" }, "focused": { "value": "#004478" }, "pressed": { "value": "#0b2d4e" } } }, "status": { "danger": { "primary": { "default": { "value": "#db3735" }, "hovered": { "value": "#aa2424" }, "focused": { "value": "#aa2424" }, "pressed": { "value": "#7f1d1b" } }, "contrast": { "default": { "value": "#7f1d1b" } } }, "success": { "primary": { "default": { "value": "#008836" }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" } }, "contrast": { "default": { "value": "#004d1c" } } }, "warning": { "primary": { "default": { "value": "#bc5921" }, "hovered": { "value": "#8e441a" }, "focused": { "value": "#8e441a" }, "pressed": { "value": "#693315" } }, "contrast": { "default": { "value": "#693315" } } }, "discovery": { "primary": { "default": { "value": "#9261b7" }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" } }, "contrast": { "default": { "value": "#533669" } } }, "information": { "primary": { "default": { "value": "#007acd" }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "contrast": { "default": { "value": "#004478" } } }, "planet": { "primary": { "default": { "value": "#008480" }, "hovered": { "value": "#0a6361" }, "focused": { "value": "#0a6361" }, "pressed": { "value": "#154948" } }, "contrast": { "default": { "value": "#154948" } } } }, "accent": { "pink": { "primary": { "default": { "value": "#e01b78" }, "hovered": { "value": "#963563" }, "focused": { "value": "#963563" }, "pressed": { "value": "#5c3749" } }, "contrast": { "default": { "value": "#5c3749" } } }, "red": { "primary": { "default": { "value": "#db3735" }, "hovered": { "value": "#aa2424" }, "focused": { "value": "#aa2424" }, "pressed": { "value": "#7f1d1b" } }, "contrast": { "default": { "value": "#7f1d1b" } } }, "orange": { "primary": { "default": { "value": "#bc5921" }, "hovered": { "value": "#8e441a" }, "focused": { "value": "#8e441a" }, "pressed": { "value": "#693315" } }, "contrast": { "default": { "value": "#693315" } } }, "yellow": { "primary": { "default": { "value": "#947023" }, "hovered": { "value": "#6f551d" }, "focused": { "value": "#6f551d" }, "pressed": { "value": "#533f18" } }, "contrast": { "default": { "value": "#533f18" } } }, "green": { "primary": { "default": { "value": "#008836" }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" } }, "contrast": { "default": { "value": "#004d1c" } } }, "grey": { "primary": { "default": { "value": "#60798b" }, "hovered": { "value": "#435c6e" }, "focused": { "value": "#435c6e" }, "pressed": { "value": "#334551" } }, "contrast": { "default": { "value": "#334551" } } }, "blue": { "primary": { "default": { "value": "#007acd" }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "contrast": { "default": { "value": "#004478" } } }, "ultramarine": { "primary": { "default": { "value": "#6372b2" }, "hovered": { "value": "#44549b" }, "focused": { "value": "#44549b" }, "pressed": { "value": "#2b3d83" } }, "contrast": { "default": { "value": "#2b3d83" } } }, "purple": { "primary": { "default": { "value": "#9261b7" }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" } }, "contrast": { "default": { "value": "#533669" } } }, "teal": { "primary": { "default": { "value": "#008480" }, "hovered": { "value": "#0a6361" }, "focused": { "value": "#0a6361" }, "pressed": { "value": "#154948" } }, "contrast": { "default": { "value": "#154948" } } }, "lime": { "primary": { "default": { "value": "#6c7d02" }, "hovered": { "value": "#525f0a" }, "focused": { "value": "#525f0a" }, "pressed": { "value": "#3e460e" } }, "contrast": { "default": { "value": "#3e460e" } } } }, "additional": { "signature": { "default": { "value": "#182663" } } } }, "text": { "neutral": { "primary": { "default": { "value": "#171d21", "comment": "Reserved for the most critical and visually prominent content in the interface. Should be employed for elements like page titles and section headings, where it commands attention and establishes hierarchy." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" }, "notInvertible": { "default": { "value": "#171d21" }, "hovered": { "value": "#007acd" }, "focused": { "value": "#007acd" }, "pressed": { "value": "#005aa0" } } }, "secondary": { "default": { "value": "#334551", "comment": "Harmonious and legible contrast for various content types. Well-suited for subtitles, subheadings, and regular content, ensures a balanced and readable appearance throughout the interface." } }, "tertiary": { "default": { "value": "#60798b", "comment": "Slightly lighter, suitable for secondary subtitles or contextual information. Ideal for additional information." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "contrast": { "default": { "value": "#435c6e", "comment": "Emphasizes elements with higher contrast to create visual hierarchy and draw attention." }, "hovered": { "value": "#004478" }, "focused": { "value": "#004478" }, "pressed": { "value": "#0b2d4e" } }, "inverse": { "default": { "value": "#ffffff", "comment": "Used for light text on a dark background for readability and visual appeal in specific UI components." }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" }, "notInvertible": { "default": { "value": "#ffffff" }, "hovered": { "value": "#ebeef1" }, "focused": { "value": "#ebeef1" }, "pressed": { "value": "#ccd4da" } } } }, "brand": { "primary": { "default": { "value": "#007acd", "comment": "Powerful tool to reinforce the brand's presence and create visual emphasis. Use strategically for text elements that are central to the brand identity or require heightened attention, such as brand names, key headlines, or links." }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "contrast": { "default": { "value": "#005aa0", "comment": "Used on secondary backgrounds to keep the the contrast ratio for accessibility reasons." }, "hovered": { "value": "#004478" }, "focused": { "value": "#004478" }, "pressed": { "value": "#0b2d4e" } } }, "status": { "danger": { "primary": { "default": { "value": "#db3735" }, "hovered": { "value": "#aa2424" }, "focused": { "value": "#aa2424" }, "pressed": { "value": "#7f1d1b" } }, "contrast": { "default": { "value": "#aa2424" }, "hovered": { "value": "#7f1d1b" }, "focused": { "value": "#7f1d1b" }, "pressed": { "value": "#521814" } } }, "warning": { "primary": { "default": { "value": "#bc5921" }, "hovered": { "value": "#8e441a" }, "focused": { "value": "#8e441a" }, "pressed": { "value": "#693315" } }, "contrast": { "default": { "value": "#8e441a" }, "hovered": { "value": "#693315" }, "focused": { "value": "#693315" }, "pressed": { "value": "#442312" } } }, "success": { "primary": { "default": { "value": "#008836" }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" } }, "contrast": { "default": { "value": "#006725" }, "hovered": { "value": "#004d1c" }, "focused": { "value": "#004d1c" }, "pressed": { "value": "#0a3315" } } }, "information": { "primary": { "default": { "value": "#007acd" }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "contrast": { "default": { "value": "#005aa0" }, "hovered": { "value": "#004478" }, "focused": { "value": "#004478" }, "pressed": { "value": "#0b2d4e" } } }, "discovery": { "primary": { "default": { "value": "#9261b7" }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" } }, "contrast": { "default": { "value": "#744299" }, "hovered": { "value": "#533669" }, "focused": { "value": "#533669" }, "pressed": { "value": "#312838" } } }, "planet": { "primary": { "default": { "value": "#008480" }, "hovered": { "value": "#0a6361" }, "focused": { "value": "#0a6361" }, "pressed": { "value": "#154948" } }, "contrast": { "default": { "value": "#0a6361" }, "hovered": { "value": "#154948" }, "focused": { "value": "#154948" }, "pressed": { "value": "#192f2f" } } } }, "accent": { "pink": { "primary": { "default": { "value": "#e01b78" }, "hovered": { "value": "#963563" }, "focused": { "value": "#963563" }, "pressed": { "value": "#5c3749" } }, "contrast": { "default": { "value": "#963563" }, "hovered": { "value": "#5c3749" }, "focused": { "value": "#5c3749" }, "pressed": { "value": "#34282e" } } }, "red": { "primary": { "default": { "value": "#db3735" }, "hovered": { "value": "#aa2424" }, "focused": { "value": "#aa2424" }, "pressed": { "value": "#7f1d1b" } }, "contrast": { "default": { "value": "#aa2424" }, "hovered": { "value": "#7f1d1b" }, "focused": { "value": "#7f1d1b" }, "pressed": { "value": "#521814" } } }, "orange": { "primary": { "default": { "value": "#bc5921" }, "hovered": { "value": "#8e441a" }, "focused": { "value": "#8e441a" }, "pressed": { "value": "#693315" } }, "contrast": { "default": { "value": "#8e441a" }, "hovered": { "value": "#693315" }, "focused": { "value": "#693315" }, "pressed": { "value": "#442312" } } }, "yellow": { "primary": { "default": { "value": "#947023" }, "hovered": { "value": "#6f551d" }, "focused": { "value": "#6f551d" }, "pressed": { "value": "#533f18" } }, "contrast": { "default": { "value": "#6f551d" }, "hovered": { "value": "#533f18" }, "focused": { "value": "#533f18" }, "pressed": { "value": "#362a13" } } }, "green": { "primary": { "default": { "value": "#008836" }, "hovered": { "value": "#006725" }, "focused": { "value": "#006725" }, "pressed": { "value": "#004d1c" } }, "contrast": { "default": { "value": "#006725" }, "hovered": { "value": "#004d1c" }, "focused": { "value": "#004d1c" }, "pressed": { "value": "#0a3315" } } }, "grey": { "primary": { "default": { "value": "#60798b" }, "hovered": { "value": "#435c6e" }, "focused": { "value": "#435c6e" }, "pressed": { "value": "#334551" } }, "contrast": { "default": { "value": "#435c6e" }, "hovered": { "value": "#334551" }, "focused": { "value": "#334551" }, "pressed": { "value": "#232d35" } } }, "blue": { "primary": { "default": { "value": "#007acd" }, "hovered": { "value": "#005aa0" }, "focused": { "value": "#005aa0" }, "pressed": { "value": "#004478" } }, "contrast": { "default": { "value": "#005aa0" }, "hovered": { "value": "#004478" }, "focused": { "value": "#004478" }, "pressed": { "value": "#0b2d4e" } } }, "ultramarine": { "primary": { "default": { "value": "#6372b2" }, "hovered": { "value": "#44549b" }, "focused": { "value": "#44549b" }, "pressed": { "value": "#2b3d83" } }, "contrast": { "default": { "value": "#44549b" }, "hovered": { "value": "#2b3d83" }, "focused": { "value": "#2b3d83" }, "pressed": { "value": "#182663" } } }, "purple": { "primary": { "default": { "value": "#9261b7" }, "hovered": { "value": "#744299" }, "focused": { "value": "#744299" }, "pressed": { "value": "#533669" } }, "contrast": { "default": { "value": "#744299" }, "hovered": { "value": "#533669" }, "focused": { "value": "#533669" }, "pressed": { "value": "#312838" } } }, "teal": { "primary": { "default": { "value": "#008480" }, "hovered": { "value": "#0a6361" }, "focused": { "value": "#0a6361" }, "pressed": { "value": "#154948" } }, "contrast": { "default": { "value": "#0a6361" }, "hovered": { "value": "#154948" }, "focused": { "value": "#154948" }, "pressed": { "value": "#192f2f" } } }, "lime": { "primary": { "default": { "value": "#6c7d02" }, "hovered": { "value": "#525f0a" }, "focused": { "value": "#525f0a" }, "pressed": { "value": "#3e460e" } }, "contrast": { "default": { "value": "#525f0a" }, "hovered": { "value": "#3e460e" }, "focused": { "value": "#3e460e" }, "pressed": { "value": "#2a2e0e" } } } }, "additional": { "signature": { "default": { "value": "#182663" } } } } }, "elevation": { "shadow": { "2-dp": { "value": "0 1px 5px 0 rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .06), 0 3px 1px rgba(0, 0, 0, .06)" }, "4-dp": { "value": "0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.06)" }, "6-dp": { "value": "0 3px 5px rgba(0, 0, 0, 0.1), 0 6px 10px rgba(0, 0, 0, 0.06), 0 1px 18px rgba(0, 0, 0, 0.06)" }, "8-dp": { "value": "0 5px 5px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.06), 0 3px 14px rgba(0, 0, 0, 0.06)" }, "16-dp": { "value": "0 8px 10px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.06), 0 6px 30px rgba(0, 0, 0, 0.06)" }, "24-dp": { "value": "0 11px 15px rgba(0, 0, 0, 0.1), 0 24px 38px rgba(0, 0, 0, 0.06), 0 9px 46px rgba(0, 0, 0, 0.06)" } }, "z_index": { "dropdown": { "value": "1000" }, "sticky": { "value": "1020" }, "fixed": { "value": "1030" }, "modal-backdrop": { "value": "1040" }, "modal": { "value": "1050" }, "popover": { "value": "1060" }, "tooltip": { "value": "1070" }, "toast-container": { "value": "1080" }, "toast": { "value": "1080" } } }, "font": { "family": { "sansSerif": { "value": "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"" }, "monospace": { "value": "\"Roboto Mono\", \"SFMono-Regular\", \"Menlo\", \"Monaco\", \"Consolas\", \"Liberation Mono\", \"Courier New\", monospace" }, "default": { "value": "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"" } }, "weight": { "light": { "value": "300" }, "normal": { "value": "400" }, "bold": { "value": "700" }, "black": { "value": "900" } }, "line": { "height": { "default": { "value": "1.5" }, "sansSerif": { "value": "1.5" }, "text": { "xs": { "desktop": { "value": "1rem" }, "mobile": { "value": "1rem" } }, "sm": { "desktop": { "value": "1.25rem" }, "mobile": { "value": "1.25rem" } }, "md": { "desktop": { "value": "1.5rem" }, "mobile": { "value": "1.5rem" } }, "lg": { "desktop": { "value": "1.5rem" }, "mobile": { "value": "1.5rem" } } }, "heading": { "xs": { "desktop": { "value": "1.75rem" }, "mobile": { "value": "1.75rem" } }, "sm": { "desktop": { "value": "2rem" }, "mobile": { "value": "2rem" } }, "md": { "desktop": { "value": "2.25rem" }, "mobile": { "value": "2.25rem" } }, "lg": { "desktop": { "value": "3rem" }, "mobile": { "value": "2.25rem" } }, "xl": { "desktop": { "value": "4rem" }, "mobile": { "value": "3rem" } }, "2xl": { "desktop": { "value": "5.5rem" }, "mobile": { "value": "4rem" } } } } }, "size": { "text": { "xs": { "desktop": { "value": "0.75rem" }, "mobile": { "value": "0.75rem" } }, "sm": { "desktop": { "value": "0.875rem" }, "mobile": { "value": "0.875rem" } }, "md": { "desktop": { "value": "1rem" }, "mobile": { "value": "1rem" } }, "lg": { "desktop": { "value": "1.125rem" }, "mobile": { "value": "1.125rem" } } }, "content": { "4": { "value": "0.625rem" } }, "heading": { "6": { "value": "1.125rem" }, "xs": { "desktop": { "value": "1.25rem" }, "mobile": { "value": "1.25rem" } }, "sm": { "desktop": { "value": "1.5rem" }, "mobile": { "value": "1.5rem" } }, "md": { "desktop": { "value": "1.75rem" }, "mobile": { "value": "1.75rem" } }, "lg": { "desktop": { "value": "2.25rem" }, "mobile": { "value": "1.75rem" } }, "xl": { "desktop": { "value": "3.375rem" }, "mobile": { "value": "2.25rem" } }, "2xl": { "desktop": { "value": "4.75rem" }, "mobile": { "value": "3.375rem" } } } } }, "motion": { "easing": { "fastOutSlowIn": { "value": "cubic-bezier(.4, 0, .2, 1)" }, "linearOutSlowIn": { "value": "cubic-bezier(0, 0, .2, 1)" }, "fastOutLinearIn": { "value": "cubic-bezier(.4, 0, 1, 1)" } } }, "opacity": { "disabled": { "value": "0.35" } }, "size": { "border": { "width": { "value": "0.0625rem" }, "radius": { "none": { "value": "0" }, "sm": { "value": "0.25rem" }, "md": { "value": "0.5rem" }, "lg": { "value": "1rem" }, "xl": { "value": "1.5rem" }, "xxl": { "value": "2rem" }, "pill": { "value": "9999px" } }, "focus_ring": { "width": { "value": "0.125rem" }, "offset": { "value": "0.125rem" } } }, "icon": { "2xs": { "value": "0.625rem" }, "xs": { "value": "0.75rem" }, "sm": { "value": "1rem" }, "md": { "value": "1.5rem" }, "lg": { "value": "2rem" }, "xl": { "value": "3rem" }, "xxl": { "value": "4rem" }, "3xl": { "value": "5rem" }, "4xl": { "value": "6rem" }, "5xl": { "value": "7rem" }, "6xl": { "value": "8rem" } }, "spacing": { "0": { "value": "0" }, "2": { "value": "0.125rem" }, "4": { "value": "0.25rem" }, "8": { "value": "0.5rem" }, "12": { "value": "0.75rem" }, "16": { "value": "1rem" }, "20": { "value": "1.25rem" }, "24": { "value": "1.5rem" }, "32": { "value": "2rem" }, "48": { "value": "3rem" }, "64": { "value": "4rem" }, "80": { "value": "5rem" }, "96": { "value": "6rem" }, "112": { "value": "7rem" } } } }, "core": { "color": { "grey": { "0": { "value": "#ffffff" }, "100": { "value": "#f6f8f9" }, "200": { "value": "#ebeef1" }, "300": { "value": "#ccd4da" }, "400": { "value": "#9eadb8" }, "500": { "value": "#778c9b" }, "600": { "value": "#60798b" }, "700": { "value": "#435c6e" }, "800": { "value": "#334551" }, "900": { "value": "#232d35" }, "1000": { "value": "#171d21" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(30, 80, 105, 0.04)" }, "200": { "value": "rgba(5, 43, 80, 0.08)" }, "300": { "value": "rgba(0, 40, 70, 0.2)" }, "400": { "value": "rgba(6, 45, 73, 0.39)" }, "500": { "value": "rgba(3, 42, 70, 0.54)" }, "inverse": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(188, 225, 229, 0.03)" }, "200": { "value": "rgba(164, 211, 229, 0.07)" }, "300": { "value": "rgba(168, 213, 247, 0.17)" }, "400": { "value": "rgba(166, 222, 255, 0.31)" }, "500": { "value": "rgba(179, 221, 251, 0.45)" } } } }, "pink": { "100": { "value": "#fff4f9" }, "200": { "value": "#ffe9f3" }, "300": { "value": "#ffc1df" }, "400": { "value": "#ff80bd" }, "500": { "value": "#fb3492" }, "600": { "value": "#e01b78" }, "700": { "value": "#963563" }, "800": { "value": "#5c3749" }, "900": { "value": "#34282e" } }, "red": { "100": { "value": "#fff7f5" }, "200": { "value": "#ffeae5" }, "300": { "value": "#ffc5b9" }, "400": { "value": "#ff8979" }, "500": { "value": "#f34e46" }, "600": { "value": "#db3735" }, "700": { "value": "#aa2424" }, "800": { "value": "#7f1d1b" }, "900": { "value": "#521814" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(255, 55, 5, 0.04)" }, "200": { "value": "rgba(255, 64, 19, 0.11)" }, "300": { "value": "rgba(255, 48, 5, 0.28)" }, "400": { "value": "rgba(255, 32, 2, 0.53);" } } }, "orange": { "100": { "value": "#fff5ed" }, "200": { "value": "#ffeada" }, "300": { "value": "#ffc89d" }, "400": { "value": "#ff8c47" }, "500": { "value": "#d96929" }, "600": { "value": "#bc5921" }, "700": { "value": "#8e441a" }, "800": { "value": "#693315" }, "900": { "value": "#442312" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(255, 130, 30, 0.08)" }, "200": { "value": "rgba(255, 115, 8, 0.15)" }, "300": { "value": "rgba(255, 114, 4, 0.39)" }, "400": { "value": "rgba(255, 97, 3, 0.73);" } } }, "yellow": { "100": { "value": "#fff7e0" }, "200": { "value": "#ffeeb4" }, "300": { "value": "#ffcc59" }, "400": { "value": "#d5a334" }, "500": { "value": "#ab8327" }, "600": { "value": "#947023" }, "700": { "value": "#6f551d" }, "800": { "value": "#533f18" }, "900": { "value": "#362a13" } }, "green": { "100": { "value": "#f3faf4" }, "200": { "value": "#e2f3e3" }, "300": { "value": "#aedfb3" }, "400": { "value": "#63be74" }, "500": { "value": "#199d47" }, "600": { "value": "#008836" }, "700": { "value": "#006725" }, "800": { "value": "#004d1c" }, "900": { "value": "#0a3315" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(35, 155, 35, 0.05)" }, "200": { "value": "rgba(13, 155, 22, 0.12)" }, "300": { "value": "rgba(2, 155, 18, 0.32)" }, "400": { "value": "rgba(3, 150, 31, 0.62);" } } }, "blue": { "100": { "value": "#f6f8fd" }, "200": { "value": "#e7eefc" }, "300": { "value": "#c0d4f9" }, "400": { "value": "#7fadef" }, "500": { "value": "#3c8cde" }, "600": { "value": "#007acd" }, "700": { "value": "#005aa0" }, "800": { "value": "#004478" }, "900": { "value": "#0b2d4e" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(30, 80, 205, 0.04)" }, "200": { "value": "rgba(15, 85, 225, 0.1)" }, "300": { "value": "rgba(3, 83, 231, 0.25)" }, "400": { "value": "rgba(4, 94, 224, 0.51);" } } }, "ultramarine": { "100": { "value": "#f6f7fb" }, "200": { "value": "#eceef7" }, "300": { "value": "#ccd1e9" }, "400": { "value": "#9fa9d4" }, "500": { "value": "#7986bf" }, "600": { "value": "#6372b2" }, "700": { "value": "#44549b" }, "800": { "value": "#2b3d83" }, "900": { "value": "#182663" } }, "purple": { "100": { "value": "#faf7fc" }, "200": { "value": "#f2ecf7" }, "300": { "value": "#deccec" }, "400": { "value": "#bf9ed9" }, "500": { "value": "#a377c5" }, "600": { "value": "#9261b7" }, "700": { "value": "#744299" }, "800": { "value": "#533669" }, "900": { "value": "#312838" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(130, 55, 180, 0.04)" }, "200": { "value": "rgba(93, 18, 155, 0.08)" }, "300": { "value": "rgba(90, 0, 160, 0.20)" }, "400": { "value": "rgba(91, 6, 158, 0.39);" } } }, "teal": { "100": { "value": "#f1fafa" }, "200": { "value": "#daf4f3" }, "300": { "value": "#95dfdd" }, "400": { "value": "#3dbcb8" }, "500": { "value": "#0a9994" }, "600": { "value": "#008480" }, "700": { "value": "#0a6361" }, "800": { "value": "#154948" }, "900": { "value": "#192f2f" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(22, 172, 172, 0.06)" }, "200": { "value": "rgba(8, 182, 175, 0.15)" }, "300": { "value": "rgba(3, 179, 174, 0.42)" }, "400": { "value": "rgba(3, 168, 163, 0.77);" } } }, "lime": { "100": { "value": "#f8fad5" }, "200": { "value": "#eef5a8" }, "300": { "value": "#c7de43" }, "400": { "value": "#9db603" }, "500": { "value": "#7d9200" }, "600": { "value": "#6c7d02" }, "700": { "value": "#525f0a" }, "800": { "value": "#3e460e" }, "900": { "value": "#2a2e0e" } }, "engie": { "blue": { "value": "#00AAFF" }, "green": { "value": "#23d2b5" } }, "white": { "alpha": { "300": { "value": "rgba(255, 255, 255, 0.25)" } } }, "reference": { "brand": { "100": { "value": "#f6f8fd" }, "200": { "value": "#e7eefc" }, "300": { "value": "#c0d4f9" }, "400": { "value": "#7fadef" }, "500": { "value": "#3c8cde" }, "600": { "value": "#007acd" }, "700": { "value": "#005aa0" }, "800": { "value": "#004478" }, "900": { "value": "#0b2d4e" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(30, 80, 205, 0.04)" }, "200": { "value": "rgba(15, 85, 225, 0.1)" }, "300": { "value": "rgba(3, 83, 231, 0.25)" }, "400": { "value": "rgba(4, 94, 224, 0.51);" } } }, "neutral": { "0": { "value": "#ffffff" }, "100": { "value": "#f6f8f9" }, "200": { "value": "#ebeef1" }, "300": { "value": "#ccd4da" }, "400": { "value": "#9eadb8" }, "500": { "value": "#778c9b" }, "600": { "value": "#60798b" }, "700": { "value": "#435c6e" }, "800": { "value": "#334551" }, "900": { "value": "#232d35" }, "1000": { "value": "#171d21" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(30, 80, 105, 0.04)" }, "200": { "value": "rgba(5, 43, 80, 0.08)" }, "300": { "value": "rgba(0, 40, 70, 0.2)" }, "400": { "value": "rgba(6, 45, 73, 0.39)" }, "500": { "value": "rgba(3, 42, 70, 0.54)" }, "inverse": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(188, 225, 229, 0.03)" }, "200": { "value": "rgba(164, 211, 229, 0.07)" }, "300": { "value": "rgba(168, 213, 247, 0.17)" }, "400": { "value": "rgba(166, 222, 255, 0.31)" }, "500": { "value": "rgba(179, 221, 251, 0.45)" } } } }, "status": { "danger": { "100": { "value": "#fff7f5" }, "200": { "value": "#ffeae5" }, "300": { "value": "#ffc5b9" }, "400": { "value": "#ff8979" }, "500": { "value": "#f34e46" }, "600": { "value": "#db3735" }, "700": { "value": "#aa2424" }, "800": { "value": "#7f1d1b" }, "900": { "value": "#521814" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(255, 55, 5, 0.04)" }, "200": { "value": "rgba(255, 64, 19, 0.11)" }, "300": { "value": "rgba(255, 48, 5, 0.28)" }, "400": { "value": "rgba(255, 32, 2, 0.53);" } } }, "success": { "100": { "value": "#f3faf4" }, "200": { "value": "#e2f3e3" }, "300": { "value": "#aedfb3" }, "400": { "value": "#63be74" }, "500": { "value": "#199d47" }, "600": { "value": "#008836" }, "700": { "value": "#006725" }, "800": { "value": "#004d1c" }, "900": { "value": "#0a3315" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(35, 155, 35, 0.05)" }, "200": { "value": "rgba(13, 155, 22, 0.12)" }, "300": { "value": "rgba(2, 155, 18, 0.32)" }, "400": { "value": "rgba(3, 150, 31, 0.62);" } } }, "warning": { "100": { "value": "#fff5ed" }, "200": { "value": "#ffeada" }, "300": { "value": "#ffc89d" }, "400": { "value": "#ff8c47" }, "500": { "value": "#d96929" }, "600": { "value": "#bc5921" }, "700": { "value": "#8e441a" }, "800": { "value": "#693315" }, "900": { "value": "#442312" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(255, 130, 30, 0.08)" }, "200": { "value": "rgba(255, 115, 8, 0.15)" }, "300": { "value": "rgba(255, 114, 4, 0.39)" }, "400": { "value": "rgba(255, 97, 3, 0.73);" } } }, "discovery": { "100": { "value": "#faf7fc" }, "200": { "value": "#f2ecf7" }, "300": { "value": "#deccec" }, "400": { "value": "#bf9ed9" }, "500": { "value": "#a377c5" }, "600": { "value": "#9261b7" }, "700": { "value": "#744299" }, "800": { "value": "#533669" }, "900": { "value": "#312838" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(130, 55, 180, 0.04)" }, "200": { "value": "rgba(93, 18, 155, 0.08)" }, "300": { "value": "rgba(90, 0, 160, 0.20)" }, "400": { "value": "rgba(91, 6, 158, 0.39);" } } }, "information": { "100": { "value": "#f6f8fd" }, "200": { "value": "#e7eefc" }, "300": { "value": "#c0d4f9" }, "400": { "value": "#7fadef" }, "500": { "value": "#3c8cde" }, "600": { "value": "#007acd" }, "700": { "value": "#005aa0" }, "800": { "value": "#004478" }, "900": { "value": "#0b2d4e" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(30, 80, 205, 0.04)" }, "200": { "value": "rgba(15, 85, 225, 0.1)" }, "300": { "value": "rgba(3, 83, 231, 0.25)" }, "400": { "value": "rgba(4, 94, 224, 0.51);" } } }, "planet": { "100": { "value": "#f1fafa" }, "200": { "value": "#daf4f3" }, "300": { "value": "#95dfdd" }, "400": { "value": "#3dbcb8" }, "500": { "value": "#0a9994" }, "600": { "value": "#008480" }, "700": { "value": "#0a6361" }, "800": { "value": "#154948" }, "900": { "value": "#192f2f" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(22, 172, 172, 0.06)" }, "200": { "value": "rgba(8, 182, 175, 0.15)" }, "300": { "value": "rgba(3, 179, 174, 0.42)" }, "400": { "value": "rgba(3, 168, 163, 0.77);" } } } } } }, "elevation": { "z_index": { "0": { "value": "0" }, "1": { "value": "1000" }, "10": { "value": "1010" }, "20": { "value": "1020" }, "30": { "value": "1030" }, "40": { "value": "1040" }, "50": { "value": "1050" }, "60": { "value": "1060" }, "70": { "value": "1070" }, "80": { "value": "1080" }, "90": { "value": "1090" }, "100": { "value": "1100" }, "110": { "value": "1110" }, "120": { "value": "1120" }, "130": { "value": "1130" }, "140": { "value": "1140" }, "150": { "value": "1150" }, "160": { "value": "1160" }, "170": { "value": "1170" }, "180": { "value": "1180" }, "190": { "value": "1190" }, "200": { "value": "1200" }, "210": { "value": "1210" }, "220": { "value": "1220" }, "230": { "value": "1230" }, "240": { "value": "1240" }, "250": { "value": "1250" }, "260": { "value": "1260" }, "270": { "value": "1270" }, "280": { "value": "1280" }, "290": { "value": "1290" }, "300": { "value": "1300" }, "310": { "value": "1310" }, "320": { "value": "1320" }, "330": { "value": "1330" }, "340": { "value": "1340" }, "350": { "value": "1350" }, "360": { "value": "1360" }, "370": { "value": "1370" }, "380": { "value": "1380" }, "390": { "value": "1390" }, "400": { "value": "1400" }, "410": { "value": "1410" }, "420": { "value": "1420" }, "430": { "value": "1430" }, "440": { "value": "1440" }, "450": { "value": "1450" }, "460": { "value": "1460" }, "470": { "value": "1470" }, "480": { "value": "1480" }, "490": { "value": "1490" }, "500": { "value": "1500" } } }, "opacity": { "50": { "value": "0.05" }, "100": { "value": "0.10" }, "150": { "value": "0.15" }, "200": { "value": "0.20" }, "250": { "value": "0.25" }, "300": { "value": "0.30" }, "350": { "value": "0.35" }, "400": { "value": "0.40" }, "450": { "value": "0.45" }, "500": { "value": "0.50" }, "550": { "value": "0.55" }, "600": { "value": "0.60" }, "650": { "value": "0.65" }, "700": { "value": "0.70" }, "750": { "value": "0.75" }, "800": { "value": "0.80" }, "850": { "value": "0.85" }, "900": { "value": "0.90" }, "950": { "value": "0.95" }, "1000": { "value": "1.00" } }, "size": { "0": { "value": "0" }, "1": { "value": "0.0625rem" }, "2": { "value": "0.125rem" }, "4": { "value": "0.25rem" }, "6": { "value": "0.375rem" }, "8": { "value": "0.5rem" }, "10": { "value": "0.625rem" }, "12": { "value": "0.75rem" }, "14": { "value": "0.875rem" }, "16": { "value": "1rem" }, "18": { "value": "1.125rem" }, "20": { "value": "1.25rem" }, "22": { "value": "1.375rem" }, "24": { "value": "1.5rem" }, "28": { "value": "1.75rem" }, "30": { "value": "1.875rem" }, "32": { "value": "2rem" }, "34": { "value": "2.125rem" }, "36": { "value": "2.25rem" }, "38": { "value": "2.375rem" }, "40": { "value": "2.5rem" }, "42": { "value": "2.625rem" }, "44": { "value": "2.75rem" }, "46": { "value": "2.875rem" }, "48": { "value": "3rem" }, "50": { "value": "3.125rem" }, "52": { "value": "3.25rem" }, "54": { "value": "3.375rem" }, "56": { "value": "3.5rem" }, "58": { "value": "3.625rem" }, "64": { "value": "4rem" }, "76": { "value": "4.75rem" }, "80": { "value": "5rem" }, "88": { "value": "5.5rem" }, "96": { "value": "6rem" }, "112": { "value": "7rem" }, "116": { "value": "7.25rem" }, "128": { "value": "8rem" }, "9999": { "value": "9999px" } } }, "component": { "avatar": { "size": { "sm": { "value": "2rem" }, "base": { "value": "3rem" }, "lg": { "value": "4rem" }, "xl": { "value": "6rem" } } }, "backdrop": { "color": { "background": { "value": "rgba(3, 42, 70, 0.54)" } } }, "fab": { "size": { "sm": { "value": "3rem" }, "base": { "value": "4rem" } } }, "skeleton": { "color": { "background": { "value": "linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(23, 29, 33, 0.05) 50%, rgba(0, 0, 0, 0) 100%)" } } } } }; const TokensDark = { "semantic": { "color": { "background": { "neutral": { "primary": { "default": { "value": "#15191d", "comment": "Sets the background color to white, provides a clean and minimalist canvas for the interface. Classic foundation for content and components." }, "hovered": { "value": "#1f262b" }, "focused": { "value": "#1f262b" }, "pressed": { "value": "#2e3942" }, "selected": { "value": "#12263b" }, "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(164, 211, 229, 0.07)" }, "focused": { "value": "rgba(164, 211, 229, 0.07)" }, "pressed": { "value": "rgba(168, 213, 247, 0.17)" }, "selected": { "value": "rgba(1, 112, 229, 0.15)" } } }, "secondary": { "default": { "value": "#1a1f23", "comment": "Provides a subtle contrast with the primary background. Use to add a touch of visual interest without overpowering the content." }, "hovered": { "value": "#1f262b" }, "focused": { "value": "#1f262b" }, "pressed": { "value": "#2e3942" }, "translucent": { "default": { "value": "rgba(188, 225, 229, 0.03)" }, "hovered": { "value": "rgba(164, 211, 229, 0.07)" }, "focused": { "value": "rgba(164, 211, 229, 0.07)" }, "pressed": { "value": "rgba(168, 213, 247, 0.17)" } } }, "tertiary": { "default": { "value": "#1f262b", "comment": "Provides a slightly stronger contrast with the primary background. Use to enhances the visual separation between different sections or elements." }, "hovered": { "value": "#2e3942" }, "focused": { "value": "#2e3942" }, "pressed": { "value": "#425663" }, "translucent": { "default": { "value": "rgba(164, 211, 229, 0.07)" }, "hovered": { "value": "rgba(168, 213, 247, 0.17)" }, "focused": { "value": "rgba(168, 213, 247, 0.17)" }, "pressed": { "value": "rgba(166, 222, 255, 0.31)" } } }, "solid": { "default": { "value": "#718492", "comment": "Provides a distinct and noticeable contrast with the primary background. Adds a robust and substantial presence, use it to make the element stand out." }, "hovered": { "value": "#97a5af" }, "focused": { "value": "#97a5af" }, "pressed": { "value": "#bcc4cb" } }, "inverse": { "default": { "value": "#15191d", "comment": "Applies white as the background color, creating a striking visual effect when used on a dark-colored surface. Use to ensure readability and visual appeal in specific UI components or sections." }, "hovered": { "value": "#1f262b" }, "focused": { "value": "#1f262b" }, "pressed": { "value": "#2e3942" }, "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(168, 213, 247, 0.17)" }, "focused": { "value": "rgba(168, 213, 247, 0.17)" }, "pressed": { "value": "rgba(166, 222, 255, 0.31)" } } }, "spotlight": { "default": { "value": "#e2e5e9", "comment": "Creates a high contrast with the primary background. Use it for critical elements or components that require maximum emphasis and visual impact." } } }, "brand": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(1, 112, 229, 0.15)" }, "focused": { "value": "rgba(1, 112, 229, 0.15)" }, "pressed": { "value": "rgba(0, 139, 253, 0.29)" } } }, "secondary": { "default": { "value": "#111f2e", "comment": "Establishes a subtle contrast with the primary background while using the brand color. Use it to add a touch of brand interest without overpowering the content." }, "hovered": { "value": "#12263b" }, "focused": { "value": "#12263b" }, "pressed": { "value": "#0f3a5e" }, "translucent": { "default": { "value": "rgba(1, 55, 114, 0.2)" }, "hovered": { "value": "rgba(1, 112, 229, 0.15)" }, "focused": { "value": "rgba(1, 112, 229, 0.15)" }, "pressed": { "value": "rgba(0, 139, 253, 0.29)" } } }, "tertiary": { "default": { "value": "#12263b", "comment": "Creates a slightly stronger contrast with the primary background while using the brand color. Use it to enhances the visual separation between different sections or elements." }, "hovered": { "value": "#0f3a5e" }, "focused": { "value": "#0f3a5e" }, "pressed": { "value": "#04568e" }, "translucent": { "default": { "value": "rgba(1, 112, 229, 0.15)" }, "hovered": { "value": "rgba(0, 139, 253, 0.29)" }, "focused": { "value": "rgba(0, 139, 253, 0.29)" }, "pressed": { "value": "rgba(0, 100, 169, 0.81);" } } }, "solid": { "default": { "value": "#3d85ca", "comment": "Use to add a robust and substantial brand presence, making the elements stand out using the brand color." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "spotlight": { "default": { "value": "#dbe5f8", "comment": "Creates a high contrast with the primary background while reminiscing of the brand identity. Use it for critical elements or components that require maximum emphasis and visual impact." } } }, "status": { "danger": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(197, 29, 1, 0.25)" }, "focused": { "value": "rgba(197, 29, 1, 0.25)" }, "pressed": { "value": "rgba(250, 51, 32, 0.34)" }, "selected": { "value": "rgba(197, 29, 1, 0.25)" } } }, "secondary": { "default": { "value": "#321613" }, "hovered": { "value": "#411a16" }, "focused": { "value": "#411a16" }, "pressed": { "value": "#63221e" } }, "tertiary": { "default": { "value": "#411a16" }, "hovered": { "value": "#63221e" }, "focused": { "value": "#63221e" }, "pressed": { "value": "#95302c" }, "translucent": { "default": { "value": "rgba(197, 29, 1, 0.25)" }, "hovered": { "value": "rgba(250, 51, 32, 0.34)" }, "focused": { "value": "rgba(250, 51, 32, 0.34)" }, "pressed": { "value": "rgba(254, 67, 56, 0.55);" } } }, "solid": { "default": { "value": "#dd534b", "comment": "Indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions." }, "hovered": { "value": "#fa7e72" }, "pressed": { "value": "#ffaea3" }, "focused": { "value": "#fa7e72" } }, "spotlight": { "default": { "value": "#ffddd7" } } }, "success": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(5, 97, 1, 0.25)" }, "focused": { "value": "rgba(5, 97, 1, 0.25)" }, "pressed": { "value": "rgba(3, 254, 35, 0.17)" }, "selected": { "value": "rgba(5, 97, 1, 0.25)" } } }, "secondary": { "default": { "value": "#102313" }, "hovered": { "value": "#112b16" }, "focused": { "value": "#112b16" }, "pressed": { "value": "#12401e" } }, "tertiary": { "default": { "value": "#112b16" }, "hovered": { "value": "#12401e" }, "focused": { "value": "#12401e" }, "pressed": { "value": "#12602b" }, "translucent": { "default": { "value": "rgba(5, 97, 1, 0.25)" }, "hovered": { "value": "rgba(3, 254, 35, 0.17)" }, "focused": { "value": "rgba(3, 254, 35, 0.17)" }, "pressed": { "value": "rgba(11, 254, 74, 0.31);" } } }, "solid": { "default": { "value": "#30934b", "comment": "Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks." }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" } }, "spotlight": { "default": { "value": "#d4ebd6" } } }, "warning": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(142, 50, 0, 0.28)" }, "focused": { "value": "rgba(142, 50, 0, 0.28)" }, "pressed": { "value": "rgba(254, 106, 22, 0.27)" }, "selected": { "value": "rgba(142, 50, 0, 0.28)" } } }, "secondary": { "default": { "value": "#2c1b12" }, "hovered": { "value": "#372015" }, "focused": { "value": "#372015" }, "pressed": { "value": "#542f1b" } }, "tertiary": { "default": { "value": "#372015" }, "hovered": { "value": "#542f1b" }, "focused": { "value": "#542f1b" }, "pressed": { "value": "#7e4425" }, "translucent": { "default": { "value": "rgba(142, 50, 0, 0.28)" }, "hovered": { "value": "rgba(254, 106, 22, 0.27)" }, "focused": { "value": "rgba(254, 106, 22, 0.27)" }, "pressed": { "value": "rgba(254, 121, 47, 0.45);" } } }, "solid": { "default": { "value": "#c3693a", "comment": "Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger." }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" } }, "spotlight": { "default": { "value": "#ffdfc8" } } }, "discovery": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(232, 136, 196, 0.09)" }, "focused": { "value": "rgba(232, 136, 196, 0.09)" }, "pressed": { "value": "rgba(221, 139, 252, 0.22)" }, "selected": { "value": "rgba(232, 136, 196, 0.09)" } } }, "secondary": { "default": { "value": "#201d22" }, "hovered": { "value": "#28232c" }, "focused": { "value": "#28232c" }, "pressed": { "value": "#41324e" } }, "tertiary": { "default": { "value": "#28232c" }, "hovered": { "value": "#41324e" }, "focused": { "value": "#41324e" }, "pressed": { "value": "#694288" }, "translucent": { "default": { "value": "rgba(232, 136, 196, 0.09)" }, "hovered": { "value": "rgba(221, 139, 252, 0.22)" }, "focused": { "value": "rgba(221, 139, 252, 0.22)" }, "pressed": { "value": "rgba(196, 110, 252, 0.48);" } } }, "solid": { "default": { "value": "#9971b8", "comment": "Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience." }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" } }, "spotlight": { "default": { "value": "#ebe1f2" } } }, "information": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(1, 112, 229, 0.15)" }, "focused": { "value": "rgba(1, 112, 229, 0.15)" }, "pressed": { "value": "rgba(0, 139, 253, 0.29)" }, "selected": { "value": "rgba(1, 112, 229, 0.15)" } } }, "solid": { "default": { "value": "#3d85ca", "comment": "Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "secondary": { "default": { "value": "#111f2e" }, "hovered": { "value": "#12263b" }, "focused": { "value": "#12263b" }, "pressed": { "value": "#0f3a5e" } }, "tertiary": { "default": { "value": "#12263b" }, "hovered": { "value": "#0f3a5e" }, "focused": { "value": "#0f3a5e" }, "pressed": { "value": "#04568e" }, "translucent": { "default": { "value": "rgba(1, 112, 229, 0.15)" }, "hovered": { "value": "rgba(0, 139, 253, 0.29)" }, "focused": { "value": "rgba(0, 139, 253, 0.29)" }, "pressed": { "value": "rgba(0, 100, 169, 0.81);" } } }, "spotlight": { "default": { "value": "#dbe5f8" } } }, "planet": { "primary": { "translucent": { "default": { "value": "rgba(0, 0, 0, 0)" }, "hovered": { "value": "rgba(135, 225, 172, 0.07)" }, "focused": { "value": "rgba(135, 225, 172, 0.07)" }, "pressed": { "value": "rgba(115, 244, 217, 0.16)" }, "selected": { "value": "rgba(135, 225, 172, 0.07)" } } }, "solid": { "default": { "value": "#328e8a" }, "hovered": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" }, "focused": { "value": "#58b1ad" } }, "secondary": { "default": { "value": "#191f1f" }, "hovered": { "value": "#1d2727" }, "focused": { "value": "#1d2727" }, "pressed": { "value": "#243c3b" } }, "tertiary": { "default": { "value": "#1d2727" }, "hovered": { "value": "#243c3b" }, "focused": { "value": "#243c3b" }, "pressed": { "value": "#275b59" }, "translucent": { "default": { "value": "rgba(135, 225, 172, 0.07)" }, "hovered": { "value": "rgba(115, 244, 217, 0.16)" }, "focused": { "value": "rgba(115, 244, 217, 0.16)" }, "pressed": { "value": "rgba(83, 253, 236, 0.29);" } } }, "spotlight": { "default": { "value": "#ccebea" } } } }, "accent": { "pink": { "secondary": { "default": { "value": "#211d1e", "comment": "Subtle touch of pink with no meaning tied to the color." }, "hovered": { "value": "#2a2326" }, "focused": { "value": "#2a2326" }, "pressed": { "value": "#45333a" } }, "tertiary": { "default": { "value": "#2a2326", "comment": "Soft pink background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#45333a" }, "focused": { "value": "#45333a" }, "pressed": { "value": "#7b4159" } }, "solid": { "default": { "value": "#e44284", "comment": "Suitable for pink backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#f779ad" }, "focused": { "value": "#f779ad" }, "pressed": { "value": "#fbaccc" } }, "spotlight": { "default": { "value": "#fddcea", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "red": { "secondary": { "default": { "value": "#321613", "comment": "Subtle touch of red with no meaning tied to the color." }, "hovered": { "value": "#411a16" }, "focused": { "value": "#411a16" }, "pressed": { "value": "#63221e" } }, "tertiary": { "default": { "value": "#411a16", "comment": "Soft red background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#63221e" }, "focused": { "value": "#63221e" }, "pressed": { "value": "#95302c" } }, "solid": { "default": { "value": "#dd534b", "comment": "Suitable for red backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." } }, "spotlight": { "default": { "value": "#ffddd7", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "orange": { "secondary": { "default": { "value": "#2c1b12", "comment": "Subtle touch of orange with no meaning tied to the color." }, "hovered": { "value": "#372015" }, "focused": { "value": "#372015" }, "pressed": { "value": "#542f1b" } }, "tertiary": { "default": { "value": "#372015", "comment": "Soft orange background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#542f1b" }, "focused": { "value": "#542f1b" }, "pressed": { "value": "#7e4425" } }, "solid": { "default": { "value": "#c3693a", "comment": "Suitable for orange backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" } }, "spotlight": { "default": { "value": "#ffdfc8", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "yellow": { "secondary": { "default": { "value": "#251e13", "comment": "Subtle touch of yellow with no meaning tied to the color." }, "hovered": { "value": "#2c2416" }, "focused": { "value": "#2c2416" }, "pressed": { "value": "#43361d" } }, "tertiary": { "default": { "value": "#2c2416", "comment": "Soft yellow background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#43361d" }, "focused": { "value": "#43361d" }, "pressed": { "value": "#655027" } }, "solid": { "default": { "value": "#c59d4a", "comment": "Suitable for yellow backgrounds when there is no meaning tied to the color. No minimum contrast requirement met!" }, "hovered": { "value": "#eabc5f" }, "focused": { "value": "#eabc5f" }, "pressed": { "value": "#ffe299" } }, "spotlight": { "default": { "value": "#ffe299", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "green": { "secondary": { "default": { "value": "#102313", "comment": "Subtle touch of green with no meaning tied to the color." }, "hovered": { "value": "#112b16" }, "focused": { "value": "#112b16" }, "pressed": { "value": "#12401e" } }, "tertiary": { "default": { "value": "#112b16", "comment": "Soft green background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#12401e" }, "focused": { "value": "#12401e" }, "pressed": { "value": "#12602b" } }, "solid": { "default": { "value": "#30934b", "comment": "Suitable for green backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" } }, "spotlight": { "default": { "value": "#d4ebd6", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "grey": { "secondary": { "default": { "value": "#1a1f23", "comment": "Subtle touch of grey with no meaning tied to the color." }, "hovered": { "value": "#1f262b" }, "focused": { "value": "#1f262b" }, "pressed": { "value": "#2e3942" } }, "tertiary": { "default": { "value": "#1f262b", "comment": "Soft grey background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#2e3942" }, "focused": { "value": "#2e3942" }, "pressed": { "value": "#425663" } }, "solid": { "default": { "value": "#718492", "comment": "Suitable for grey backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#97a5af" }, "focused": { "value": "#97a5af" }, "pressed": { "value": "#bcc4cb" } }, "spotlight": { "default": { "value": "#e2e5e9", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "blue": { "secondary": { "default": { "value": "#111f2e", "comment": "Subtle touch of blue with no meaning tied to the color." }, "hovered": { "value": "#12263b" }, "focused": { "value": "#12263b" }, "pressed": { "value": "#0f3a5e" } }, "tertiary": { "default": { "value": "#12263b", "comment": "Soft blue background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#0f3a5e" }, "focused": { "value": "#0f3a5e" }, "pressed": { "value": "#04568e" } }, "solid": { "default": { "value": "#3d85ca", "comment": "Suitable for blue backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "spotlight": { "default": { "value": "#dbe5f8", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "ultramarine": { "secondary": { "default": { "value": "#171d37", "comment": "Subtle touch of ultramarine with no meaning tied to the color." }, "hovered": { "value": "#17224b" }, "focused": { "value": "#17224b" }, "pressed": { "value": "#25346e" } }, "tertiary": { "default": { "value": "#17224b", "comment": "Soft ultramarine background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#25346e" }, "focused": { "value": "#25346e" }, "pressed": { "value": "#3f508e" } }, "solid": { "default": { "value": "#717fb5", "comment": "Suitable for ultramarine backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#96a2cc" }, "focused": { "value": "#96a2cc" }, "pressed": { "value": "#bbc2df" } }, "spotlight": { "default": { "value": "#e1e4f1", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "purple": { "secondary": { "default": { "value": "#201d22", "comment": "Subtle touch of purple with no meaning tied to the color." }, "hovered": { "value": "#28232c" }, "focused": { "value": "#28232c" }, "pressed": { "value": "#41324e" } }, "tertiary": { "default": { "value": "#28232c", "comment": "Soft purple background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#41324e" }, "focused": { "value": "#41324e" }, "pressed": { "value": "#694288" } }, "solid": { "default": { "value": "#9971b8", "comment": "Suitable for purple backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" } }, "spotlight": { "default": { "value": "#ebe1f2", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "teal": { "secondary": { "default": { "value": "#191f1f", "comment": "Subtle touch of teal with no meaning tied to the color." }, "hovered": { "value": "#1d2727" }, "focused": { "value": "#1d2727" }, "pressed": { "value": "#243c3b" } }, "tertiary": { "default": { "value": "#1d2727", "comment": "Soft teal background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#243c3b" }, "focused": { "value": "#243c3b" }, "pressed": { "value": "#275b59" } }, "solid": { "default": { "value": "#328e8a", "comment": "Suitable for teal backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#58b1ad" }, "focused": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" } }, "spotlight": { "default": { "value": "#ccebea", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } }, "lime": { "secondary": { "default": { "value": "#1e2010", "comment": "Subtle touch of lime with no meaning tied to the color." }, "hovered": { "value": "#242713" }, "focused": { "value": "#242713" }, "pressed": { "value": "#353b18" } }, "tertiary": { "default": { "value": "#242713", "comment": "Soft lime background with no meaning tied to the color, slightly stronger visual contrast than the secondary." }, "hovered": { "value": "#353b18" }, "focused": { "value": "#353b18" }, "pressed": { "value": "#4e581e" } }, "solid": { "default": { "value": "#78892a", "comment": "Suitable for lime backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1)." }, "hovered": { "value": "#97ac37" }, "focused": { "value": "#97ac37" }, "pressed": { "value": "#b7cd4f" } }, "spotlight": { "default": { "value": "#dfed90", "comment": "Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface" } } } }, "additional": { "engieRay": { "default": { "value": "linear-gradient(90deg, #00AAFF 0%, #23d2b5 100%)", "comment": "ENGIE's brand gradient. We strongly advise to refer to the brand guidelines for its usage." } }, "signature": { "default": { "value": "#171d37", "comment": "ENGIE's additional brand color. We strongly advise to refer to the brand guidelines for its usage." } } } }, "border": { "neutral": { "minimal": { "default": { "value": "#1f262b", "comment": "Almost imperceptible, provides a gentle visual separation between elements without drawing much attention to itself. Used for separators." }, "hovered": { "value": "#2e3942" }, "focused": { "value": "#2e3942" }, "pressed": { "value": "#425663" }, "selected": { "value": "#425663" } }, "subtle": { "default": { "value": "#2e3942", "comment": "Offers a subtle visual distinction between elements, without overpowering the content. Used for separators and cards." }, "hovered": { "value": "#425663" }, "focused": { "value": "#425663" }, "pressed": { "value": "#5c7181" }, "selected": { "value": "#5c7181" } }, "moderate": { "default": { "value": "#425663", "comment": "Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs." }, "hovered": { "value": "#5c7181" }, "focused": { "value": "#5c7181" }, "pressed": { "value": "#718492" }, "selected": { "value": "#718492" } }, "strong": { "default": { "value": "#718492", "comment": "Bold border, creates a striking visual division between elements. Use for notifications, inline messages and focus ring." }, "hovered": { "value": "#97a5af" }, "focused": { "value": "#97a5af" }, "pressed": { "value": "#bcc4cb" }, "selected": { "value": "#bcc4cb" } }, "heavy": { "default": { "value": "#e2e5e9", "comment": "Highest level of visual differentiation. Has a strong contrast with the background, making it visually prominent and attention-grabbing. Use for important alerts." } }, "inverse": { "default": { "value": "#15191d", "comment": "Allows the application of a border when used on a contrasted background. Use for inverse buttons or inverse cards." }, "hovered": { "value": "#1f262b" }, "focused": { "value": "#1f262b" }, "pressed": { "value": "#2e3942" }, "selected": { "value": "#2e3942" } } }, "brand": { "subtle": { "default": { "value": "#0f3a5e", "comment": "Provides a gentle visual separation between elements, with a touch of Engie's brand identity.Suitable for elements where a subtle brand presence is desired." }, "hovered": { "value": "#04568e" }, "focused": { "value": "#04568e" }, "pressed": { "value": "#1c73b6" }, "selected": { "value": "#1c73b6" } }, "moderate": { "default": { "value": "#04568e", "comment": "Provides a clear separation between elements with the brand identity. Use for tags and inputs." }, "hovered": { "value": "#1c73b6" }, "focused": { "value": "#1c73b6" }, "pressed": { "value": "#3d85ca" }, "selected": { "value": "#3d85ca" } }, "strong": { "default": { "value": "#3d85ca", "comment": "Bold brand border, creates a striking visual division between elements. Use for borders or visual indicators of elements that reinforce Engie's brand, such as notifications, inline messages and focus ring." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" }, "selected": { "value": "#a9c4ee" } } }, "status": { "danger": { "subtle": { "default": { "value": "#63221e", "comment": "Subtle way to communicate critical information without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#95302c" }, "focused": { "value": "#95302c" }, "pressed": { "value": "#c3423c" }, "selected": { "value": "#c3423c" } }, "moderate": { "default": { "value": "#95302c", "comment": "Communicates critical information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs." }, "hovered": { "value": "#c3423c" }, "focused": { "value": "#c3423c" }, "pressed": { "value": "#dd534b" }, "selected": { "value": "#dd534b" } }, "strong": { "default": { "value": "#dd534b", "comment": "Intended to indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions." }, "hovered": { "value": "#fa7e72" }, "focused": { "value": "#fa7e72" }, "pressed": { "value": "#ffaea3" }, "selected": { "value": "#ffaea3" } } }, "warning": { "subtle": { "default": { "value": "#542f1b", "comment": "Subtle way to communicate warning information without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#7e4425" }, "focused": { "value": "#7e4425" }, "pressed": { "value": "#a85a31" }, "selected": { "value": "#a85a31" } }, "moderate": { "default": { "value": "#7e4425", "comment": "Communicates warning information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#a85a31" }, "focused": { "value": "#a85a31" }, "pressed": { "value": "#c3693a" }, "selected": { "value": "#c3693a" } }, "strong": { "default": { "value": "#c3693a", "comment": "Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger." }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" }, "selected": { "value": "#ffb182" } } }, "success": { "subtle": { "default": { "value": "#12401e", "comment": "Subtle way to communicate success information or positive states without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#12602b" }, "focused": { "value": "#12602b" }, "pressed": { "value": "#1d7f3c" }, "selected": { "value": "#1d7f3c" } }, "moderate": { "default": { "value": "#12602b", "comment": "Communicates successful or positive states in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#1d7f3c" }, "focused": { "value": "#1d7f3c" }, "pressed": { "value": "#30934b" }, "selected": { "value": "#30934b" } }, "strong": { "default": { "value": "#30934b", "comment": "Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks." }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" }, "selected": { "value": "#99d0a0" } } }, "discovery": { "subtle": { "default": { "value": "#41324e", "comment": "Subtle way to highlight discovery or exploration-related content in your interface without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#694288" }, "focused": { "value": "#694288" }, "pressed": { "value": "#875da9" }, "selected": { "value": "#875da9" } }, "moderate": { "default": { "value": "#694288", "comment": "Highlights discovery or communicates exploration-related content in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#875da9" }, "focused": { "value": "#875da9" }, "pressed": { "value": "#9971b8" }, "selected": { "value": "#9971b8" } }, "strong": { "default": { "value": "#9971b8", "comment": "Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience." }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" }, "selected": { "value": "#d0bbe1" } } }, "information": { "subtle": { "default": { "value": "#0f3a5e", "comment": "Subtle way to highlight informational elements in your interface without overpowering the content. Use for separators and cards." }, "hovered": { "value": "#04568e" }, "focused": { "value": "#04568e" }, "pressed": { "value": "#1c73b6" }, "selected": { "value": "#1c73b6" } }, "moderate": { "default": { "value": "#04568e", "comment": "Highlights informational elements in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming." }, "hovered": { "value": "#1c73b6" }, "focused": { "value": "#1c73b6" }, "pressed": { "value": "#3d85ca" }, "selected": { "value": "#3d85ca" } }, "strong": { "default": { "value": "#3d85ca", "comment": "Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" }, "selected": { "value": "#a9c4ee" } } }, "planet": { "subtle": { "default": { "value": "#243c3b" }, "hovered": { "value": "#275b59" }, "focused": { "value": "#275b59" }, "pressed": { "value": "#297a77" }, "selected": { "value": "#297a77" } }, "moderate": { "default": { "value": "#275b59" }, "hovered": { "value": "#297a77" }, "focused": { "value": "#297a77" }, "pressed": { "value": "#328e8a" }, "selected": { "value": "#328e8a" } }, "strong": { "default": { "value": "#328e8a" }, "hovered": { "value": "#58b1ad" }, "focused": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" }, "selected": { "value": "#8bcfcb" } } } }, "accent": { "pink": { "subtle": { "default": { "value": "#45333a" }, "hovered": { "value": "#7b4159" }, "focused": { "value": "#7b4159" }, "pressed": { "value": "#c13c72" }, "selected": { "value": "#c13c72" } }, "moderate": { "default": { "value": "#7b4159", "comment": "Suitable for pink borders when there is no meaning tied to the color." }, "hovered": { "value": "#c13c72" }, "focused": { "value": "#c13c72" }, "pressed": { "value": "#e44284" }, "selected": { "value": "#e44284" } }, "strong": { "default": { "value": "#e44284" }, "hovered": { "value": "#f779ad" }, "focused": { "value": "#f779ad" }, "pressed": { "value": "#fbaccc" }, "selected": { "value": "#fbaccc" } } }, "red": { "subtle": { "default": { "value": "#63221e" }, "hovered": { "value": "#95302c" }, "focused": { "value": "#95302c" }, "pressed": { "value": "#c3423c" }, "selected": { "value": "#c3423c" } }, "moderate": { "default": { "value": "#95302c", "comment": "Suitable for red borders when there is no meaning tied to the color." }, "hovered": { "value": "#c3423c" }, "focused": { "value": "#c3423c" }, "pressed": { "value": "#dd534b" }, "selected": { "value": "#dd534b" } }, "strong": { "default": { "value": "#dd534b" }, "hovered": { "value": "#fa7e72" }, "focused": { "value": "#fa7e72" }, "pressed": { "value": "#ffaea3" }, "selected": { "value": "#ffaea3" } } }, "orange": { "subtle": { "default": { "value": "#542f1b" }, "hovered": { "value": "#7e4425" }, "focused": { "value": "#7e4425" }, "pressed": { "value": "#a85a31" }, "selected": { "value": "#a85a31" } }, "moderate": { "default": { "value": "#7e4425", "comment": "Suitable for orange borders when there is no meaning tied to the color." }, "hovered": { "value": "#a85a31" }, "focused": { "value": "#a85a31" }, "pressed": { "value": "#c3693a" }, "selected": { "value": "#c3693a" } }, "strong": { "default": { "value": "#c3693a" }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" }, "selected": { "value": "#ffb182" } } }, "yellow": { "subtle": { "default": { "value": "#43361d" }, "hovered": { "value": "#655027" }, "focused": { "value": "#655027" }, "pressed": { "value": "#866b32" }, "selected": { "value": "#866b32" } }, "moderate": { "default": { "value": "#655027", "comment": "Suitable for yellow borders when there is no meaning tied to the color." }, "hovered": { "value": "#866b32" }, "focused": { "value": "#866b32" }, "pressed": { "value": "#9d7d39" }, "selected": { "value": "#9d7d39" } }, "strong": { "default": { "value": "#9d7d39" }, "hovered": { "value": "#c59d4a" }, "focused": { "value": "#c59d4a" }, "pressed": { "value": "#eabc5f" }, "selected": { "value": "#eabc5f" } } }, "green": { "subtle": { "default": { "value": "#12401e" }, "hovered": { "value": "#12602b" }, "focused": { "value": "#12602b" }, "pressed": { "value": "#1d7f3c" }, "selected": { "value": "#1d7f3c" } }, "moderate": { "default": { "value": "#12602b", "comment": "Suitable for green borders when there is no meaning tied to the color." }, "hovered": { "value": "#1d7f3c" }, "focused": { "value": "#1d7f3c" }, "pressed": { "value": "#30934b" }, "selected": { "value": "#30934b" } }, "strong": { "default": { "value": "#30934b" }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" }, "selected": { "value": "#99d0a0" } } }, "grey": { "subtle": { "default": { "value": "#2e3942" }, "hovered": { "value": "#425663" }, "focused": { "value": "#425663" }, "pressed": { "value": "#5c7181" }, "selected": { "value": "#5c7181" } }, "moderate": { "default": { "value": "#425663", "comment": "Suitable for grey borders when there is no meaning tied to the color." }, "hovered": { "value": "#5c7181" }, "focused": { "value": "#5c7181" }, "pressed": { "value": "#718492" }, "selected": { "value": "#718492" } }, "strong": { "default": { "value": "#718492" }, "hovered": { "value": "#97a5af" }, "focused": { "value": "#97a5af" }, "pressed": { "value": "#bcc4cb" }, "selected": { "value": "#bcc4cb" } } }, "blue": { "subtle": { "default": { "value": "#0f3a5e" }, "hovered": { "value": "#04568e" }, "focused": { "value": "#04568e" }, "pressed": { "value": "#1c73b6" }, "selected": { "value": "#1c73b6" } }, "moderate": { "default": { "value": "#04568e", "comment": "Suitable for blue borders when there is no meaning tied to the color." }, "hovered": { "value": "#1c73b6" }, "focused": { "value": "#1c73b6" }, "pressed": { "value": "#3d85ca" }, "selected": { "value": "#3d85ca" } }, "strong": { "default": { "value": "#3d85ca" }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" }, "selected": { "value": "#a9c4ee" } } }, "ultramarine": { "subtle": { "default": { "value": "#25346e" }, "hovered": { "value": "#3f508e" }, "focused": { "value": "#3f508e" }, "pressed": { "value": "#5d6ca7" }, "selected": { "value": "#5d6ca7" } }, "moderate": { "default": { "value": "#3f508e", "comment": "Suitable for ultramarine borders when there is no meaning tied to the color." }, "hovered": { "value": "#5d6ca7" }, "focused": { "value": "#5d6ca7" }, "pressed": { "value": "#717fb5" }, "selected": { "value": "#717fb5" } }, "strong": { "default": { "value": "#717fb5" }, "hovered": { "value": "#96a2cc" }, "focused": { "value": "#96a2cc" }, "pressed": { "value": "#bbc2df" }, "selected": { "value": "#bbc2df" } } }, "purple": { "subtle": { "default": { "value": "#41324e" }, "hovered": { "value": "#694288" }, "focused": { "value": "#694288" }, "pressed": { "value": "#875da9" }, "selected": { "value": "#875da9" } }, "moderate": { "default": { "value": "#694288", "comment": "Suitable for purple borders when there is no meaning tied to the color." }, "hovered": { "value": "#875da9" }, "focused": { "value": "#875da9" }, "pressed": { "value": "#9971b8" }, "selected": { "value": "#9971b8" } }, "strong": { "default": { "value": "#9971b8" }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" }, "selected": { "value": "#d0bbe1" } } }, "teal": { "subtle": { "default": { "value": "#243c3b" }, "hovered": { "value": "#275b59" }, "focused": { "value": "#275b59" }, "pressed": { "value": "#297a77" }, "selected": { "value": "#297a77" } }, "moderate": { "default": { "value": "#275b59", "comment": "Suitable for teal borders when there is no meaning tied to the color." }, "hovered": { "value": "#297a77" }, "focused": { "value": "#297a77" }, "pressed": { "value": "#328e8a" }, "selected": { "value": "#328e8a" } }, "strong": { "default": { "value": "#328e8a" }, "hovered": { "value": "#58b1ad" }, "focused": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" }, "selected": { "value": "#8bcfcb" } } }, "lime": { "subtle": { "default": { "value": "#353b18" }, "hovered": { "value": "#4e581e" }, "focused": { "value": "#4e581e" }, "pressed": { "value": "#677525" }, "selected": { "value": "#677525" } }, "moderate": { "default": { "value": "#4e581e", "comment": "Suitable for lime borders when there is no meaning tied to the color." }, "hovered": { "value": "#677525" }, "focused": { "value": "#677525" }, "pressed": { "value": "#78892a" }, "selected": { "value": "#78892a" } }, "strong": { "default": { "value": "#78892a" }, "hovered": { "value": "#97ac37" }, "focused": { "value": "#97ac37" }, "pressed": { "value": "#b7cd4f" }, "selected": { "value": "#b7cd4f" } } } } }, "icon": { "neutral": { "primary": { "default": { "value": "#fafafb", "comment": "Use for visible and prominent icons, ensures they are easily recognizable and stand out. Typically used for essential actions or navigation elements that require immediate user attention." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "secondary": { "default": { "value": "#bcc4cb", "comment": "Use for less visible icons, offering a subtle presence that complements the primary content. Used for secondary actions or to support elements within the interface." }, "hovered": { "value": "#e2e5e9" }, "focused": { "value": "#e2e5e9" }, "pressed": { "value": "#fafafb" } }, "tertiary": { "default": { "value": "#718492", "comment": "Use for icons with even lower visibility, providing a more understated appearance. These icons are used for tertiary actions or optional elements, contributing to a more streamlined and unobtrusive user experience." }, "hovered": { "value": "#97a5af" }, "focused": { "value": "#97a5af" }, "pressed": { "value": "#bcc4cb" } }, "contrast": { "default": { "value": "#97a5af", "comment": "These icons utilizes higher contrast or distinct visual treatments to create emphasis and draw attention. It is employed for icons that require enhanced visibility or a stronger visual impact." }, "hovered": { "value": "#bcc4cb" }, "focused": { "value": "#bcc4cb" }, "pressed": { "value": "#e2e5e9" } }, "inverse": { "default": { "value": "#15191d", "comment": "Use for icons on dark backgrounds. Ensures readability and visual appeal, particularly in scenarios where icons are placed on contrasting surfaces." }, "hovered": { "value": "#1f262b" }, "focused": { "value": "#1f262b" }, "pressed": { "value": "#2e3942" } } }, "brand": { "primary": { "default": { "value": "#3d85ca" }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "contrast": { "default": { "value": "#77a6e1" }, "hovered": { "value": "#a9c4ee" }, "focused": { "value": "#a9c4ee" }, "pressed": { "value": "#dbe5f8" } } }, "status": { "danger": { "primary": { "default": { "value": "#dd534b" }, "hovered": { "value": "#fa7e72" }, "focused": { "value": "#fa7e72" }, "pressed": { "value": "#ffaea3" } }, "contrast": { "default": { "value": "#ffaea3" } } }, "success": { "primary": { "default": { "value": "#30934b" }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" } }, "contrast": { "default": { "value": "#99d0a0" } } }, "warning": { "primary": { "default": { "value": "#c3693a" }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" } }, "contrast": { "default": { "value": "#ffb182" } } }, "discovery": { "primary": { "default": { "value": "#9971b8" }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" } }, "contrast": { "default": { "value": "#d0bbe1" } } }, "information": { "primary": { "default": { "value": "#3d85ca" }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "contrast": { "default": { "value": "#a9c4ee" } } }, "planet": { "primary": { "default": { "value": "#328e8a" }, "hovered": { "value": "#58b1ad" }, "focused": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" } }, "contrast": { "default": { "value": "#8bcfcb" } } } }, "accent": { "pink": { "primary": { "default": { "value": "#e44284" }, "hovered": { "value": "#f779ad" }, "focused": { "value": "#f779ad" }, "pressed": { "value": "#fbaccc" } }, "contrast": { "default": { "value": "#fbaccc" } } }, "red": { "primary": { "default": { "value": "#dd534b" }, "hovered": { "value": "#fa7e72" }, "focused": { "value": "#fa7e72" }, "pressed": { "value": "#ffaea3" } }, "contrast": { "default": { "value": "#ffaea3" } } }, "orange": { "primary": { "default": { "value": "#c3693a" }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" } }, "contrast": { "default": { "value": "#ffb182" } } }, "yellow": { "primary": { "default": { "value": "#9d7d39" }, "hovered": { "value": "#c59d4a" }, "focused": { "value": "#c59d4a" }, "pressed": { "value": "#eabc5f" } }, "contrast": { "default": { "value": "#eabc5f" } } }, "green": { "primary": { "default": { "value": "#30934b" }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" } }, "contrast": { "default": { "value": "#99d0a0" } } }, "grey": { "primary": { "default": { "value": "#718492" }, "hovered": { "value": "#97a5af" }, "focused": { "value": "#97a5af" }, "pressed": { "value": "#bcc4cb" } }, "contrast": { "default": { "value": "#bcc4cb" } } }, "blue": { "primary": { "default": { "value": "#3d85ca" }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "contrast": { "default": { "value": "#a9c4ee" } } }, "ultramarine": { "primary": { "default": { "value": "#717fb5" }, "hovered": { "value": "#96a2cc" }, "focused": { "value": "#96a2cc" }, "pressed": { "value": "#bbc2df" } }, "contrast": { "default": { "value": "#bbc2df" } } }, "purple": { "primary": { "default": { "value": "#9971b8" }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" } }, "contrast": { "default": { "value": "#d0bbe1" } } }, "teal": { "primary": { "default": { "value": "#328e8a" }, "hovered": { "value": "#58b1ad" }, "focused": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" } }, "contrast": { "default": { "value": "#8bcfcb" } } }, "lime": { "primary": { "default": { "value": "#78892a" }, "hovered": { "value": "#97ac37" }, "focused": { "value": "#97ac37" }, "pressed": { "value": "#b7cd4f" } }, "contrast": { "default": { "value": "#b7cd4f" } } } }, "additional": { "signature": { "default": { "value": "#fafafb" } } } }, "text": { "neutral": { "primary": { "default": { "value": "#fafafb", "comment": "Reserved for the most critical and visually prominent content in the interface. Should be employed for elements like page titles and section headings, where it commands attention and establishes hierarchy." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" }, "notInvertible": { "default": { "value": "#15191d" }, "hovered": { "value": "#04568e" }, "focused": { "value": "#04568e" }, "pressed": { "value": "#0f3a5e" } } }, "secondary": { "default": { "value": "#bcc4cb", "comment": "Harmonious and legible contrast for various content types. Well-suited for subtitles, subheadings, and regular content, ensures a balanced and readable appearance throughout the interface." } }, "tertiary": { "default": { "value": "#718492", "comment": "Slightly lighter, suitable for secondary subtitles or contextual information. Ideal for additional information." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "contrast": { "default": { "value": "#97a5af", "comment": "Emphasizes elements with higher contrast to create visual hierarchy and draw attention." }, "hovered": { "value": "#a9c4ee" }, "focused": { "value": "#a9c4ee" }, "pressed": { "value": "#dbe5f8" } }, "inverse": { "default": { "value": "#15191d", "comment": "Used for light text on a dark background for readability and visual appeal in specific UI components." }, "hovered": { "value": "#1f262b" }, "focused": { "value": "#1f262b" }, "pressed": { "value": "#2e3942" }, "notInvertible": { "default": { "value": "#fafafb" }, "hovered": { "value": "#bcc4cb" }, "focused": { "value": "#bcc4cb" }, "pressed": { "value": "#97a5af" } } } }, "brand": { "primary": { "default": { "value": "#3d85ca", "comment": "Powerful tool to reinforce the brand's presence and create visual emphasis. Use strategically for text elements that are central to the brand identity or require heightened attention, such as brand names, key headlines, or links." }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "contrast": { "default": { "value": "#77a6e1", "comment": "Used on secondary backgrounds to keep the the contrast ratio for accessibility reasons." }, "hovered": { "value": "#a9c4ee" }, "focused": { "value": "#a9c4ee" }, "pressed": { "value": "#dbe5f8" } } }, "status": { "danger": { "primary": { "default": { "value": "#dd534b" }, "hovered": { "value": "#fa7e72" }, "focused": { "value": "#fa7e72" }, "pressed": { "value": "#ffaea3" } }, "contrast": { "default": { "value": "#fa7e72" }, "hovered": { "value": "#ffaea3" }, "focused": { "value": "#ffaea3" }, "pressed": { "value": "#ffddd7" } } }, "warning": { "primary": { "default": { "value": "#c3693a" }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" } }, "contrast": { "default": { "value": "#f08750" }, "hovered": { "value": "#ffb182" }, "focused": { "value": "#ffb182" }, "pressed": { "value": "#ffdfc8" } } }, "success": { "primary": { "default": { "value": "#30934b" }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" } }, "contrast": { "default": { "value": "#63b473" }, "hovered": { "value": "#99d0a0" }, "focused": { "value": "#99d0a0" }, "pressed": { "value": "#d4ebd6" } } }, "information": { "primary": { "default": { "value": "#3d85ca" }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "contrast": { "default": { "value": "#77a6e1" }, "hovered": { "value": "#a9c4ee" }, "focused": { "value": "#a9c4ee" }, "pressed": { "value": "#dbe5f8" } } }, "discovery": { "primary": { "default": { "value": "#9971b8" }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" } }, "contrast": { "default": { "value": "#b697cf" }, "hovered": { "value": "#d0bbe1" }, "focused": { "value": "#d0bbe1" }, "pressed": { "value": "#ebe1f2" } } }, "planet": { "primary": { "default": { "value": "#328e8a" }, "hovered": { "value": "#58b1ad" }, "focused": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" } }, "contrast": { "default": { "value": "#58b1ad" }, "hovered": { "value": "#8bcfcb" }, "focused": { "value": "#8bcfcb" }, "pressed": { "value": "#ccebea" } } } }, "accent": { "pink": { "primary": { "default": { "value": "#e44284" }, "hovered": { "value": "#f779ad" }, "focused": { "value": "#f779ad" }, "pressed": { "value": "#fbaccc" } }, "contrast": { "default": { "value": "#f779ad" }, "hovered": { "value": "#fbaccc" }, "focused": { "value": "#fbaccc" }, "pressed": { "value": "#fddcea" } } }, "red": { "primary": { "default": { "value": "#dd534b" }, "hovered": { "value": "#fa7e72" }, "focused": { "value": "#fa7e72" }, "pressed": { "value": "#ffaea3" } }, "contrast": { "default": { "value": "#fa7e72" }, "hovered": { "value": "#ffaea3" }, "focused": { "value": "#ffaea3" }, "pressed": { "value": "#ffddd7" } } }, "orange": { "primary": { "default": { "value": "#c3693a" }, "hovered": { "value": "#f08750" }, "focused": { "value": "#f08750" }, "pressed": { "value": "#ffb182" } }, "contrast": { "default": { "value": "#f08750" }, "hovered": { "value": "#ffb182" }, "focused": { "value": "#ffb182" }, "pressed": { "value": "#ffdfc8" } } }, "yellow": { "primary": { "default": { "value": "#9d7d39" }, "hovered": { "value": "#c59d4a" }, "focused": { "value": "#c59d4a" }, "pressed": { "value": "#eabc5f" } }, "contrast": { "default": { "value": "#c59d4a" }, "hovered": { "value": "#eabc5f" }, "focused": { "value": "#eabc5f" }, "pressed": { "value": "#ffe299" } } }, "green": { "primary": { "default": { "value": "#30934b" }, "hovered": { "value": "#63b473" }, "focused": { "value": "#63b473" }, "pressed": { "value": "#99d0a0" } }, "contrast": { "default": { "value": "#63b473" }, "hovered": { "value": "#99d0a0" }, "focused": { "value": "#99d0a0" }, "pressed": { "value": "#d4ebd6" } } }, "grey": { "primary": { "default": { "value": "#718492" }, "hovered": { "value": "#97a5af" }, "focused": { "value": "#97a5af" }, "pressed": { "value": "#bcc4cb" } }, "contrast": { "default": { "value": "#97a5af" }, "hovered": { "value": "#bcc4cb" }, "focused": { "value": "#bcc4cb" }, "pressed": { "value": "#e2e5e9" } } }, "blue": { "primary": { "default": { "value": "#3d85ca" }, "hovered": { "value": "#77a6e1" }, "focused": { "value": "#77a6e1" }, "pressed": { "value": "#a9c4ee" } }, "contrast": { "default": { "value": "#77a6e1" }, "hovered": { "value": "#a9c4ee" }, "focused": { "value": "#a9c4ee" }, "pressed": { "value": "#dbe5f8" } } }, "ultramarine": { "primary": { "default": { "value": "#717fb5" }, "hovered": { "value": "#96a2cc" }, "focused": { "value": "#96a2cc" }, "pressed": { "value": "#bbc2df" } }, "contrast": { "default": { "value": "#96a2cc" }, "hovered": { "value": "#bbc2df" }, "focused": { "value": "#bbc2df" }, "pressed": { "value": "#e1e4f1" } } }, "purple": { "primary": { "default": { "value": "#9971b8" }, "hovered": { "value": "#b697cf" }, "focused": { "value": "#b697cf" }, "pressed": { "value": "#d0bbe1" } }, "contrast": { "default": { "value": "#b697cf" }, "hovered": { "value": "#d0bbe1" }, "focused": { "value": "#d0bbe1" }, "pressed": { "value": "#ebe1f2" } } }, "teal": { "primary": { "default": { "value": "#328e8a" }, "hovered": { "value": "#58b1ad" }, "focused": { "value": "#58b1ad" }, "pressed": { "value": "#8bcfcb" } }, "contrast": { "default": { "value": "#58b1ad" }, "hovered": { "value": "#8bcfcb" }, "focused": { "value": "#8bcfcb" }, "pressed": { "value": "#ccebea" } } }, "lime": { "primary": { "default": { "value": "#78892a" }, "hovered": { "value": "#97ac37" }, "focused": { "value": "#97ac37" }, "pressed": { "value": "#b7cd4f" } }, "contrast": { "default": { "value": "#97ac37" }, "hovered": { "value": "#b7cd4f" }, "focused": { "value": "#b7cd4f" }, "pressed": { "value": "#dfed90" } } } }, "additional": { "signature": { "default": { "value": "#e1e4f1" } } } }, "additional": { "signature": { "default": { "value": "#fafafb" } } } }, "elevation": { "shadow": { "2-dp": { "value": "0 3px 0 rgba(0, 0, 0, .06), 0 2px 2px rgba(0, 0, 0, .3), 0 1px 5px rgba(0, 0, 0, .3)" }, "4-dp": { "value": "0 1px 10px rgba(0, 0, 0, .3), 0 4px 5px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .35)" }, "6-dp": { "value": "0 1px 18px rgba(0, 0, 0, .3), 0 6px 10px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .3)" }, "8-dp": { "value": "0 3px 14px rgba(0, 0, 0, .3), 0 8px 10px rgba(0, 0, 0, .3), 0 5px 5px rgba(0, 0, 0, .3)" }, "16-dp": { "value": "0 6px 30px rgba(0, 0, 0, .3), 0 16px 24px rgba(0, 0, 0, .3), 0 8px 10px rgba(0, 0, 0, .35)" }, "24-dp": { "value": "0 9px 46px rgba(0, 0, 0, .3), 0 24px 38px rgba(0, 0, 0, .3), 0 11px 15px rgba(0, 0, 0, .3)" } }, "z_index": { "dropdown": { "value": "1000" }, "sticky": { "value": "1020" }, "fixed": { "value": "1030" }, "modal-backdrop": { "value": "1040" }, "modal": { "value": "1050" }, "popover": { "value": "1060" }, "tooltip": { "value": "1070" }, "toast-container": { "value": "1080" }, "toast": { "value": "1080" } } }, "font": { "family": { "sansSerif": { "value": "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"" }, "monospace": { "value": "\"Roboto Mono\", \"SFMono-Regular\", \"Menlo\", \"Monaco\", \"Consolas\", \"Liberation Mono\", \"Courier New\", monospace" }, "default": { "value": "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"" } }, "weight": { "light": { "value": "300" }, "normal": { "value": "400" }, "bold": { "value": "700" }, "black": { "value": "900" } }, "line": { "height": { "default": { "value": "1.5" }, "sansSerif": { "value": "1.5" }, "text": { "xs": { "desktop": { "value": "1rem" }, "mobile": { "value": "1rem" } }, "sm": { "desktop": { "value": "1.25rem" }, "mobile": { "value": "1.25rem" } }, "md": { "desktop": { "value": "1.5rem" }, "mobile": { "value": "1.5rem" } }, "lg": { "desktop": { "value": "1.5rem" }, "mobile": { "value": "1.5rem" } } }, "heading": { "xs": { "desktop": { "value": "1.75rem" }, "mobile": { "value": "1.75rem" } }, "sm": { "desktop": { "value": "2rem" }, "mobile": { "value": "2rem" } }, "md": { "desktop": { "value": "2.25rem" }, "mobile": { "value": "2.25rem" } }, "lg": { "desktop": { "value": "3rem" }, "mobile": { "value": "2.25rem" } }, "xl": { "desktop": { "value": "4rem" }, "mobile": { "value": "3rem" } }, "2xl": { "desktop": { "value": "5.5rem" }, "mobile": { "value": "4rem" } } } } }, "size": { "text": { "xs": { "desktop": { "value": "0.75rem" }, "mobile": { "value": "0.75rem" } }, "sm": { "desktop": { "value": "0.875rem" }, "mobile": { "value": "0.875rem" } }, "md": { "desktop": { "value": "1rem" }, "mobile": { "value": "1rem" } }, "lg": { "desktop": { "value": "1.125rem" }, "mobile": { "value": "1.125rem" } } }, "content": { "4": { "value": "0.625rem" } }, "heading": { "6": { "value": "1.125rem" }, "xs": { "desktop": { "value": "1.25rem" }, "mobile": { "value": "1.25rem" } }, "sm": { "desktop": { "value": "1.5rem" }, "mobile": { "value": "1.5rem" } }, "md": { "desktop": { "value": "1.75rem" }, "mobile": { "value": "1.75rem" } }, "lg": { "desktop": { "value": "2.25rem" }, "mobile": { "value": "1.75rem" } }, "xl": { "desktop": { "value": "3.375rem" }, "mobile": { "value": "2.25rem" } }, "2xl": { "desktop": { "value": "4.75rem" }, "mobile": { "value": "3.375rem" } } } } }, "motion": { "easing": { "fastOutSlowIn": { "value": "cubic-bezier(.4, 0, .2, 1)" }, "linearOutSlowIn": { "value": "cubic-bezier(0, 0, .2, 1)" }, "fastOutLinearIn": { "value": "cubic-bezier(.4, 0, 1, 1)" } } }, "opacity": { "disabled": { "value": "0.35" } }, "size": { "border": { "width": { "value": "0.0625rem" }, "radius": { "none": { "value": "0" }, "sm": { "value": "0.25rem" }, "md": { "value": "0.5rem" }, "lg": { "value": "1rem" }, "xl": { "value": "1.5rem" }, "xxl": { "value": "2rem" }, "pill": { "value": "9999px" } }, "focus_ring": { "width": { "value": "0.125rem" }, "offset": { "value": "0.125rem" } } }, "icon": { "2xs": { "value": "0.625rem" }, "xs": { "value": "0.75rem" }, "sm": { "value": "1rem" }, "md": { "value": "1.5rem" }, "lg": { "value": "2rem" }, "xl": { "value": "3rem" }, "xxl": { "value": "4rem" }, "3xl": { "value": "5rem" }, "4xl": { "value": "6rem" }, "5xl": { "value": "7rem" }, "6xl": { "value": "8rem" } }, "spacing": { "0": { "value": "0" }, "2": { "value": "0.125rem" }, "4": { "value": "0.25rem" }, "8": { "value": "0.5rem" }, "12": { "value": "0.75rem" }, "16": { "value": "1rem" }, "20": { "value": "1.25rem" }, "24": { "value": "1.5rem" }, "32": { "value": "2rem" }, "48": { "value": "3rem" }, "64": { "value": "4rem" }, "80": { "value": "5rem" }, "96": { "value": "6rem" }, "112": { "value": "7rem" } } } }, "core": { "color": { "grey": { "0": { "value": "#15191d" }, "100": { "value": "#1a1f23" }, "200": { "value": "#1f262b" }, "300": { "value": "#2e3942" }, "400": { "value": "#425663" }, "500": { "value": "#5c7181" }, "600": { "value": "#718492" }, "700": { "value": "#97a5af" }, "800": { "value": "#bcc4cb" }, "900": { "value": "#e2e5e9" }, "1000": { "value": "#fafafb" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(188, 225, 229, 0.03)" }, "200": { "value": "rgba(164, 211, 229, 0.07)" }, "300": { "value": "rgba(168, 213, 247, 0.17)" }, "400": { "value": "rgba(166, 222, 255, 0.31)" }, "500": { "value": "rgba(179, 221, 251, 0.45)" }, "inverse": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(30, 80, 105, 0.04)" }, "200": { "value": "rgba(5, 43, 80, 0.08)" }, "300": { "value": "rgba(0, 40, 70, 0.2)" }, "400": { "value": "rgba(6, 45, 73, 0.39)" }, "500": { "value": "rgba(3, 42, 70, 0.54)" } } } }, "pink": { "100": { "value": "#211d1e" }, "200": { "value": "#2a2326" }, "300": { "value": "#45333a" }, "400": { "value": "#7b4159" }, "500": { "value": "#c13c72" }, "600": { "value": "#e44284" }, "700": { "value": "#f779ad" }, "800": { "value": "#fbaccc" }, "900": { "value": "#fddcea" } }, "red": { "100": { "value": "#321613" }, "200": { "value": "#411a16" }, "300": { "value": "#63221e" }, "400": { "value": "#95302c" }, "500": { "value": "#c3423c" }, "600": { "value": "#dd534b" }, "700": { "value": "#fa7e72" }, "800": { "value": "#ffaea3" }, "900": { "value": "#ffddd7" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(104, 16, 0, 0.35)" }, "200": { "value": "rgba(197, 29, 1, 0.25)" }, "300": { "value": "rgba(250, 51, 32, 0.34)" }, "400": { "value": "rgba(254, 67, 56, 0.55);" } } }, "orange": { "100": { "value": "#2c1b12" }, "200": { "value": "#372015" }, "300": { "value": "#542f1b" }, "400": { "value": "#7e4425" }, "500": { "value": "#a85a31" }, "600": { "value": "#c3693a" }, "700": { "value": "#f08750" }, "800": { "value": "#ffb182" }, "900": { "value": "#ffdfc8" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(82, 30, 0, 0.38)" }, "200": { "value": "rgba(142, 50, 0, 0.28)" }, "300": { "value": "rgba(254, 106, 22, 0.27)" }, "400": { "value": "rgba(254, 121, 47, 0.45);" } } }, "yellow": { "100": { "value": "#251e13" }, "200": { "value": "#2c2416" }, "300": { "value": "#43361d" }, "400": { "value": "#655027" }, "500": { "value": "#866b32" }, "600": { "value": "#9d7d39" }, "700": { "value": "#c59d4a" }, "800": { "value": "#eabc5f" }, "900": { "value": "#ffe299" } }, "green": { "100": { "value": "#102313" }, "200": { "value": "#112b16" }, "300": { "value": "#12401e" }, "400": { "value": "#12602b" }, "500": { "value": "#1d7f3c" }, "600": { "value": "#30934b" }, "700": { "value": "#63b473" }, "800": { "value": "#99d0a0" }, "900": { "value": "#d4ebd6" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(7, 54, 0, 0.35)" }, "200": { "value": "rgba(5, 97, 1, 0.25)" }, "300": { "value": "rgba(3, 254, 35, 0.17)" }, "400": { "value": "rgba(11, 254, 74, 0.31);" } } }, "blue": { "100": { "value": "#111f2e" }, "200": { "value": "#12263b" }, "300": { "value": "#0f3a5e" }, "400": { "value": "#04568e" }, "500": { "value": "#1c73b6" }, "600": { "value": "#3d85ca" }, "700": { "value": "#77a6e1" }, "800": { "value": "#a9c4ee" }, "900": { "value": "#dbe5f8" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(1, 55, 114, 0.2)" }, "200": { "value": "rgba(1, 112, 229, 0.15)" }, "300": { "value": "rgba(0, 139, 253, 0.29)" }, "400": { "value": "rgba(0, 100, 169, 0.81);" } } }, "ultramarine": { "100": { "value": "#171d37" }, "200": { "value": "#17224b" }, "300": { "value": "#25346e" }, "400": { "value": "#3f508e" }, "500": { "value": "#5d6ca7" }, "600": { "value": "#717fb5" }, "700": { "value": "#96a2cc" }, "800": { "value": "#bbc2df" }, "900": { "value": "#e1e4f1" } }, "purple": { "100": { "value": "#201d22" }, "200": { "value": "#28232c" }, "300": { "value": "#41324e" }, "400": { "value": "#694288" }, "500": { "value": "#875da9" }, "600": { "value": "#9971b8" }, "700": { "value": "#b697cf" }, "800": { "value": "#d0bbe1" }, "900": { "value": "#ebe1f2" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(241, 105, 129, 0.05)" }, "200": { "value": "rgba(232, 136, 196, 0.09)" }, "300": { "value": "rgba(221, 139, 252, 0.22)" }, "400": { "value": "rgba(196, 110, 252, 0.48);" } } }, "teal": { "100": { "value": "#191f1f" }, "200": { "value": "#1d2727" }, "300": { "value": "#243c3b" }, "400": { "value": "#275b59" }, "500": { "value": "#297a77" }, "600": { "value": "#328e8a" }, "700": { "value": "#58b1ad" }, "800": { "value": "#8bcfcb" }, "900": { "value": "#ccebea" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(154, 225, 96, 0.03)" }, "200": { "value": "rgba(135, 225, 172, 0.07)" }, "300": { "value": "rgba(115, 244, 217, 0.16)" }, "400": { "value": "rgba(83, 253, 236, 0.29);" } } }, "lime": { "100": { "value": "#1e2010" }, "200": { "value": "#242713" }, "300": { "value": "#353b18" }, "400": { "value": "#4e581e" }, "500": { "value": "#677525" }, "600": { "value": "#78892a" }, "700": { "value": "#97ac37" }, "800": { "value": "#b7cd4f" }, "900": { "value": "#dfed90" } }, "engie": { "blue": { "value": "#00AAFF" }, "green": { "value": "#23d2b5" } }, "white": { "alpha": { "300": { "value": "rgba(255, 255, 255, 0.25)" } } }, "reference": { "brand": { "100": { "value": "#111f2e" }, "200": { "value": "#12263b" }, "300": { "value": "#0f3a5e" }, "400": { "value": "#04568e" }, "500": { "value": "#1c73b6" }, "600": { "value": "#3d85ca" }, "700": { "value": "#77a6e1" }, "800": { "value": "#a9c4ee" }, "900": { "value": "#dbe5f8" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(1, 55, 114, 0.2)" }, "200": { "value": "rgba(1, 112, 229, 0.15)" }, "300": { "value": "rgba(0, 139, 253, 0.29)" }, "400": { "value": "rgba(0, 100, 169, 0.81);" } } }, "neutral": { "0": { "value": "#15191d" }, "100": { "value": "#1a1f23" }, "200": { "value": "#1f262b" }, "300": { "value": "#2e3942" }, "400": { "value": "#425663" }, "500": { "value": "#5c7181" }, "600": { "value": "#718492" }, "700": { "value": "#97a5af" }, "800": { "value": "#bcc4cb" }, "900": { "value": "#e2e5e9" }, "1000": { "value": "#fafafb" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(188, 225, 229, 0.03)" }, "200": { "value": "rgba(164, 211, 229, 0.07)" }, "300": { "value": "rgba(168, 213, 247, 0.17)" }, "400": { "value": "rgba(166, 222, 255, 0.31)" }, "500": { "value": "rgba(179, 221, 251, 0.45)" }, "inverse": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(30, 80, 105, 0.04)" }, "200": { "value": "rgba(5, 43, 80, 0.08)" }, "300": { "value": "rgba(0, 40, 70, 0.2)" }, "400": { "value": "rgba(6, 45, 73, 0.39)" }, "500": { "value": "rgba(3, 42, 70, 0.54)" } } } }, "status": { "danger": { "100": { "value": "#321613" }, "200": { "value": "#411a16" }, "300": { "value": "#63221e" }, "400": { "value": "#95302c" }, "500": { "value": "#c3423c" }, "600": { "value": "#dd534b" }, "700": { "value": "#fa7e72" }, "800": { "value": "#ffaea3" }, "900": { "value": "#ffddd7" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(104, 16, 0, 0.35)" }, "200": { "value": "rgba(197, 29, 1, 0.25)" }, "300": { "value": "rgba(250, 51, 32, 0.34)" }, "400": { "value": "rgba(254, 67, 56, 0.55);" } } }, "success": { "100": { "value": "#102313" }, "200": { "value": "#112b16" }, "300": { "value": "#12401e" }, "400": { "value": "#12602b" }, "500": { "value": "#1d7f3c" }, "600": { "value": "#30934b" }, "700": { "value": "#63b473" }, "800": { "value": "#99d0a0" }, "900": { "value": "#d4ebd6" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(7, 54, 0, 0.35)" }, "200": { "value": "rgba(5, 97, 1, 0.25)" }, "300": { "value": "rgba(3, 254, 35, 0.17)" }, "400": { "value": "rgba(11, 254, 74, 0.31);" } } }, "warning": { "100": { "value": "#2c1b12" }, "200": { "value": "#372015" }, "300": { "value": "#542f1b" }, "400": { "value": "#7e4425" }, "500": { "value": "#a85a31" }, "600": { "value": "#c3693a" }, "700": { "value": "#f08750" }, "800": { "value": "#ffb182" }, "900": { "value": "#ffdfc8" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(82, 30, 0, 0.38)" }, "200": { "value": "rgba(142, 50, 0, 0.28)" }, "300": { "value": "rgba(254, 106, 22, 0.27)" }, "400": { "value": "rgba(254, 121, 47, 0.45);" } } }, "discovery": { "100": { "value": "#201d22" }, "200": { "value": "#28232c" }, "300": { "value": "#41324e" }, "400": { "value": "#694288" }, "500": { "value": "#875da9" }, "600": { "value": "#9971b8" }, "700": { "value": "#b697cf" }, "800": { "value": "#d0bbe1" }, "900": { "value": "#ebe1f2" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(241, 105, 129, 0.05)" }, "200": { "value": "rgba(232, 136, 196, 0.09)" }, "300": { "value": "rgba(221, 139, 252, 0.22)" }, "400": { "value": "rgba(196, 110, 252, 0.48);" } } }, "information": { "100": { "value": "#111f2e" }, "200": { "value": "#12263b" }, "300": { "value": "#0f3a5e" }, "400": { "value": "#04568e" }, "500": { "value": "#1c73b6" }, "600": { "value": "#3d85ca" }, "700": { "value": "#77a6e1" }, "800": { "value": "#a9c4ee" }, "900": { "value": "#dbe5f8" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(1, 55, 114, 0.2)" }, "200": { "value": "rgba(1, 112, 229, 0.15)" }, "300": { "value": "rgba(0, 139, 253, 0.29)" }, "400": { "value": "rgba(0, 100, 169, 0.81);" } } }, "planet": { "100": { "value": "#191f1f" }, "200": { "value": "#1d2727" }, "300": { "value": "#243c3b" }, "400": { "value": "#275b59" }, "500": { "value": "#297a77" }, "600": { "value": "#328e8a" }, "700": { "value": "#58b1ad" }, "800": { "value": "#8bcfcb" }, "900": { "value": "#ccebea" }, "alpha": { "0": { "value": "rgba(0, 0, 0, 0)" }, "100": { "value": "rgba(154, 225, 96, 0.03)" }, "200": { "value": "rgba(135, 225, 172, 0.07)" }, "300": { "value": "rgba(115, 244, 217, 0.16)" }, "400": { "value": "rgba(83, 253, 236, 0.29);" } } } } } }, "elevation": { "z_index": { "0": { "value": "0" }, "1": { "value": "1000" }, "10": { "value": "1010" }, "20": { "value": "1020" }, "30": { "value": "1030" }, "40": { "value": "1040" }, "50": { "value": "1050" }, "60": { "value": "1060" }, "70": { "value": "1070" }, "80": { "value": "1080" }, "90": { "value": "1090" }, "100": { "value": "1100" }, "110": { "value": "1110" }, "120": { "value": "1120" }, "130": { "value": "1130" }, "140": { "value": "1140" }, "150": { "value": "1150" }, "160": { "value": "1160" }, "170": { "value": "1170" }, "180": { "value": "1180" }, "190": { "value": "1190" }, "200": { "value": "1200" }, "210": { "value": "1210" }, "220": { "value": "1220" }, "230": { "value": "1230" }, "240": { "value": "1240" }, "250": { "value": "1250" }, "260": { "value": "1260" }, "270": { "value": "1270" }, "280": { "value": "1280" }, "290": { "value": "1290" }, "300": { "value": "1300" }, "310": { "value": "1310" }, "320": { "value": "1320" }, "330": { "value": "1330" }, "340": { "value": "1340" }, "350": { "value": "1350" }, "360": { "value": "1360" }, "370": { "value": "1370" }, "380": { "value": "1380" }, "390": { "value": "1390" }, "400": { "value": "1400" }, "410": { "value": "1410" }, "420": { "value": "1420" }, "430": { "value": "1430" }, "440": { "value": "1440" }, "450": { "value": "1450" }, "460": { "value": "1460" }, "470": { "value": "1470" }, "480": { "value": "1480" }, "490": { "value": "1490" }, "500": { "value": "1500" } } }, "opacity": { "50": { "value": "0.05" }, "100": { "value": "0.10" }, "150": { "value": "0.15" }, "200": { "value": "0.20" }, "250": { "value": "0.25" }, "300": { "value": "0.30" }, "350": { "value": "0.35" }, "400": { "value": "0.40" }, "450": { "value": "0.45" }, "500": { "value": "0.50" }, "550": { "value": "0.55" }, "600": { "value": "0.60" }, "650": { "value": "0.65" }, "700": { "value": "0.70" }, "750": { "value": "0.75" }, "800": { "value": "0.80" }, "850": { "value": "0.85" }, "900": { "value": "0.90" }, "950": { "value": "0.95" }, "1000": { "value": "1.00" } }, "size": { "0": { "value": "0" }, "1": { "value": "0.0625rem" }, "2": { "value": "0.125rem" }, "4": { "value": "0.25rem" }, "6": { "value": "0.375rem" }, "8": { "value": "0.5rem" }, "10": { "value": "0.625rem" }, "12": { "value": "0.75rem" }, "14": { "value": "0.875rem" }, "16": { "value": "1rem" }, "18": { "value": "1.125rem" }, "20": { "value": "1.25rem" }, "22": { "value": "1.375rem" }, "24": { "value": "1.5rem" }, "28": { "value": "1.75rem" }, "30": { "value": "1.875rem" }, "32": { "value": "2rem" }, "34": { "value": "2.125rem" }, "36": { "value": "2.25rem" }, "38": { "value": "2.375rem" }, "40": { "value": "2.5rem" }, "42": { "value": "2.625rem" }, "44": { "value": "2.75rem" }, "46": { "value": "2.875rem" }, "48": { "value": "3rem" }, "50": { "value": "3.125rem" }, "52": { "value": "3.25rem" }, "54": { "value": "3.375rem" }, "56": { "value": "3.5rem" }, "58": { "value": "3.625rem" }, "64": { "value": "4rem" }, "76": { "value": "4.75rem" }, "80": { "value": "5rem" }, "88": { "value": "5.5rem" }, "96": { "value": "6rem" }, "112": { "value": "7rem" }, "116": { "value": "7.25rem" }, "128": { "value": "8rem" }, "9999": { "value": "9999px" } } }, "component": { "avatar": { "size": { "sm": { "value": "2rem" }, "base": { "value": "3rem" }, "lg": { "value": "4rem" }, "xl": { "value": "6rem" } } }, "backdrop": { "color": { "background": { "value": "rgba(168, 213, 247, 0.17)" } } }, "fab": { "size": { "sm": { "value": "3rem" }, "base": { "value": "4rem" } } }, "skeleton": { "color": { "background": { "value": "linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(250, 250, 251, 0.05) 50%, rgba(0, 0, 0, 0) 100%)" } } } } }; const njSemanticColorBackgroundNeutralPrimaryDefault = "#ffffff"; // Sets the background color to white, provides a clean and minimalist canvas for the interface. Classic foundation for content and components. const njSemanticColorBackgroundNeutralPrimaryHovered = "#ebeef1"; const njSemanticColorBackgroundNeutralPrimaryFocused = "#ebeef1"; const njSemanticColorBackgroundNeutralPrimaryPressed = "#ccd4da"; const njSemanticColorBackgroundNeutralPrimarySelected = "#e7eefc"; const njSemanticColorBackgroundNeutralPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentHovered = "rgba(5, 43, 80, 0.08)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentFocused = "rgba(5, 43, 80, 0.08)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentPressed = "rgba(0, 40, 70, 0.2)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentSelected = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundNeutralSecondaryDefault = "#f6f8f9"; // Provides a subtle contrast with the primary background. Use to add a touch of visual interest without overpowering the content. const njSemanticColorBackgroundNeutralSecondaryHovered = "#ebeef1"; const njSemanticColorBackgroundNeutralSecondaryFocused = "#ebeef1"; const njSemanticColorBackgroundNeutralSecondaryPressed = "#ccd4da"; const njSemanticColorBackgroundNeutralSecondaryTranslucentDefault = "rgba(30, 80, 105, 0.04)"; const njSemanticColorBackgroundNeutralSecondaryTranslucentHovered = "rgba(5, 43, 80, 0.08)"; const njSemanticColorBackgroundNeutralSecondaryTranslucentFocused = "rgba(5, 43, 80, 0.08)"; const njSemanticColorBackgroundNeutralSecondaryTranslucentPressed = "rgba(0, 40, 70, 0.2)"; const njSemanticColorBackgroundNeutralTertiaryDefault = "#ebeef1"; // Provides a slightly stronger contrast with the primary background. Use to enhances the visual separation between different sections or elements. const njSemanticColorBackgroundNeutralTertiaryHovered = "#ccd4da"; const njSemanticColorBackgroundNeutralTertiaryFocused = "#ccd4da"; const njSemanticColorBackgroundNeutralTertiaryPressed = "#9eadb8"; const njSemanticColorBackgroundNeutralTertiaryTranslucentDefault = "rgba(5, 43, 80, 0.08)"; const njSemanticColorBackgroundNeutralTertiaryTranslucentHovered = "rgba(0, 40, 70, 0.2)"; const njSemanticColorBackgroundNeutralTertiaryTranslucentFocused = "rgba(0, 40, 70, 0.2)"; const njSemanticColorBackgroundNeutralTertiaryTranslucentPressed = "rgba(6, 45, 73, 0.39)"; const njSemanticColorBackgroundNeutralSolidDefault = "#60798b"; // Provides a distinct and noticeable contrast with the primary background. Adds a robust and substantial presence, use it to make the element stand out. const njSemanticColorBackgroundNeutralSolidHovered = "#435c6e"; const njSemanticColorBackgroundNeutralSolidFocused = "#435c6e"; const njSemanticColorBackgroundNeutralSolidPressed = "#334551"; const njSemanticColorBackgroundNeutralInverseDefault = "#ffffff"; // Applies white as the background color, creating a striking visual effect when used on a dark-colored surface. Use to ensure readability and visual appeal in specific UI components or sections. const njSemanticColorBackgroundNeutralInverseHovered = "#ebeef1"; const njSemanticColorBackgroundNeutralInverseFocused = "#ebeef1"; const njSemanticColorBackgroundNeutralInversePressed = "#ccd4da"; const njSemanticColorBackgroundNeutralInverseTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundNeutralInverseTranslucentHovered = "rgba(0, 40, 70, 0.2)"; const njSemanticColorBackgroundNeutralInverseTranslucentFocused = "rgba(0, 40, 70, 0.2)"; const njSemanticColorBackgroundNeutralInverseTranslucentPressed = "rgba(6, 45, 73, 0.39)"; const njSemanticColorBackgroundNeutralSpotlightDefault = "#232d35"; // Creates a high contrast with the primary background. Use it for critical elements or components that require maximum emphasis and visual impact. const njSemanticColorBackgroundBrandPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundBrandPrimaryTranslucentHovered = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundBrandPrimaryTranslucentFocused = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundBrandPrimaryTranslucentPressed = "rgba(3, 83, 231, 0.25)"; const njSemanticColorBackgroundBrandSecondaryDefault = "#f6f8fd"; // Establishes a subtle contrast with the primary background while using the brand color. Use it to add a touch of brand interest without overpowering the content. const njSemanticColorBackgroundBrandSecondaryHovered = "#e7eefc"; const njSemanticColorBackgroundBrandSecondaryFocused = "#e7eefc"; const njSemanticColorBackgroundBrandSecondaryPressed = "#c0d4f9"; const njSemanticColorBackgroundBrandSecondaryTranslucentDefault = "rgba(30, 80, 205, 0.04)"; const njSemanticColorBackgroundBrandSecondaryTranslucentHovered = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundBrandSecondaryTranslucentFocused = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundBrandSecondaryTranslucentPressed = "rgba(3, 83, 231, 0.25)"; const njSemanticColorBackgroundBrandTertiaryDefault = "#e7eefc"; // Creates a slightly stronger contrast with the primary background while using the brand color. Use it to enhances the visual separation between different sections or elements. const njSemanticColorBackgroundBrandTertiaryHovered = "#c0d4f9"; const njSemanticColorBackgroundBrandTertiaryFocused = "#c0d4f9"; const njSemanticColorBackgroundBrandTertiaryPressed = "#7fadef"; const njSemanticColorBackgroundBrandTertiaryTranslucentDefault = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundBrandTertiaryTranslucentHovered = "rgba(3, 83, 231, 0.25)"; const njSemanticColorBackgroundBrandTertiaryTranslucentFocused = "rgba(3, 83, 231, 0.25)"; const njSemanticColorBackgroundBrandTertiaryTranslucentPressed = "rgba(4, 94, 224, 0.51);"; const njSemanticColorBackgroundBrandSolidDefault = "#007acd"; // Use to add a robust and substantial brand presence, making the elements stand out using the brand color. const njSemanticColorBackgroundBrandSolidHovered = "#005aa0"; const njSemanticColorBackgroundBrandSolidFocused = "#005aa0"; const njSemanticColorBackgroundBrandSolidPressed = "#004478"; const njSemanticColorBackgroundBrandSpotlightDefault = "#0b2d4e"; // Creates a high contrast with the primary background while reminiscing of the brand identity. Use it for critical elements or components that require maximum emphasis and visual impact. const njSemanticColorBackgroundStatusDangerPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentHovered = "rgba(255, 64, 19, 0.11)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentFocused = "rgba(255, 64, 19, 0.11)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentPressed = "rgba(255, 48, 5, 0.28)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentSelected = "rgba(255, 64, 19, 0.11)"; const njSemanticColorBackgroundStatusDangerSecondaryDefault = "#fff7f5"; const njSemanticColorBackgroundStatusDangerSecondaryHovered = "#ffeae5"; const njSemanticColorBackgroundStatusDangerSecondaryFocused = "#ffeae5"; const njSemanticColorBackgroundStatusDangerSecondaryPressed = "#ffc5b9"; const njSemanticColorBackgroundStatusDangerTertiaryDefault = "#ffeae5"; const njSemanticColorBackgroundStatusDangerTertiaryHovered = "#ffc5b9"; const njSemanticColorBackgroundStatusDangerTertiaryFocused = "#ffc5b9"; const njSemanticColorBackgroundStatusDangerTertiaryPressed = "#ff8979"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentDefault = "rgba(255, 64, 19, 0.11)"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentHovered = "rgba(255, 48, 5, 0.28)"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentFocused = "rgba(255, 48, 5, 0.28)"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentPressed = "rgba(255, 32, 2, 0.53);"; const njSemanticColorBackgroundStatusDangerSolidDefault = "#db3735"; // Indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions. const njSemanticColorBackgroundStatusDangerSolidHovered = "#aa2424"; const njSemanticColorBackgroundStatusDangerSolidPressed = "#7f1d1b"; const njSemanticColorBackgroundStatusDangerSolidFocused = "#aa2424"; const njSemanticColorBackgroundStatusDangerSpotlightDefault = "#521814"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentHovered = "rgba(13, 155, 22, 0.12)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentFocused = "rgba(13, 155, 22, 0.12)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentPressed = "rgba(2, 155, 18, 0.32)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentSelected = "rgba(13, 155, 22, 0.12)"; const njSemanticColorBackgroundStatusSuccessSecondaryDefault = "#f3faf4"; const njSemanticColorBackgroundStatusSuccessSecondaryHovered = "#e2f3e3"; const njSemanticColorBackgroundStatusSuccessSecondaryFocused = "#e2f3e3"; const njSemanticColorBackgroundStatusSuccessSecondaryPressed = "#aedfb3"; const njSemanticColorBackgroundStatusSuccessTertiaryDefault = "#e2f3e3"; const njSemanticColorBackgroundStatusSuccessTertiaryHovered = "#aedfb3"; const njSemanticColorBackgroundStatusSuccessTertiaryFocused = "#aedfb3"; const njSemanticColorBackgroundStatusSuccessTertiaryPressed = "#63be74"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentDefault = "rgba(13, 155, 22, 0.12)"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentHovered = "rgba(2, 155, 18, 0.32)"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentFocused = "rgba(2, 155, 18, 0.32)"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentPressed = "rgba(3, 150, 31, 0.62);"; const njSemanticColorBackgroundStatusSuccessSolidDefault = "#008836"; // Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks. const njSemanticColorBackgroundStatusSuccessSolidHovered = "#006725"; const njSemanticColorBackgroundStatusSuccessSolidFocused = "#006725"; const njSemanticColorBackgroundStatusSuccessSolidPressed = "#004d1c"; const njSemanticColorBackgroundStatusSuccessSpotlightDefault = "#0a3315"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentHovered = "rgba(255, 115, 8, 0.15)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentFocused = "rgba(255, 115, 8, 0.15)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentPressed = "rgba(255, 114, 4, 0.39)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentSelected = "rgba(255, 115, 8, 0.15)"; const njSemanticColorBackgroundStatusWarningSecondaryDefault = "#fff5ed"; const njSemanticColorBackgroundStatusWarningSecondaryHovered = "#ffeada"; const njSemanticColorBackgroundStatusWarningSecondaryFocused = "#ffeada"; const njSemanticColorBackgroundStatusWarningSecondaryPressed = "#ffc89d"; const njSemanticColorBackgroundStatusWarningTertiaryDefault = "#ffeada"; const njSemanticColorBackgroundStatusWarningTertiaryHovered = "#ffc89d"; const njSemanticColorBackgroundStatusWarningTertiaryFocused = "#ffc89d"; const njSemanticColorBackgroundStatusWarningTertiaryPressed = "#ff8c47"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentDefault = "rgba(255, 115, 8, 0.15)"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentHovered = "rgba(255, 114, 4, 0.39)"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentFocused = "rgba(255, 114, 4, 0.39)"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentPressed = "rgba(255, 97, 3, 0.73);"; const njSemanticColorBackgroundStatusWarningSolidDefault = "#ff8c47"; // Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger. const njSemanticColorBackgroundStatusWarningSolidHovered = "#d96929"; const njSemanticColorBackgroundStatusWarningSolidFocused = "#d96929"; const njSemanticColorBackgroundStatusWarningSolidPressed = "#bc5921"; const njSemanticColorBackgroundStatusWarningSpotlightDefault = "#442312"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentHovered = "rgba(93, 18, 155, 0.08)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentFocused = "rgba(93, 18, 155, 0.08)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentPressed = "rgba(90, 0, 160, 0.20)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentSelected = "rgba(93, 18, 155, 0.08)"; const njSemanticColorBackgroundStatusDiscoverySecondaryDefault = "#faf7fc"; const njSemanticColorBackgroundStatusDiscoverySecondaryHovered = "#f2ecf7"; const njSemanticColorBackgroundStatusDiscoverySecondaryFocused = "#f2ecf7"; const njSemanticColorBackgroundStatusDiscoverySecondaryPressed = "#deccec"; const njSemanticColorBackgroundStatusDiscoveryTertiaryDefault = "#f2ecf7"; const njSemanticColorBackgroundStatusDiscoveryTertiaryHovered = "#deccec"; const njSemanticColorBackgroundStatusDiscoveryTertiaryFocused = "#deccec"; const njSemanticColorBackgroundStatusDiscoveryTertiaryPressed = "#bf9ed9"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentDefault = "rgba(93, 18, 155, 0.08)"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentHovered = "rgba(90, 0, 160, 0.20)"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentFocused = "rgba(90, 0, 160, 0.20)"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentPressed = "rgba(91, 6, 158, 0.39);"; const njSemanticColorBackgroundStatusDiscoverySolidDefault = "#9261b7"; // Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience. const njSemanticColorBackgroundStatusDiscoverySolidHovered = "#744299"; const njSemanticColorBackgroundStatusDiscoverySolidFocused = "#744299"; const njSemanticColorBackgroundStatusDiscoverySolidPressed = "#533669"; const njSemanticColorBackgroundStatusDiscoverySpotlightDefault = "#312838"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentHovered = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentFocused = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentPressed = "rgba(3, 83, 231, 0.25)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentSelected = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundStatusInformationSolidDefault = "#007acd"; // Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction. const njSemanticColorBackgroundStatusInformationSolidHovered = "#005aa0"; const njSemanticColorBackgroundStatusInformationSolidFocused = "#005aa0"; const njSemanticColorBackgroundStatusInformationSolidPressed = "#004478"; const njSemanticColorBackgroundStatusInformationSecondaryDefault = "#f6f8fd"; const njSemanticColorBackgroundStatusInformationSecondaryHovered = "#e7eefc"; const njSemanticColorBackgroundStatusInformationSecondaryFocused = "#e7eefc"; const njSemanticColorBackgroundStatusInformationSecondaryPressed = "#c0d4f9"; const njSemanticColorBackgroundStatusInformationTertiaryDefault = "#e7eefc"; const njSemanticColorBackgroundStatusInformationTertiaryHovered = "#c0d4f9"; const njSemanticColorBackgroundStatusInformationTertiaryFocused = "#c0d4f9"; const njSemanticColorBackgroundStatusInformationTertiaryPressed = "#7fadef"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentDefault = "rgba(15, 85, 225, 0.1)"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentHovered = "rgba(3, 83, 231, 0.25)"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentFocused = "rgba(3, 83, 231, 0.25)"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentPressed = "rgba(4, 94, 224, 0.51);"; const njSemanticColorBackgroundStatusInformationSpotlightDefault = "#0b2d4e"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentDefault = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentHovered = "rgba(8, 182, 175, 0.15)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentFocused = "rgba(8, 182, 175, 0.15)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentPressed = "rgba(3, 179, 174, 0.42)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentSelected = "rgba(8, 182, 175, 0.15)"; const njSemanticColorBackgroundStatusPlanetSolidDefault = "#008480"; const njSemanticColorBackgroundStatusPlanetSolidHovered = "#0a6361"; const njSemanticColorBackgroundStatusPlanetSolidPressed = "#154948"; const njSemanticColorBackgroundStatusPlanetSolidFocused = "#0a6361"; const njSemanticColorBackgroundStatusPlanetSecondaryDefault = "#f1fafa"; const njSemanticColorBackgroundStatusPlanetSecondaryHovered = "#daf4f3"; const njSemanticColorBackgroundStatusPlanetSecondaryFocused = "#daf4f3"; const njSemanticColorBackgroundStatusPlanetSecondaryPressed = "#95dfdd"; const njSemanticColorBackgroundStatusPlanetTertiaryDefault = "#daf4f3"; const njSemanticColorBackgroundStatusPlanetTertiaryHovered = "#95dfdd"; const njSemanticColorBackgroundStatusPlanetTertiaryFocused = "#95dfdd"; const njSemanticColorBackgroundStatusPlanetTertiaryPressed = "#3dbcb8"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentDefault = "rgba(8, 182, 175, 0.15)"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentHovered = "rgba(3, 179, 174, 0.42)"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentFocused = "rgba(3, 179, 174, 0.42)"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentPressed = "rgba(3, 168, 163, 0.77);"; const njSemanticColorBackgroundStatusPlanetSpotlightDefault = "#192f2f"; const njSemanticColorBackgroundAccentPinkSecondaryDefault = "#fff4f9"; // Subtle touch of pink with no meaning tied to the color. const njSemanticColorBackgroundAccentPinkSecondaryHovered = "#ffe9f3"; const njSemanticColorBackgroundAccentPinkSecondaryFocused = "#ffe9f3"; const njSemanticColorBackgroundAccentPinkSecondaryPressed = "#ffc1df"; const njSemanticColorBackgroundAccentPinkTertiaryDefault = "#ffe9f3"; // Soft pink background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentPinkTertiaryHovered = "#ffc1df"; const njSemanticColorBackgroundAccentPinkTertiaryFocused = "#ffc1df"; const njSemanticColorBackgroundAccentPinkTertiaryPressed = "#ff80bd"; const njSemanticColorBackgroundAccentPinkSolidDefault = "#e01b78"; // Suitable for pink backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentPinkSolidHovered = "#963563"; const njSemanticColorBackgroundAccentPinkSolidFocused = "#963563"; const njSemanticColorBackgroundAccentPinkSolidPressed = "#5c3749"; const njSemanticColorBackgroundAccentPinkSpotlightDefault = "#34282e"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentRedSecondaryDefault = "#fff7f5"; // Subtle touch of red with no meaning tied to the color. const njSemanticColorBackgroundAccentRedSecondaryHovered = "#ffeae5"; const njSemanticColorBackgroundAccentRedSecondaryFocused = "#ffeae5"; const njSemanticColorBackgroundAccentRedSecondaryPressed = "#ffc5b9"; const njSemanticColorBackgroundAccentRedTertiaryDefault = "#ffeae5"; // Soft red background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentRedTertiaryHovered = "#ffc5b9"; const njSemanticColorBackgroundAccentRedTertiaryFocused = "#ffc5b9"; const njSemanticColorBackgroundAccentRedTertiaryPressed = "#ff8979"; const njSemanticColorBackgroundAccentRedSolidDefault = "#db3735"; // Suitable for red backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentRedSpotlightDefault = "#521814"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentOrangeSecondaryDefault = "#fff5ed"; // Subtle touch of orange with no meaning tied to the color. const njSemanticColorBackgroundAccentOrangeSecondaryHovered = "#ffeada"; const njSemanticColorBackgroundAccentOrangeSecondaryFocused = "#ffeada"; const njSemanticColorBackgroundAccentOrangeSecondaryPressed = "#ffc89d"; const njSemanticColorBackgroundAccentOrangeTertiaryDefault = "#ffeada"; // Soft orange background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentOrangeTertiaryHovered = "#ffc89d"; const njSemanticColorBackgroundAccentOrangeTertiaryFocused = "#ffc89d"; const njSemanticColorBackgroundAccentOrangeTertiaryPressed = "#ff8c47"; const njSemanticColorBackgroundAccentOrangeSolidDefault = "#bc5921"; // Suitable for orange backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentOrangeSolidHovered = "#8e441a"; const njSemanticColorBackgroundAccentOrangeSolidFocused = "#8e441a"; const njSemanticColorBackgroundAccentOrangeSolidPressed = "#693315"; const njSemanticColorBackgroundAccentOrangeSpotlightDefault = "#442312"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentYellowSecondaryDefault = "#fff7e0"; // Subtle touch of yellow with no meaning tied to the color. const njSemanticColorBackgroundAccentYellowSecondaryHovered = "#ffeeb4"; const njSemanticColorBackgroundAccentYellowSecondaryFocused = "#ffeeb4"; const njSemanticColorBackgroundAccentYellowSecondaryPressed = "#ffcc59"; const njSemanticColorBackgroundAccentYellowTertiaryDefault = "#ffeeb4"; // Soft yellow background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentYellowTertiaryHovered = "#ffcc59"; const njSemanticColorBackgroundAccentYellowTertiaryFocused = "#ffcc59"; const njSemanticColorBackgroundAccentYellowTertiaryPressed = "#d5a334"; const njSemanticColorBackgroundAccentYellowSolidDefault = "#ffcc59"; // Suitable for yellow backgrounds when there is no meaning tied to the color. No minimum contrast requirement met! const njSemanticColorBackgroundAccentYellowSolidHovered = "#d5a334"; const njSemanticColorBackgroundAccentYellowSolidFocused = "#d5a334"; const njSemanticColorBackgroundAccentYellowSolidPressed = "#ab8327"; const njSemanticColorBackgroundAccentYellowSpotlightDefault = "#362a13"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentGreenSecondaryDefault = "#f3faf4"; // Subtle touch of green with no meaning tied to the color. const njSemanticColorBackgroundAccentGreenSecondaryHovered = "#e2f3e3"; const njSemanticColorBackgroundAccentGreenSecondaryFocused = "#e2f3e3"; const njSemanticColorBackgroundAccentGreenSecondaryPressed = "#aedfb3"; const njSemanticColorBackgroundAccentGreenTertiaryDefault = "#e2f3e3"; // Soft green background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentGreenTertiaryHovered = "#aedfb3"; const njSemanticColorBackgroundAccentGreenTertiaryFocused = "#aedfb3"; const njSemanticColorBackgroundAccentGreenTertiaryPressed = "#63be74"; const njSemanticColorBackgroundAccentGreenSolidDefault = "#008836"; // Suitable for green backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentGreenSolidHovered = "#006725"; const njSemanticColorBackgroundAccentGreenSolidFocused = "#006725"; const njSemanticColorBackgroundAccentGreenSolidPressed = "#004d1c"; const njSemanticColorBackgroundAccentGreenSpotlightDefault = "#0a3315"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentGreySecondaryDefault = "#f6f8f9"; // Subtle touch of grey with no meaning tied to the color. const njSemanticColorBackgroundAccentGreySecondaryHovered = "#ebeef1"; const njSemanticColorBackgroundAccentGreySecondaryFocused = "#ebeef1"; const njSemanticColorBackgroundAccentGreySecondaryPressed = "#ccd4da"; const njSemanticColorBackgroundAccentGreyTertiaryDefault = "#ebeef1"; // Soft grey background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentGreyTertiaryHovered = "#ccd4da"; const njSemanticColorBackgroundAccentGreyTertiaryFocused = "#ccd4da"; const njSemanticColorBackgroundAccentGreyTertiaryPressed = "#9eadb8"; const njSemanticColorBackgroundAccentGreySolidDefault = "#60798b"; // Suitable for grey backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentGreySolidHovered = "#435c6e"; const njSemanticColorBackgroundAccentGreySolidFocused = "#435c6e"; const njSemanticColorBackgroundAccentGreySolidPressed = "#334551"; const njSemanticColorBackgroundAccentGreySpotlightDefault = "#232d35"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentBlueSecondaryDefault = "#f6f8fd"; // Subtle touch of blue with no meaning tied to the color. const njSemanticColorBackgroundAccentBlueSecondaryHovered = "#e7eefc"; const njSemanticColorBackgroundAccentBlueSecondaryFocused = "#e7eefc"; const njSemanticColorBackgroundAccentBlueSecondaryPressed = "#c0d4f9"; const njSemanticColorBackgroundAccentBlueTertiaryDefault = "#e7eefc"; // Soft blue background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentBlueTertiaryHovered = "#c0d4f9"; const njSemanticColorBackgroundAccentBlueTertiaryFocused = "#c0d4f9"; const njSemanticColorBackgroundAccentBlueTertiaryPressed = "#7fadef"; const njSemanticColorBackgroundAccentBlueSolidDefault = "#007acd"; // Suitable for blue backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentBlueSolidHovered = "#005aa0"; const njSemanticColorBackgroundAccentBlueSolidFocused = "#005aa0"; const njSemanticColorBackgroundAccentBlueSolidPressed = "#004478"; const njSemanticColorBackgroundAccentBlueSpotlightDefault = "#0b2d4e"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentUltramarineSecondaryDefault = "#f6f7fb"; // Subtle touch of ultramarine with no meaning tied to the color. const njSemanticColorBackgroundAccentUltramarineSecondaryHovered = "#eceef7"; const njSemanticColorBackgroundAccentUltramarineSecondaryFocused = "#eceef7"; const njSemanticColorBackgroundAccentUltramarineSecondaryPressed = "#ccd1e9"; const njSemanticColorBackgroundAccentUltramarineTertiaryDefault = "#eceef7"; // Soft ultramarine background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentUltramarineTertiaryHovered = "#ccd1e9"; const njSemanticColorBackgroundAccentUltramarineTertiaryFocused = "#ccd1e9"; const njSemanticColorBackgroundAccentUltramarineTertiaryPressed = "#9fa9d4"; const njSemanticColorBackgroundAccentUltramarineSolidDefault = "#6372b2"; // Suitable for ultramarine backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentUltramarineSolidHovered = "#44549b"; const njSemanticColorBackgroundAccentUltramarineSolidFocused = "#44549b"; const njSemanticColorBackgroundAccentUltramarineSolidPressed = "#2b3d83"; const njSemanticColorBackgroundAccentUltramarineSpotlightDefault = "#182663"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentPurpleSecondaryDefault = "#faf7fc"; // Subtle touch of purple with no meaning tied to the color. const njSemanticColorBackgroundAccentPurpleSecondaryHovered = "#f2ecf7"; const njSemanticColorBackgroundAccentPurpleSecondaryFocused = "#f2ecf7"; const njSemanticColorBackgroundAccentPurpleSecondaryPressed = "#deccec"; const njSemanticColorBackgroundAccentPurpleTertiaryDefault = "#f2ecf7"; // Soft purple background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentPurpleTertiaryHovered = "#deccec"; const njSemanticColorBackgroundAccentPurpleTertiaryFocused = "#deccec"; const njSemanticColorBackgroundAccentPurpleTertiaryPressed = "#bf9ed9"; const njSemanticColorBackgroundAccentPurpleSolidDefault = "#9261b7"; // Suitable for purple backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentPurpleSolidHovered = "#744299"; const njSemanticColorBackgroundAccentPurpleSolidFocused = "#744299"; const njSemanticColorBackgroundAccentPurpleSolidPressed = "#533669"; const njSemanticColorBackgroundAccentPurpleSpotlightDefault = "#312838"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentTealSecondaryDefault = "#f1fafa"; // Subtle touch of teal with no meaning tied to the color. const njSemanticColorBackgroundAccentTealSecondaryHovered = "#daf4f3"; const njSemanticColorBackgroundAccentTealSecondaryFocused = "#daf4f3"; const njSemanticColorBackgroundAccentTealSecondaryPressed = "#95dfdd"; const njSemanticColorBackgroundAccentTealTertiaryDefault = "#daf4f3"; // Soft teal background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentTealTertiaryHovered = "#95dfdd"; const njSemanticColorBackgroundAccentTealTertiaryFocused = "#95dfdd"; const njSemanticColorBackgroundAccentTealTertiaryPressed = "#3dbcb8"; const njSemanticColorBackgroundAccentTealSolidDefault = "#008480"; // Suitable for teal backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentTealSolidHovered = "#0a6361"; const njSemanticColorBackgroundAccentTealSolidFocused = "#0a6361"; const njSemanticColorBackgroundAccentTealSolidPressed = "#154948"; const njSemanticColorBackgroundAccentTealSpotlightDefault = "#192f2f"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentLimeSecondaryDefault = "#f8fad5"; // Subtle touch of lime with no meaning tied to the color. const njSemanticColorBackgroundAccentLimeSecondaryHovered = "#eef5a8"; const njSemanticColorBackgroundAccentLimeSecondaryFocused = "#eef5a8"; const njSemanticColorBackgroundAccentLimeSecondaryPressed = "#c7de43"; const njSemanticColorBackgroundAccentLimeTertiaryDefault = "#eef5a8"; // Soft lime background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentLimeTertiaryHovered = "#c7de43"; const njSemanticColorBackgroundAccentLimeTertiaryFocused = "#c7de43"; const njSemanticColorBackgroundAccentLimeTertiaryPressed = "#9db603"; const njSemanticColorBackgroundAccentLimeSolidDefault = "#6c7d02"; // Suitable for lime backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentLimeSolidHovered = "#525f0a"; const njSemanticColorBackgroundAccentLimeSolidFocused = "#525f0a"; const njSemanticColorBackgroundAccentLimeSolidPressed = "#3e460e"; const njSemanticColorBackgroundAccentLimeSpotlightDefault = "#2a2e0e"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAdditionalEngieRayDefault = "linear-gradient(90deg, #00AAFF 0%, #23d2b5 100%)"; // ENGIE's brand gradient. We strongly advise to refer to the brand guidelines for its usage. const njSemanticColorBackgroundAdditionalSignatureDefault = "#182663"; // ENGIE's additional brand color. We strongly advise to refer to the brand guidelines for its usage. const njSemanticColorBorderNeutralMinimalDefault = "#ebeef1"; // Almost imperceptible, provides a gentle visual separation between elements without drawing much attention to itself. Used for separators. const njSemanticColorBorderNeutralMinimalHovered = "#ccd4da"; const njSemanticColorBorderNeutralMinimalFocused = "#ccd4da"; const njSemanticColorBorderNeutralMinimalPressed = "#9eadb8"; const njSemanticColorBorderNeutralMinimalSelected = "#9eadb8"; const njSemanticColorBorderNeutralSubtleDefault = "#ccd4da"; // Offers a subtle visual distinction between elements, without overpowering the content. Used for separators and cards. const njSemanticColorBorderNeutralSubtleHovered = "#9eadb8"; const njSemanticColorBorderNeutralSubtleFocused = "#9eadb8"; const njSemanticColorBorderNeutralSubtlePressed = "#778c9b"; const njSemanticColorBorderNeutralSubtleSelected = "#778c9b"; const njSemanticColorBorderNeutralModerateDefault = "#9eadb8"; // Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs. const njSemanticColorBorderNeutralModerateHovered = "#778c9b"; const njSemanticColorBorderNeutralModerateFocused = "#778c9b"; const njSemanticColorBorderNeutralModeratePressed = "#60798b"; const njSemanticColorBorderNeutralModerateSelected = "#60798b"; const njSemanticColorBorderNeutralStrongDefault = "#60798b"; // Bold border, creates a striking visual division between elements. Use for notifications, inline messages and focus ring. const njSemanticColorBorderNeutralStrongHovered = "#435c6e"; const njSemanticColorBorderNeutralStrongFocused = "#435c6e"; const njSemanticColorBorderNeutralStrongPressed = "#334551"; const njSemanticColorBorderNeutralStrongSelected = "#334551"; const njSemanticColorBorderNeutralHeavyDefault = "#232d35"; // Highest level of visual differentiation. Has a strong contrast with the background, making it visually prominent and attention-grabbing. Use for important alerts. const njSemanticColorBorderNeutralInverseDefault = "#ffffff"; // Allows the application of a border when used on a contrasted background. Use for inverse buttons or inverse cards. const njSemanticColorBorderNeutralInverseHovered = "#ebeef1"; const njSemanticColorBorderNeutralInverseFocused = "#ebeef1"; const njSemanticColorBorderNeutralInversePressed = "#ccd4da"; const njSemanticColorBorderNeutralInverseSelected = "#ccd4da"; const njSemanticColorBorderBrandSubtleDefault = "#c0d4f9"; // Provides a gentle visual separation between elements, with a touch of Engie's brand identity.Suitable for elements where a subtle brand presence is desired. const njSemanticColorBorderBrandSubtleHovered = "#7fadef"; const njSemanticColorBorderBrandSubtleFocused = "#7fadef"; const njSemanticColorBorderBrandSubtlePressed = "#3c8cde"; const njSemanticColorBorderBrandSubtleSelected = "#3c8cde"; const njSemanticColorBorderBrandModerateDefault = "#7fadef"; // Provides a clear separation between elements with the brand identity. Use for tags and inputs. const njSemanticColorBorderBrandModerateHovered = "#3c8cde"; const njSemanticColorBorderBrandModerateFocused = "#3c8cde"; const njSemanticColorBorderBrandModeratePressed = "#007acd"; const njSemanticColorBorderBrandModerateSelected = "#007acd"; const njSemanticColorBorderBrandStrongDefault = "#007acd"; // Bold brand border, creates a striking visual division between elements. Use for borders or visual indicators of elements that reinforce Engie's brand, such as notifications, inline messages and focus ring. const njSemanticColorBorderBrandStrongHovered = "#005aa0"; const njSemanticColorBorderBrandStrongFocused = "#005aa0"; const njSemanticColorBorderBrandStrongPressed = "#004478"; const njSemanticColorBorderBrandStrongSelected = "#004478"; const njSemanticColorBorderStatusDangerSubtleDefault = "#ffc5b9"; // Subtle way to communicate critical information without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusDangerSubtleHovered = "#ff8979"; const njSemanticColorBorderStatusDangerSubtleFocused = "#ff8979"; const njSemanticColorBorderStatusDangerSubtlePressed = "#f34e46"; const njSemanticColorBorderStatusDangerSubtleSelected = "#f34e46"; const njSemanticColorBorderStatusDangerModerateDefault = "#ff8979"; // Communicates critical information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs. const njSemanticColorBorderStatusDangerModerateHovered = "#f34e46"; const njSemanticColorBorderStatusDangerModerateFocused = "#f34e46"; const njSemanticColorBorderStatusDangerModeratePressed = "#db3735"; const njSemanticColorBorderStatusDangerModerateSelected = "#db3735"; const njSemanticColorBorderStatusDangerStrongDefault = "#db3735"; // Intended to indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions. const njSemanticColorBorderStatusDangerStrongHovered = "#aa2424"; const njSemanticColorBorderStatusDangerStrongFocused = "#aa2424"; const njSemanticColorBorderStatusDangerStrongPressed = "#7f1d1b"; const njSemanticColorBorderStatusDangerStrongSelected = "#7f1d1b"; const njSemanticColorBorderStatusWarningSubtleDefault = "#ffc89d"; // Subtle way to communicate warning information without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusWarningSubtleHovered = "#ff8c47"; const njSemanticColorBorderStatusWarningSubtleFocused = "#ff8c47"; const njSemanticColorBorderStatusWarningSubtlePressed = "#d96929"; const njSemanticColorBorderStatusWarningSubtleSelected = "#d96929"; const njSemanticColorBorderStatusWarningModerateDefault = "#ff8c47"; // Communicates warning information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusWarningModerateHovered = "#d96929"; const njSemanticColorBorderStatusWarningModerateFocused = "#d96929"; const njSemanticColorBorderStatusWarningModeratePressed = "#bc5921"; const njSemanticColorBorderStatusWarningModerateSelected = "#bc5921"; const njSemanticColorBorderStatusWarningStrongDefault = "#bc5921"; // Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger. const njSemanticColorBorderStatusWarningStrongHovered = "#8e441a"; const njSemanticColorBorderStatusWarningStrongFocused = "#8e441a"; const njSemanticColorBorderStatusWarningStrongPressed = "#693315"; const njSemanticColorBorderStatusWarningStrongSelected = "#693315"; const njSemanticColorBorderStatusSuccessSubtleDefault = "#aedfb3"; // Subtle way to communicate success information or positive states without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusSuccessSubtleHovered = "#63be74"; const njSemanticColorBorderStatusSuccessSubtleFocused = "#63be74"; const njSemanticColorBorderStatusSuccessSubtlePressed = "#199d47"; const njSemanticColorBorderStatusSuccessSubtleSelected = "#199d47"; const njSemanticColorBorderStatusSuccessModerateDefault = "#63be74"; // Communicates successful or positive states in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusSuccessModerateHovered = "#199d47"; const njSemanticColorBorderStatusSuccessModerateFocused = "#199d47"; const njSemanticColorBorderStatusSuccessModeratePressed = "#008836"; const njSemanticColorBorderStatusSuccessModerateSelected = "#008836"; const njSemanticColorBorderStatusSuccessStrongDefault = "#008836"; // Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks. const njSemanticColorBorderStatusSuccessStrongHovered = "#006725"; const njSemanticColorBorderStatusSuccessStrongFocused = "#006725"; const njSemanticColorBorderStatusSuccessStrongPressed = "#004d1c"; const njSemanticColorBorderStatusSuccessStrongSelected = "#004d1c"; const njSemanticColorBorderStatusDiscoverySubtleDefault = "#deccec"; // Subtle way to highlight discovery or exploration-related content in your interface without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusDiscoverySubtleHovered = "#bf9ed9"; const njSemanticColorBorderStatusDiscoverySubtleFocused = "#bf9ed9"; const njSemanticColorBorderStatusDiscoverySubtlePressed = "#a377c5"; const njSemanticColorBorderStatusDiscoverySubtleSelected = "#a377c5"; const njSemanticColorBorderStatusDiscoveryModerateDefault = "#bf9ed9"; // Highlights discovery or communicates exploration-related content in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusDiscoveryModerateHovered = "#a377c5"; const njSemanticColorBorderStatusDiscoveryModerateFocused = "#a377c5"; const njSemanticColorBorderStatusDiscoveryModeratePressed = "#9261b7"; const njSemanticColorBorderStatusDiscoveryModerateSelected = "#9261b7"; const njSemanticColorBorderStatusDiscoveryStrongDefault = "#9261b7"; // Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience. const njSemanticColorBorderStatusDiscoveryStrongHovered = "#744299"; const njSemanticColorBorderStatusDiscoveryStrongFocused = "#744299"; const njSemanticColorBorderStatusDiscoveryStrongPressed = "#533669"; const njSemanticColorBorderStatusDiscoveryStrongSelected = "#533669"; const njSemanticColorBorderStatusInformationSubtleDefault = "#c0d4f9"; // Subtle way to highlight informational elements in your interface without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusInformationSubtleHovered = "#7fadef"; const njSemanticColorBorderStatusInformationSubtleFocused = "#7fadef"; const njSemanticColorBorderStatusInformationSubtlePressed = "#3c8cde"; const njSemanticColorBorderStatusInformationSubtleSelected = "#3c8cde"; const njSemanticColorBorderStatusInformationModerateDefault = "#7fadef"; // Highlights informational elements in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusInformationModerateHovered = "#3c8cde"; const njSemanticColorBorderStatusInformationModerateFocused = "#3c8cde"; const njSemanticColorBorderStatusInformationModeratePressed = "#007acd"; const njSemanticColorBorderStatusInformationModerateSelected = "#007acd"; const njSemanticColorBorderStatusInformationStrongDefault = "#007acd"; // Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction. const njSemanticColorBorderStatusInformationStrongHovered = "#005aa0"; const njSemanticColorBorderStatusInformationStrongFocused = "#005aa0"; const njSemanticColorBorderStatusInformationStrongPressed = "#004478"; const njSemanticColorBorderStatusInformationStrongSelected = "#004478"; const njSemanticColorBorderStatusPlanetSubtleDefault = "#95dfdd"; const njSemanticColorBorderStatusPlanetSubtleHovered = "#3dbcb8"; const njSemanticColorBorderStatusPlanetSubtleFocused = "#3dbcb8"; const njSemanticColorBorderStatusPlanetSubtlePressed = "#0a9994"; const njSemanticColorBorderStatusPlanetSubtleSelected = "#0a9994"; const njSemanticColorBorderStatusPlanetModerateDefault = "#3dbcb8"; const njSemanticColorBorderStatusPlanetModerateHovered = "#0a9994"; const njSemanticColorBorderStatusPlanetModerateFocused = "#0a9994"; const njSemanticColorBorderStatusPlanetModeratePressed = "#008480"; const njSemanticColorBorderStatusPlanetModerateSelected = "#008480"; const njSemanticColorBorderStatusPlanetStrongDefault = "#008480"; const njSemanticColorBorderStatusPlanetStrongHovered = "#0a6361"; const njSemanticColorBorderStatusPlanetStrongFocused = "#0a6361"; const njSemanticColorBorderStatusPlanetStrongPressed = "#154948"; const njSemanticColorBorderStatusPlanetStrongSelected = "#154948"; const njSemanticColorBorderAccentPinkSubtleDefault = "#ffc1df"; const njSemanticColorBorderAccentPinkSubtleHovered = "#ff80bd"; const njSemanticColorBorderAccentPinkSubtleFocused = "#ff80bd"; const njSemanticColorBorderAccentPinkSubtlePressed = "#fb3492"; const njSemanticColorBorderAccentPinkSubtleSelected = "#fb3492"; const njSemanticColorBorderAccentPinkModerateDefault = "#ff80bd"; // Suitable for pink borders when there is no meaning tied to the color. const njSemanticColorBorderAccentPinkModerateHovered = "#fb3492"; const njSemanticColorBorderAccentPinkModerateFocused = "#fb3492"; const njSemanticColorBorderAccentPinkModeratePressed = "#e01b78"; const njSemanticColorBorderAccentPinkModerateSelected = "#e01b78"; const njSemanticColorBorderAccentPinkStrongDefault = "#e01b78"; const njSemanticColorBorderAccentPinkStrongHovered = "#963563"; const njSemanticColorBorderAccentPinkStrongFocused = "#963563"; const njSemanticColorBorderAccentPinkStrongPressed = "#5c3749"; const njSemanticColorBorderAccentPinkStrongSelected = "#5c3749"; const njSemanticColorBorderAccentRedSubtleDefault = "#ffc5b9"; const njSemanticColorBorderAccentRedSubtleHovered = "#ff8979"; const njSemanticColorBorderAccentRedSubtleFocused = "#ff8979"; const njSemanticColorBorderAccentRedSubtlePressed = "#f34e46"; const njSemanticColorBorderAccentRedSubtleSelected = "#f34e46"; const njSemanticColorBorderAccentRedModerateDefault = "#ff8979"; // Suitable for red borders when there is no meaning tied to the color. const njSemanticColorBorderAccentRedModerateHovered = "#f34e46"; const njSemanticColorBorderAccentRedModerateFocused = "#f34e46"; const njSemanticColorBorderAccentRedModeratePressed = "#db3735"; const njSemanticColorBorderAccentRedModerateSelected = "#db3735"; const njSemanticColorBorderAccentRedStrongDefault = "#db3735"; const njSemanticColorBorderAccentRedStrongHovered = "#aa2424"; const njSemanticColorBorderAccentRedStrongFocused = "#aa2424"; const njSemanticColorBorderAccentRedStrongPressed = "#7f1d1b"; const njSemanticColorBorderAccentRedStrongSelected = "#7f1d1b"; const njSemanticColorBorderAccentOrangeSubtleDefault = "#ffc89d"; const njSemanticColorBorderAccentOrangeSubtleHovered = "#ff8c47"; const njSemanticColorBorderAccentOrangeSubtleFocused = "#ff8c47"; const njSemanticColorBorderAccentOrangeSubtlePressed = "#d96929"; const njSemanticColorBorderAccentOrangeSubtleSelected = "#d96929"; const njSemanticColorBorderAccentOrangeModerateDefault = "#ff8c47"; // Suitable for orange borders when there is no meaning tied to the color. const njSemanticColorBorderAccentOrangeModerateHovered = "#d96929"; const njSemanticColorBorderAccentOrangeModerateFocused = "#d96929"; const njSemanticColorBorderAccentOrangeModeratePressed = "#bc5921"; const njSemanticColorBorderAccentOrangeModerateSelected = "#bc5921"; const njSemanticColorBorderAccentOrangeStrongDefault = "#bc5921"; const njSemanticColorBorderAccentOrangeStrongHovered = "#8e441a"; const njSemanticColorBorderAccentOrangeStrongFocused = "#8e441a"; const njSemanticColorBorderAccentOrangeStrongPressed = "#693315"; const njSemanticColorBorderAccentOrangeStrongSelected = "#693315"; const njSemanticColorBorderAccentYellowSubtleDefault = "#ffcc59"; const njSemanticColorBorderAccentYellowSubtleHovered = "#d5a334"; const njSemanticColorBorderAccentYellowSubtleFocused = "#d5a334"; const njSemanticColorBorderAccentYellowSubtlePressed = "#ab8327"; const njSemanticColorBorderAccentYellowSubtleSelected = "#ab8327"; const njSemanticColorBorderAccentYellowModerateDefault = "#d5a334"; // Suitable for yellow borders when there is no meaning tied to the color. const njSemanticColorBorderAccentYellowModerateHovered = "#ab8327"; const njSemanticColorBorderAccentYellowModerateFocused = "#ab8327"; const njSemanticColorBorderAccentYellowModeratePressed = "#947023"; const njSemanticColorBorderAccentYellowModerateSelected = "#947023"; const njSemanticColorBorderAccentYellowStrongDefault = "#947023"; const njSemanticColorBorderAccentYellowStrongHovered = "#6f551d"; const njSemanticColorBorderAccentYellowStrongFocused = "#6f551d"; const njSemanticColorBorderAccentYellowStrongPressed = "#533f18"; const njSemanticColorBorderAccentYellowStrongSelected = "#533f18"; const njSemanticColorBorderAccentGreenSubtleDefault = "#aedfb3"; const njSemanticColorBorderAccentGreenSubtleHovered = "#63be74"; const njSemanticColorBorderAccentGreenSubtleFocused = "#63be74"; const njSemanticColorBorderAccentGreenSubtlePressed = "#199d47"; const njSemanticColorBorderAccentGreenSubtleSelected = "#199d47"; const njSemanticColorBorderAccentGreenModerateDefault = "#63be74"; // Suitable for green borders when there is no meaning tied to the color. const njSemanticColorBorderAccentGreenModerateHovered = "#199d47"; const njSemanticColorBorderAccentGreenModerateFocused = "#199d47"; const njSemanticColorBorderAccentGreenModeratePressed = "#008836"; const njSemanticColorBorderAccentGreenModerateSelected = "#008836"; const njSemanticColorBorderAccentGreenStrongDefault = "#008836"; const njSemanticColorBorderAccentGreenStrongHovered = "#006725"; const njSemanticColorBorderAccentGreenStrongFocused = "#006725"; const njSemanticColorBorderAccentGreenStrongPressed = "#004d1c"; const njSemanticColorBorderAccentGreenStrongSelected = "#004d1c"; const njSemanticColorBorderAccentGreySubtleDefault = "#ccd4da"; const njSemanticColorBorderAccentGreySubtleHovered = "#9eadb8"; const njSemanticColorBorderAccentGreySubtleFocused = "#9eadb8"; const njSemanticColorBorderAccentGreySubtlePressed = "#778c9b"; const njSemanticColorBorderAccentGreySubtleSelected = "#778c9b"; const njSemanticColorBorderAccentGreyModerateDefault = "#9eadb8"; // Suitable for grey borders when there is no meaning tied to the color. const njSemanticColorBorderAccentGreyModerateHovered = "#778c9b"; const njSemanticColorBorderAccentGreyModerateFocused = "#778c9b"; const njSemanticColorBorderAccentGreyModeratePressed = "#60798b"; const njSemanticColorBorderAccentGreyModerateSelected = "#60798b"; const njSemanticColorBorderAccentGreyStrongDefault = "#60798b"; const njSemanticColorBorderAccentGreyStrongHovered = "#435c6e"; const njSemanticColorBorderAccentGreyStrongFocused = "#435c6e"; const njSemanticColorBorderAccentGreyStrongPressed = "#334551"; const njSemanticColorBorderAccentGreyStrongSelected = "#334551"; const njSemanticColorBorderAccentBlueSubtleDefault = "#c0d4f9"; const njSemanticColorBorderAccentBlueSubtleHovered = "#7fadef"; const njSemanticColorBorderAccentBlueSubtleFocused = "#7fadef"; const njSemanticColorBorderAccentBlueSubtlePressed = "#3c8cde"; const njSemanticColorBorderAccentBlueSubtleSelected = "#3c8cde"; const njSemanticColorBorderAccentBlueModerateDefault = "#7fadef"; // Suitable for blue borders when there is no meaning tied to the color. const njSemanticColorBorderAccentBlueModerateHovered = "#3c8cde"; const njSemanticColorBorderAccentBlueModerateFocused = "#3c8cde"; const njSemanticColorBorderAccentBlueModeratePressed = "#007acd"; const njSemanticColorBorderAccentBlueModerateSelected = "#007acd"; const njSemanticColorBorderAccentBlueStrongDefault = "#007acd"; const njSemanticColorBorderAccentBlueStrongHovered = "#005aa0"; const njSemanticColorBorderAccentBlueStrongFocused = "#005aa0"; const njSemanticColorBorderAccentBlueStrongPressed = "#004478"; const njSemanticColorBorderAccentBlueStrongSelected = "#004478"; const njSemanticColorBorderAccentUltramarineSubtleDefault = "#ccd1e9"; const njSemanticColorBorderAccentUltramarineSubtleHovered = "#9fa9d4"; const njSemanticColorBorderAccentUltramarineSubtleFocused = "#9fa9d4"; const njSemanticColorBorderAccentUltramarineSubtlePressed = "#7986bf"; const njSemanticColorBorderAccentUltramarineSubtleSelected = "#7986bf"; const njSemanticColorBorderAccentUltramarineModerateDefault = "#9fa9d4"; // Suitable for ultramarine borders when there is no meaning tied to the color. const njSemanticColorBorderAccentUltramarineModerateHovered = "#7986bf"; const njSemanticColorBorderAccentUltramarineModerateFocused = "#7986bf"; const njSemanticColorBorderAccentUltramarineModeratePressed = "#6372b2"; const njSemanticColorBorderAccentUltramarineModerateSelected = "#6372b2"; const njSemanticColorBorderAccentUltramarineStrongDefault = "#6372b2"; const njSemanticColorBorderAccentUltramarineStrongHovered = "#44549b"; const njSemanticColorBorderAccentUltramarineStrongFocused = "#44549b"; const njSemanticColorBorderAccentUltramarineStrongPressed = "#2b3d83"; const njSemanticColorBorderAccentUltramarineStrongSelected = "#2b3d83"; const njSemanticColorBorderAccentPurpleSubtleDefault = "#deccec"; const njSemanticColorBorderAccentPurpleSubtleHovered = "#bf9ed9"; const njSemanticColorBorderAccentPurpleSubtleFocused = "#bf9ed9"; const njSemanticColorBorderAccentPurpleSubtlePressed = "#a377c5"; const njSemanticColorBorderAccentPurpleSubtleSelected = "#a377c5"; const njSemanticColorBorderAccentPurpleModerateDefault = "#bf9ed9"; // Suitable for purple borders when there is no meaning tied to the color. const njSemanticColorBorderAccentPurpleModerateHovered = "#a377c5"; const njSemanticColorBorderAccentPurpleModerateFocused = "#a377c5"; const njSemanticColorBorderAccentPurpleModeratePressed = "#9261b7"; const njSemanticColorBorderAccentPurpleModerateSelected = "#9261b7"; const njSemanticColorBorderAccentPurpleStrongDefault = "#9261b7"; const njSemanticColorBorderAccentPurpleStrongHovered = "#744299"; const njSemanticColorBorderAccentPurpleStrongFocused = "#744299"; const njSemanticColorBorderAccentPurpleStrongPressed = "#533669"; const njSemanticColorBorderAccentPurpleStrongSelected = "#533669"; const njSemanticColorBorderAccentTealSubtleDefault = "#95dfdd"; const njSemanticColorBorderAccentTealSubtleHovered = "#3dbcb8"; const njSemanticColorBorderAccentTealSubtleFocused = "#3dbcb8"; const njSemanticColorBorderAccentTealSubtlePressed = "#0a9994"; const njSemanticColorBorderAccentTealSubtleSelected = "#0a9994"; const njSemanticColorBorderAccentTealModerateDefault = "#3dbcb8"; // Suitable for teal borders when there is no meaning tied to the color. const njSemanticColorBorderAccentTealModerateHovered = "#0a9994"; const njSemanticColorBorderAccentTealModerateFocused = "#0a9994"; const njSemanticColorBorderAccentTealModeratePressed = "#008480"; const njSemanticColorBorderAccentTealModerateSelected = "#008480"; const njSemanticColorBorderAccentTealStrongDefault = "#008480"; const njSemanticColorBorderAccentTealStrongHovered = "#0a6361"; const njSemanticColorBorderAccentTealStrongFocused = "#0a6361"; const njSemanticColorBorderAccentTealStrongPressed = "#154948"; const njSemanticColorBorderAccentTealStrongSelected = "#154948"; const njSemanticColorBorderAccentLimeSubtleDefault = "#c7de43"; const njSemanticColorBorderAccentLimeSubtleHovered = "#9db603"; const njSemanticColorBorderAccentLimeSubtleFocused = "#9db603"; const njSemanticColorBorderAccentLimeSubtlePressed = "#7d9200"; const njSemanticColorBorderAccentLimeSubtleSelected = "#7d9200"; const njSemanticColorBorderAccentLimeModerateDefault = "#9db603"; // Suitable for lime borders when there is no meaning tied to the color. const njSemanticColorBorderAccentLimeModerateHovered = "#7d9200"; const njSemanticColorBorderAccentLimeModerateFocused = "#7d9200"; const njSemanticColorBorderAccentLimeModeratePressed = "#6c7d02"; const njSemanticColorBorderAccentLimeModerateSelected = "#6c7d02"; const njSemanticColorBorderAccentLimeStrongDefault = "#6c7d02"; const njSemanticColorBorderAccentLimeStrongHovered = "#525f0a"; const njSemanticColorBorderAccentLimeStrongFocused = "#525f0a"; const njSemanticColorBorderAccentLimeStrongPressed = "#3e460e"; const njSemanticColorBorderAccentLimeStrongSelected = "#3e460e"; const njSemanticColorIconNeutralPrimaryDefault = "#171d21"; // Use for visible and prominent icons, ensures they are easily recognizable and stand out. Typically used for essential actions or navigation elements that require immediate user attention. const njSemanticColorIconNeutralPrimaryHovered = "#005aa0"; const njSemanticColorIconNeutralPrimaryFocused = "#005aa0"; const njSemanticColorIconNeutralPrimaryPressed = "#004478"; const njSemanticColorIconNeutralSecondaryDefault = "#334551"; // Use for less visible icons, offering a subtle presence that complements the primary content. Used for secondary actions or to support elements within the interface. const njSemanticColorIconNeutralSecondaryHovered = "#232d35"; const njSemanticColorIconNeutralSecondaryFocused = "#232d35"; const njSemanticColorIconNeutralSecondaryPressed = "#171d21"; const njSemanticColorIconNeutralTertiaryDefault = "#60798b"; // Use for icons with even lower visibility, providing a more understated appearance. These icons are used for tertiary actions or optional elements, contributing to a more streamlined and unobtrusive user experience. const njSemanticColorIconNeutralTertiaryHovered = "#435c6e"; const njSemanticColorIconNeutralTertiaryFocused = "#435c6e"; const njSemanticColorIconNeutralTertiaryPressed = "#334551"; const njSemanticColorIconNeutralContrastDefault = "#435c6e"; // These icons utilizes higher contrast or distinct visual treatments to create emphasis and draw attention. It is employed for icons that require enhanced visibility or a stronger visual impact. const njSemanticColorIconNeutralContrastHovered = "#334551"; const njSemanticColorIconNeutralContrastFocused = "#334551"; const njSemanticColorIconNeutralContrastPressed = "#232d35"; const njSemanticColorIconNeutralInverseDefault = "#ffffff"; // Use for icons on dark backgrounds. Ensures readability and visual appeal, particularly in scenarios where icons are placed on contrasting surfaces. const njSemanticColorIconNeutralInverseHovered = "#ebeef1"; const njSemanticColorIconNeutralInverseFocused = "#ebeef1"; const njSemanticColorIconNeutralInversePressed = "#ccd4da"; const njSemanticColorIconBrandPrimaryDefault = "#007acd"; const njSemanticColorIconBrandPrimaryHovered = "#005aa0"; const njSemanticColorIconBrandPrimaryFocused = "#005aa0"; const njSemanticColorIconBrandPrimaryPressed = "#004478"; const njSemanticColorIconBrandContrastDefault = "#005aa0"; const njSemanticColorIconBrandContrastHovered = "#004478"; const njSemanticColorIconBrandContrastFocused = "#004478"; const njSemanticColorIconBrandContrastPressed = "#0b2d4e"; const njSemanticColorIconStatusDangerPrimaryDefault = "#db3735"; const njSemanticColorIconStatusDangerPrimaryHovered = "#aa2424"; const njSemanticColorIconStatusDangerPrimaryFocused = "#aa2424"; const njSemanticColorIconStatusDangerPrimaryPressed = "#7f1d1b"; const njSemanticColorIconStatusDangerContrastDefault = "#7f1d1b"; const njSemanticColorIconStatusSuccessPrimaryDefault = "#008836"; const njSemanticColorIconStatusSuccessPrimaryHovered = "#006725"; const njSemanticColorIconStatusSuccessPrimaryFocused = "#006725"; const njSemanticColorIconStatusSuccessPrimaryPressed = "#004d1c"; const njSemanticColorIconStatusSuccessContrastDefault = "#004d1c"; const njSemanticColorIconStatusWarningPrimaryDefault = "#bc5921"; const njSemanticColorIconStatusWarningPrimaryHovered = "#8e441a"; const njSemanticColorIconStatusWarningPrimaryFocused = "#8e441a"; const njSemanticColorIconStatusWarningPrimaryPressed = "#693315"; const njSemanticColorIconStatusWarningContrastDefault = "#693315"; const njSemanticColorIconStatusDiscoveryPrimaryDefault = "#9261b7"; const njSemanticColorIconStatusDiscoveryPrimaryHovered = "#744299"; const njSemanticColorIconStatusDiscoveryPrimaryFocused = "#744299"; const njSemanticColorIconStatusDiscoveryPrimaryPressed = "#533669"; const njSemanticColorIconStatusDiscoveryContrastDefault = "#533669"; const njSemanticColorIconStatusInformationPrimaryDefault = "#007acd"; const njSemanticColorIconStatusInformationPrimaryHovered = "#005aa0"; const njSemanticColorIconStatusInformationPrimaryFocused = "#005aa0"; const njSemanticColorIconStatusInformationPrimaryPressed = "#004478"; const njSemanticColorIconStatusInformationContrastDefault = "#004478"; const njSemanticColorIconStatusPlanetPrimaryDefault = "#008480"; const njSemanticColorIconStatusPlanetPrimaryHovered = "#0a6361"; const njSemanticColorIconStatusPlanetPrimaryFocused = "#0a6361"; const njSemanticColorIconStatusPlanetPrimaryPressed = "#154948"; const njSemanticColorIconStatusPlanetContrastDefault = "#154948"; const njSemanticColorIconAccentPinkPrimaryDefault = "#e01b78"; const njSemanticColorIconAccentPinkPrimaryHovered = "#963563"; const njSemanticColorIconAccentPinkPrimaryFocused = "#963563"; const njSemanticColorIconAccentPinkPrimaryPressed = "#5c3749"; const njSemanticColorIconAccentPinkContrastDefault = "#5c3749"; const njSemanticColorIconAccentRedPrimaryDefault = "#db3735"; const njSemanticColorIconAccentRedPrimaryHovered = "#aa2424"; const njSemanticColorIconAccentRedPrimaryFocused = "#aa2424"; const njSemanticColorIconAccentRedPrimaryPressed = "#7f1d1b"; const njSemanticColorIconAccentRedContrastDefault = "#7f1d1b"; const njSemanticColorIconAccentOrangePrimaryDefault = "#bc5921"; const njSemanticColorIconAccentOrangePrimaryHovered = "#8e441a"; const njSemanticColorIconAccentOrangePrimaryFocused = "#8e441a"; const njSemanticColorIconAccentOrangePrimaryPressed = "#693315"; const njSemanticColorIconAccentOrangeContrastDefault = "#693315"; const njSemanticColorIconAccentYellowPrimaryDefault = "#947023"; const njSemanticColorIconAccentYellowPrimaryHovered = "#6f551d"; const njSemanticColorIconAccentYellowPrimaryFocused = "#6f551d"; const njSemanticColorIconAccentYellowPrimaryPressed = "#533f18"; const njSemanticColorIconAccentYellowContrastDefault = "#533f18"; const njSemanticColorIconAccentGreenPrimaryDefault = "#008836"; const njSemanticColorIconAccentGreenPrimaryHovered = "#006725"; const njSemanticColorIconAccentGreenPrimaryFocused = "#006725"; const njSemanticColorIconAccentGreenPrimaryPressed = "#004d1c"; const njSemanticColorIconAccentGreenContrastDefault = "#004d1c"; const njSemanticColorIconAccentGreyPrimaryDefault = "#60798b"; const njSemanticColorIconAccentGreyPrimaryHovered = "#435c6e"; const njSemanticColorIconAccentGreyPrimaryFocused = "#435c6e"; const njSemanticColorIconAccentGreyPrimaryPressed = "#334551"; const njSemanticColorIconAccentGreyContrastDefault = "#334551"; const njSemanticColorIconAccentBluePrimaryDefault = "#007acd"; const njSemanticColorIconAccentBluePrimaryHovered = "#005aa0"; const njSemanticColorIconAccentBluePrimaryFocused = "#005aa0"; const njSemanticColorIconAccentBluePrimaryPressed = "#004478"; const njSemanticColorIconAccentBlueContrastDefault = "#004478"; const njSemanticColorIconAccentUltramarinePrimaryDefault = "#6372b2"; const njSemanticColorIconAccentUltramarinePrimaryHovered = "#44549b"; const njSemanticColorIconAccentUltramarinePrimaryFocused = "#44549b"; const njSemanticColorIconAccentUltramarinePrimaryPressed = "#2b3d83"; const njSemanticColorIconAccentUltramarineContrastDefault = "#2b3d83"; const njSemanticColorIconAccentPurplePrimaryDefault = "#9261b7"; const njSemanticColorIconAccentPurplePrimaryHovered = "#744299"; const njSemanticColorIconAccentPurplePrimaryFocused = "#744299"; const njSemanticColorIconAccentPurplePrimaryPressed = "#533669"; const njSemanticColorIconAccentPurpleContrastDefault = "#533669"; const njSemanticColorIconAccentTealPrimaryDefault = "#008480"; const njSemanticColorIconAccentTealPrimaryHovered = "#0a6361"; const njSemanticColorIconAccentTealPrimaryFocused = "#0a6361"; const njSemanticColorIconAccentTealPrimaryPressed = "#154948"; const njSemanticColorIconAccentTealContrastDefault = "#154948"; const njSemanticColorIconAccentLimePrimaryDefault = "#6c7d02"; const njSemanticColorIconAccentLimePrimaryHovered = "#525f0a"; const njSemanticColorIconAccentLimePrimaryFocused = "#525f0a"; const njSemanticColorIconAccentLimePrimaryPressed = "#3e460e"; const njSemanticColorIconAccentLimeContrastDefault = "#3e460e"; const njSemanticColorIconAdditionalSignatureDefault = "#182663"; const njSemanticColorTextNeutralPrimaryDefault = "#171d21"; // Reserved for the most critical and visually prominent content in the interface. Should be employed for elements like page titles and section headings, where it commands attention and establishes hierarchy. const njSemanticColorTextNeutralPrimaryHovered = "#005aa0"; const njSemanticColorTextNeutralPrimaryFocused = "#005aa0"; const njSemanticColorTextNeutralPrimaryPressed = "#004478"; const njSemanticColorTextNeutralPrimaryNotInvertibleDefault = "#171d21"; const njSemanticColorTextNeutralPrimaryNotInvertibleHovered = "#007acd"; const njSemanticColorTextNeutralPrimaryNotInvertibleFocused = "#007acd"; const njSemanticColorTextNeutralPrimaryNotInvertiblePressed = "#005aa0"; const njSemanticColorTextNeutralSecondaryDefault = "#334551"; // Harmonious and legible contrast for various content types. Well-suited for subtitles, subheadings, and regular content, ensures a balanced and readable appearance throughout the interface. const njSemanticColorTextNeutralTertiaryDefault = "#60798b"; // Slightly lighter, suitable for secondary subtitles or contextual information. Ideal for additional information. const njSemanticColorTextNeutralTertiaryHovered = "#005aa0"; const njSemanticColorTextNeutralTertiaryFocused = "#005aa0"; const njSemanticColorTextNeutralTertiaryPressed = "#004478"; const njSemanticColorTextNeutralContrastDefault = "#435c6e"; // Emphasizes elements with higher contrast to create visual hierarchy and draw attention. const njSemanticColorTextNeutralContrastHovered = "#004478"; const njSemanticColorTextNeutralContrastFocused = "#004478"; const njSemanticColorTextNeutralContrastPressed = "#0b2d4e"; const njSemanticColorTextNeutralInverseDefault = "#ffffff"; // Used for light text on a dark background for readability and visual appeal in specific UI components. const njSemanticColorTextNeutralInverseHovered = "#ebeef1"; const njSemanticColorTextNeutralInverseFocused = "#ebeef1"; const njSemanticColorTextNeutralInversePressed = "#ccd4da"; const njSemanticColorTextNeutralInverseNotInvertibleDefault = "#ffffff"; const njSemanticColorTextNeutralInverseNotInvertibleHovered = "#ebeef1"; const njSemanticColorTextNeutralInverseNotInvertibleFocused = "#ebeef1"; const njSemanticColorTextNeutralInverseNotInvertiblePressed = "#ccd4da"; const njSemanticColorTextBrandPrimaryDefault = "#007acd"; // Powerful tool to reinforce the brand's presence and create visual emphasis. Use strategically for text elements that are central to the brand identity or require heightened attention, such as brand names, key headlines, or links. const njSemanticColorTextBrandPrimaryHovered = "#005aa0"; const njSemanticColorTextBrandPrimaryFocused = "#005aa0"; const njSemanticColorTextBrandPrimaryPressed = "#004478"; const njSemanticColorTextBrandContrastDefault = "#005aa0"; // Used on secondary backgrounds to keep the the contrast ratio for accessibility reasons. const njSemanticColorTextBrandContrastHovered = "#004478"; const njSemanticColorTextBrandContrastFocused = "#004478"; const njSemanticColorTextBrandContrastPressed = "#0b2d4e"; const njSemanticColorTextStatusDangerPrimaryDefault = "#db3735"; const njSemanticColorTextStatusDangerPrimaryHovered = "#aa2424"; const njSemanticColorTextStatusDangerPrimaryFocused = "#aa2424"; const njSemanticColorTextStatusDangerPrimaryPressed = "#7f1d1b"; const njSemanticColorTextStatusDangerContrastDefault = "#aa2424"; const njSemanticColorTextStatusDangerContrastHovered = "#7f1d1b"; const njSemanticColorTextStatusDangerContrastFocused = "#7f1d1b"; const njSemanticColorTextStatusDangerContrastPressed = "#521814"; const njSemanticColorTextStatusWarningPrimaryDefault = "#bc5921"; const njSemanticColorTextStatusWarningPrimaryHovered = "#8e441a"; const njSemanticColorTextStatusWarningPrimaryFocused = "#8e441a"; const njSemanticColorTextStatusWarningPrimaryPressed = "#693315"; const njSemanticColorTextStatusWarningContrastDefault = "#8e441a"; const njSemanticColorTextStatusWarningContrastHovered = "#693315"; const njSemanticColorTextStatusWarningContrastFocused = "#693315"; const njSemanticColorTextStatusWarningContrastPressed = "#442312"; const njSemanticColorTextStatusSuccessPrimaryDefault = "#008836"; const njSemanticColorTextStatusSuccessPrimaryHovered = "#006725"; const njSemanticColorTextStatusSuccessPrimaryFocused = "#006725"; const njSemanticColorTextStatusSuccessPrimaryPressed = "#004d1c"; const njSemanticColorTextStatusSuccessContrastDefault = "#006725"; const njSemanticColorTextStatusSuccessContrastHovered = "#004d1c"; const njSemanticColorTextStatusSuccessContrastFocused = "#004d1c"; const njSemanticColorTextStatusSuccessContrastPressed = "#0a3315"; const njSemanticColorTextStatusInformationPrimaryDefault = "#007acd"; const njSemanticColorTextStatusInformationPrimaryHovered = "#005aa0"; const njSemanticColorTextStatusInformationPrimaryFocused = "#005aa0"; const njSemanticColorTextStatusInformationPrimaryPressed = "#004478"; const njSemanticColorTextStatusInformationContrastDefault = "#005aa0"; const njSemanticColorTextStatusInformationContrastHovered = "#004478"; const njSemanticColorTextStatusInformationContrastFocused = "#004478"; const njSemanticColorTextStatusInformationContrastPressed = "#0b2d4e"; const njSemanticColorTextStatusDiscoveryPrimaryDefault = "#9261b7"; const njSemanticColorTextStatusDiscoveryPrimaryHovered = "#744299"; const njSemanticColorTextStatusDiscoveryPrimaryFocused = "#744299"; const njSemanticColorTextStatusDiscoveryPrimaryPressed = "#533669"; const njSemanticColorTextStatusDiscoveryContrastDefault = "#744299"; const njSemanticColorTextStatusDiscoveryContrastHovered = "#533669"; const njSemanticColorTextStatusDiscoveryContrastFocused = "#533669"; const njSemanticColorTextStatusDiscoveryContrastPressed = "#312838"; const njSemanticColorTextStatusPlanetPrimaryDefault = "#008480"; const njSemanticColorTextStatusPlanetPrimaryHovered = "#0a6361"; const njSemanticColorTextStatusPlanetPrimaryFocused = "#0a6361"; const njSemanticColorTextStatusPlanetPrimaryPressed = "#154948"; const njSemanticColorTextStatusPlanetContrastDefault = "#0a6361"; const njSemanticColorTextStatusPlanetContrastHovered = "#154948"; const njSemanticColorTextStatusPlanetContrastFocused = "#154948"; const njSemanticColorTextStatusPlanetContrastPressed = "#192f2f"; const njSemanticColorTextAccentPinkPrimaryDefault = "#e01b78"; const njSemanticColorTextAccentPinkPrimaryHovered = "#963563"; const njSemanticColorTextAccentPinkPrimaryFocused = "#963563"; const njSemanticColorTextAccentPinkPrimaryPressed = "#5c3749"; const njSemanticColorTextAccentPinkContrastDefault = "#963563"; const njSemanticColorTextAccentPinkContrastHovered = "#5c3749"; const njSemanticColorTextAccentPinkContrastFocused = "#5c3749"; const njSemanticColorTextAccentPinkContrastPressed = "#34282e"; const njSemanticColorTextAccentRedPrimaryDefault = "#db3735"; const njSemanticColorTextAccentRedPrimaryHovered = "#aa2424"; const njSemanticColorTextAccentRedPrimaryFocused = "#aa2424"; const njSemanticColorTextAccentRedPrimaryPressed = "#7f1d1b"; const njSemanticColorTextAccentRedContrastDefault = "#aa2424"; const njSemanticColorTextAccentRedContrastHovered = "#7f1d1b"; const njSemanticColorTextAccentRedContrastFocused = "#7f1d1b"; const njSemanticColorTextAccentRedContrastPressed = "#521814"; const njSemanticColorTextAccentOrangePrimaryDefault = "#bc5921"; const njSemanticColorTextAccentOrangePrimaryHovered = "#8e441a"; const njSemanticColorTextAccentOrangePrimaryFocused = "#8e441a"; const njSemanticColorTextAccentOrangePrimaryPressed = "#693315"; const njSemanticColorTextAccentOrangeContrastDefault = "#8e441a"; const njSemanticColorTextAccentOrangeContrastHovered = "#693315"; const njSemanticColorTextAccentOrangeContrastFocused = "#693315"; const njSemanticColorTextAccentOrangeContrastPressed = "#442312"; const njSemanticColorTextAccentYellowPrimaryDefault = "#947023"; const njSemanticColorTextAccentYellowPrimaryHovered = "#6f551d"; const njSemanticColorTextAccentYellowPrimaryFocused = "#6f551d"; const njSemanticColorTextAccentYellowPrimaryPressed = "#533f18"; const njSemanticColorTextAccentYellowContrastDefault = "#6f551d"; const njSemanticColorTextAccentYellowContrastHovered = "#533f18"; const njSemanticColorTextAccentYellowContrastFocused = "#533f18"; const njSemanticColorTextAccentYellowContrastPressed = "#362a13"; const njSemanticColorTextAccentGreenPrimaryDefault = "#008836"; const njSemanticColorTextAccentGreenPrimaryHovered = "#006725"; const njSemanticColorTextAccentGreenPrimaryFocused = "#006725"; const njSemanticColorTextAccentGreenPrimaryPressed = "#004d1c"; const njSemanticColorTextAccentGreenContrastDefault = "#006725"; const njSemanticColorTextAccentGreenContrastHovered = "#004d1c"; const njSemanticColorTextAccentGreenContrastFocused = "#004d1c"; const njSemanticColorTextAccentGreenContrastPressed = "#0a3315"; const njSemanticColorTextAccentGreyPrimaryDefault = "#60798b"; const njSemanticColorTextAccentGreyPrimaryHovered = "#435c6e"; const njSemanticColorTextAccentGreyPrimaryFocused = "#435c6e"; const njSemanticColorTextAccentGreyPrimaryPressed = "#334551"; const njSemanticColorTextAccentGreyContrastDefault = "#435c6e"; const njSemanticColorTextAccentGreyContrastHovered = "#334551"; const njSemanticColorTextAccentGreyContrastFocused = "#334551"; const njSemanticColorTextAccentGreyContrastPressed = "#232d35"; const njSemanticColorTextAccentBluePrimaryDefault = "#007acd"; const njSemanticColorTextAccentBluePrimaryHovered = "#005aa0"; const njSemanticColorTextAccentBluePrimaryFocused = "#005aa0"; const njSemanticColorTextAccentBluePrimaryPressed = "#004478"; const njSemanticColorTextAccentBlueContrastDefault = "#005aa0"; const njSemanticColorTextAccentBlueContrastHovered = "#004478"; const njSemanticColorTextAccentBlueContrastFocused = "#004478"; const njSemanticColorTextAccentBlueContrastPressed = "#0b2d4e"; const njSemanticColorTextAccentUltramarinePrimaryDefault = "#6372b2"; const njSemanticColorTextAccentUltramarinePrimaryHovered = "#44549b"; const njSemanticColorTextAccentUltramarinePrimaryFocused = "#44549b"; const njSemanticColorTextAccentUltramarinePrimaryPressed = "#2b3d83"; const njSemanticColorTextAccentUltramarineContrastDefault = "#44549b"; const njSemanticColorTextAccentUltramarineContrastHovered = "#2b3d83"; const njSemanticColorTextAccentUltramarineContrastFocused = "#2b3d83"; const njSemanticColorTextAccentUltramarineContrastPressed = "#182663"; const njSemanticColorTextAccentPurplePrimaryDefault = "#9261b7"; const njSemanticColorTextAccentPurplePrimaryHovered = "#744299"; const njSemanticColorTextAccentPurplePrimaryFocused = "#744299"; const njSemanticColorTextAccentPurplePrimaryPressed = "#533669"; const njSemanticColorTextAccentPurpleContrastDefault = "#744299"; const njSemanticColorTextAccentPurpleContrastHovered = "#533669"; const njSemanticColorTextAccentPurpleContrastFocused = "#533669"; const njSemanticColorTextAccentPurpleContrastPressed = "#312838"; const njSemanticColorTextAccentTealPrimaryDefault = "#008480"; const njSemanticColorTextAccentTealPrimaryHovered = "#0a6361"; const njSemanticColorTextAccentTealPrimaryFocused = "#0a6361"; const njSemanticColorTextAccentTealPrimaryPressed = "#154948"; const njSemanticColorTextAccentTealContrastDefault = "#0a6361"; const njSemanticColorTextAccentTealContrastHovered = "#154948"; const njSemanticColorTextAccentTealContrastFocused = "#154948"; const njSemanticColorTextAccentTealContrastPressed = "#192f2f"; const njSemanticColorTextAccentLimePrimaryDefault = "#6c7d02"; const njSemanticColorTextAccentLimePrimaryHovered = "#525f0a"; const njSemanticColorTextAccentLimePrimaryFocused = "#525f0a"; const njSemanticColorTextAccentLimePrimaryPressed = "#3e460e"; const njSemanticColorTextAccentLimeContrastDefault = "#525f0a"; const njSemanticColorTextAccentLimeContrastHovered = "#3e460e"; const njSemanticColorTextAccentLimeContrastFocused = "#3e460e"; const njSemanticColorTextAccentLimeContrastPressed = "#2a2e0e"; const njSemanticColorTextAdditionalSignatureDefault = "#182663"; const njSemanticElevationShadow2Dp = "0 1px 5px 0 rgba(0, 0, 0, .1), 0 2px 2px 0 rgba(0, 0, 0, .06), 0 3px 1px rgba(0, 0, 0, .06)"; const njSemanticElevationShadow4Dp = "0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 5px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.06)"; const njSemanticElevationShadow6Dp = "0 3px 5px rgba(0, 0, 0, 0.1), 0 6px 10px rgba(0, 0, 0, 0.06), 0 1px 18px rgba(0, 0, 0, 0.06)"; const njSemanticElevationShadow8Dp = "0 5px 5px rgba(0, 0, 0, 0.1), 0 8px 10px rgba(0, 0, 0, 0.06), 0 3px 14px rgba(0, 0, 0, 0.06)"; const njSemanticElevationShadow16Dp = "0 8px 10px rgba(0, 0, 0, 0.1), 0 16px 24px rgba(0, 0, 0, 0.06), 0 6px 30px rgba(0, 0, 0, 0.06)"; const njSemanticElevationShadow24Dp = "0 11px 15px rgba(0, 0, 0, 0.1), 0 24px 38px rgba(0, 0, 0, 0.06), 0 9px 46px rgba(0, 0, 0, 0.06)"; const njSemanticElevationZIndexDropdown = "1000"; const njSemanticElevationZIndexSticky = "1020"; const njSemanticElevationZIndexFixed = "1030"; const njSemanticElevationZIndexModalBackdrop = "1040"; const njSemanticElevationZIndexModal = "1050"; const njSemanticElevationZIndexPopover = "1060"; const njSemanticElevationZIndexTooltip = "1070"; const njSemanticElevationZIndexToastContainer = "1080"; const njSemanticElevationZIndexToast = "1080"; const njSemanticFontFamilySansSerif = "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""; const njSemanticFontFamilyMonospace = "\"Roboto Mono\", \"SFMono-Regular\", \"Menlo\", \"Monaco\", \"Consolas\", \"Liberation Mono\", \"Courier New\", monospace"; const njSemanticFontFamilyDefault = "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""; const njSemanticFontWeightLight = "300"; const njSemanticFontWeightNormal = "400"; const njSemanticFontWeightBold = "700"; const njSemanticFontWeightBlack = "900"; const njSemanticFontLineHeightDefault = "1.5"; const njSemanticFontLineHeightSansSerif = "1.5"; const njSemanticFontLineHeightTextXsDesktop = "1rem"; const njSemanticFontLineHeightTextXsMobile = "1rem"; const njSemanticFontLineHeightTextSmDesktop = "1.25rem"; const njSemanticFontLineHeightTextSmMobile = "1.25rem"; const njSemanticFontLineHeightTextMdDesktop = "1.5rem"; const njSemanticFontLineHeightTextMdMobile = "1.5rem"; const njSemanticFontLineHeightTextLgDesktop = "1.5rem"; const njSemanticFontLineHeightTextLgMobile = "1.5rem"; const njSemanticFontLineHeightHeadingXsDesktop = "1.75rem"; const njSemanticFontLineHeightHeadingXsMobile = "1.75rem"; const njSemanticFontLineHeightHeadingSmDesktop = "2rem"; const njSemanticFontLineHeightHeadingSmMobile = "2rem"; const njSemanticFontLineHeightHeadingMdDesktop = "2.25rem"; const njSemanticFontLineHeightHeadingMdMobile = "2.25rem"; const njSemanticFontLineHeightHeadingLgDesktop = "3rem"; const njSemanticFontLineHeightHeadingLgMobile = "2.25rem"; const njSemanticFontLineHeightHeadingXlDesktop = "4rem"; const njSemanticFontLineHeightHeadingXlMobile = "3rem"; const njSemanticFontLineHeightHeading2xlDesktop = "5.5rem"; const njSemanticFontLineHeightHeading2xlMobile = "4rem"; const njSemanticFontSizeTextXsDesktop = "0.75rem"; const njSemanticFontSizeTextXsMobile = "0.75rem"; const njSemanticFontSizeTextSmDesktop = "0.875rem"; const njSemanticFontSizeTextSmMobile = "0.875rem"; const njSemanticFontSizeTextMdDesktop = "1rem"; const njSemanticFontSizeTextMdMobile = "1rem"; const njSemanticFontSizeTextLgDesktop = "1.125rem"; const njSemanticFontSizeTextLgMobile = "1.125rem"; const njSemanticFontSizeContent4 = "0.625rem"; const njSemanticFontSizeHeading6 = "1.125rem"; const njSemanticFontSizeHeadingXsDesktop = "1.25rem"; const njSemanticFontSizeHeadingXsMobile = "1.25rem"; const njSemanticFontSizeHeadingSmDesktop = "1.5rem"; const njSemanticFontSizeHeadingSmMobile = "1.5rem"; const njSemanticFontSizeHeadingMdDesktop = "1.75rem"; const njSemanticFontSizeHeadingMdMobile = "1.75rem"; const njSemanticFontSizeHeadingLgDesktop = "2.25rem"; const njSemanticFontSizeHeadingLgMobile = "1.75rem"; const njSemanticFontSizeHeadingXlDesktop = "3.375rem"; const njSemanticFontSizeHeadingXlMobile = "2.25rem"; const njSemanticFontSizeHeading2xlDesktop = "4.75rem"; const njSemanticFontSizeHeading2xlMobile = "3.375rem"; const njSemanticMotionEasingFastOutSlowIn = "cubic-bezier(.4, 0, .2, 1)"; const njSemanticMotionEasingLinearOutSlowIn = "cubic-bezier(0, 0, .2, 1)"; const njSemanticMotionEasingFastOutLinearIn = "cubic-bezier(.4, 0, 1, 1)"; const njSemanticOpacityDisabled = "0.35"; const njSemanticSizeBorderWidth = "0.0625rem"; const njSemanticSizeBorderRadiusNone = "0"; const njSemanticSizeBorderRadiusSm = "0.25rem"; const njSemanticSizeBorderRadiusMd = "0.5rem"; const njSemanticSizeBorderRadiusLg = "1rem"; const njSemanticSizeBorderRadiusXl = "1.5rem"; const njSemanticSizeBorderRadiusXxl = "2rem"; const njSemanticSizeBorderRadiusPill = "9999px"; const njSemanticSizeBorderFocusRingWidth = "0.125rem"; const njSemanticSizeBorderFocusRingOffset = "0.125rem"; const njSemanticSizeIcon2xs = "0.625rem"; const njSemanticSizeIconXs = "0.75rem"; const njSemanticSizeIconSm = "1rem"; const njSemanticSizeIconMd = "1.5rem"; const njSemanticSizeIconLg = "2rem"; const njSemanticSizeIconXl = "3rem"; const njSemanticSizeIconXxl = "4rem"; const njSemanticSizeIcon3xl = "5rem"; const njSemanticSizeIcon4xl = "6rem"; const njSemanticSizeIcon5xl = "7rem"; const njSemanticSizeIcon6xl = "8rem"; const njSemanticSizeSpacing0 = "0"; const njSemanticSizeSpacing2 = "0.125rem"; const njSemanticSizeSpacing4 = "0.25rem"; const njSemanticSizeSpacing8 = "0.5rem"; const njSemanticSizeSpacing12 = "0.75rem"; const njSemanticSizeSpacing16 = "1rem"; const njSemanticSizeSpacing20 = "1.25rem"; const njSemanticSizeSpacing24 = "1.5rem"; const njSemanticSizeSpacing32 = "2rem"; const njSemanticSizeSpacing48 = "3rem"; const njSemanticSizeSpacing64 = "4rem"; const njSemanticSizeSpacing80 = "5rem"; const njSemanticSizeSpacing96 = "6rem"; const njSemanticSizeSpacing112 = "7rem"; const njCoreColorGrey0 = "#ffffff"; const njCoreColorGrey100 = "#f6f8f9"; const njCoreColorGrey200 = "#ebeef1"; const njCoreColorGrey300 = "#ccd4da"; const njCoreColorGrey400 = "#9eadb8"; const njCoreColorGrey500 = "#778c9b"; const njCoreColorGrey600 = "#60798b"; const njCoreColorGrey700 = "#435c6e"; const njCoreColorGrey800 = "#334551"; const njCoreColorGrey900 = "#232d35"; const njCoreColorGrey1000 = "#171d21"; const njCoreColorGreyAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorGreyAlpha100 = "rgba(30, 80, 105, 0.04)"; const njCoreColorGreyAlpha200 = "rgba(5, 43, 80, 0.08)"; const njCoreColorGreyAlpha300 = "rgba(0, 40, 70, 0.2)"; const njCoreColorGreyAlpha400 = "rgba(6, 45, 73, 0.39)"; const njCoreColorGreyAlpha500 = "rgba(3, 42, 70, 0.54)"; const njCoreColorGreyAlphaInverse0 = "rgba(0, 0, 0, 0)"; const njCoreColorGreyAlphaInverse100 = "rgba(188, 225, 229, 0.03)"; const njCoreColorGreyAlphaInverse200 = "rgba(164, 211, 229, 0.07)"; const njCoreColorGreyAlphaInverse300 = "rgba(168, 213, 247, 0.17)"; const njCoreColorGreyAlphaInverse400 = "rgba(166, 222, 255, 0.31)"; const njCoreColorGreyAlphaInverse500 = "rgba(179, 221, 251, 0.45)"; const njCoreColorPink100 = "#fff4f9"; const njCoreColorPink200 = "#ffe9f3"; const njCoreColorPink300 = "#ffc1df"; const njCoreColorPink400 = "#ff80bd"; const njCoreColorPink500 = "#fb3492"; const njCoreColorPink600 = "#e01b78"; const njCoreColorPink700 = "#963563"; const njCoreColorPink800 = "#5c3749"; const njCoreColorPink900 = "#34282e"; const njCoreColorRed100 = "#fff7f5"; const njCoreColorRed200 = "#ffeae5"; const njCoreColorRed300 = "#ffc5b9"; const njCoreColorRed400 = "#ff8979"; const njCoreColorRed500 = "#f34e46"; const njCoreColorRed600 = "#db3735"; const njCoreColorRed700 = "#aa2424"; const njCoreColorRed800 = "#7f1d1b"; const njCoreColorRed900 = "#521814"; const njCoreColorRedAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorRedAlpha100 = "rgba(255, 55, 5, 0.04)"; const njCoreColorRedAlpha200 = "rgba(255, 64, 19, 0.11)"; const njCoreColorRedAlpha300 = "rgba(255, 48, 5, 0.28)"; const njCoreColorRedAlpha400 = "rgba(255, 32, 2, 0.53);"; const njCoreColorOrange100 = "#fff5ed"; const njCoreColorOrange200 = "#ffeada"; const njCoreColorOrange300 = "#ffc89d"; const njCoreColorOrange400 = "#ff8c47"; const njCoreColorOrange500 = "#d96929"; const njCoreColorOrange600 = "#bc5921"; const njCoreColorOrange700 = "#8e441a"; const njCoreColorOrange800 = "#693315"; const njCoreColorOrange900 = "#442312"; const njCoreColorOrangeAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorOrangeAlpha100 = "rgba(255, 130, 30, 0.08)"; const njCoreColorOrangeAlpha200 = "rgba(255, 115, 8, 0.15)"; const njCoreColorOrangeAlpha300 = "rgba(255, 114, 4, 0.39)"; const njCoreColorOrangeAlpha400 = "rgba(255, 97, 3, 0.73);"; const njCoreColorYellow100 = "#fff7e0"; const njCoreColorYellow200 = "#ffeeb4"; const njCoreColorYellow300 = "#ffcc59"; const njCoreColorYellow400 = "#d5a334"; const njCoreColorYellow500 = "#ab8327"; const njCoreColorYellow600 = "#947023"; const njCoreColorYellow700 = "#6f551d"; const njCoreColorYellow800 = "#533f18"; const njCoreColorYellow900 = "#362a13"; const njCoreColorGreen100 = "#f3faf4"; const njCoreColorGreen200 = "#e2f3e3"; const njCoreColorGreen300 = "#aedfb3"; const njCoreColorGreen400 = "#63be74"; const njCoreColorGreen500 = "#199d47"; const njCoreColorGreen600 = "#008836"; const njCoreColorGreen700 = "#006725"; const njCoreColorGreen800 = "#004d1c"; const njCoreColorGreen900 = "#0a3315"; const njCoreColorGreenAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorGreenAlpha100 = "rgba(35, 155, 35, 0.05)"; const njCoreColorGreenAlpha200 = "rgba(13, 155, 22, 0.12)"; const njCoreColorGreenAlpha300 = "rgba(2, 155, 18, 0.32)"; const njCoreColorGreenAlpha400 = "rgba(3, 150, 31, 0.62);"; const njCoreColorBlue100 = "#f6f8fd"; const njCoreColorBlue200 = "#e7eefc"; const njCoreColorBlue300 = "#c0d4f9"; const njCoreColorBlue400 = "#7fadef"; const njCoreColorBlue500 = "#3c8cde"; const njCoreColorBlue600 = "#007acd"; const njCoreColorBlue700 = "#005aa0"; const njCoreColorBlue800 = "#004478"; const njCoreColorBlue900 = "#0b2d4e"; const njCoreColorBlueAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorBlueAlpha100 = "rgba(30, 80, 205, 0.04)"; const njCoreColorBlueAlpha200 = "rgba(15, 85, 225, 0.1)"; const njCoreColorBlueAlpha300 = "rgba(3, 83, 231, 0.25)"; const njCoreColorBlueAlpha400 = "rgba(4, 94, 224, 0.51);"; const njCoreColorUltramarine100 = "#f6f7fb"; const njCoreColorUltramarine200 = "#eceef7"; const njCoreColorUltramarine300 = "#ccd1e9"; const njCoreColorUltramarine400 = "#9fa9d4"; const njCoreColorUltramarine500 = "#7986bf"; const njCoreColorUltramarine600 = "#6372b2"; const njCoreColorUltramarine700 = "#44549b"; const njCoreColorUltramarine800 = "#2b3d83"; const njCoreColorUltramarine900 = "#182663"; const njCoreColorPurple100 = "#faf7fc"; const njCoreColorPurple200 = "#f2ecf7"; const njCoreColorPurple300 = "#deccec"; const njCoreColorPurple400 = "#bf9ed9"; const njCoreColorPurple500 = "#a377c5"; const njCoreColorPurple600 = "#9261b7"; const njCoreColorPurple700 = "#744299"; const njCoreColorPurple800 = "#533669"; const njCoreColorPurple900 = "#312838"; const njCoreColorPurpleAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorPurpleAlpha100 = "rgba(130, 55, 180, 0.04)"; const njCoreColorPurpleAlpha200 = "rgba(93, 18, 155, 0.08)"; const njCoreColorPurpleAlpha300 = "rgba(90, 0, 160, 0.20)"; const njCoreColorPurpleAlpha400 = "rgba(91, 6, 158, 0.39);"; const njCoreColorTeal100 = "#f1fafa"; const njCoreColorTeal200 = "#daf4f3"; const njCoreColorTeal300 = "#95dfdd"; const njCoreColorTeal400 = "#3dbcb8"; const njCoreColorTeal500 = "#0a9994"; const njCoreColorTeal600 = "#008480"; const njCoreColorTeal700 = "#0a6361"; const njCoreColorTeal800 = "#154948"; const njCoreColorTeal900 = "#192f2f"; const njCoreColorTealAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorTealAlpha100 = "rgba(22, 172, 172, 0.06)"; const njCoreColorTealAlpha200 = "rgba(8, 182, 175, 0.15)"; const njCoreColorTealAlpha300 = "rgba(3, 179, 174, 0.42)"; const njCoreColorTealAlpha400 = "rgba(3, 168, 163, 0.77);"; const njCoreColorLime100 = "#f8fad5"; const njCoreColorLime200 = "#eef5a8"; const njCoreColorLime300 = "#c7de43"; const njCoreColorLime400 = "#9db603"; const njCoreColorLime500 = "#7d9200"; const njCoreColorLime600 = "#6c7d02"; const njCoreColorLime700 = "#525f0a"; const njCoreColorLime800 = "#3e460e"; const njCoreColorLime900 = "#2a2e0e"; const njCoreColorEngieBlue = "#00AAFF"; const njCoreColorEngieGreen = "#23d2b5"; const njCoreColorWhiteAlpha300 = "rgba(255, 255, 255, 0.25)"; const njCoreColorReferenceBrand100 = "#f6f8fd"; const njCoreColorReferenceBrand200 = "#e7eefc"; const njCoreColorReferenceBrand300 = "#c0d4f9"; const njCoreColorReferenceBrand400 = "#7fadef"; const njCoreColorReferenceBrand500 = "#3c8cde"; const njCoreColorReferenceBrand600 = "#007acd"; const njCoreColorReferenceBrand700 = "#005aa0"; const njCoreColorReferenceBrand800 = "#004478"; const njCoreColorReferenceBrand900 = "#0b2d4e"; const njCoreColorReferenceBrandAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceBrandAlpha100 = "rgba(30, 80, 205, 0.04)"; const njCoreColorReferenceBrandAlpha200 = "rgba(15, 85, 225, 0.1)"; const njCoreColorReferenceBrandAlpha300 = "rgba(3, 83, 231, 0.25)"; const njCoreColorReferenceBrandAlpha400 = "rgba(4, 94, 224, 0.51);"; const njCoreColorReferenceNeutral0 = "#ffffff"; const njCoreColorReferenceNeutral100 = "#f6f8f9"; const njCoreColorReferenceNeutral200 = "#ebeef1"; const njCoreColorReferenceNeutral300 = "#ccd4da"; const njCoreColorReferenceNeutral400 = "#9eadb8"; const njCoreColorReferenceNeutral500 = "#778c9b"; const njCoreColorReferenceNeutral600 = "#60798b"; const njCoreColorReferenceNeutral700 = "#435c6e"; const njCoreColorReferenceNeutral800 = "#334551"; const njCoreColorReferenceNeutral900 = "#232d35"; const njCoreColorReferenceNeutral1000 = "#171d21"; const njCoreColorReferenceNeutralAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceNeutralAlpha100 = "rgba(30, 80, 105, 0.04)"; const njCoreColorReferenceNeutralAlpha200 = "rgba(5, 43, 80, 0.08)"; const njCoreColorReferenceNeutralAlpha300 = "rgba(0, 40, 70, 0.2)"; const njCoreColorReferenceNeutralAlpha400 = "rgba(6, 45, 73, 0.39)"; const njCoreColorReferenceNeutralAlpha500 = "rgba(3, 42, 70, 0.54)"; const njCoreColorReferenceNeutralAlphaInverse0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceNeutralAlphaInverse100 = "rgba(188, 225, 229, 0.03)"; const njCoreColorReferenceNeutralAlphaInverse200 = "rgba(164, 211, 229, 0.07)"; const njCoreColorReferenceNeutralAlphaInverse300 = "rgba(168, 213, 247, 0.17)"; const njCoreColorReferenceNeutralAlphaInverse400 = "rgba(166, 222, 255, 0.31)"; const njCoreColorReferenceNeutralAlphaInverse500 = "rgba(179, 221, 251, 0.45)"; const njCoreColorReferenceStatusDanger100 = "#fff7f5"; const njCoreColorReferenceStatusDanger200 = "#ffeae5"; const njCoreColorReferenceStatusDanger300 = "#ffc5b9"; const njCoreColorReferenceStatusDanger400 = "#ff8979"; const njCoreColorReferenceStatusDanger500 = "#f34e46"; const njCoreColorReferenceStatusDanger600 = "#db3735"; const njCoreColorReferenceStatusDanger700 = "#aa2424"; const njCoreColorReferenceStatusDanger800 = "#7f1d1b"; const njCoreColorReferenceStatusDanger900 = "#521814"; const njCoreColorReferenceStatusDangerAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusDangerAlpha100 = "rgba(255, 55, 5, 0.04)"; const njCoreColorReferenceStatusDangerAlpha200 = "rgba(255, 64, 19, 0.11)"; const njCoreColorReferenceStatusDangerAlpha300 = "rgba(255, 48, 5, 0.28)"; const njCoreColorReferenceStatusDangerAlpha400 = "rgba(255, 32, 2, 0.53);"; const njCoreColorReferenceStatusSuccess100 = "#f3faf4"; const njCoreColorReferenceStatusSuccess200 = "#e2f3e3"; const njCoreColorReferenceStatusSuccess300 = "#aedfb3"; const njCoreColorReferenceStatusSuccess400 = "#63be74"; const njCoreColorReferenceStatusSuccess500 = "#199d47"; const njCoreColorReferenceStatusSuccess600 = "#008836"; const njCoreColorReferenceStatusSuccess700 = "#006725"; const njCoreColorReferenceStatusSuccess800 = "#004d1c"; const njCoreColorReferenceStatusSuccess900 = "#0a3315"; const njCoreColorReferenceStatusSuccessAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusSuccessAlpha100 = "rgba(35, 155, 35, 0.05)"; const njCoreColorReferenceStatusSuccessAlpha200 = "rgba(13, 155, 22, 0.12)"; const njCoreColorReferenceStatusSuccessAlpha300 = "rgba(2, 155, 18, 0.32)"; const njCoreColorReferenceStatusSuccessAlpha400 = "rgba(3, 150, 31, 0.62);"; const njCoreColorReferenceStatusWarning100 = "#fff5ed"; const njCoreColorReferenceStatusWarning200 = "#ffeada"; const njCoreColorReferenceStatusWarning300 = "#ffc89d"; const njCoreColorReferenceStatusWarning400 = "#ff8c47"; const njCoreColorReferenceStatusWarning500 = "#d96929"; const njCoreColorReferenceStatusWarning600 = "#bc5921"; const njCoreColorReferenceStatusWarning700 = "#8e441a"; const njCoreColorReferenceStatusWarning800 = "#693315"; const njCoreColorReferenceStatusWarning900 = "#442312"; const njCoreColorReferenceStatusWarningAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusWarningAlpha100 = "rgba(255, 130, 30, 0.08)"; const njCoreColorReferenceStatusWarningAlpha200 = "rgba(255, 115, 8, 0.15)"; const njCoreColorReferenceStatusWarningAlpha300 = "rgba(255, 114, 4, 0.39)"; const njCoreColorReferenceStatusWarningAlpha400 = "rgba(255, 97, 3, 0.73);"; const njCoreColorReferenceStatusDiscovery100 = "#faf7fc"; const njCoreColorReferenceStatusDiscovery200 = "#f2ecf7"; const njCoreColorReferenceStatusDiscovery300 = "#deccec"; const njCoreColorReferenceStatusDiscovery400 = "#bf9ed9"; const njCoreColorReferenceStatusDiscovery500 = "#a377c5"; const njCoreColorReferenceStatusDiscovery600 = "#9261b7"; const njCoreColorReferenceStatusDiscovery700 = "#744299"; const njCoreColorReferenceStatusDiscovery800 = "#533669"; const njCoreColorReferenceStatusDiscovery900 = "#312838"; const njCoreColorReferenceStatusDiscoveryAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusDiscoveryAlpha100 = "rgba(130, 55, 180, 0.04)"; const njCoreColorReferenceStatusDiscoveryAlpha200 = "rgba(93, 18, 155, 0.08)"; const njCoreColorReferenceStatusDiscoveryAlpha300 = "rgba(90, 0, 160, 0.20)"; const njCoreColorReferenceStatusDiscoveryAlpha400 = "rgba(91, 6, 158, 0.39);"; const njCoreColorReferenceStatusInformation100 = "#f6f8fd"; const njCoreColorReferenceStatusInformation200 = "#e7eefc"; const njCoreColorReferenceStatusInformation300 = "#c0d4f9"; const njCoreColorReferenceStatusInformation400 = "#7fadef"; const njCoreColorReferenceStatusInformation500 = "#3c8cde"; const njCoreColorReferenceStatusInformation600 = "#007acd"; const njCoreColorReferenceStatusInformation700 = "#005aa0"; const njCoreColorReferenceStatusInformation800 = "#004478"; const njCoreColorReferenceStatusInformation900 = "#0b2d4e"; const njCoreColorReferenceStatusInformationAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusInformationAlpha100 = "rgba(30, 80, 205, 0.04)"; const njCoreColorReferenceStatusInformationAlpha200 = "rgba(15, 85, 225, 0.1)"; const njCoreColorReferenceStatusInformationAlpha300 = "rgba(3, 83, 231, 0.25)"; const njCoreColorReferenceStatusInformationAlpha400 = "rgba(4, 94, 224, 0.51);"; const njCoreColorReferenceStatusPlanet100 = "#f1fafa"; const njCoreColorReferenceStatusPlanet200 = "#daf4f3"; const njCoreColorReferenceStatusPlanet300 = "#95dfdd"; const njCoreColorReferenceStatusPlanet400 = "#3dbcb8"; const njCoreColorReferenceStatusPlanet500 = "#0a9994"; const njCoreColorReferenceStatusPlanet600 = "#008480"; const njCoreColorReferenceStatusPlanet700 = "#0a6361"; const njCoreColorReferenceStatusPlanet800 = "#154948"; const njCoreColorReferenceStatusPlanet900 = "#192f2f"; const njCoreColorReferenceStatusPlanetAlpha0 = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusPlanetAlpha100 = "rgba(22, 172, 172, 0.06)"; const njCoreColorReferenceStatusPlanetAlpha200 = "rgba(8, 182, 175, 0.15)"; const njCoreColorReferenceStatusPlanetAlpha300 = "rgba(3, 179, 174, 0.42)"; const njCoreColorReferenceStatusPlanetAlpha400 = "rgba(3, 168, 163, 0.77);"; const njCoreElevationZIndex0 = "0"; const njCoreElevationZIndex1 = "1000"; const njCoreElevationZIndex10 = "1010"; const njCoreElevationZIndex20 = "1020"; const njCoreElevationZIndex30 = "1030"; const njCoreElevationZIndex40 = "1040"; const njCoreElevationZIndex50 = "1050"; const njCoreElevationZIndex60 = "1060"; const njCoreElevationZIndex70 = "1070"; const njCoreElevationZIndex80 = "1080"; const njCoreElevationZIndex90 = "1090"; const njCoreElevationZIndex100 = "1100"; const njCoreElevationZIndex110 = "1110"; const njCoreElevationZIndex120 = "1120"; const njCoreElevationZIndex130 = "1130"; const njCoreElevationZIndex140 = "1140"; const njCoreElevationZIndex150 = "1150"; const njCoreElevationZIndex160 = "1160"; const njCoreElevationZIndex170 = "1170"; const njCoreElevationZIndex180 = "1180"; const njCoreElevationZIndex190 = "1190"; const njCoreElevationZIndex200 = "1200"; const njCoreElevationZIndex210 = "1210"; const njCoreElevationZIndex220 = "1220"; const njCoreElevationZIndex230 = "1230"; const njCoreElevationZIndex240 = "1240"; const njCoreElevationZIndex250 = "1250"; const njCoreElevationZIndex260 = "1260"; const njCoreElevationZIndex270 = "1270"; const njCoreElevationZIndex280 = "1280"; const njCoreElevationZIndex290 = "1290"; const njCoreElevationZIndex300 = "1300"; const njCoreElevationZIndex310 = "1310"; const njCoreElevationZIndex320 = "1320"; const njCoreElevationZIndex330 = "1330"; const njCoreElevationZIndex340 = "1340"; const njCoreElevationZIndex350 = "1350"; const njCoreElevationZIndex360 = "1360"; const njCoreElevationZIndex370 = "1370"; const njCoreElevationZIndex380 = "1380"; const njCoreElevationZIndex390 = "1390"; const njCoreElevationZIndex400 = "1400"; const njCoreElevationZIndex410 = "1410"; const njCoreElevationZIndex420 = "1420"; const njCoreElevationZIndex430 = "1430"; const njCoreElevationZIndex440 = "1440"; const njCoreElevationZIndex450 = "1450"; const njCoreElevationZIndex460 = "1460"; const njCoreElevationZIndex470 = "1470"; const njCoreElevationZIndex480 = "1480"; const njCoreElevationZIndex490 = "1490"; const njCoreElevationZIndex500 = "1500"; const njCoreOpacity50 = "0.05"; const njCoreOpacity100 = "0.10"; const njCoreOpacity150 = "0.15"; const njCoreOpacity200 = "0.20"; const njCoreOpacity250 = "0.25"; const njCoreOpacity300 = "0.30"; const njCoreOpacity350 = "0.35"; const njCoreOpacity400 = "0.40"; const njCoreOpacity450 = "0.45"; const njCoreOpacity500 = "0.50"; const njCoreOpacity550 = "0.55"; const njCoreOpacity600 = "0.60"; const njCoreOpacity650 = "0.65"; const njCoreOpacity700 = "0.70"; const njCoreOpacity750 = "0.75"; const njCoreOpacity800 = "0.80"; const njCoreOpacity850 = "0.85"; const njCoreOpacity900 = "0.90"; const njCoreOpacity950 = "0.95"; const njCoreOpacity1000 = "1.00"; const njCoreSize0 = "0"; const njCoreSize1 = "0.0625rem"; const njCoreSize2 = "0.125rem"; const njCoreSize4 = "0.25rem"; const njCoreSize6 = "0.375rem"; const njCoreSize8 = "0.5rem"; const njCoreSize10 = "0.625rem"; const njCoreSize12 = "0.75rem"; const njCoreSize14 = "0.875rem"; const njCoreSize16 = "1rem"; const njCoreSize18 = "1.125rem"; const njCoreSize20 = "1.25rem"; const njCoreSize22 = "1.375rem"; const njCoreSize24 = "1.5rem"; const njCoreSize28 = "1.75rem"; const njCoreSize30 = "1.875rem"; const njCoreSize32 = "2rem"; const njCoreSize34 = "2.125rem"; const njCoreSize36 = "2.25rem"; const njCoreSize38 = "2.375rem"; const njCoreSize40 = "2.5rem"; const njCoreSize42 = "2.625rem"; const njCoreSize44 = "2.75rem"; const njCoreSize46 = "2.875rem"; const njCoreSize48 = "3rem"; const njCoreSize50 = "3.125rem"; const njCoreSize52 = "3.25rem"; const njCoreSize54 = "3.375rem"; const njCoreSize56 = "3.5rem"; const njCoreSize58 = "3.625rem"; const njCoreSize64 = "4rem"; const njCoreSize76 = "4.75rem"; const njCoreSize80 = "5rem"; const njCoreSize88 = "5.5rem"; const njCoreSize96 = "6rem"; const njCoreSize112 = "7rem"; const njCoreSize116 = "7.25rem"; const njCoreSize128 = "8rem"; const njCoreSize9999 = "9999px"; const njComponentAvatarSizeSm = "2rem"; const njComponentAvatarSizeBase = "3rem"; const njComponentAvatarSizeLg = "4rem"; const njComponentAvatarSizeXl = "6rem"; const njComponentBackdropColorBackground = "rgba(3, 42, 70, 0.54)"; const njComponentFabSizeSm = "3rem"; const njComponentFabSizeBase = "4rem"; const njComponentSkeletonColorBackground = "linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(23, 29, 33, 0.05) 50%, rgba(0, 0, 0, 0) 100%)"; const njSemanticColorBackgroundNeutralPrimaryDefaultDark = "#15191d"; // Sets the background color to white, provides a clean and minimalist canvas for the interface. Classic foundation for content and components. const njSemanticColorBackgroundNeutralPrimaryHoveredDark = "#1f262b"; const njSemanticColorBackgroundNeutralPrimaryFocusedDark = "#1f262b"; const njSemanticColorBackgroundNeutralPrimaryPressedDark = "#2e3942"; const njSemanticColorBackgroundNeutralPrimarySelectedDark = "#12263b"; const njSemanticColorBackgroundNeutralPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentHoveredDark = "rgba(164, 211, 229, 0.07)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentFocusedDark = "rgba(164, 211, 229, 0.07)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentPressedDark = "rgba(168, 213, 247, 0.17)"; const njSemanticColorBackgroundNeutralPrimaryTranslucentSelectedDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundNeutralSecondaryDefaultDark = "#1a1f23"; // Provides a subtle contrast with the primary background. Use to add a touch of visual interest without overpowering the content. const njSemanticColorBackgroundNeutralSecondaryHoveredDark = "#1f262b"; const njSemanticColorBackgroundNeutralSecondaryFocusedDark = "#1f262b"; const njSemanticColorBackgroundNeutralSecondaryPressedDark = "#2e3942"; const njSemanticColorBackgroundNeutralSecondaryTranslucentDefaultDark = "rgba(188, 225, 229, 0.03)"; const njSemanticColorBackgroundNeutralSecondaryTranslucentHoveredDark = "rgba(164, 211, 229, 0.07)"; const njSemanticColorBackgroundNeutralSecondaryTranslucentFocusedDark = "rgba(164, 211, 229, 0.07)"; const njSemanticColorBackgroundNeutralSecondaryTranslucentPressedDark = "rgba(168, 213, 247, 0.17)"; const njSemanticColorBackgroundNeutralTertiaryDefaultDark = "#1f262b"; // Provides a slightly stronger contrast with the primary background. Use to enhances the visual separation between different sections or elements. const njSemanticColorBackgroundNeutralTertiaryHoveredDark = "#2e3942"; const njSemanticColorBackgroundNeutralTertiaryFocusedDark = "#2e3942"; const njSemanticColorBackgroundNeutralTertiaryPressedDark = "#425663"; const njSemanticColorBackgroundNeutralTertiaryTranslucentDefaultDark = "rgba(164, 211, 229, 0.07)"; const njSemanticColorBackgroundNeutralTertiaryTranslucentHoveredDark = "rgba(168, 213, 247, 0.17)"; const njSemanticColorBackgroundNeutralTertiaryTranslucentFocusedDark = "rgba(168, 213, 247, 0.17)"; const njSemanticColorBackgroundNeutralTertiaryTranslucentPressedDark = "rgba(166, 222, 255, 0.31)"; const njSemanticColorBackgroundNeutralSolidDefaultDark = "#718492"; // Provides a distinct and noticeable contrast with the primary background. Adds a robust and substantial presence, use it to make the element stand out. const njSemanticColorBackgroundNeutralSolidHoveredDark = "#97a5af"; const njSemanticColorBackgroundNeutralSolidFocusedDark = "#97a5af"; const njSemanticColorBackgroundNeutralSolidPressedDark = "#bcc4cb"; const njSemanticColorBackgroundNeutralInverseDefaultDark = "#15191d"; // Applies white as the background color, creating a striking visual effect when used on a dark-colored surface. Use to ensure readability and visual appeal in specific UI components or sections. const njSemanticColorBackgroundNeutralInverseHoveredDark = "#1f262b"; const njSemanticColorBackgroundNeutralInverseFocusedDark = "#1f262b"; const njSemanticColorBackgroundNeutralInversePressedDark = "#2e3942"; const njSemanticColorBackgroundNeutralInverseTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundNeutralInverseTranslucentHoveredDark = "rgba(168, 213, 247, 0.17)"; const njSemanticColorBackgroundNeutralInverseTranslucentFocusedDark = "rgba(168, 213, 247, 0.17)"; const njSemanticColorBackgroundNeutralInverseTranslucentPressedDark = "rgba(166, 222, 255, 0.31)"; const njSemanticColorBackgroundNeutralSpotlightDefaultDark = "#e2e5e9"; // Creates a high contrast with the primary background. Use it for critical elements or components that require maximum emphasis and visual impact. const njSemanticColorBackgroundBrandPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundBrandPrimaryTranslucentHoveredDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundBrandPrimaryTranslucentFocusedDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundBrandPrimaryTranslucentPressedDark = "rgba(0, 139, 253, 0.29)"; const njSemanticColorBackgroundBrandSecondaryDefaultDark = "#111f2e"; // Establishes a subtle contrast with the primary background while using the brand color. Use it to add a touch of brand interest without overpowering the content. const njSemanticColorBackgroundBrandSecondaryHoveredDark = "#12263b"; const njSemanticColorBackgroundBrandSecondaryFocusedDark = "#12263b"; const njSemanticColorBackgroundBrandSecondaryPressedDark = "#0f3a5e"; const njSemanticColorBackgroundBrandSecondaryTranslucentDefaultDark = "rgba(1, 55, 114, 0.2)"; const njSemanticColorBackgroundBrandSecondaryTranslucentHoveredDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundBrandSecondaryTranslucentFocusedDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundBrandSecondaryTranslucentPressedDark = "rgba(0, 139, 253, 0.29)"; const njSemanticColorBackgroundBrandTertiaryDefaultDark = "#12263b"; // Creates a slightly stronger contrast with the primary background while using the brand color. Use it to enhances the visual separation between different sections or elements. const njSemanticColorBackgroundBrandTertiaryHoveredDark = "#0f3a5e"; const njSemanticColorBackgroundBrandTertiaryFocusedDark = "#0f3a5e"; const njSemanticColorBackgroundBrandTertiaryPressedDark = "#04568e"; const njSemanticColorBackgroundBrandTertiaryTranslucentDefaultDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundBrandTertiaryTranslucentHoveredDark = "rgba(0, 139, 253, 0.29)"; const njSemanticColorBackgroundBrandTertiaryTranslucentFocusedDark = "rgba(0, 139, 253, 0.29)"; const njSemanticColorBackgroundBrandTertiaryTranslucentPressedDark = "rgba(0, 100, 169, 0.81);"; const njSemanticColorBackgroundBrandSolidDefaultDark = "#3d85ca"; // Use to add a robust and substantial brand presence, making the elements stand out using the brand color. const njSemanticColorBackgroundBrandSolidHoveredDark = "#77a6e1"; const njSemanticColorBackgroundBrandSolidFocusedDark = "#77a6e1"; const njSemanticColorBackgroundBrandSolidPressedDark = "#a9c4ee"; const njSemanticColorBackgroundBrandSpotlightDefaultDark = "#dbe5f8"; // Creates a high contrast with the primary background while reminiscing of the brand identity. Use it for critical elements or components that require maximum emphasis and visual impact. const njSemanticColorBackgroundStatusDangerPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentHoveredDark = "rgba(197, 29, 1, 0.25)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentFocusedDark = "rgba(197, 29, 1, 0.25)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentPressedDark = "rgba(250, 51, 32, 0.34)"; const njSemanticColorBackgroundStatusDangerPrimaryTranslucentSelectedDark = "rgba(197, 29, 1, 0.25)"; const njSemanticColorBackgroundStatusDangerSecondaryDefaultDark = "#321613"; const njSemanticColorBackgroundStatusDangerSecondaryHoveredDark = "#411a16"; const njSemanticColorBackgroundStatusDangerSecondaryFocusedDark = "#411a16"; const njSemanticColorBackgroundStatusDangerSecondaryPressedDark = "#63221e"; const njSemanticColorBackgroundStatusDangerTertiaryDefaultDark = "#411a16"; const njSemanticColorBackgroundStatusDangerTertiaryHoveredDark = "#63221e"; const njSemanticColorBackgroundStatusDangerTertiaryFocusedDark = "#63221e"; const njSemanticColorBackgroundStatusDangerTertiaryPressedDark = "#95302c"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentDefaultDark = "rgba(197, 29, 1, 0.25)"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentHoveredDark = "rgba(250, 51, 32, 0.34)"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentFocusedDark = "rgba(250, 51, 32, 0.34)"; const njSemanticColorBackgroundStatusDangerTertiaryTranslucentPressedDark = "rgba(254, 67, 56, 0.55);"; const njSemanticColorBackgroundStatusDangerSolidDefaultDark = "#dd534b"; // Indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions. const njSemanticColorBackgroundStatusDangerSolidHoveredDark = "#fa7e72"; const njSemanticColorBackgroundStatusDangerSolidPressedDark = "#ffaea3"; const njSemanticColorBackgroundStatusDangerSolidFocusedDark = "#fa7e72"; const njSemanticColorBackgroundStatusDangerSpotlightDefaultDark = "#ffddd7"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentHoveredDark = "rgba(5, 97, 1, 0.25)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentFocusedDark = "rgba(5, 97, 1, 0.25)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentPressedDark = "rgba(3, 254, 35, 0.17)"; const njSemanticColorBackgroundStatusSuccessPrimaryTranslucentSelectedDark = "rgba(5, 97, 1, 0.25)"; const njSemanticColorBackgroundStatusSuccessSecondaryDefaultDark = "#102313"; const njSemanticColorBackgroundStatusSuccessSecondaryHoveredDark = "#112b16"; const njSemanticColorBackgroundStatusSuccessSecondaryFocusedDark = "#112b16"; const njSemanticColorBackgroundStatusSuccessSecondaryPressedDark = "#12401e"; const njSemanticColorBackgroundStatusSuccessTertiaryDefaultDark = "#112b16"; const njSemanticColorBackgroundStatusSuccessTertiaryHoveredDark = "#12401e"; const njSemanticColorBackgroundStatusSuccessTertiaryFocusedDark = "#12401e"; const njSemanticColorBackgroundStatusSuccessTertiaryPressedDark = "#12602b"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentDefaultDark = "rgba(5, 97, 1, 0.25)"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentHoveredDark = "rgba(3, 254, 35, 0.17)"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentFocusedDark = "rgba(3, 254, 35, 0.17)"; const njSemanticColorBackgroundStatusSuccessTertiaryTranslucentPressedDark = "rgba(11, 254, 74, 0.31);"; const njSemanticColorBackgroundStatusSuccessSolidDefaultDark = "#30934b"; // Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks. const njSemanticColorBackgroundStatusSuccessSolidHoveredDark = "#63b473"; const njSemanticColorBackgroundStatusSuccessSolidFocusedDark = "#63b473"; const njSemanticColorBackgroundStatusSuccessSolidPressedDark = "#99d0a0"; const njSemanticColorBackgroundStatusSuccessSpotlightDefaultDark = "#d4ebd6"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentHoveredDark = "rgba(142, 50, 0, 0.28)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentFocusedDark = "rgba(142, 50, 0, 0.28)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentPressedDark = "rgba(254, 106, 22, 0.27)"; const njSemanticColorBackgroundStatusWarningPrimaryTranslucentSelectedDark = "rgba(142, 50, 0, 0.28)"; const njSemanticColorBackgroundStatusWarningSecondaryDefaultDark = "#2c1b12"; const njSemanticColorBackgroundStatusWarningSecondaryHoveredDark = "#372015"; const njSemanticColorBackgroundStatusWarningSecondaryFocusedDark = "#372015"; const njSemanticColorBackgroundStatusWarningSecondaryPressedDark = "#542f1b"; const njSemanticColorBackgroundStatusWarningTertiaryDefaultDark = "#372015"; const njSemanticColorBackgroundStatusWarningTertiaryHoveredDark = "#542f1b"; const njSemanticColorBackgroundStatusWarningTertiaryFocusedDark = "#542f1b"; const njSemanticColorBackgroundStatusWarningTertiaryPressedDark = "#7e4425"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentDefaultDark = "rgba(142, 50, 0, 0.28)"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentHoveredDark = "rgba(254, 106, 22, 0.27)"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentFocusedDark = "rgba(254, 106, 22, 0.27)"; const njSemanticColorBackgroundStatusWarningTertiaryTranslucentPressedDark = "rgba(254, 121, 47, 0.45);"; const njSemanticColorBackgroundStatusWarningSolidDefaultDark = "#c3693a"; // Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger. const njSemanticColorBackgroundStatusWarningSolidHoveredDark = "#f08750"; const njSemanticColorBackgroundStatusWarningSolidFocusedDark = "#f08750"; const njSemanticColorBackgroundStatusWarningSolidPressedDark = "#ffb182"; const njSemanticColorBackgroundStatusWarningSpotlightDefaultDark = "#ffdfc8"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentHoveredDark = "rgba(232, 136, 196, 0.09)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentFocusedDark = "rgba(232, 136, 196, 0.09)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentPressedDark = "rgba(221, 139, 252, 0.22)"; const njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentSelectedDark = "rgba(232, 136, 196, 0.09)"; const njSemanticColorBackgroundStatusDiscoverySecondaryDefaultDark = "#201d22"; const njSemanticColorBackgroundStatusDiscoverySecondaryHoveredDark = "#28232c"; const njSemanticColorBackgroundStatusDiscoverySecondaryFocusedDark = "#28232c"; const njSemanticColorBackgroundStatusDiscoverySecondaryPressedDark = "#41324e"; const njSemanticColorBackgroundStatusDiscoveryTertiaryDefaultDark = "#28232c"; const njSemanticColorBackgroundStatusDiscoveryTertiaryHoveredDark = "#41324e"; const njSemanticColorBackgroundStatusDiscoveryTertiaryFocusedDark = "#41324e"; const njSemanticColorBackgroundStatusDiscoveryTertiaryPressedDark = "#694288"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentDefaultDark = "rgba(232, 136, 196, 0.09)"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentHoveredDark = "rgba(221, 139, 252, 0.22)"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentFocusedDark = "rgba(221, 139, 252, 0.22)"; const njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentPressedDark = "rgba(196, 110, 252, 0.48);"; const njSemanticColorBackgroundStatusDiscoverySolidDefaultDark = "#9971b8"; // Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience. const njSemanticColorBackgroundStatusDiscoverySolidHoveredDark = "#b697cf"; const njSemanticColorBackgroundStatusDiscoverySolidFocusedDark = "#b697cf"; const njSemanticColorBackgroundStatusDiscoverySolidPressedDark = "#d0bbe1"; const njSemanticColorBackgroundStatusDiscoverySpotlightDefaultDark = "#ebe1f2"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentHoveredDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentFocusedDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentPressedDark = "rgba(0, 139, 253, 0.29)"; const njSemanticColorBackgroundStatusInformationPrimaryTranslucentSelectedDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundStatusInformationSolidDefaultDark = "#3d85ca"; // Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction. const njSemanticColorBackgroundStatusInformationSolidHoveredDark = "#77a6e1"; const njSemanticColorBackgroundStatusInformationSolidFocusedDark = "#77a6e1"; const njSemanticColorBackgroundStatusInformationSolidPressedDark = "#a9c4ee"; const njSemanticColorBackgroundStatusInformationSecondaryDefaultDark = "#111f2e"; const njSemanticColorBackgroundStatusInformationSecondaryHoveredDark = "#12263b"; const njSemanticColorBackgroundStatusInformationSecondaryFocusedDark = "#12263b"; const njSemanticColorBackgroundStatusInformationSecondaryPressedDark = "#0f3a5e"; const njSemanticColorBackgroundStatusInformationTertiaryDefaultDark = "#12263b"; const njSemanticColorBackgroundStatusInformationTertiaryHoveredDark = "#0f3a5e"; const njSemanticColorBackgroundStatusInformationTertiaryFocusedDark = "#0f3a5e"; const njSemanticColorBackgroundStatusInformationTertiaryPressedDark = "#04568e"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentDefaultDark = "rgba(1, 112, 229, 0.15)"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentHoveredDark = "rgba(0, 139, 253, 0.29)"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentFocusedDark = "rgba(0, 139, 253, 0.29)"; const njSemanticColorBackgroundStatusInformationTertiaryTranslucentPressedDark = "rgba(0, 100, 169, 0.81);"; const njSemanticColorBackgroundStatusInformationSpotlightDefaultDark = "#dbe5f8"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentDefaultDark = "rgba(0, 0, 0, 0)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentHoveredDark = "rgba(135, 225, 172, 0.07)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentFocusedDark = "rgba(135, 225, 172, 0.07)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentPressedDark = "rgba(115, 244, 217, 0.16)"; const njSemanticColorBackgroundStatusPlanetPrimaryTranslucentSelectedDark = "rgba(135, 225, 172, 0.07)"; const njSemanticColorBackgroundStatusPlanetSolidDefaultDark = "#328e8a"; const njSemanticColorBackgroundStatusPlanetSolidHoveredDark = "#58b1ad"; const njSemanticColorBackgroundStatusPlanetSolidPressedDark = "#8bcfcb"; const njSemanticColorBackgroundStatusPlanetSolidFocusedDark = "#58b1ad"; const njSemanticColorBackgroundStatusPlanetSecondaryDefaultDark = "#191f1f"; const njSemanticColorBackgroundStatusPlanetSecondaryHoveredDark = "#1d2727"; const njSemanticColorBackgroundStatusPlanetSecondaryFocusedDark = "#1d2727"; const njSemanticColorBackgroundStatusPlanetSecondaryPressedDark = "#243c3b"; const njSemanticColorBackgroundStatusPlanetTertiaryDefaultDark = "#1d2727"; const njSemanticColorBackgroundStatusPlanetTertiaryHoveredDark = "#243c3b"; const njSemanticColorBackgroundStatusPlanetTertiaryFocusedDark = "#243c3b"; const njSemanticColorBackgroundStatusPlanetTertiaryPressedDark = "#275b59"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentDefaultDark = "rgba(135, 225, 172, 0.07)"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentHoveredDark = "rgba(115, 244, 217, 0.16)"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentFocusedDark = "rgba(115, 244, 217, 0.16)"; const njSemanticColorBackgroundStatusPlanetTertiaryTranslucentPressedDark = "rgba(83, 253, 236, 0.29);"; const njSemanticColorBackgroundStatusPlanetSpotlightDefaultDark = "#ccebea"; const njSemanticColorBackgroundAccentPinkSecondaryDefaultDark = "#211d1e"; // Subtle touch of pink with no meaning tied to the color. const njSemanticColorBackgroundAccentPinkSecondaryHoveredDark = "#2a2326"; const njSemanticColorBackgroundAccentPinkSecondaryFocusedDark = "#2a2326"; const njSemanticColorBackgroundAccentPinkSecondaryPressedDark = "#45333a"; const njSemanticColorBackgroundAccentPinkTertiaryDefaultDark = "#2a2326"; // Soft pink background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentPinkTertiaryHoveredDark = "#45333a"; const njSemanticColorBackgroundAccentPinkTertiaryFocusedDark = "#45333a"; const njSemanticColorBackgroundAccentPinkTertiaryPressedDark = "#7b4159"; const njSemanticColorBackgroundAccentPinkSolidDefaultDark = "#e44284"; // Suitable for pink backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentPinkSolidHoveredDark = "#f779ad"; const njSemanticColorBackgroundAccentPinkSolidFocusedDark = "#f779ad"; const njSemanticColorBackgroundAccentPinkSolidPressedDark = "#fbaccc"; const njSemanticColorBackgroundAccentPinkSpotlightDefaultDark = "#fddcea"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentRedSecondaryDefaultDark = "#321613"; // Subtle touch of red with no meaning tied to the color. const njSemanticColorBackgroundAccentRedSecondaryHoveredDark = "#411a16"; const njSemanticColorBackgroundAccentRedSecondaryFocusedDark = "#411a16"; const njSemanticColorBackgroundAccentRedSecondaryPressedDark = "#63221e"; const njSemanticColorBackgroundAccentRedTertiaryDefaultDark = "#411a16"; // Soft red background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentRedTertiaryHoveredDark = "#63221e"; const njSemanticColorBackgroundAccentRedTertiaryFocusedDark = "#63221e"; const njSemanticColorBackgroundAccentRedTertiaryPressedDark = "#95302c"; const njSemanticColorBackgroundAccentRedSolidDefaultDark = "#dd534b"; // Suitable for red backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentRedSpotlightDefaultDark = "#ffddd7"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentOrangeSecondaryDefaultDark = "#2c1b12"; // Subtle touch of orange with no meaning tied to the color. const njSemanticColorBackgroundAccentOrangeSecondaryHoveredDark = "#372015"; const njSemanticColorBackgroundAccentOrangeSecondaryFocusedDark = "#372015"; const njSemanticColorBackgroundAccentOrangeSecondaryPressedDark = "#542f1b"; const njSemanticColorBackgroundAccentOrangeTertiaryDefaultDark = "#372015"; // Soft orange background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentOrangeTertiaryHoveredDark = "#542f1b"; const njSemanticColorBackgroundAccentOrangeTertiaryFocusedDark = "#542f1b"; const njSemanticColorBackgroundAccentOrangeTertiaryPressedDark = "#7e4425"; const njSemanticColorBackgroundAccentOrangeSolidDefaultDark = "#c3693a"; // Suitable for orange backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentOrangeSolidHoveredDark = "#f08750"; const njSemanticColorBackgroundAccentOrangeSolidFocusedDark = "#f08750"; const njSemanticColorBackgroundAccentOrangeSolidPressedDark = "#ffb182"; const njSemanticColorBackgroundAccentOrangeSpotlightDefaultDark = "#ffdfc8"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentYellowSecondaryDefaultDark = "#251e13"; // Subtle touch of yellow with no meaning tied to the color. const njSemanticColorBackgroundAccentYellowSecondaryHoveredDark = "#2c2416"; const njSemanticColorBackgroundAccentYellowSecondaryFocusedDark = "#2c2416"; const njSemanticColorBackgroundAccentYellowSecondaryPressedDark = "#43361d"; const njSemanticColorBackgroundAccentYellowTertiaryDefaultDark = "#2c2416"; // Soft yellow background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentYellowTertiaryHoveredDark = "#43361d"; const njSemanticColorBackgroundAccentYellowTertiaryFocusedDark = "#43361d"; const njSemanticColorBackgroundAccentYellowTertiaryPressedDark = "#655027"; const njSemanticColorBackgroundAccentYellowSolidDefaultDark = "#c59d4a"; // Suitable for yellow backgrounds when there is no meaning tied to the color. No minimum contrast requirement met! const njSemanticColorBackgroundAccentYellowSolidHoveredDark = "#eabc5f"; const njSemanticColorBackgroundAccentYellowSolidFocusedDark = "#eabc5f"; const njSemanticColorBackgroundAccentYellowSolidPressedDark = "#ffe299"; const njSemanticColorBackgroundAccentYellowSpotlightDefaultDark = "#ffe299"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentGreenSecondaryDefaultDark = "#102313"; // Subtle touch of green with no meaning tied to the color. const njSemanticColorBackgroundAccentGreenSecondaryHoveredDark = "#112b16"; const njSemanticColorBackgroundAccentGreenSecondaryFocusedDark = "#112b16"; const njSemanticColorBackgroundAccentGreenSecondaryPressedDark = "#12401e"; const njSemanticColorBackgroundAccentGreenTertiaryDefaultDark = "#112b16"; // Soft green background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentGreenTertiaryHoveredDark = "#12401e"; const njSemanticColorBackgroundAccentGreenTertiaryFocusedDark = "#12401e"; const njSemanticColorBackgroundAccentGreenTertiaryPressedDark = "#12602b"; const njSemanticColorBackgroundAccentGreenSolidDefaultDark = "#30934b"; // Suitable for green backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentGreenSolidHoveredDark = "#63b473"; const njSemanticColorBackgroundAccentGreenSolidFocusedDark = "#63b473"; const njSemanticColorBackgroundAccentGreenSolidPressedDark = "#99d0a0"; const njSemanticColorBackgroundAccentGreenSpotlightDefaultDark = "#d4ebd6"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentGreySecondaryDefaultDark = "#1a1f23"; // Subtle touch of grey with no meaning tied to the color. const njSemanticColorBackgroundAccentGreySecondaryHoveredDark = "#1f262b"; const njSemanticColorBackgroundAccentGreySecondaryFocusedDark = "#1f262b"; const njSemanticColorBackgroundAccentGreySecondaryPressedDark = "#2e3942"; const njSemanticColorBackgroundAccentGreyTertiaryDefaultDark = "#1f262b"; // Soft grey background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentGreyTertiaryHoveredDark = "#2e3942"; const njSemanticColorBackgroundAccentGreyTertiaryFocusedDark = "#2e3942"; const njSemanticColorBackgroundAccentGreyTertiaryPressedDark = "#425663"; const njSemanticColorBackgroundAccentGreySolidDefaultDark = "#718492"; // Suitable for grey backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentGreySolidHoveredDark = "#97a5af"; const njSemanticColorBackgroundAccentGreySolidFocusedDark = "#97a5af"; const njSemanticColorBackgroundAccentGreySolidPressedDark = "#bcc4cb"; const njSemanticColorBackgroundAccentGreySpotlightDefaultDark = "#e2e5e9"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentBlueSecondaryDefaultDark = "#111f2e"; // Subtle touch of blue with no meaning tied to the color. const njSemanticColorBackgroundAccentBlueSecondaryHoveredDark = "#12263b"; const njSemanticColorBackgroundAccentBlueSecondaryFocusedDark = "#12263b"; const njSemanticColorBackgroundAccentBlueSecondaryPressedDark = "#0f3a5e"; const njSemanticColorBackgroundAccentBlueTertiaryDefaultDark = "#12263b"; // Soft blue background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentBlueTertiaryHoveredDark = "#0f3a5e"; const njSemanticColorBackgroundAccentBlueTertiaryFocusedDark = "#0f3a5e"; const njSemanticColorBackgroundAccentBlueTertiaryPressedDark = "#04568e"; const njSemanticColorBackgroundAccentBlueSolidDefaultDark = "#3d85ca"; // Suitable for blue backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentBlueSolidHoveredDark = "#77a6e1"; const njSemanticColorBackgroundAccentBlueSolidFocusedDark = "#77a6e1"; const njSemanticColorBackgroundAccentBlueSolidPressedDark = "#a9c4ee"; const njSemanticColorBackgroundAccentBlueSpotlightDefaultDark = "#dbe5f8"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentUltramarineSecondaryDefaultDark = "#171d37"; // Subtle touch of ultramarine with no meaning tied to the color. const njSemanticColorBackgroundAccentUltramarineSecondaryHoveredDark = "#17224b"; const njSemanticColorBackgroundAccentUltramarineSecondaryFocusedDark = "#17224b"; const njSemanticColorBackgroundAccentUltramarineSecondaryPressedDark = "#25346e"; const njSemanticColorBackgroundAccentUltramarineTertiaryDefaultDark = "#17224b"; // Soft ultramarine background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentUltramarineTertiaryHoveredDark = "#25346e"; const njSemanticColorBackgroundAccentUltramarineTertiaryFocusedDark = "#25346e"; const njSemanticColorBackgroundAccentUltramarineTertiaryPressedDark = "#3f508e"; const njSemanticColorBackgroundAccentUltramarineSolidDefaultDark = "#717fb5"; // Suitable for ultramarine backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentUltramarineSolidHoveredDark = "#96a2cc"; const njSemanticColorBackgroundAccentUltramarineSolidFocusedDark = "#96a2cc"; const njSemanticColorBackgroundAccentUltramarineSolidPressedDark = "#bbc2df"; const njSemanticColorBackgroundAccentUltramarineSpotlightDefaultDark = "#e1e4f1"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentPurpleSecondaryDefaultDark = "#201d22"; // Subtle touch of purple with no meaning tied to the color. const njSemanticColorBackgroundAccentPurpleSecondaryHoveredDark = "#28232c"; const njSemanticColorBackgroundAccentPurpleSecondaryFocusedDark = "#28232c"; const njSemanticColorBackgroundAccentPurpleSecondaryPressedDark = "#41324e"; const njSemanticColorBackgroundAccentPurpleTertiaryDefaultDark = "#28232c"; // Soft purple background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentPurpleTertiaryHoveredDark = "#41324e"; const njSemanticColorBackgroundAccentPurpleTertiaryFocusedDark = "#41324e"; const njSemanticColorBackgroundAccentPurpleTertiaryPressedDark = "#694288"; const njSemanticColorBackgroundAccentPurpleSolidDefaultDark = "#9971b8"; // Suitable for purple backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentPurpleSolidHoveredDark = "#b697cf"; const njSemanticColorBackgroundAccentPurpleSolidFocusedDark = "#b697cf"; const njSemanticColorBackgroundAccentPurpleSolidPressedDark = "#d0bbe1"; const njSemanticColorBackgroundAccentPurpleSpotlightDefaultDark = "#ebe1f2"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentTealSecondaryDefaultDark = "#191f1f"; // Subtle touch of teal with no meaning tied to the color. const njSemanticColorBackgroundAccentTealSecondaryHoveredDark = "#1d2727"; const njSemanticColorBackgroundAccentTealSecondaryFocusedDark = "#1d2727"; const njSemanticColorBackgroundAccentTealSecondaryPressedDark = "#243c3b"; const njSemanticColorBackgroundAccentTealTertiaryDefaultDark = "#1d2727"; // Soft teal background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentTealTertiaryHoveredDark = "#243c3b"; const njSemanticColorBackgroundAccentTealTertiaryFocusedDark = "#243c3b"; const njSemanticColorBackgroundAccentTealTertiaryPressedDark = "#275b59"; const njSemanticColorBackgroundAccentTealSolidDefaultDark = "#328e8a"; // Suitable for teal backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentTealSolidHoveredDark = "#58b1ad"; const njSemanticColorBackgroundAccentTealSolidFocusedDark = "#58b1ad"; const njSemanticColorBackgroundAccentTealSolidPressedDark = "#8bcfcb"; const njSemanticColorBackgroundAccentTealSpotlightDefaultDark = "#ccebea"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAccentLimeSecondaryDefaultDark = "#1e2010"; // Subtle touch of lime with no meaning tied to the color. const njSemanticColorBackgroundAccentLimeSecondaryHoveredDark = "#242713"; const njSemanticColorBackgroundAccentLimeSecondaryFocusedDark = "#242713"; const njSemanticColorBackgroundAccentLimeSecondaryPressedDark = "#353b18"; const njSemanticColorBackgroundAccentLimeTertiaryDefaultDark = "#242713"; // Soft lime background with no meaning tied to the color, slightly stronger visual contrast than the secondary. const njSemanticColorBackgroundAccentLimeTertiaryHoveredDark = "#353b18"; const njSemanticColorBackgroundAccentLimeTertiaryFocusedDark = "#353b18"; const njSemanticColorBackgroundAccentLimeTertiaryPressedDark = "#4e581e"; const njSemanticColorBackgroundAccentLimeSolidDefaultDark = "#78892a"; // Suitable for lime backgrounds when there is no meaning tied to the color. Ensures the minimum contrast requirements (at least 4.55:1). const njSemanticColorBackgroundAccentLimeSolidHoveredDark = "#97ac37"; const njSemanticColorBackgroundAccentLimeSolidFocusedDark = "#97ac37"; const njSemanticColorBackgroundAccentLimeSolidPressedDark = "#b7cd4f"; const njSemanticColorBackgroundAccentLimeSpotlightDefaultDark = "#dfed90"; // Reserved for highlighting and drawing maximum attention when there is no meaning tied to the color. Use sparingly to create important focal points in your interface const njSemanticColorBackgroundAdditionalEngieRayDefaultDark = "linear-gradient(90deg, #00AAFF 0%, #23d2b5 100%)"; // ENGIE's brand gradient. We strongly advise to refer to the brand guidelines for its usage. const njSemanticColorBackgroundAdditionalSignatureDefaultDark = "#171d37"; // ENGIE's additional brand color. We strongly advise to refer to the brand guidelines for its usage. const njSemanticColorBorderNeutralMinimalDefaultDark = "#1f262b"; // Almost imperceptible, provides a gentle visual separation between elements without drawing much attention to itself. Used for separators. const njSemanticColorBorderNeutralMinimalHoveredDark = "#2e3942"; const njSemanticColorBorderNeutralMinimalFocusedDark = "#2e3942"; const njSemanticColorBorderNeutralMinimalPressedDark = "#425663"; const njSemanticColorBorderNeutralMinimalSelectedDark = "#425663"; const njSemanticColorBorderNeutralSubtleDefaultDark = "#2e3942"; // Offers a subtle visual distinction between elements, without overpowering the content. Used for separators and cards. const njSemanticColorBorderNeutralSubtleHoveredDark = "#425663"; const njSemanticColorBorderNeutralSubtleFocusedDark = "#425663"; const njSemanticColorBorderNeutralSubtlePressedDark = "#5c7181"; const njSemanticColorBorderNeutralSubtleSelectedDark = "#5c7181"; const njSemanticColorBorderNeutralModerateDefaultDark = "#425663"; // Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs. const njSemanticColorBorderNeutralModerateHoveredDark = "#5c7181"; const njSemanticColorBorderNeutralModerateFocusedDark = "#5c7181"; const njSemanticColorBorderNeutralModeratePressedDark = "#718492"; const njSemanticColorBorderNeutralModerateSelectedDark = "#718492"; const njSemanticColorBorderNeutralStrongDefaultDark = "#718492"; // Bold border, creates a striking visual division between elements. Use for notifications, inline messages and focus ring. const njSemanticColorBorderNeutralStrongHoveredDark = "#97a5af"; const njSemanticColorBorderNeutralStrongFocusedDark = "#97a5af"; const njSemanticColorBorderNeutralStrongPressedDark = "#bcc4cb"; const njSemanticColorBorderNeutralStrongSelectedDark = "#bcc4cb"; const njSemanticColorBorderNeutralHeavyDefaultDark = "#e2e5e9"; // Highest level of visual differentiation. Has a strong contrast with the background, making it visually prominent and attention-grabbing. Use for important alerts. const njSemanticColorBorderNeutralInverseDefaultDark = "#15191d"; // Allows the application of a border when used on a contrasted background. Use for inverse buttons or inverse cards. const njSemanticColorBorderNeutralInverseHoveredDark = "#1f262b"; const njSemanticColorBorderNeutralInverseFocusedDark = "#1f262b"; const njSemanticColorBorderNeutralInversePressedDark = "#2e3942"; const njSemanticColorBorderNeutralInverseSelectedDark = "#2e3942"; const njSemanticColorBorderBrandSubtleDefaultDark = "#0f3a5e"; // Provides a gentle visual separation between elements, with a touch of Engie's brand identity.Suitable for elements where a subtle brand presence is desired. const njSemanticColorBorderBrandSubtleHoveredDark = "#04568e"; const njSemanticColorBorderBrandSubtleFocusedDark = "#04568e"; const njSemanticColorBorderBrandSubtlePressedDark = "#1c73b6"; const njSemanticColorBorderBrandSubtleSelectedDark = "#1c73b6"; const njSemanticColorBorderBrandModerateDefaultDark = "#04568e"; // Provides a clear separation between elements with the brand identity. Use for tags and inputs. const njSemanticColorBorderBrandModerateHoveredDark = "#1c73b6"; const njSemanticColorBorderBrandModerateFocusedDark = "#1c73b6"; const njSemanticColorBorderBrandModeratePressedDark = "#3d85ca"; const njSemanticColorBorderBrandModerateSelectedDark = "#3d85ca"; const njSemanticColorBorderBrandStrongDefaultDark = "#3d85ca"; // Bold brand border, creates a striking visual division between elements. Use for borders or visual indicators of elements that reinforce Engie's brand, such as notifications, inline messages and focus ring. const njSemanticColorBorderBrandStrongHoveredDark = "#77a6e1"; const njSemanticColorBorderBrandStrongFocusedDark = "#77a6e1"; const njSemanticColorBorderBrandStrongPressedDark = "#a9c4ee"; const njSemanticColorBorderBrandStrongSelectedDark = "#a9c4ee"; const njSemanticColorBorderStatusDangerSubtleDefaultDark = "#63221e"; // Subtle way to communicate critical information without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusDangerSubtleHoveredDark = "#95302c"; const njSemanticColorBorderStatusDangerSubtleFocusedDark = "#95302c"; const njSemanticColorBorderStatusDangerSubtlePressedDark = "#c3423c"; const njSemanticColorBorderStatusDangerSubtleSelectedDark = "#c3423c"; const njSemanticColorBorderStatusDangerModerateDefaultDark = "#95302c"; // Communicates critical information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. Use for tags and inputs. const njSemanticColorBorderStatusDangerModerateHoveredDark = "#c3423c"; const njSemanticColorBorderStatusDangerModerateFocusedDark = "#c3423c"; const njSemanticColorBorderStatusDangerModeratePressedDark = "#dd534b"; const njSemanticColorBorderStatusDangerModerateSelectedDark = "#dd534b"; const njSemanticColorBorderStatusDangerStrongDefaultDark = "#dd534b"; // Intended to indicate a state of danger or criticality in your interface. Use for elements that require immediate attention due to errors, warnings, or potentially harmful actions. Serves as a powerful visual cue to alert users to potential issues and encourages careful consideration of their actions. const njSemanticColorBorderStatusDangerStrongHoveredDark = "#fa7e72"; const njSemanticColorBorderStatusDangerStrongFocusedDark = "#fa7e72"; const njSemanticColorBorderStatusDangerStrongPressedDark = "#ffaea3"; const njSemanticColorBorderStatusDangerStrongSelectedDark = "#ffaea3"; const njSemanticColorBorderStatusWarningSubtleDefaultDark = "#542f1b"; // Subtle way to communicate warning information without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusWarningSubtleHoveredDark = "#7e4425"; const njSemanticColorBorderStatusWarningSubtleFocusedDark = "#7e4425"; const njSemanticColorBorderStatusWarningSubtlePressedDark = "#a85a31"; const njSemanticColorBorderStatusWarningSubtleSelectedDark = "#a85a31"; const njSemanticColorBorderStatusWarningModerateDefaultDark = "#7e4425"; // Communicates warning information in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusWarningModerateHoveredDark = "#a85a31"; const njSemanticColorBorderStatusWarningModerateFocusedDark = "#a85a31"; const njSemanticColorBorderStatusWarningModeratePressedDark = "#c3693a"; const njSemanticColorBorderStatusWarningModerateSelectedDark = "#c3693a"; const njSemanticColorBorderStatusWarningStrongDefaultDark = "#c3693a"; // Conveys a warning or cautionary state in your interface. Use for elements that signify non-critical but important information, such as alerts, notices, or reminders. Helps users recognize situations that require their attention without implying immediate danger. const njSemanticColorBorderStatusWarningStrongHoveredDark = "#f08750"; const njSemanticColorBorderStatusWarningStrongFocusedDark = "#f08750"; const njSemanticColorBorderStatusWarningStrongPressedDark = "#ffb182"; const njSemanticColorBorderStatusWarningStrongSelectedDark = "#ffb182"; const njSemanticColorBorderStatusSuccessSubtleDefaultDark = "#12401e"; // Subtle way to communicate success information or positive states without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusSuccessSubtleHoveredDark = "#12602b"; const njSemanticColorBorderStatusSuccessSubtleFocusedDark = "#12602b"; const njSemanticColorBorderStatusSuccessSubtlePressedDark = "#1d7f3c"; const njSemanticColorBorderStatusSuccessSubtleSelectedDark = "#1d7f3c"; const njSemanticColorBorderStatusSuccessModerateDefaultDark = "#12602b"; // Communicates successful or positive states in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusSuccessModerateHoveredDark = "#1d7f3c"; const njSemanticColorBorderStatusSuccessModerateFocusedDark = "#1d7f3c"; const njSemanticColorBorderStatusSuccessModeratePressedDark = "#30934b"; const njSemanticColorBorderStatusSuccessModerateSelectedDark = "#30934b"; const njSemanticColorBorderStatusSuccessStrongDefaultDark = "#30934b"; // Associated with successful or positive states in your interface. Apply it to elements or components that confirm successful actions or completion of tasks. const njSemanticColorBorderStatusSuccessStrongHoveredDark = "#63b473"; const njSemanticColorBorderStatusSuccessStrongFocusedDark = "#63b473"; const njSemanticColorBorderStatusSuccessStrongPressedDark = "#99d0a0"; const njSemanticColorBorderStatusSuccessStrongSelectedDark = "#99d0a0"; const njSemanticColorBorderStatusDiscoverySubtleDefaultDark = "#41324e"; // Subtle way to highlight discovery or exploration-related content in your interface without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusDiscoverySubtleHoveredDark = "#694288"; const njSemanticColorBorderStatusDiscoverySubtleFocusedDark = "#694288"; const njSemanticColorBorderStatusDiscoverySubtlePressedDark = "#875da9"; const njSemanticColorBorderStatusDiscoverySubtleSelectedDark = "#875da9"; const njSemanticColorBorderStatusDiscoveryModerateDefaultDark = "#694288"; // Highlights discovery or communicates exploration-related content in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusDiscoveryModerateHoveredDark = "#875da9"; const njSemanticColorBorderStatusDiscoveryModerateFocusedDark = "#875da9"; const njSemanticColorBorderStatusDiscoveryModeratePressedDark = "#9971b8"; const njSemanticColorBorderStatusDiscoveryModerateSelectedDark = "#9971b8"; const njSemanticColorBorderStatusDiscoveryStrongDefaultDark = "#9971b8"; // Employed to highlight discovery or exploration-related content in your interface. Use to draw attention to new features, recommendations, or content suggestions. Invites users to explore and engage with new offerings, creating an exciting and engaging experience. const njSemanticColorBorderStatusDiscoveryStrongHoveredDark = "#b697cf"; const njSemanticColorBorderStatusDiscoveryStrongFocusedDark = "#b697cf"; const njSemanticColorBorderStatusDiscoveryStrongPressedDark = "#d0bbe1"; const njSemanticColorBorderStatusDiscoveryStrongSelectedDark = "#d0bbe1"; const njSemanticColorBorderStatusInformationSubtleDefaultDark = "#0f3a5e"; // Subtle way to highlight informational elements in your interface without overpowering the content. Use for separators and cards. const njSemanticColorBorderStatusInformationSubtleHoveredDark = "#04568e"; const njSemanticColorBorderStatusInformationSubtleFocusedDark = "#04568e"; const njSemanticColorBorderStatusInformationSubtlePressedDark = "#1c73b6"; const njSemanticColorBorderStatusInformationSubtleSelectedDark = "#1c73b6"; const njSemanticColorBorderStatusInformationModerateDefaultDark = "#04568e"; // Highlights informational elements in your interface. Provides a clear separation between elements, ensuring they stand out without becoming too overwhelming. const njSemanticColorBorderStatusInformationModerateHoveredDark = "#1c73b6"; const njSemanticColorBorderStatusInformationModerateFocusedDark = "#1c73b6"; const njSemanticColorBorderStatusInformationModeratePressedDark = "#3d85ca"; const njSemanticColorBorderStatusInformationModerateSelectedDark = "#3d85ca"; const njSemanticColorBorderStatusInformationStrongDefaultDark = "#3d85ca"; // Used for informational elements in your interface. Conveys non-critical information or provides additional details. Use for components or supplementary content that enhances the user's understanding of the interface without causing distraction. const njSemanticColorBorderStatusInformationStrongHoveredDark = "#77a6e1"; const njSemanticColorBorderStatusInformationStrongFocusedDark = "#77a6e1"; const njSemanticColorBorderStatusInformationStrongPressedDark = "#a9c4ee"; const njSemanticColorBorderStatusInformationStrongSelectedDark = "#a9c4ee"; const njSemanticColorBorderStatusPlanetSubtleDefaultDark = "#243c3b"; const njSemanticColorBorderStatusPlanetSubtleHoveredDark = "#275b59"; const njSemanticColorBorderStatusPlanetSubtleFocusedDark = "#275b59"; const njSemanticColorBorderStatusPlanetSubtlePressedDark = "#297a77"; const njSemanticColorBorderStatusPlanetSubtleSelectedDark = "#297a77"; const njSemanticColorBorderStatusPlanetModerateDefaultDark = "#275b59"; const njSemanticColorBorderStatusPlanetModerateHoveredDark = "#297a77"; const njSemanticColorBorderStatusPlanetModerateFocusedDark = "#297a77"; const njSemanticColorBorderStatusPlanetModeratePressedDark = "#328e8a"; const njSemanticColorBorderStatusPlanetModerateSelectedDark = "#328e8a"; const njSemanticColorBorderStatusPlanetStrongDefaultDark = "#328e8a"; const njSemanticColorBorderStatusPlanetStrongHoveredDark = "#58b1ad"; const njSemanticColorBorderStatusPlanetStrongFocusedDark = "#58b1ad"; const njSemanticColorBorderStatusPlanetStrongPressedDark = "#8bcfcb"; const njSemanticColorBorderStatusPlanetStrongSelectedDark = "#8bcfcb"; const njSemanticColorBorderAccentPinkSubtleDefaultDark = "#45333a"; const njSemanticColorBorderAccentPinkSubtleHoveredDark = "#7b4159"; const njSemanticColorBorderAccentPinkSubtleFocusedDark = "#7b4159"; const njSemanticColorBorderAccentPinkSubtlePressedDark = "#c13c72"; const njSemanticColorBorderAccentPinkSubtleSelectedDark = "#c13c72"; const njSemanticColorBorderAccentPinkModerateDefaultDark = "#7b4159"; // Suitable for pink borders when there is no meaning tied to the color. const njSemanticColorBorderAccentPinkModerateHoveredDark = "#c13c72"; const njSemanticColorBorderAccentPinkModerateFocusedDark = "#c13c72"; const njSemanticColorBorderAccentPinkModeratePressedDark = "#e44284"; const njSemanticColorBorderAccentPinkModerateSelectedDark = "#e44284"; const njSemanticColorBorderAccentPinkStrongDefaultDark = "#e44284"; const njSemanticColorBorderAccentPinkStrongHoveredDark = "#f779ad"; const njSemanticColorBorderAccentPinkStrongFocusedDark = "#f779ad"; const njSemanticColorBorderAccentPinkStrongPressedDark = "#fbaccc"; const njSemanticColorBorderAccentPinkStrongSelectedDark = "#fbaccc"; const njSemanticColorBorderAccentRedSubtleDefaultDark = "#63221e"; const njSemanticColorBorderAccentRedSubtleHoveredDark = "#95302c"; const njSemanticColorBorderAccentRedSubtleFocusedDark = "#95302c"; const njSemanticColorBorderAccentRedSubtlePressedDark = "#c3423c"; const njSemanticColorBorderAccentRedSubtleSelectedDark = "#c3423c"; const njSemanticColorBorderAccentRedModerateDefaultDark = "#95302c"; // Suitable for red borders when there is no meaning tied to the color. const njSemanticColorBorderAccentRedModerateHoveredDark = "#c3423c"; const njSemanticColorBorderAccentRedModerateFocusedDark = "#c3423c"; const njSemanticColorBorderAccentRedModeratePressedDark = "#dd534b"; const njSemanticColorBorderAccentRedModerateSelectedDark = "#dd534b"; const njSemanticColorBorderAccentRedStrongDefaultDark = "#dd534b"; const njSemanticColorBorderAccentRedStrongHoveredDark = "#fa7e72"; const njSemanticColorBorderAccentRedStrongFocusedDark = "#fa7e72"; const njSemanticColorBorderAccentRedStrongPressedDark = "#ffaea3"; const njSemanticColorBorderAccentRedStrongSelectedDark = "#ffaea3"; const njSemanticColorBorderAccentOrangeSubtleDefaultDark = "#542f1b"; const njSemanticColorBorderAccentOrangeSubtleHoveredDark = "#7e4425"; const njSemanticColorBorderAccentOrangeSubtleFocusedDark = "#7e4425"; const njSemanticColorBorderAccentOrangeSubtlePressedDark = "#a85a31"; const njSemanticColorBorderAccentOrangeSubtleSelectedDark = "#a85a31"; const njSemanticColorBorderAccentOrangeModerateDefaultDark = "#7e4425"; // Suitable for orange borders when there is no meaning tied to the color. const njSemanticColorBorderAccentOrangeModerateHoveredDark = "#a85a31"; const njSemanticColorBorderAccentOrangeModerateFocusedDark = "#a85a31"; const njSemanticColorBorderAccentOrangeModeratePressedDark = "#c3693a"; const njSemanticColorBorderAccentOrangeModerateSelectedDark = "#c3693a"; const njSemanticColorBorderAccentOrangeStrongDefaultDark = "#c3693a"; const njSemanticColorBorderAccentOrangeStrongHoveredDark = "#f08750"; const njSemanticColorBorderAccentOrangeStrongFocusedDark = "#f08750"; const njSemanticColorBorderAccentOrangeStrongPressedDark = "#ffb182"; const njSemanticColorBorderAccentOrangeStrongSelectedDark = "#ffb182"; const njSemanticColorBorderAccentYellowSubtleDefaultDark = "#43361d"; const njSemanticColorBorderAccentYellowSubtleHoveredDark = "#655027"; const njSemanticColorBorderAccentYellowSubtleFocusedDark = "#655027"; const njSemanticColorBorderAccentYellowSubtlePressedDark = "#866b32"; const njSemanticColorBorderAccentYellowSubtleSelectedDark = "#866b32"; const njSemanticColorBorderAccentYellowModerateDefaultDark = "#655027"; // Suitable for yellow borders when there is no meaning tied to the color. const njSemanticColorBorderAccentYellowModerateHoveredDark = "#866b32"; const njSemanticColorBorderAccentYellowModerateFocusedDark = "#866b32"; const njSemanticColorBorderAccentYellowModeratePressedDark = "#9d7d39"; const njSemanticColorBorderAccentYellowModerateSelectedDark = "#9d7d39"; const njSemanticColorBorderAccentYellowStrongDefaultDark = "#9d7d39"; const njSemanticColorBorderAccentYellowStrongHoveredDark = "#c59d4a"; const njSemanticColorBorderAccentYellowStrongFocusedDark = "#c59d4a"; const njSemanticColorBorderAccentYellowStrongPressedDark = "#eabc5f"; const njSemanticColorBorderAccentYellowStrongSelectedDark = "#eabc5f"; const njSemanticColorBorderAccentGreenSubtleDefaultDark = "#12401e"; const njSemanticColorBorderAccentGreenSubtleHoveredDark = "#12602b"; const njSemanticColorBorderAccentGreenSubtleFocusedDark = "#12602b"; const njSemanticColorBorderAccentGreenSubtlePressedDark = "#1d7f3c"; const njSemanticColorBorderAccentGreenSubtleSelectedDark = "#1d7f3c"; const njSemanticColorBorderAccentGreenModerateDefaultDark = "#12602b"; // Suitable for green borders when there is no meaning tied to the color. const njSemanticColorBorderAccentGreenModerateHoveredDark = "#1d7f3c"; const njSemanticColorBorderAccentGreenModerateFocusedDark = "#1d7f3c"; const njSemanticColorBorderAccentGreenModeratePressedDark = "#30934b"; const njSemanticColorBorderAccentGreenModerateSelectedDark = "#30934b"; const njSemanticColorBorderAccentGreenStrongDefaultDark = "#30934b"; const njSemanticColorBorderAccentGreenStrongHoveredDark = "#63b473"; const njSemanticColorBorderAccentGreenStrongFocusedDark = "#63b473"; const njSemanticColorBorderAccentGreenStrongPressedDark = "#99d0a0"; const njSemanticColorBorderAccentGreenStrongSelectedDark = "#99d0a0"; const njSemanticColorBorderAccentGreySubtleDefaultDark = "#2e3942"; const njSemanticColorBorderAccentGreySubtleHoveredDark = "#425663"; const njSemanticColorBorderAccentGreySubtleFocusedDark = "#425663"; const njSemanticColorBorderAccentGreySubtlePressedDark = "#5c7181"; const njSemanticColorBorderAccentGreySubtleSelectedDark = "#5c7181"; const njSemanticColorBorderAccentGreyModerateDefaultDark = "#425663"; // Suitable for grey borders when there is no meaning tied to the color. const njSemanticColorBorderAccentGreyModerateHoveredDark = "#5c7181"; const njSemanticColorBorderAccentGreyModerateFocusedDark = "#5c7181"; const njSemanticColorBorderAccentGreyModeratePressedDark = "#718492"; const njSemanticColorBorderAccentGreyModerateSelectedDark = "#718492"; const njSemanticColorBorderAccentGreyStrongDefaultDark = "#718492"; const njSemanticColorBorderAccentGreyStrongHoveredDark = "#97a5af"; const njSemanticColorBorderAccentGreyStrongFocusedDark = "#97a5af"; const njSemanticColorBorderAccentGreyStrongPressedDark = "#bcc4cb"; const njSemanticColorBorderAccentGreyStrongSelectedDark = "#bcc4cb"; const njSemanticColorBorderAccentBlueSubtleDefaultDark = "#0f3a5e"; const njSemanticColorBorderAccentBlueSubtleHoveredDark = "#04568e"; const njSemanticColorBorderAccentBlueSubtleFocusedDark = "#04568e"; const njSemanticColorBorderAccentBlueSubtlePressedDark = "#1c73b6"; const njSemanticColorBorderAccentBlueSubtleSelectedDark = "#1c73b6"; const njSemanticColorBorderAccentBlueModerateDefaultDark = "#04568e"; // Suitable for blue borders when there is no meaning tied to the color. const njSemanticColorBorderAccentBlueModerateHoveredDark = "#1c73b6"; const njSemanticColorBorderAccentBlueModerateFocusedDark = "#1c73b6"; const njSemanticColorBorderAccentBlueModeratePressedDark = "#3d85ca"; const njSemanticColorBorderAccentBlueModerateSelectedDark = "#3d85ca"; const njSemanticColorBorderAccentBlueStrongDefaultDark = "#3d85ca"; const njSemanticColorBorderAccentBlueStrongHoveredDark = "#77a6e1"; const njSemanticColorBorderAccentBlueStrongFocusedDark = "#77a6e1"; const njSemanticColorBorderAccentBlueStrongPressedDark = "#a9c4ee"; const njSemanticColorBorderAccentBlueStrongSelectedDark = "#a9c4ee"; const njSemanticColorBorderAccentUltramarineSubtleDefaultDark = "#25346e"; const njSemanticColorBorderAccentUltramarineSubtleHoveredDark = "#3f508e"; const njSemanticColorBorderAccentUltramarineSubtleFocusedDark = "#3f508e"; const njSemanticColorBorderAccentUltramarineSubtlePressedDark = "#5d6ca7"; const njSemanticColorBorderAccentUltramarineSubtleSelectedDark = "#5d6ca7"; const njSemanticColorBorderAccentUltramarineModerateDefaultDark = "#3f508e"; // Suitable for ultramarine borders when there is no meaning tied to the color. const njSemanticColorBorderAccentUltramarineModerateHoveredDark = "#5d6ca7"; const njSemanticColorBorderAccentUltramarineModerateFocusedDark = "#5d6ca7"; const njSemanticColorBorderAccentUltramarineModeratePressedDark = "#717fb5"; const njSemanticColorBorderAccentUltramarineModerateSelectedDark = "#717fb5"; const njSemanticColorBorderAccentUltramarineStrongDefaultDark = "#717fb5"; const njSemanticColorBorderAccentUltramarineStrongHoveredDark = "#96a2cc"; const njSemanticColorBorderAccentUltramarineStrongFocusedDark = "#96a2cc"; const njSemanticColorBorderAccentUltramarineStrongPressedDark = "#bbc2df"; const njSemanticColorBorderAccentUltramarineStrongSelectedDark = "#bbc2df"; const njSemanticColorBorderAccentPurpleSubtleDefaultDark = "#41324e"; const njSemanticColorBorderAccentPurpleSubtleHoveredDark = "#694288"; const njSemanticColorBorderAccentPurpleSubtleFocusedDark = "#694288"; const njSemanticColorBorderAccentPurpleSubtlePressedDark = "#875da9"; const njSemanticColorBorderAccentPurpleSubtleSelectedDark = "#875da9"; const njSemanticColorBorderAccentPurpleModerateDefaultDark = "#694288"; // Suitable for purple borders when there is no meaning tied to the color. const njSemanticColorBorderAccentPurpleModerateHoveredDark = "#875da9"; const njSemanticColorBorderAccentPurpleModerateFocusedDark = "#875da9"; const njSemanticColorBorderAccentPurpleModeratePressedDark = "#9971b8"; const njSemanticColorBorderAccentPurpleModerateSelectedDark = "#9971b8"; const njSemanticColorBorderAccentPurpleStrongDefaultDark = "#9971b8"; const njSemanticColorBorderAccentPurpleStrongHoveredDark = "#b697cf"; const njSemanticColorBorderAccentPurpleStrongFocusedDark = "#b697cf"; const njSemanticColorBorderAccentPurpleStrongPressedDark = "#d0bbe1"; const njSemanticColorBorderAccentPurpleStrongSelectedDark = "#d0bbe1"; const njSemanticColorBorderAccentTealSubtleDefaultDark = "#243c3b"; const njSemanticColorBorderAccentTealSubtleHoveredDark = "#275b59"; const njSemanticColorBorderAccentTealSubtleFocusedDark = "#275b59"; const njSemanticColorBorderAccentTealSubtlePressedDark = "#297a77"; const njSemanticColorBorderAccentTealSubtleSelectedDark = "#297a77"; const njSemanticColorBorderAccentTealModerateDefaultDark = "#275b59"; // Suitable for teal borders when there is no meaning tied to the color. const njSemanticColorBorderAccentTealModerateHoveredDark = "#297a77"; const njSemanticColorBorderAccentTealModerateFocusedDark = "#297a77"; const njSemanticColorBorderAccentTealModeratePressedDark = "#328e8a"; const njSemanticColorBorderAccentTealModerateSelectedDark = "#328e8a"; const njSemanticColorBorderAccentTealStrongDefaultDark = "#328e8a"; const njSemanticColorBorderAccentTealStrongHoveredDark = "#58b1ad"; const njSemanticColorBorderAccentTealStrongFocusedDark = "#58b1ad"; const njSemanticColorBorderAccentTealStrongPressedDark = "#8bcfcb"; const njSemanticColorBorderAccentTealStrongSelectedDark = "#8bcfcb"; const njSemanticColorBorderAccentLimeSubtleDefaultDark = "#353b18"; const njSemanticColorBorderAccentLimeSubtleHoveredDark = "#4e581e"; const njSemanticColorBorderAccentLimeSubtleFocusedDark = "#4e581e"; const njSemanticColorBorderAccentLimeSubtlePressedDark = "#677525"; const njSemanticColorBorderAccentLimeSubtleSelectedDark = "#677525"; const njSemanticColorBorderAccentLimeModerateDefaultDark = "#4e581e"; // Suitable for lime borders when there is no meaning tied to the color. const njSemanticColorBorderAccentLimeModerateHoveredDark = "#677525"; const njSemanticColorBorderAccentLimeModerateFocusedDark = "#677525"; const njSemanticColorBorderAccentLimeModeratePressedDark = "#78892a"; const njSemanticColorBorderAccentLimeModerateSelectedDark = "#78892a"; const njSemanticColorBorderAccentLimeStrongDefaultDark = "#78892a"; const njSemanticColorBorderAccentLimeStrongHoveredDark = "#97ac37"; const njSemanticColorBorderAccentLimeStrongFocusedDark = "#97ac37"; const njSemanticColorBorderAccentLimeStrongPressedDark = "#b7cd4f"; const njSemanticColorBorderAccentLimeStrongSelectedDark = "#b7cd4f"; const njSemanticColorIconNeutralPrimaryDefaultDark = "#fafafb"; // Use for visible and prominent icons, ensures they are easily recognizable and stand out. Typically used for essential actions or navigation elements that require immediate user attention. const njSemanticColorIconNeutralPrimaryHoveredDark = "#77a6e1"; const njSemanticColorIconNeutralPrimaryFocusedDark = "#77a6e1"; const njSemanticColorIconNeutralPrimaryPressedDark = "#a9c4ee"; const njSemanticColorIconNeutralSecondaryDefaultDark = "#bcc4cb"; // Use for less visible icons, offering a subtle presence that complements the primary content. Used for secondary actions or to support elements within the interface. const njSemanticColorIconNeutralSecondaryHoveredDark = "#e2e5e9"; const njSemanticColorIconNeutralSecondaryFocusedDark = "#e2e5e9"; const njSemanticColorIconNeutralSecondaryPressedDark = "#fafafb"; const njSemanticColorIconNeutralTertiaryDefaultDark = "#718492"; // Use for icons with even lower visibility, providing a more understated appearance. These icons are used for tertiary actions or optional elements, contributing to a more streamlined and unobtrusive user experience. const njSemanticColorIconNeutralTertiaryHoveredDark = "#97a5af"; const njSemanticColorIconNeutralTertiaryFocusedDark = "#97a5af"; const njSemanticColorIconNeutralTertiaryPressedDark = "#bcc4cb"; const njSemanticColorIconNeutralContrastDefaultDark = "#97a5af"; // These icons utilizes higher contrast or distinct visual treatments to create emphasis and draw attention. It is employed for icons that require enhanced visibility or a stronger visual impact. const njSemanticColorIconNeutralContrastHoveredDark = "#bcc4cb"; const njSemanticColorIconNeutralContrastFocusedDark = "#bcc4cb"; const njSemanticColorIconNeutralContrastPressedDark = "#e2e5e9"; const njSemanticColorIconNeutralInverseDefaultDark = "#15191d"; // Use for icons on dark backgrounds. Ensures readability and visual appeal, particularly in scenarios where icons are placed on contrasting surfaces. const njSemanticColorIconNeutralInverseHoveredDark = "#1f262b"; const njSemanticColorIconNeutralInverseFocusedDark = "#1f262b"; const njSemanticColorIconNeutralInversePressedDark = "#2e3942"; const njSemanticColorIconBrandPrimaryDefaultDark = "#3d85ca"; const njSemanticColorIconBrandPrimaryHoveredDark = "#77a6e1"; const njSemanticColorIconBrandPrimaryFocusedDark = "#77a6e1"; const njSemanticColorIconBrandPrimaryPressedDark = "#a9c4ee"; const njSemanticColorIconBrandContrastDefaultDark = "#77a6e1"; const njSemanticColorIconBrandContrastHoveredDark = "#a9c4ee"; const njSemanticColorIconBrandContrastFocusedDark = "#a9c4ee"; const njSemanticColorIconBrandContrastPressedDark = "#dbe5f8"; const njSemanticColorIconStatusDangerPrimaryDefaultDark = "#dd534b"; const njSemanticColorIconStatusDangerPrimaryHoveredDark = "#fa7e72"; const njSemanticColorIconStatusDangerPrimaryFocusedDark = "#fa7e72"; const njSemanticColorIconStatusDangerPrimaryPressedDark = "#ffaea3"; const njSemanticColorIconStatusDangerContrastDefaultDark = "#ffaea3"; const njSemanticColorIconStatusSuccessPrimaryDefaultDark = "#30934b"; const njSemanticColorIconStatusSuccessPrimaryHoveredDark = "#63b473"; const njSemanticColorIconStatusSuccessPrimaryFocusedDark = "#63b473"; const njSemanticColorIconStatusSuccessPrimaryPressedDark = "#99d0a0"; const njSemanticColorIconStatusSuccessContrastDefaultDark = "#99d0a0"; const njSemanticColorIconStatusWarningPrimaryDefaultDark = "#c3693a"; const njSemanticColorIconStatusWarningPrimaryHoveredDark = "#f08750"; const njSemanticColorIconStatusWarningPrimaryFocusedDark = "#f08750"; const njSemanticColorIconStatusWarningPrimaryPressedDark = "#ffb182"; const njSemanticColorIconStatusWarningContrastDefaultDark = "#ffb182"; const njSemanticColorIconStatusDiscoveryPrimaryDefaultDark = "#9971b8"; const njSemanticColorIconStatusDiscoveryPrimaryHoveredDark = "#b697cf"; const njSemanticColorIconStatusDiscoveryPrimaryFocusedDark = "#b697cf"; const njSemanticColorIconStatusDiscoveryPrimaryPressedDark = "#d0bbe1"; const njSemanticColorIconStatusDiscoveryContrastDefaultDark = "#d0bbe1"; const njSemanticColorIconStatusInformationPrimaryDefaultDark = "#3d85ca"; const njSemanticColorIconStatusInformationPrimaryHoveredDark = "#77a6e1"; const njSemanticColorIconStatusInformationPrimaryFocusedDark = "#77a6e1"; const njSemanticColorIconStatusInformationPrimaryPressedDark = "#a9c4ee"; const njSemanticColorIconStatusInformationContrastDefaultDark = "#a9c4ee"; const njSemanticColorIconStatusPlanetPrimaryDefaultDark = "#328e8a"; const njSemanticColorIconStatusPlanetPrimaryHoveredDark = "#58b1ad"; const njSemanticColorIconStatusPlanetPrimaryFocusedDark = "#58b1ad"; const njSemanticColorIconStatusPlanetPrimaryPressedDark = "#8bcfcb"; const njSemanticColorIconStatusPlanetContrastDefaultDark = "#8bcfcb"; const njSemanticColorIconAccentPinkPrimaryDefaultDark = "#e44284"; const njSemanticColorIconAccentPinkPrimaryHoveredDark = "#f779ad"; const njSemanticColorIconAccentPinkPrimaryFocusedDark = "#f779ad"; const njSemanticColorIconAccentPinkPrimaryPressedDark = "#fbaccc"; const njSemanticColorIconAccentPinkContrastDefaultDark = "#fbaccc"; const njSemanticColorIconAccentRedPrimaryDefaultDark = "#dd534b"; const njSemanticColorIconAccentRedPrimaryHoveredDark = "#fa7e72"; const njSemanticColorIconAccentRedPrimaryFocusedDark = "#fa7e72"; const njSemanticColorIconAccentRedPrimaryPressedDark = "#ffaea3"; const njSemanticColorIconAccentRedContrastDefaultDark = "#ffaea3"; const njSemanticColorIconAccentOrangePrimaryDefaultDark = "#c3693a"; const njSemanticColorIconAccentOrangePrimaryHoveredDark = "#f08750"; const njSemanticColorIconAccentOrangePrimaryFocusedDark = "#f08750"; const njSemanticColorIconAccentOrangePrimaryPressedDark = "#ffb182"; const njSemanticColorIconAccentOrangeContrastDefaultDark = "#ffb182"; const njSemanticColorIconAccentYellowPrimaryDefaultDark = "#9d7d39"; const njSemanticColorIconAccentYellowPrimaryHoveredDark = "#c59d4a"; const njSemanticColorIconAccentYellowPrimaryFocusedDark = "#c59d4a"; const njSemanticColorIconAccentYellowPrimaryPressedDark = "#eabc5f"; const njSemanticColorIconAccentYellowContrastDefaultDark = "#eabc5f"; const njSemanticColorIconAccentGreenPrimaryDefaultDark = "#30934b"; const njSemanticColorIconAccentGreenPrimaryHoveredDark = "#63b473"; const njSemanticColorIconAccentGreenPrimaryFocusedDark = "#63b473"; const njSemanticColorIconAccentGreenPrimaryPressedDark = "#99d0a0"; const njSemanticColorIconAccentGreenContrastDefaultDark = "#99d0a0"; const njSemanticColorIconAccentGreyPrimaryDefaultDark = "#718492"; const njSemanticColorIconAccentGreyPrimaryHoveredDark = "#97a5af"; const njSemanticColorIconAccentGreyPrimaryFocusedDark = "#97a5af"; const njSemanticColorIconAccentGreyPrimaryPressedDark = "#bcc4cb"; const njSemanticColorIconAccentGreyContrastDefaultDark = "#bcc4cb"; const njSemanticColorIconAccentBluePrimaryDefaultDark = "#3d85ca"; const njSemanticColorIconAccentBluePrimaryHoveredDark = "#77a6e1"; const njSemanticColorIconAccentBluePrimaryFocusedDark = "#77a6e1"; const njSemanticColorIconAccentBluePrimaryPressedDark = "#a9c4ee"; const njSemanticColorIconAccentBlueContrastDefaultDark = "#a9c4ee"; const njSemanticColorIconAccentUltramarinePrimaryDefaultDark = "#717fb5"; const njSemanticColorIconAccentUltramarinePrimaryHoveredDark = "#96a2cc"; const njSemanticColorIconAccentUltramarinePrimaryFocusedDark = "#96a2cc"; const njSemanticColorIconAccentUltramarinePrimaryPressedDark = "#bbc2df"; const njSemanticColorIconAccentUltramarineContrastDefaultDark = "#bbc2df"; const njSemanticColorIconAccentPurplePrimaryDefaultDark = "#9971b8"; const njSemanticColorIconAccentPurplePrimaryHoveredDark = "#b697cf"; const njSemanticColorIconAccentPurplePrimaryFocusedDark = "#b697cf"; const njSemanticColorIconAccentPurplePrimaryPressedDark = "#d0bbe1"; const njSemanticColorIconAccentPurpleContrastDefaultDark = "#d0bbe1"; const njSemanticColorIconAccentTealPrimaryDefaultDark = "#328e8a"; const njSemanticColorIconAccentTealPrimaryHoveredDark = "#58b1ad"; const njSemanticColorIconAccentTealPrimaryFocusedDark = "#58b1ad"; const njSemanticColorIconAccentTealPrimaryPressedDark = "#8bcfcb"; const njSemanticColorIconAccentTealContrastDefaultDark = "#8bcfcb"; const njSemanticColorIconAccentLimePrimaryDefaultDark = "#78892a"; const njSemanticColorIconAccentLimePrimaryHoveredDark = "#97ac37"; const njSemanticColorIconAccentLimePrimaryFocusedDark = "#97ac37"; const njSemanticColorIconAccentLimePrimaryPressedDark = "#b7cd4f"; const njSemanticColorIconAccentLimeContrastDefaultDark = "#b7cd4f"; const njSemanticColorIconAdditionalSignatureDefaultDark = "#fafafb"; const njSemanticColorTextNeutralPrimaryDefaultDark = "#fafafb"; // Reserved for the most critical and visually prominent content in the interface. Should be employed for elements like page titles and section headings, where it commands attention and establishes hierarchy. const njSemanticColorTextNeutralPrimaryHoveredDark = "#77a6e1"; const njSemanticColorTextNeutralPrimaryFocusedDark = "#77a6e1"; const njSemanticColorTextNeutralPrimaryPressedDark = "#a9c4ee"; const njSemanticColorTextNeutralPrimaryNotInvertibleDefaultDark = "#15191d"; const njSemanticColorTextNeutralPrimaryNotInvertibleHoveredDark = "#04568e"; const njSemanticColorTextNeutralPrimaryNotInvertibleFocusedDark = "#04568e"; const njSemanticColorTextNeutralPrimaryNotInvertiblePressedDark = "#0f3a5e"; const njSemanticColorTextNeutralSecondaryDefaultDark = "#bcc4cb"; // Harmonious and legible contrast for various content types. Well-suited for subtitles, subheadings, and regular content, ensures a balanced and readable appearance throughout the interface. const njSemanticColorTextNeutralTertiaryDefaultDark = "#718492"; // Slightly lighter, suitable for secondary subtitles or contextual information. Ideal for additional information. const njSemanticColorTextNeutralTertiaryHoveredDark = "#77a6e1"; const njSemanticColorTextNeutralTertiaryFocusedDark = "#77a6e1"; const njSemanticColorTextNeutralTertiaryPressedDark = "#a9c4ee"; const njSemanticColorTextNeutralContrastDefaultDark = "#97a5af"; // Emphasizes elements with higher contrast to create visual hierarchy and draw attention. const njSemanticColorTextNeutralContrastHoveredDark = "#a9c4ee"; const njSemanticColorTextNeutralContrastFocusedDark = "#a9c4ee"; const njSemanticColorTextNeutralContrastPressedDark = "#dbe5f8"; const njSemanticColorTextNeutralInverseDefaultDark = "#15191d"; // Used for light text on a dark background for readability and visual appeal in specific UI components. const njSemanticColorTextNeutralInverseHoveredDark = "#1f262b"; const njSemanticColorTextNeutralInverseFocusedDark = "#1f262b"; const njSemanticColorTextNeutralInversePressedDark = "#2e3942"; const njSemanticColorTextNeutralInverseNotInvertibleDefaultDark = "#fafafb"; const njSemanticColorTextNeutralInverseNotInvertibleHoveredDark = "#bcc4cb"; const njSemanticColorTextNeutralInverseNotInvertibleFocusedDark = "#bcc4cb"; const njSemanticColorTextNeutralInverseNotInvertiblePressedDark = "#97a5af"; const njSemanticColorTextBrandPrimaryDefaultDark = "#3d85ca"; // Powerful tool to reinforce the brand's presence and create visual emphasis. Use strategically for text elements that are central to the brand identity or require heightened attention, such as brand names, key headlines, or links. const njSemanticColorTextBrandPrimaryHoveredDark = "#77a6e1"; const njSemanticColorTextBrandPrimaryFocusedDark = "#77a6e1"; const njSemanticColorTextBrandPrimaryPressedDark = "#a9c4ee"; const njSemanticColorTextBrandContrastDefaultDark = "#77a6e1"; // Used on secondary backgrounds to keep the the contrast ratio for accessibility reasons. const njSemanticColorTextBrandContrastHoveredDark = "#a9c4ee"; const njSemanticColorTextBrandContrastFocusedDark = "#a9c4ee"; const njSemanticColorTextBrandContrastPressedDark = "#dbe5f8"; const njSemanticColorTextStatusDangerPrimaryDefaultDark = "#dd534b"; const njSemanticColorTextStatusDangerPrimaryHoveredDark = "#fa7e72"; const njSemanticColorTextStatusDangerPrimaryFocusedDark = "#fa7e72"; const njSemanticColorTextStatusDangerPrimaryPressedDark = "#ffaea3"; const njSemanticColorTextStatusDangerContrastDefaultDark = "#fa7e72"; const njSemanticColorTextStatusDangerContrastHoveredDark = "#ffaea3"; const njSemanticColorTextStatusDangerContrastFocusedDark = "#ffaea3"; const njSemanticColorTextStatusDangerContrastPressedDark = "#ffddd7"; const njSemanticColorTextStatusWarningPrimaryDefaultDark = "#c3693a"; const njSemanticColorTextStatusWarningPrimaryHoveredDark = "#f08750"; const njSemanticColorTextStatusWarningPrimaryFocusedDark = "#f08750"; const njSemanticColorTextStatusWarningPrimaryPressedDark = "#ffb182"; const njSemanticColorTextStatusWarningContrastDefaultDark = "#f08750"; const njSemanticColorTextStatusWarningContrastHoveredDark = "#ffb182"; const njSemanticColorTextStatusWarningContrastFocusedDark = "#ffb182"; const njSemanticColorTextStatusWarningContrastPressedDark = "#ffdfc8"; const njSemanticColorTextStatusSuccessPrimaryDefaultDark = "#30934b"; const njSemanticColorTextStatusSuccessPrimaryHoveredDark = "#63b473"; const njSemanticColorTextStatusSuccessPrimaryFocusedDark = "#63b473"; const njSemanticColorTextStatusSuccessPrimaryPressedDark = "#99d0a0"; const njSemanticColorTextStatusSuccessContrastDefaultDark = "#63b473"; const njSemanticColorTextStatusSuccessContrastHoveredDark = "#99d0a0"; const njSemanticColorTextStatusSuccessContrastFocusedDark = "#99d0a0"; const njSemanticColorTextStatusSuccessContrastPressedDark = "#d4ebd6"; const njSemanticColorTextStatusInformationPrimaryDefaultDark = "#3d85ca"; const njSemanticColorTextStatusInformationPrimaryHoveredDark = "#77a6e1"; const njSemanticColorTextStatusInformationPrimaryFocusedDark = "#77a6e1"; const njSemanticColorTextStatusInformationPrimaryPressedDark = "#a9c4ee"; const njSemanticColorTextStatusInformationContrastDefaultDark = "#77a6e1"; const njSemanticColorTextStatusInformationContrastHoveredDark = "#a9c4ee"; const njSemanticColorTextStatusInformationContrastFocusedDark = "#a9c4ee"; const njSemanticColorTextStatusInformationContrastPressedDark = "#dbe5f8"; const njSemanticColorTextStatusDiscoveryPrimaryDefaultDark = "#9971b8"; const njSemanticColorTextStatusDiscoveryPrimaryHoveredDark = "#b697cf"; const njSemanticColorTextStatusDiscoveryPrimaryFocusedDark = "#b697cf"; const njSemanticColorTextStatusDiscoveryPrimaryPressedDark = "#d0bbe1"; const njSemanticColorTextStatusDiscoveryContrastDefaultDark = "#b697cf"; const njSemanticColorTextStatusDiscoveryContrastHoveredDark = "#d0bbe1"; const njSemanticColorTextStatusDiscoveryContrastFocusedDark = "#d0bbe1"; const njSemanticColorTextStatusDiscoveryContrastPressedDark = "#ebe1f2"; const njSemanticColorTextStatusPlanetPrimaryDefaultDark = "#328e8a"; const njSemanticColorTextStatusPlanetPrimaryHoveredDark = "#58b1ad"; const njSemanticColorTextStatusPlanetPrimaryFocusedDark = "#58b1ad"; const njSemanticColorTextStatusPlanetPrimaryPressedDark = "#8bcfcb"; const njSemanticColorTextStatusPlanetContrastDefaultDark = "#58b1ad"; const njSemanticColorTextStatusPlanetContrastHoveredDark = "#8bcfcb"; const njSemanticColorTextStatusPlanetContrastFocusedDark = "#8bcfcb"; const njSemanticColorTextStatusPlanetContrastPressedDark = "#ccebea"; const njSemanticColorTextAccentPinkPrimaryDefaultDark = "#e44284"; const njSemanticColorTextAccentPinkPrimaryHoveredDark = "#f779ad"; const njSemanticColorTextAccentPinkPrimaryFocusedDark = "#f779ad"; const njSemanticColorTextAccentPinkPrimaryPressedDark = "#fbaccc"; const njSemanticColorTextAccentPinkContrastDefaultDark = "#f779ad"; const njSemanticColorTextAccentPinkContrastHoveredDark = "#fbaccc"; const njSemanticColorTextAccentPinkContrastFocusedDark = "#fbaccc"; const njSemanticColorTextAccentPinkContrastPressedDark = "#fddcea"; const njSemanticColorTextAccentRedPrimaryDefaultDark = "#dd534b"; const njSemanticColorTextAccentRedPrimaryHoveredDark = "#fa7e72"; const njSemanticColorTextAccentRedPrimaryFocusedDark = "#fa7e72"; const njSemanticColorTextAccentRedPrimaryPressedDark = "#ffaea3"; const njSemanticColorTextAccentRedContrastDefaultDark = "#fa7e72"; const njSemanticColorTextAccentRedContrastHoveredDark = "#ffaea3"; const njSemanticColorTextAccentRedContrastFocusedDark = "#ffaea3"; const njSemanticColorTextAccentRedContrastPressedDark = "#ffddd7"; const njSemanticColorTextAccentOrangePrimaryDefaultDark = "#c3693a"; const njSemanticColorTextAccentOrangePrimaryHoveredDark = "#f08750"; const njSemanticColorTextAccentOrangePrimaryFocusedDark = "#f08750"; const njSemanticColorTextAccentOrangePrimaryPressedDark = "#ffb182"; const njSemanticColorTextAccentOrangeContrastDefaultDark = "#f08750"; const njSemanticColorTextAccentOrangeContrastHoveredDark = "#ffb182"; const njSemanticColorTextAccentOrangeContrastFocusedDark = "#ffb182"; const njSemanticColorTextAccentOrangeContrastPressedDark = "#ffdfc8"; const njSemanticColorTextAccentYellowPrimaryDefaultDark = "#9d7d39"; const njSemanticColorTextAccentYellowPrimaryHoveredDark = "#c59d4a"; const njSemanticColorTextAccentYellowPrimaryFocusedDark = "#c59d4a"; const njSemanticColorTextAccentYellowPrimaryPressedDark = "#eabc5f"; const njSemanticColorTextAccentYellowContrastDefaultDark = "#c59d4a"; const njSemanticColorTextAccentYellowContrastHoveredDark = "#eabc5f"; const njSemanticColorTextAccentYellowContrastFocusedDark = "#eabc5f"; const njSemanticColorTextAccentYellowContrastPressedDark = "#ffe299"; const njSemanticColorTextAccentGreenPrimaryDefaultDark = "#30934b"; const njSemanticColorTextAccentGreenPrimaryHoveredDark = "#63b473"; const njSemanticColorTextAccentGreenPrimaryFocusedDark = "#63b473"; const njSemanticColorTextAccentGreenPrimaryPressedDark = "#99d0a0"; const njSemanticColorTextAccentGreenContrastDefaultDark = "#63b473"; const njSemanticColorTextAccentGreenContrastHoveredDark = "#99d0a0"; const njSemanticColorTextAccentGreenContrastFocusedDark = "#99d0a0"; const njSemanticColorTextAccentGreenContrastPressedDark = "#d4ebd6"; const njSemanticColorTextAccentGreyPrimaryDefaultDark = "#718492"; const njSemanticColorTextAccentGreyPrimaryHoveredDark = "#97a5af"; const njSemanticColorTextAccentGreyPrimaryFocusedDark = "#97a5af"; const njSemanticColorTextAccentGreyPrimaryPressedDark = "#bcc4cb"; const njSemanticColorTextAccentGreyContrastDefaultDark = "#97a5af"; const njSemanticColorTextAccentGreyContrastHoveredDark = "#bcc4cb"; const njSemanticColorTextAccentGreyContrastFocusedDark = "#bcc4cb"; const njSemanticColorTextAccentGreyContrastPressedDark = "#e2e5e9"; const njSemanticColorTextAccentBluePrimaryDefaultDark = "#3d85ca"; const njSemanticColorTextAccentBluePrimaryHoveredDark = "#77a6e1"; const njSemanticColorTextAccentBluePrimaryFocusedDark = "#77a6e1"; const njSemanticColorTextAccentBluePrimaryPressedDark = "#a9c4ee"; const njSemanticColorTextAccentBlueContrastDefaultDark = "#77a6e1"; const njSemanticColorTextAccentBlueContrastHoveredDark = "#a9c4ee"; const njSemanticColorTextAccentBlueContrastFocusedDark = "#a9c4ee"; const njSemanticColorTextAccentBlueContrastPressedDark = "#dbe5f8"; const njSemanticColorTextAccentUltramarinePrimaryDefaultDark = "#717fb5"; const njSemanticColorTextAccentUltramarinePrimaryHoveredDark = "#96a2cc"; const njSemanticColorTextAccentUltramarinePrimaryFocusedDark = "#96a2cc"; const njSemanticColorTextAccentUltramarinePrimaryPressedDark = "#bbc2df"; const njSemanticColorTextAccentUltramarineContrastDefaultDark = "#96a2cc"; const njSemanticColorTextAccentUltramarineContrastHoveredDark = "#bbc2df"; const njSemanticColorTextAccentUltramarineContrastFocusedDark = "#bbc2df"; const njSemanticColorTextAccentUltramarineContrastPressedDark = "#e1e4f1"; const njSemanticColorTextAccentPurplePrimaryDefaultDark = "#9971b8"; const njSemanticColorTextAccentPurplePrimaryHoveredDark = "#b697cf"; const njSemanticColorTextAccentPurplePrimaryFocusedDark = "#b697cf"; const njSemanticColorTextAccentPurplePrimaryPressedDark = "#d0bbe1"; const njSemanticColorTextAccentPurpleContrastDefaultDark = "#b697cf"; const njSemanticColorTextAccentPurpleContrastHoveredDark = "#d0bbe1"; const njSemanticColorTextAccentPurpleContrastFocusedDark = "#d0bbe1"; const njSemanticColorTextAccentPurpleContrastPressedDark = "#ebe1f2"; const njSemanticColorTextAccentTealPrimaryDefaultDark = "#328e8a"; const njSemanticColorTextAccentTealPrimaryHoveredDark = "#58b1ad"; const njSemanticColorTextAccentTealPrimaryFocusedDark = "#58b1ad"; const njSemanticColorTextAccentTealPrimaryPressedDark = "#8bcfcb"; const njSemanticColorTextAccentTealContrastDefaultDark = "#58b1ad"; const njSemanticColorTextAccentTealContrastHoveredDark = "#8bcfcb"; const njSemanticColorTextAccentTealContrastFocusedDark = "#8bcfcb"; const njSemanticColorTextAccentTealContrastPressedDark = "#ccebea"; const njSemanticColorTextAccentLimePrimaryDefaultDark = "#78892a"; const njSemanticColorTextAccentLimePrimaryHoveredDark = "#97ac37"; const njSemanticColorTextAccentLimePrimaryFocusedDark = "#97ac37"; const njSemanticColorTextAccentLimePrimaryPressedDark = "#b7cd4f"; const njSemanticColorTextAccentLimeContrastDefaultDark = "#97ac37"; const njSemanticColorTextAccentLimeContrastHoveredDark = "#b7cd4f"; const njSemanticColorTextAccentLimeContrastFocusedDark = "#b7cd4f"; const njSemanticColorTextAccentLimeContrastPressedDark = "#dfed90"; const njSemanticColorTextAdditionalSignatureDefaultDark = "#e1e4f1"; const njSemanticColorAdditionalSignatureDefaultDark = "#fafafb"; const njSemanticElevationShadow2DpDark = "0 3px 0 rgba(0, 0, 0, .06), 0 2px 2px rgba(0, 0, 0, .3), 0 1px 5px rgba(0, 0, 0, .3)"; const njSemanticElevationShadow4DpDark = "0 1px 10px rgba(0, 0, 0, .3), 0 4px 5px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .35)"; const njSemanticElevationShadow6DpDark = "0 1px 18px rgba(0, 0, 0, .3), 0 6px 10px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .3)"; const njSemanticElevationShadow8DpDark = "0 3px 14px rgba(0, 0, 0, .3), 0 8px 10px rgba(0, 0, 0, .3), 0 5px 5px rgba(0, 0, 0, .3)"; const njSemanticElevationShadow16DpDark = "0 6px 30px rgba(0, 0, 0, .3), 0 16px 24px rgba(0, 0, 0, .3), 0 8px 10px rgba(0, 0, 0, .35)"; const njSemanticElevationShadow24DpDark = "0 9px 46px rgba(0, 0, 0, .3), 0 24px 38px rgba(0, 0, 0, .3), 0 11px 15px rgba(0, 0, 0, .3)"; const njSemanticElevationZIndexDropdownDark = "1000"; const njSemanticElevationZIndexStickyDark = "1020"; const njSemanticElevationZIndexFixedDark = "1030"; const njSemanticElevationZIndexModalBackdropDark = "1040"; const njSemanticElevationZIndexModalDark = "1050"; const njSemanticElevationZIndexPopoverDark = "1060"; const njSemanticElevationZIndexTooltipDark = "1070"; const njSemanticElevationZIndexToastContainerDark = "1080"; const njSemanticElevationZIndexToastDark = "1080"; const njSemanticFontFamilySansSerifDark = "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""; const njSemanticFontFamilyMonospaceDark = "\"Roboto Mono\", \"SFMono-Regular\", \"Menlo\", \"Monaco\", \"Consolas\", \"Liberation Mono\", \"Courier New\", monospace"; const njSemanticFontFamilyDefaultDark = "\"Lato\", -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\""; const njSemanticFontWeightLightDark = "300"; const njSemanticFontWeightNormalDark = "400"; const njSemanticFontWeightBoldDark = "700"; const njSemanticFontWeightBlackDark = "900"; const njSemanticFontLineHeightDefaultDark = "1.5"; const njSemanticFontLineHeightSansSerifDark = "1.5"; const njSemanticFontLineHeightTextXsDesktopDark = "1rem"; const njSemanticFontLineHeightTextXsMobileDark = "1rem"; const njSemanticFontLineHeightTextSmDesktopDark = "1.25rem"; const njSemanticFontLineHeightTextSmMobileDark = "1.25rem"; const njSemanticFontLineHeightTextMdDesktopDark = "1.5rem"; const njSemanticFontLineHeightTextMdMobileDark = "1.5rem"; const njSemanticFontLineHeightTextLgDesktopDark = "1.5rem"; const njSemanticFontLineHeightTextLgMobileDark = "1.5rem"; const njSemanticFontLineHeightHeadingXsDesktopDark = "1.75rem"; const njSemanticFontLineHeightHeadingXsMobileDark = "1.75rem"; const njSemanticFontLineHeightHeadingSmDesktopDark = "2rem"; const njSemanticFontLineHeightHeadingSmMobileDark = "2rem"; const njSemanticFontLineHeightHeadingMdDesktopDark = "2.25rem"; const njSemanticFontLineHeightHeadingMdMobileDark = "2.25rem"; const njSemanticFontLineHeightHeadingLgDesktopDark = "3rem"; const njSemanticFontLineHeightHeadingLgMobileDark = "2.25rem"; const njSemanticFontLineHeightHeadingXlDesktopDark = "4rem"; const njSemanticFontLineHeightHeadingXlMobileDark = "3rem"; const njSemanticFontLineHeightHeading2xlDesktopDark = "5.5rem"; const njSemanticFontLineHeightHeading2xlMobileDark = "4rem"; const njSemanticFontSizeTextXsDesktopDark = "0.75rem"; const njSemanticFontSizeTextXsMobileDark = "0.75rem"; const njSemanticFontSizeTextSmDesktopDark = "0.875rem"; const njSemanticFontSizeTextSmMobileDark = "0.875rem"; const njSemanticFontSizeTextMdDesktopDark = "1rem"; const njSemanticFontSizeTextMdMobileDark = "1rem"; const njSemanticFontSizeTextLgDesktopDark = "1.125rem"; const njSemanticFontSizeTextLgMobileDark = "1.125rem"; const njSemanticFontSizeContent4Dark = "0.625rem"; const njSemanticFontSizeHeading6Dark = "1.125rem"; const njSemanticFontSizeHeadingXsDesktopDark = "1.25rem"; const njSemanticFontSizeHeadingXsMobileDark = "1.25rem"; const njSemanticFontSizeHeadingSmDesktopDark = "1.5rem"; const njSemanticFontSizeHeadingSmMobileDark = "1.5rem"; const njSemanticFontSizeHeadingMdDesktopDark = "1.75rem"; const njSemanticFontSizeHeadingMdMobileDark = "1.75rem"; const njSemanticFontSizeHeadingLgDesktopDark = "2.25rem"; const njSemanticFontSizeHeadingLgMobileDark = "1.75rem"; const njSemanticFontSizeHeadingXlDesktopDark = "3.375rem"; const njSemanticFontSizeHeadingXlMobileDark = "2.25rem"; const njSemanticFontSizeHeading2xlDesktopDark = "4.75rem"; const njSemanticFontSizeHeading2xlMobileDark = "3.375rem"; const njSemanticMotionEasingFastOutSlowInDark = "cubic-bezier(.4, 0, .2, 1)"; const njSemanticMotionEasingLinearOutSlowInDark = "cubic-bezier(0, 0, .2, 1)"; const njSemanticMotionEasingFastOutLinearInDark = "cubic-bezier(.4, 0, 1, 1)"; const njSemanticOpacityDisabledDark = "0.35"; const njSemanticSizeBorderWidthDark = "0.0625rem"; const njSemanticSizeBorderRadiusNoneDark = "0"; const njSemanticSizeBorderRadiusSmDark = "0.25rem"; const njSemanticSizeBorderRadiusMdDark = "0.5rem"; const njSemanticSizeBorderRadiusLgDark = "1rem"; const njSemanticSizeBorderRadiusXlDark = "1.5rem"; const njSemanticSizeBorderRadiusXxlDark = "2rem"; const njSemanticSizeBorderRadiusPillDark = "9999px"; const njSemanticSizeBorderFocusRingWidthDark = "0.125rem"; const njSemanticSizeBorderFocusRingOffsetDark = "0.125rem"; const njSemanticSizeIcon2xsDark = "0.625rem"; const njSemanticSizeIconXsDark = "0.75rem"; const njSemanticSizeIconSmDark = "1rem"; const njSemanticSizeIconMdDark = "1.5rem"; const njSemanticSizeIconLgDark = "2rem"; const njSemanticSizeIconXlDark = "3rem"; const njSemanticSizeIconXxlDark = "4rem"; const njSemanticSizeIcon3xlDark = "5rem"; const njSemanticSizeIcon4xlDark = "6rem"; const njSemanticSizeIcon5xlDark = "7rem"; const njSemanticSizeIcon6xlDark = "8rem"; const njSemanticSizeSpacing0Dark = "0"; const njSemanticSizeSpacing2Dark = "0.125rem"; const njSemanticSizeSpacing4Dark = "0.25rem"; const njSemanticSizeSpacing8Dark = "0.5rem"; const njSemanticSizeSpacing12Dark = "0.75rem"; const njSemanticSizeSpacing16Dark = "1rem"; const njSemanticSizeSpacing20Dark = "1.25rem"; const njSemanticSizeSpacing24Dark = "1.5rem"; const njSemanticSizeSpacing32Dark = "2rem"; const njSemanticSizeSpacing48Dark = "3rem"; const njSemanticSizeSpacing64Dark = "4rem"; const njSemanticSizeSpacing80Dark = "5rem"; const njSemanticSizeSpacing96Dark = "6rem"; const njSemanticSizeSpacing112Dark = "7rem"; const njCoreColorGrey0Dark = "#15191d"; const njCoreColorGrey100Dark = "#1a1f23"; const njCoreColorGrey200Dark = "#1f262b"; const njCoreColorGrey300Dark = "#2e3942"; const njCoreColorGrey400Dark = "#425663"; const njCoreColorGrey500Dark = "#5c7181"; const njCoreColorGrey600Dark = "#718492"; const njCoreColorGrey700Dark = "#97a5af"; const njCoreColorGrey800Dark = "#bcc4cb"; const njCoreColorGrey900Dark = "#e2e5e9"; const njCoreColorGrey1000Dark = "#fafafb"; const njCoreColorGreyAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorGreyAlpha100Dark = "rgba(188, 225, 229, 0.03)"; const njCoreColorGreyAlpha200Dark = "rgba(164, 211, 229, 0.07)"; const njCoreColorGreyAlpha300Dark = "rgba(168, 213, 247, 0.17)"; const njCoreColorGreyAlpha400Dark = "rgba(166, 222, 255, 0.31)"; const njCoreColorGreyAlpha500Dark = "rgba(179, 221, 251, 0.45)"; const njCoreColorGreyAlphaInverse0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorGreyAlphaInverse100Dark = "rgba(30, 80, 105, 0.04)"; const njCoreColorGreyAlphaInverse200Dark = "rgba(5, 43, 80, 0.08)"; const njCoreColorGreyAlphaInverse300Dark = "rgba(0, 40, 70, 0.2)"; const njCoreColorGreyAlphaInverse400Dark = "rgba(6, 45, 73, 0.39)"; const njCoreColorGreyAlphaInverse500Dark = "rgba(3, 42, 70, 0.54)"; const njCoreColorPink100Dark = "#211d1e"; const njCoreColorPink200Dark = "#2a2326"; const njCoreColorPink300Dark = "#45333a"; const njCoreColorPink400Dark = "#7b4159"; const njCoreColorPink500Dark = "#c13c72"; const njCoreColorPink600Dark = "#e44284"; const njCoreColorPink700Dark = "#f779ad"; const njCoreColorPink800Dark = "#fbaccc"; const njCoreColorPink900Dark = "#fddcea"; const njCoreColorRed100Dark = "#321613"; const njCoreColorRed200Dark = "#411a16"; const njCoreColorRed300Dark = "#63221e"; const njCoreColorRed400Dark = "#95302c"; const njCoreColorRed500Dark = "#c3423c"; const njCoreColorRed600Dark = "#dd534b"; const njCoreColorRed700Dark = "#fa7e72"; const njCoreColorRed800Dark = "#ffaea3"; const njCoreColorRed900Dark = "#ffddd7"; const njCoreColorRedAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorRedAlpha100Dark = "rgba(104, 16, 0, 0.35)"; const njCoreColorRedAlpha200Dark = "rgba(197, 29, 1, 0.25)"; const njCoreColorRedAlpha300Dark = "rgba(250, 51, 32, 0.34)"; const njCoreColorRedAlpha400Dark = "rgba(254, 67, 56, 0.55);"; const njCoreColorOrange100Dark = "#2c1b12"; const njCoreColorOrange200Dark = "#372015"; const njCoreColorOrange300Dark = "#542f1b"; const njCoreColorOrange400Dark = "#7e4425"; const njCoreColorOrange500Dark = "#a85a31"; const njCoreColorOrange600Dark = "#c3693a"; const njCoreColorOrange700Dark = "#f08750"; const njCoreColorOrange800Dark = "#ffb182"; const njCoreColorOrange900Dark = "#ffdfc8"; const njCoreColorOrangeAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorOrangeAlpha100Dark = "rgba(82, 30, 0, 0.38)"; const njCoreColorOrangeAlpha200Dark = "rgba(142, 50, 0, 0.28)"; const njCoreColorOrangeAlpha300Dark = "rgba(254, 106, 22, 0.27)"; const njCoreColorOrangeAlpha400Dark = "rgba(254, 121, 47, 0.45);"; const njCoreColorYellow100Dark = "#251e13"; const njCoreColorYellow200Dark = "#2c2416"; const njCoreColorYellow300Dark = "#43361d"; const njCoreColorYellow400Dark = "#655027"; const njCoreColorYellow500Dark = "#866b32"; const njCoreColorYellow600Dark = "#9d7d39"; const njCoreColorYellow700Dark = "#c59d4a"; const njCoreColorYellow800Dark = "#eabc5f"; const njCoreColorYellow900Dark = "#ffe299"; const njCoreColorGreen100Dark = "#102313"; const njCoreColorGreen200Dark = "#112b16"; const njCoreColorGreen300Dark = "#12401e"; const njCoreColorGreen400Dark = "#12602b"; const njCoreColorGreen500Dark = "#1d7f3c"; const njCoreColorGreen600Dark = "#30934b"; const njCoreColorGreen700Dark = "#63b473"; const njCoreColorGreen800Dark = "#99d0a0"; const njCoreColorGreen900Dark = "#d4ebd6"; const njCoreColorGreenAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorGreenAlpha100Dark = "rgba(7, 54, 0, 0.35)"; const njCoreColorGreenAlpha200Dark = "rgba(5, 97, 1, 0.25)"; const njCoreColorGreenAlpha300Dark = "rgba(3, 254, 35, 0.17)"; const njCoreColorGreenAlpha400Dark = "rgba(11, 254, 74, 0.31);"; const njCoreColorBlue100Dark = "#111f2e"; const njCoreColorBlue200Dark = "#12263b"; const njCoreColorBlue300Dark = "#0f3a5e"; const njCoreColorBlue400Dark = "#04568e"; const njCoreColorBlue500Dark = "#1c73b6"; const njCoreColorBlue600Dark = "#3d85ca"; const njCoreColorBlue700Dark = "#77a6e1"; const njCoreColorBlue800Dark = "#a9c4ee"; const njCoreColorBlue900Dark = "#dbe5f8"; const njCoreColorBlueAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorBlueAlpha100Dark = "rgba(1, 55, 114, 0.2)"; const njCoreColorBlueAlpha200Dark = "rgba(1, 112, 229, 0.15)"; const njCoreColorBlueAlpha300Dark = "rgba(0, 139, 253, 0.29)"; const njCoreColorBlueAlpha400Dark = "rgba(0, 100, 169, 0.81);"; const njCoreColorUltramarine100Dark = "#171d37"; const njCoreColorUltramarine200Dark = "#17224b"; const njCoreColorUltramarine300Dark = "#25346e"; const njCoreColorUltramarine400Dark = "#3f508e"; const njCoreColorUltramarine500Dark = "#5d6ca7"; const njCoreColorUltramarine600Dark = "#717fb5"; const njCoreColorUltramarine700Dark = "#96a2cc"; const njCoreColorUltramarine800Dark = "#bbc2df"; const njCoreColorUltramarine900Dark = "#e1e4f1"; const njCoreColorPurple100Dark = "#201d22"; const njCoreColorPurple200Dark = "#28232c"; const njCoreColorPurple300Dark = "#41324e"; const njCoreColorPurple400Dark = "#694288"; const njCoreColorPurple500Dark = "#875da9"; const njCoreColorPurple600Dark = "#9971b8"; const njCoreColorPurple700Dark = "#b697cf"; const njCoreColorPurple800Dark = "#d0bbe1"; const njCoreColorPurple900Dark = "#ebe1f2"; const njCoreColorPurpleAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorPurpleAlpha100Dark = "rgba(241, 105, 129, 0.05)"; const njCoreColorPurpleAlpha200Dark = "rgba(232, 136, 196, 0.09)"; const njCoreColorPurpleAlpha300Dark = "rgba(221, 139, 252, 0.22)"; const njCoreColorPurpleAlpha400Dark = "rgba(196, 110, 252, 0.48);"; const njCoreColorTeal100Dark = "#191f1f"; const njCoreColorTeal200Dark = "#1d2727"; const njCoreColorTeal300Dark = "#243c3b"; const njCoreColorTeal400Dark = "#275b59"; const njCoreColorTeal500Dark = "#297a77"; const njCoreColorTeal600Dark = "#328e8a"; const njCoreColorTeal700Dark = "#58b1ad"; const njCoreColorTeal800Dark = "#8bcfcb"; const njCoreColorTeal900Dark = "#ccebea"; const njCoreColorTealAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorTealAlpha100Dark = "rgba(154, 225, 96, 0.03)"; const njCoreColorTealAlpha200Dark = "rgba(135, 225, 172, 0.07)"; const njCoreColorTealAlpha300Dark = "rgba(115, 244, 217, 0.16)"; const njCoreColorTealAlpha400Dark = "rgba(83, 253, 236, 0.29);"; const njCoreColorLime100Dark = "#1e2010"; const njCoreColorLime200Dark = "#242713"; const njCoreColorLime300Dark = "#353b18"; const njCoreColorLime400Dark = "#4e581e"; const njCoreColorLime500Dark = "#677525"; const njCoreColorLime600Dark = "#78892a"; const njCoreColorLime700Dark = "#97ac37"; const njCoreColorLime800Dark = "#b7cd4f"; const njCoreColorLime900Dark = "#dfed90"; const njCoreColorEngieBlueDark = "#00AAFF"; const njCoreColorEngieGreenDark = "#23d2b5"; const njCoreColorWhiteAlpha300Dark = "rgba(255, 255, 255, 0.25)"; const njCoreColorReferenceBrand100Dark = "#111f2e"; const njCoreColorReferenceBrand200Dark = "#12263b"; const njCoreColorReferenceBrand300Dark = "#0f3a5e"; const njCoreColorReferenceBrand400Dark = "#04568e"; const njCoreColorReferenceBrand500Dark = "#1c73b6"; const njCoreColorReferenceBrand600Dark = "#3d85ca"; const njCoreColorReferenceBrand700Dark = "#77a6e1"; const njCoreColorReferenceBrand800Dark = "#a9c4ee"; const njCoreColorReferenceBrand900Dark = "#dbe5f8"; const njCoreColorReferenceBrandAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceBrandAlpha100Dark = "rgba(1, 55, 114, 0.2)"; const njCoreColorReferenceBrandAlpha200Dark = "rgba(1, 112, 229, 0.15)"; const njCoreColorReferenceBrandAlpha300Dark = "rgba(0, 139, 253, 0.29)"; const njCoreColorReferenceBrandAlpha400Dark = "rgba(0, 100, 169, 0.81);"; const njCoreColorReferenceNeutral0Dark = "#15191d"; const njCoreColorReferenceNeutral100Dark = "#1a1f23"; const njCoreColorReferenceNeutral200Dark = "#1f262b"; const njCoreColorReferenceNeutral300Dark = "#2e3942"; const njCoreColorReferenceNeutral400Dark = "#425663"; const njCoreColorReferenceNeutral500Dark = "#5c7181"; const njCoreColorReferenceNeutral600Dark = "#718492"; const njCoreColorReferenceNeutral700Dark = "#97a5af"; const njCoreColorReferenceNeutral800Dark = "#bcc4cb"; const njCoreColorReferenceNeutral900Dark = "#e2e5e9"; const njCoreColorReferenceNeutral1000Dark = "#fafafb"; const njCoreColorReferenceNeutralAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceNeutralAlpha100Dark = "rgba(188, 225, 229, 0.03)"; const njCoreColorReferenceNeutralAlpha200Dark = "rgba(164, 211, 229, 0.07)"; const njCoreColorReferenceNeutralAlpha300Dark = "rgba(168, 213, 247, 0.17)"; const njCoreColorReferenceNeutralAlpha400Dark = "rgba(166, 222, 255, 0.31)"; const njCoreColorReferenceNeutralAlpha500Dark = "rgba(179, 221, 251, 0.45)"; const njCoreColorReferenceNeutralAlphaInverse0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceNeutralAlphaInverse100Dark = "rgba(30, 80, 105, 0.04)"; const njCoreColorReferenceNeutralAlphaInverse200Dark = "rgba(5, 43, 80, 0.08)"; const njCoreColorReferenceNeutralAlphaInverse300Dark = "rgba(0, 40, 70, 0.2)"; const njCoreColorReferenceNeutralAlphaInverse400Dark = "rgba(6, 45, 73, 0.39)"; const njCoreColorReferenceNeutralAlphaInverse500Dark = "rgba(3, 42, 70, 0.54)"; const njCoreColorReferenceStatusDanger100Dark = "#321613"; const njCoreColorReferenceStatusDanger200Dark = "#411a16"; const njCoreColorReferenceStatusDanger300Dark = "#63221e"; const njCoreColorReferenceStatusDanger400Dark = "#95302c"; const njCoreColorReferenceStatusDanger500Dark = "#c3423c"; const njCoreColorReferenceStatusDanger600Dark = "#dd534b"; const njCoreColorReferenceStatusDanger700Dark = "#fa7e72"; const njCoreColorReferenceStatusDanger800Dark = "#ffaea3"; const njCoreColorReferenceStatusDanger900Dark = "#ffddd7"; const njCoreColorReferenceStatusDangerAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusDangerAlpha100Dark = "rgba(104, 16, 0, 0.35)"; const njCoreColorReferenceStatusDangerAlpha200Dark = "rgba(197, 29, 1, 0.25)"; const njCoreColorReferenceStatusDangerAlpha300Dark = "rgba(250, 51, 32, 0.34)"; const njCoreColorReferenceStatusDangerAlpha400Dark = "rgba(254, 67, 56, 0.55);"; const njCoreColorReferenceStatusSuccess100Dark = "#102313"; const njCoreColorReferenceStatusSuccess200Dark = "#112b16"; const njCoreColorReferenceStatusSuccess300Dark = "#12401e"; const njCoreColorReferenceStatusSuccess400Dark = "#12602b"; const njCoreColorReferenceStatusSuccess500Dark = "#1d7f3c"; const njCoreColorReferenceStatusSuccess600Dark = "#30934b"; const njCoreColorReferenceStatusSuccess700Dark = "#63b473"; const njCoreColorReferenceStatusSuccess800Dark = "#99d0a0"; const njCoreColorReferenceStatusSuccess900Dark = "#d4ebd6"; const njCoreColorReferenceStatusSuccessAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusSuccessAlpha100Dark = "rgba(7, 54, 0, 0.35)"; const njCoreColorReferenceStatusSuccessAlpha200Dark = "rgba(5, 97, 1, 0.25)"; const njCoreColorReferenceStatusSuccessAlpha300Dark = "rgba(3, 254, 35, 0.17)"; const njCoreColorReferenceStatusSuccessAlpha400Dark = "rgba(11, 254, 74, 0.31);"; const njCoreColorReferenceStatusWarning100Dark = "#2c1b12"; const njCoreColorReferenceStatusWarning200Dark = "#372015"; const njCoreColorReferenceStatusWarning300Dark = "#542f1b"; const njCoreColorReferenceStatusWarning400Dark = "#7e4425"; const njCoreColorReferenceStatusWarning500Dark = "#a85a31"; const njCoreColorReferenceStatusWarning600Dark = "#c3693a"; const njCoreColorReferenceStatusWarning700Dark = "#f08750"; const njCoreColorReferenceStatusWarning800Dark = "#ffb182"; const njCoreColorReferenceStatusWarning900Dark = "#ffdfc8"; const njCoreColorReferenceStatusWarningAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusWarningAlpha100Dark = "rgba(82, 30, 0, 0.38)"; const njCoreColorReferenceStatusWarningAlpha200Dark = "rgba(142, 50, 0, 0.28)"; const njCoreColorReferenceStatusWarningAlpha300Dark = "rgba(254, 106, 22, 0.27)"; const njCoreColorReferenceStatusWarningAlpha400Dark = "rgba(254, 121, 47, 0.45);"; const njCoreColorReferenceStatusDiscovery100Dark = "#201d22"; const njCoreColorReferenceStatusDiscovery200Dark = "#28232c"; const njCoreColorReferenceStatusDiscovery300Dark = "#41324e"; const njCoreColorReferenceStatusDiscovery400Dark = "#694288"; const njCoreColorReferenceStatusDiscovery500Dark = "#875da9"; const njCoreColorReferenceStatusDiscovery600Dark = "#9971b8"; const njCoreColorReferenceStatusDiscovery700Dark = "#b697cf"; const njCoreColorReferenceStatusDiscovery800Dark = "#d0bbe1"; const njCoreColorReferenceStatusDiscovery900Dark = "#ebe1f2"; const njCoreColorReferenceStatusDiscoveryAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusDiscoveryAlpha100Dark = "rgba(241, 105, 129, 0.05)"; const njCoreColorReferenceStatusDiscoveryAlpha200Dark = "rgba(232, 136, 196, 0.09)"; const njCoreColorReferenceStatusDiscoveryAlpha300Dark = "rgba(221, 139, 252, 0.22)"; const njCoreColorReferenceStatusDiscoveryAlpha400Dark = "rgba(196, 110, 252, 0.48);"; const njCoreColorReferenceStatusInformation100Dark = "#111f2e"; const njCoreColorReferenceStatusInformation200Dark = "#12263b"; const njCoreColorReferenceStatusInformation300Dark = "#0f3a5e"; const njCoreColorReferenceStatusInformation400Dark = "#04568e"; const njCoreColorReferenceStatusInformation500Dark = "#1c73b6"; const njCoreColorReferenceStatusInformation600Dark = "#3d85ca"; const njCoreColorReferenceStatusInformation700Dark = "#77a6e1"; const njCoreColorReferenceStatusInformation800Dark = "#a9c4ee"; const njCoreColorReferenceStatusInformation900Dark = "#dbe5f8"; const njCoreColorReferenceStatusInformationAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusInformationAlpha100Dark = "rgba(1, 55, 114, 0.2)"; const njCoreColorReferenceStatusInformationAlpha200Dark = "rgba(1, 112, 229, 0.15)"; const njCoreColorReferenceStatusInformationAlpha300Dark = "rgba(0, 139, 253, 0.29)"; const njCoreColorReferenceStatusInformationAlpha400Dark = "rgba(0, 100, 169, 0.81);"; const njCoreColorReferenceStatusPlanet100Dark = "#191f1f"; const njCoreColorReferenceStatusPlanet200Dark = "#1d2727"; const njCoreColorReferenceStatusPlanet300Dark = "#243c3b"; const njCoreColorReferenceStatusPlanet400Dark = "#275b59"; const njCoreColorReferenceStatusPlanet500Dark = "#297a77"; const njCoreColorReferenceStatusPlanet600Dark = "#328e8a"; const njCoreColorReferenceStatusPlanet700Dark = "#58b1ad"; const njCoreColorReferenceStatusPlanet800Dark = "#8bcfcb"; const njCoreColorReferenceStatusPlanet900Dark = "#ccebea"; const njCoreColorReferenceStatusPlanetAlpha0Dark = "rgba(0, 0, 0, 0)"; const njCoreColorReferenceStatusPlanetAlpha100Dark = "rgba(154, 225, 96, 0.03)"; const njCoreColorReferenceStatusPlanetAlpha200Dark = "rgba(135, 225, 172, 0.07)"; const njCoreColorReferenceStatusPlanetAlpha300Dark = "rgba(115, 244, 217, 0.16)"; const njCoreColorReferenceStatusPlanetAlpha400Dark = "rgba(83, 253, 236, 0.29);"; const njCoreElevationZIndex0Dark = "0"; const njCoreElevationZIndex1Dark = "1000"; const njCoreElevationZIndex10Dark = "1010"; const njCoreElevationZIndex20Dark = "1020"; const njCoreElevationZIndex30Dark = "1030"; const njCoreElevationZIndex40Dark = "1040"; const njCoreElevationZIndex50Dark = "1050"; const njCoreElevationZIndex60Dark = "1060"; const njCoreElevationZIndex70Dark = "1070"; const njCoreElevationZIndex80Dark = "1080"; const njCoreElevationZIndex90Dark = "1090"; const njCoreElevationZIndex100Dark = "1100"; const njCoreElevationZIndex110Dark = "1110"; const njCoreElevationZIndex120Dark = "1120"; const njCoreElevationZIndex130Dark = "1130"; const njCoreElevationZIndex140Dark = "1140"; const njCoreElevationZIndex150Dark = "1150"; const njCoreElevationZIndex160Dark = "1160"; const njCoreElevationZIndex170Dark = "1170"; const njCoreElevationZIndex180Dark = "1180"; const njCoreElevationZIndex190Dark = "1190"; const njCoreElevationZIndex200Dark = "1200"; const njCoreElevationZIndex210Dark = "1210"; const njCoreElevationZIndex220Dark = "1220"; const njCoreElevationZIndex230Dark = "1230"; const njCoreElevationZIndex240Dark = "1240"; const njCoreElevationZIndex250Dark = "1250"; const njCoreElevationZIndex260Dark = "1260"; const njCoreElevationZIndex270Dark = "1270"; const njCoreElevationZIndex280Dark = "1280"; const njCoreElevationZIndex290Dark = "1290"; const njCoreElevationZIndex300Dark = "1300"; const njCoreElevationZIndex310Dark = "1310"; const njCoreElevationZIndex320Dark = "1320"; const njCoreElevationZIndex330Dark = "1330"; const njCoreElevationZIndex340Dark = "1340"; const njCoreElevationZIndex350Dark = "1350"; const njCoreElevationZIndex360Dark = "1360"; const njCoreElevationZIndex370Dark = "1370"; const njCoreElevationZIndex380Dark = "1380"; const njCoreElevationZIndex390Dark = "1390"; const njCoreElevationZIndex400Dark = "1400"; const njCoreElevationZIndex410Dark = "1410"; const njCoreElevationZIndex420Dark = "1420"; const njCoreElevationZIndex430Dark = "1430"; const njCoreElevationZIndex440Dark = "1440"; const njCoreElevationZIndex450Dark = "1450"; const njCoreElevationZIndex460Dark = "1460"; const njCoreElevationZIndex470Dark = "1470"; const njCoreElevationZIndex480Dark = "1480"; const njCoreElevationZIndex490Dark = "1490"; const njCoreElevationZIndex500Dark = "1500"; const njCoreOpacity50Dark = "0.05"; const njCoreOpacity100Dark = "0.10"; const njCoreOpacity150Dark = "0.15"; const njCoreOpacity200Dark = "0.20"; const njCoreOpacity250Dark = "0.25"; const njCoreOpacity300Dark = "0.30"; const njCoreOpacity350Dark = "0.35"; const njCoreOpacity400Dark = "0.40"; const njCoreOpacity450Dark = "0.45"; const njCoreOpacity500Dark = "0.50"; const njCoreOpacity550Dark = "0.55"; const njCoreOpacity600Dark = "0.60"; const njCoreOpacity650Dark = "0.65"; const njCoreOpacity700Dark = "0.70"; const njCoreOpacity750Dark = "0.75"; const njCoreOpacity800Dark = "0.80"; const njCoreOpacity850Dark = "0.85"; const njCoreOpacity900Dark = "0.90"; const njCoreOpacity950Dark = "0.95"; const njCoreOpacity1000Dark = "1.00"; const njCoreSize0Dark = "0"; const njCoreSize1Dark = "0.0625rem"; const njCoreSize2Dark = "0.125rem"; const njCoreSize4Dark = "0.25rem"; const njCoreSize6Dark = "0.375rem"; const njCoreSize8Dark = "0.5rem"; const njCoreSize10Dark = "0.625rem"; const njCoreSize12Dark = "0.75rem"; const njCoreSize14Dark = "0.875rem"; const njCoreSize16Dark = "1rem"; const njCoreSize18Dark = "1.125rem"; const njCoreSize20Dark = "1.25rem"; const njCoreSize22Dark = "1.375rem"; const njCoreSize24Dark = "1.5rem"; const njCoreSize28Dark = "1.75rem"; const njCoreSize30Dark = "1.875rem"; const njCoreSize32Dark = "2rem"; const njCoreSize34Dark = "2.125rem"; const njCoreSize36Dark = "2.25rem"; const njCoreSize38Dark = "2.375rem"; const njCoreSize40Dark = "2.5rem"; const njCoreSize42Dark = "2.625rem"; const njCoreSize44Dark = "2.75rem"; const njCoreSize46Dark = "2.875rem"; const njCoreSize48Dark = "3rem"; const njCoreSize50Dark = "3.125rem"; const njCoreSize52Dark = "3.25rem"; const njCoreSize54Dark = "3.375rem"; const njCoreSize56Dark = "3.5rem"; const njCoreSize58Dark = "3.625rem"; const njCoreSize64Dark = "4rem"; const njCoreSize76Dark = "4.75rem"; const njCoreSize80Dark = "5rem"; const njCoreSize88Dark = "5.5rem"; const njCoreSize96Dark = "6rem"; const njCoreSize112Dark = "7rem"; const njCoreSize116Dark = "7.25rem"; const njCoreSize128Dark = "8rem"; const njCoreSize9999Dark = "9999px"; const njComponentAvatarSizeSmDark = "2rem"; const njComponentAvatarSizeBaseDark = "3rem"; const njComponentAvatarSizeLgDark = "4rem"; const njComponentAvatarSizeXlDark = "6rem"; const njComponentBackdropColorBackgroundDark = "rgba(168, 213, 247, 0.17)"; const njComponentFabSizeSmDark = "3rem"; const njComponentFabSizeBaseDark = "4rem"; const njComponentSkeletonColorBackgroundDark = "linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(250, 250, 251, 0.05) 50%, rgba(0, 0, 0, 0) 100%)"; exports.Tokens = Tokens; exports.TokensDark = TokensDark; exports.njComponentAvatarSizeBase = njComponentAvatarSizeBase; exports.njComponentAvatarSizeBaseDark = njComponentAvatarSizeBaseDark; exports.njComponentAvatarSizeLg = njComponentAvatarSizeLg; exports.njComponentAvatarSizeLgDark = njComponentAvatarSizeLgDark; exports.njComponentAvatarSizeSm = njComponentAvatarSizeSm; exports.njComponentAvatarSizeSmDark = njComponentAvatarSizeSmDark; exports.njComponentAvatarSizeXl = njComponentAvatarSizeXl; exports.njComponentAvatarSizeXlDark = njComponentAvatarSizeXlDark; exports.njComponentBackdropColorBackground = njComponentBackdropColorBackground; exports.njComponentBackdropColorBackgroundDark = njComponentBackdropColorBackgroundDark; exports.njComponentFabSizeBase = njComponentFabSizeBase; exports.njComponentFabSizeBaseDark = njComponentFabSizeBaseDark; exports.njComponentFabSizeSm = njComponentFabSizeSm; exports.njComponentFabSizeSmDark = njComponentFabSizeSmDark; exports.njComponentSkeletonColorBackground = njComponentSkeletonColorBackground; exports.njComponentSkeletonColorBackgroundDark = njComponentSkeletonColorBackgroundDark; exports.njCoreColorBlue100 = njCoreColorBlue100; exports.njCoreColorBlue100Dark = njCoreColorBlue100Dark; exports.njCoreColorBlue200 = njCoreColorBlue200; exports.njCoreColorBlue200Dark = njCoreColorBlue200Dark; exports.njCoreColorBlue300 = njCoreColorBlue300; exports.njCoreColorBlue300Dark = njCoreColorBlue300Dark; exports.njCoreColorBlue400 = njCoreColorBlue400; exports.njCoreColorBlue400Dark = njCoreColorBlue400Dark; exports.njCoreColorBlue500 = njCoreColorBlue500; exports.njCoreColorBlue500Dark = njCoreColorBlue500Dark; exports.njCoreColorBlue600 = njCoreColorBlue600; exports.njCoreColorBlue600Dark = njCoreColorBlue600Dark; exports.njCoreColorBlue700 = njCoreColorBlue700; exports.njCoreColorBlue700Dark = njCoreColorBlue700Dark; exports.njCoreColorBlue800 = njCoreColorBlue800; exports.njCoreColorBlue800Dark = njCoreColorBlue800Dark; exports.njCoreColorBlue900 = njCoreColorBlue900; exports.njCoreColorBlue900Dark = njCoreColorBlue900Dark; exports.njCoreColorBlueAlpha0 = njCoreColorBlueAlpha0; exports.njCoreColorBlueAlpha0Dark = njCoreColorBlueAlpha0Dark; exports.njCoreColorBlueAlpha100 = njCoreColorBlueAlpha100; exports.njCoreColorBlueAlpha100Dark = njCoreColorBlueAlpha100Dark; exports.njCoreColorBlueAlpha200 = njCoreColorBlueAlpha200; exports.njCoreColorBlueAlpha200Dark = njCoreColorBlueAlpha200Dark; exports.njCoreColorBlueAlpha300 = njCoreColorBlueAlpha300; exports.njCoreColorBlueAlpha300Dark = njCoreColorBlueAlpha300Dark; exports.njCoreColorBlueAlpha400 = njCoreColorBlueAlpha400; exports.njCoreColorBlueAlpha400Dark = njCoreColorBlueAlpha400Dark; exports.njCoreColorEngieBlue = njCoreColorEngieBlue; exports.njCoreColorEngieBlueDark = njCoreColorEngieBlueDark; exports.njCoreColorEngieGreen = njCoreColorEngieGreen; exports.njCoreColorEngieGreenDark = njCoreColorEngieGreenDark; exports.njCoreColorGreen100 = njCoreColorGreen100; exports.njCoreColorGreen100Dark = njCoreColorGreen100Dark; exports.njCoreColorGreen200 = njCoreColorGreen200; exports.njCoreColorGreen200Dark = njCoreColorGreen200Dark; exports.njCoreColorGreen300 = njCoreColorGreen300; exports.njCoreColorGreen300Dark = njCoreColorGreen300Dark; exports.njCoreColorGreen400 = njCoreColorGreen400; exports.njCoreColorGreen400Dark = njCoreColorGreen400Dark; exports.njCoreColorGreen500 = njCoreColorGreen500; exports.njCoreColorGreen500Dark = njCoreColorGreen500Dark; exports.njCoreColorGreen600 = njCoreColorGreen600; exports.njCoreColorGreen600Dark = njCoreColorGreen600Dark; exports.njCoreColorGreen700 = njCoreColorGreen700; exports.njCoreColorGreen700Dark = njCoreColorGreen700Dark; exports.njCoreColorGreen800 = njCoreColorGreen800; exports.njCoreColorGreen800Dark = njCoreColorGreen800Dark; exports.njCoreColorGreen900 = njCoreColorGreen900; exports.njCoreColorGreen900Dark = njCoreColorGreen900Dark; exports.njCoreColorGreenAlpha0 = njCoreColorGreenAlpha0; exports.njCoreColorGreenAlpha0Dark = njCoreColorGreenAlpha0Dark; exports.njCoreColorGreenAlpha100 = njCoreColorGreenAlpha100; exports.njCoreColorGreenAlpha100Dark = njCoreColorGreenAlpha100Dark; exports.njCoreColorGreenAlpha200 = njCoreColorGreenAlpha200; exports.njCoreColorGreenAlpha200Dark = njCoreColorGreenAlpha200Dark; exports.njCoreColorGreenAlpha300 = njCoreColorGreenAlpha300; exports.njCoreColorGreenAlpha300Dark = njCoreColorGreenAlpha300Dark; exports.njCoreColorGreenAlpha400 = njCoreColorGreenAlpha400; exports.njCoreColorGreenAlpha400Dark = njCoreColorGreenAlpha400Dark; exports.njCoreColorGrey0 = njCoreColorGrey0; exports.njCoreColorGrey0Dark = njCoreColorGrey0Dark; exports.njCoreColorGrey100 = njCoreColorGrey100; exports.njCoreColorGrey1000 = njCoreColorGrey1000; exports.njCoreColorGrey1000Dark = njCoreColorGrey1000Dark; exports.njCoreColorGrey100Dark = njCoreColorGrey100Dark; exports.njCoreColorGrey200 = njCoreColorGrey200; exports.njCoreColorGrey200Dark = njCoreColorGrey200Dark; exports.njCoreColorGrey300 = njCoreColorGrey300; exports.njCoreColorGrey300Dark = njCoreColorGrey300Dark; exports.njCoreColorGrey400 = njCoreColorGrey400; exports.njCoreColorGrey400Dark = njCoreColorGrey400Dark; exports.njCoreColorGrey500 = njCoreColorGrey500; exports.njCoreColorGrey500Dark = njCoreColorGrey500Dark; exports.njCoreColorGrey600 = njCoreColorGrey600; exports.njCoreColorGrey600Dark = njCoreColorGrey600Dark; exports.njCoreColorGrey700 = njCoreColorGrey700; exports.njCoreColorGrey700Dark = njCoreColorGrey700Dark; exports.njCoreColorGrey800 = njCoreColorGrey800; exports.njCoreColorGrey800Dark = njCoreColorGrey800Dark; exports.njCoreColorGrey900 = njCoreColorGrey900; exports.njCoreColorGrey900Dark = njCoreColorGrey900Dark; exports.njCoreColorGreyAlpha0 = njCoreColorGreyAlpha0; exports.njCoreColorGreyAlpha0Dark = njCoreColorGreyAlpha0Dark; exports.njCoreColorGreyAlpha100 = njCoreColorGreyAlpha100; exports.njCoreColorGreyAlpha100Dark = njCoreColorGreyAlpha100Dark; exports.njCoreColorGreyAlpha200 = njCoreColorGreyAlpha200; exports.njCoreColorGreyAlpha200Dark = njCoreColorGreyAlpha200Dark; exports.njCoreColorGreyAlpha300 = njCoreColorGreyAlpha300; exports.njCoreColorGreyAlpha300Dark = njCoreColorGreyAlpha300Dark; exports.njCoreColorGreyAlpha400 = njCoreColorGreyAlpha400; exports.njCoreColorGreyAlpha400Dark = njCoreColorGreyAlpha400Dark; exports.njCoreColorGreyAlpha500 = njCoreColorGreyAlpha500; exports.njCoreColorGreyAlpha500Dark = njCoreColorGreyAlpha500Dark; exports.njCoreColorGreyAlphaInverse0 = njCoreColorGreyAlphaInverse0; exports.njCoreColorGreyAlphaInverse0Dark = njCoreColorGreyAlphaInverse0Dark; exports.njCoreColorGreyAlphaInverse100 = njCoreColorGreyAlphaInverse100; exports.njCoreColorGreyAlphaInverse100Dark = njCoreColorGreyAlphaInverse100Dark; exports.njCoreColorGreyAlphaInverse200 = njCoreColorGreyAlphaInverse200; exports.njCoreColorGreyAlphaInverse200Dark = njCoreColorGreyAlphaInverse200Dark; exports.njCoreColorGreyAlphaInverse300 = njCoreColorGreyAlphaInverse300; exports.njCoreColorGreyAlphaInverse300Dark = njCoreColorGreyAlphaInverse300Dark; exports.njCoreColorGreyAlphaInverse400 = njCoreColorGreyAlphaInverse400; exports.njCoreColorGreyAlphaInverse400Dark = njCoreColorGreyAlphaInverse400Dark; exports.njCoreColorGreyAlphaInverse500 = njCoreColorGreyAlphaInverse500; exports.njCoreColorGreyAlphaInverse500Dark = njCoreColorGreyAlphaInverse500Dark; exports.njCoreColorLime100 = njCoreColorLime100; exports.njCoreColorLime100Dark = njCoreColorLime100Dark; exports.njCoreColorLime200 = njCoreColorLime200; exports.njCoreColorLime200Dark = njCoreColorLime200Dark; exports.njCoreColorLime300 = njCoreColorLime300; exports.njCoreColorLime300Dark = njCoreColorLime300Dark; exports.njCoreColorLime400 = njCoreColorLime400; exports.njCoreColorLime400Dark = njCoreColorLime400Dark; exports.njCoreColorLime500 = njCoreColorLime500; exports.njCoreColorLime500Dark = njCoreColorLime500Dark; exports.njCoreColorLime600 = njCoreColorLime600; exports.njCoreColorLime600Dark = njCoreColorLime600Dark; exports.njCoreColorLime700 = njCoreColorLime700; exports.njCoreColorLime700Dark = njCoreColorLime700Dark; exports.njCoreColorLime800 = njCoreColorLime800; exports.njCoreColorLime800Dark = njCoreColorLime800Dark; exports.njCoreColorLime900 = njCoreColorLime900; exports.njCoreColorLime900Dark = njCoreColorLime900Dark; exports.njCoreColorOrange100 = njCoreColorOrange100; exports.njCoreColorOrange100Dark = njCoreColorOrange100Dark; exports.njCoreColorOrange200 = njCoreColorOrange200; exports.njCoreColorOrange200Dark = njCoreColorOrange200Dark; exports.njCoreColorOrange300 = njCoreColorOrange300; exports.njCoreColorOrange300Dark = njCoreColorOrange300Dark; exports.njCoreColorOrange400 = njCoreColorOrange400; exports.njCoreColorOrange400Dark = njCoreColorOrange400Dark; exports.njCoreColorOrange500 = njCoreColorOrange500; exports.njCoreColorOrange500Dark = njCoreColorOrange500Dark; exports.njCoreColorOrange600 = njCoreColorOrange600; exports.njCoreColorOrange600Dark = njCoreColorOrange600Dark; exports.njCoreColorOrange700 = njCoreColorOrange700; exports.njCoreColorOrange700Dark = njCoreColorOrange700Dark; exports.njCoreColorOrange800 = njCoreColorOrange800; exports.njCoreColorOrange800Dark = njCoreColorOrange800Dark; exports.njCoreColorOrange900 = njCoreColorOrange900; exports.njCoreColorOrange900Dark = njCoreColorOrange900Dark; exports.njCoreColorOrangeAlpha0 = njCoreColorOrangeAlpha0; exports.njCoreColorOrangeAlpha0Dark = njCoreColorOrangeAlpha0Dark; exports.njCoreColorOrangeAlpha100 = njCoreColorOrangeAlpha100; exports.njCoreColorOrangeAlpha100Dark = njCoreColorOrangeAlpha100Dark; exports.njCoreColorOrangeAlpha200 = njCoreColorOrangeAlpha200; exports.njCoreColorOrangeAlpha200Dark = njCoreColorOrangeAlpha200Dark; exports.njCoreColorOrangeAlpha300 = njCoreColorOrangeAlpha300; exports.njCoreColorOrangeAlpha300Dark = njCoreColorOrangeAlpha300Dark; exports.njCoreColorOrangeAlpha400 = njCoreColorOrangeAlpha400; exports.njCoreColorOrangeAlpha400Dark = njCoreColorOrangeAlpha400Dark; exports.njCoreColorPink100 = njCoreColorPink100; exports.njCoreColorPink100Dark = njCoreColorPink100Dark; exports.njCoreColorPink200 = njCoreColorPink200; exports.njCoreColorPink200Dark = njCoreColorPink200Dark; exports.njCoreColorPink300 = njCoreColorPink300; exports.njCoreColorPink300Dark = njCoreColorPink300Dark; exports.njCoreColorPink400 = njCoreColorPink400; exports.njCoreColorPink400Dark = njCoreColorPink400Dark; exports.njCoreColorPink500 = njCoreColorPink500; exports.njCoreColorPink500Dark = njCoreColorPink500Dark; exports.njCoreColorPink600 = njCoreColorPink600; exports.njCoreColorPink600Dark = njCoreColorPink600Dark; exports.njCoreColorPink700 = njCoreColorPink700; exports.njCoreColorPink700Dark = njCoreColorPink700Dark; exports.njCoreColorPink800 = njCoreColorPink800; exports.njCoreColorPink800Dark = njCoreColorPink800Dark; exports.njCoreColorPink900 = njCoreColorPink900; exports.njCoreColorPink900Dark = njCoreColorPink900Dark; exports.njCoreColorPurple100 = njCoreColorPurple100; exports.njCoreColorPurple100Dark = njCoreColorPurple100Dark; exports.njCoreColorPurple200 = njCoreColorPurple200; exports.njCoreColorPurple200Dark = njCoreColorPurple200Dark; exports.njCoreColorPurple300 = njCoreColorPurple300; exports.njCoreColorPurple300Dark = njCoreColorPurple300Dark; exports.njCoreColorPurple400 = njCoreColorPurple400; exports.njCoreColorPurple400Dark = njCoreColorPurple400Dark; exports.njCoreColorPurple500 = njCoreColorPurple500; exports.njCoreColorPurple500Dark = njCoreColorPurple500Dark; exports.njCoreColorPurple600 = njCoreColorPurple600; exports.njCoreColorPurple600Dark = njCoreColorPurple600Dark; exports.njCoreColorPurple700 = njCoreColorPurple700; exports.njCoreColorPurple700Dark = njCoreColorPurple700Dark; exports.njCoreColorPurple800 = njCoreColorPurple800; exports.njCoreColorPurple800Dark = njCoreColorPurple800Dark; exports.njCoreColorPurple900 = njCoreColorPurple900; exports.njCoreColorPurple900Dark = njCoreColorPurple900Dark; exports.njCoreColorPurpleAlpha0 = njCoreColorPurpleAlpha0; exports.njCoreColorPurpleAlpha0Dark = njCoreColorPurpleAlpha0Dark; exports.njCoreColorPurpleAlpha100 = njCoreColorPurpleAlpha100; exports.njCoreColorPurpleAlpha100Dark = njCoreColorPurpleAlpha100Dark; exports.njCoreColorPurpleAlpha200 = njCoreColorPurpleAlpha200; exports.njCoreColorPurpleAlpha200Dark = njCoreColorPurpleAlpha200Dark; exports.njCoreColorPurpleAlpha300 = njCoreColorPurpleAlpha300; exports.njCoreColorPurpleAlpha300Dark = njCoreColorPurpleAlpha300Dark; exports.njCoreColorPurpleAlpha400 = njCoreColorPurpleAlpha400; exports.njCoreColorPurpleAlpha400Dark = njCoreColorPurpleAlpha400Dark; exports.njCoreColorRed100 = njCoreColorRed100; exports.njCoreColorRed100Dark = njCoreColorRed100Dark; exports.njCoreColorRed200 = njCoreColorRed200; exports.njCoreColorRed200Dark = njCoreColorRed200Dark; exports.njCoreColorRed300 = njCoreColorRed300; exports.njCoreColorRed300Dark = njCoreColorRed300Dark; exports.njCoreColorRed400 = njCoreColorRed400; exports.njCoreColorRed400Dark = njCoreColorRed400Dark; exports.njCoreColorRed500 = njCoreColorRed500; exports.njCoreColorRed500Dark = njCoreColorRed500Dark; exports.njCoreColorRed600 = njCoreColorRed600; exports.njCoreColorRed600Dark = njCoreColorRed600Dark; exports.njCoreColorRed700 = njCoreColorRed700; exports.njCoreColorRed700Dark = njCoreColorRed700Dark; exports.njCoreColorRed800 = njCoreColorRed800; exports.njCoreColorRed800Dark = njCoreColorRed800Dark; exports.njCoreColorRed900 = njCoreColorRed900; exports.njCoreColorRed900Dark = njCoreColorRed900Dark; exports.njCoreColorRedAlpha0 = njCoreColorRedAlpha0; exports.njCoreColorRedAlpha0Dark = njCoreColorRedAlpha0Dark; exports.njCoreColorRedAlpha100 = njCoreColorRedAlpha100; exports.njCoreColorRedAlpha100Dark = njCoreColorRedAlpha100Dark; exports.njCoreColorRedAlpha200 = njCoreColorRedAlpha200; exports.njCoreColorRedAlpha200Dark = njCoreColorRedAlpha200Dark; exports.njCoreColorRedAlpha300 = njCoreColorRedAlpha300; exports.njCoreColorRedAlpha300Dark = njCoreColorRedAlpha300Dark; exports.njCoreColorRedAlpha400 = njCoreColorRedAlpha400; exports.njCoreColorRedAlpha400Dark = njCoreColorRedAlpha400Dark; exports.njCoreColorReferenceBrand100 = njCoreColorReferenceBrand100; exports.njCoreColorReferenceBrand100Dark = njCoreColorReferenceBrand100Dark; exports.njCoreColorReferenceBrand200 = njCoreColorReferenceBrand200; exports.njCoreColorReferenceBrand200Dark = njCoreColorReferenceBrand200Dark; exports.njCoreColorReferenceBrand300 = njCoreColorReferenceBrand300; exports.njCoreColorReferenceBrand300Dark = njCoreColorReferenceBrand300Dark; exports.njCoreColorReferenceBrand400 = njCoreColorReferenceBrand400; exports.njCoreColorReferenceBrand400Dark = njCoreColorReferenceBrand400Dark; exports.njCoreColorReferenceBrand500 = njCoreColorReferenceBrand500; exports.njCoreColorReferenceBrand500Dark = njCoreColorReferenceBrand500Dark; exports.njCoreColorReferenceBrand600 = njCoreColorReferenceBrand600; exports.njCoreColorReferenceBrand600Dark = njCoreColorReferenceBrand600Dark; exports.njCoreColorReferenceBrand700 = njCoreColorReferenceBrand700; exports.njCoreColorReferenceBrand700Dark = njCoreColorReferenceBrand700Dark; exports.njCoreColorReferenceBrand800 = njCoreColorReferenceBrand800; exports.njCoreColorReferenceBrand800Dark = njCoreColorReferenceBrand800Dark; exports.njCoreColorReferenceBrand900 = njCoreColorReferenceBrand900; exports.njCoreColorReferenceBrand900Dark = njCoreColorReferenceBrand900Dark; exports.njCoreColorReferenceBrandAlpha0 = njCoreColorReferenceBrandAlpha0; exports.njCoreColorReferenceBrandAlpha0Dark = njCoreColorReferenceBrandAlpha0Dark; exports.njCoreColorReferenceBrandAlpha100 = njCoreColorReferenceBrandAlpha100; exports.njCoreColorReferenceBrandAlpha100Dark = njCoreColorReferenceBrandAlpha100Dark; exports.njCoreColorReferenceBrandAlpha200 = njCoreColorReferenceBrandAlpha200; exports.njCoreColorReferenceBrandAlpha200Dark = njCoreColorReferenceBrandAlpha200Dark; exports.njCoreColorReferenceBrandAlpha300 = njCoreColorReferenceBrandAlpha300; exports.njCoreColorReferenceBrandAlpha300Dark = njCoreColorReferenceBrandAlpha300Dark; exports.njCoreColorReferenceBrandAlpha400 = njCoreColorReferenceBrandAlpha400; exports.njCoreColorReferenceBrandAlpha400Dark = njCoreColorReferenceBrandAlpha400Dark; exports.njCoreColorReferenceNeutral0 = njCoreColorReferenceNeutral0; exports.njCoreColorReferenceNeutral0Dark = njCoreColorReferenceNeutral0Dark; exports.njCoreColorReferenceNeutral100 = njCoreColorReferenceNeutral100; exports.njCoreColorReferenceNeutral1000 = njCoreColorReferenceNeutral1000; exports.njCoreColorReferenceNeutral1000Dark = njCoreColorReferenceNeutral1000Dark; exports.njCoreColorReferenceNeutral100Dark = njCoreColorReferenceNeutral100Dark; exports.njCoreColorReferenceNeutral200 = njCoreColorReferenceNeutral200; exports.njCoreColorReferenceNeutral200Dark = njCoreColorReferenceNeutral200Dark; exports.njCoreColorReferenceNeutral300 = njCoreColorReferenceNeutral300; exports.njCoreColorReferenceNeutral300Dark = njCoreColorReferenceNeutral300Dark; exports.njCoreColorReferenceNeutral400 = njCoreColorReferenceNeutral400; exports.njCoreColorReferenceNeutral400Dark = njCoreColorReferenceNeutral400Dark; exports.njCoreColorReferenceNeutral500 = njCoreColorReferenceNeutral500; exports.njCoreColorReferenceNeutral500Dark = njCoreColorReferenceNeutral500Dark; exports.njCoreColorReferenceNeutral600 = njCoreColorReferenceNeutral600; exports.njCoreColorReferenceNeutral600Dark = njCoreColorReferenceNeutral600Dark; exports.njCoreColorReferenceNeutral700 = njCoreColorReferenceNeutral700; exports.njCoreColorReferenceNeutral700Dark = njCoreColorReferenceNeutral700Dark; exports.njCoreColorReferenceNeutral800 = njCoreColorReferenceNeutral800; exports.njCoreColorReferenceNeutral800Dark = njCoreColorReferenceNeutral800Dark; exports.njCoreColorReferenceNeutral900 = njCoreColorReferenceNeutral900; exports.njCoreColorReferenceNeutral900Dark = njCoreColorReferenceNeutral900Dark; exports.njCoreColorReferenceNeutralAlpha0 = njCoreColorReferenceNeutralAlpha0; exports.njCoreColorReferenceNeutralAlpha0Dark = njCoreColorReferenceNeutralAlpha0Dark; exports.njCoreColorReferenceNeutralAlpha100 = njCoreColorReferenceNeutralAlpha100; exports.njCoreColorReferenceNeutralAlpha100Dark = njCoreColorReferenceNeutralAlpha100Dark; exports.njCoreColorReferenceNeutralAlpha200 = njCoreColorReferenceNeutralAlpha200; exports.njCoreColorReferenceNeutralAlpha200Dark = njCoreColorReferenceNeutralAlpha200Dark; exports.njCoreColorReferenceNeutralAlpha300 = njCoreColorReferenceNeutralAlpha300; exports.njCoreColorReferenceNeutralAlpha300Dark = njCoreColorReferenceNeutralAlpha300Dark; exports.njCoreColorReferenceNeutralAlpha400 = njCoreColorReferenceNeutralAlpha400; exports.njCoreColorReferenceNeutralAlpha400Dark = njCoreColorReferenceNeutralAlpha400Dark; exports.njCoreColorReferenceNeutralAlpha500 = njCoreColorReferenceNeutralAlpha500; exports.njCoreColorReferenceNeutralAlpha500Dark = njCoreColorReferenceNeutralAlpha500Dark; exports.njCoreColorReferenceNeutralAlphaInverse0 = njCoreColorReferenceNeutralAlphaInverse0; exports.njCoreColorReferenceNeutralAlphaInverse0Dark = njCoreColorReferenceNeutralAlphaInverse0Dark; exports.njCoreColorReferenceNeutralAlphaInverse100 = njCoreColorReferenceNeutralAlphaInverse100; exports.njCoreColorReferenceNeutralAlphaInverse100Dark = njCoreColorReferenceNeutralAlphaInverse100Dark; exports.njCoreColorReferenceNeutralAlphaInverse200 = njCoreColorReferenceNeutralAlphaInverse200; exports.njCoreColorReferenceNeutralAlphaInverse200Dark = njCoreColorReferenceNeutralAlphaInverse200Dark; exports.njCoreColorReferenceNeutralAlphaInverse300 = njCoreColorReferenceNeutralAlphaInverse300; exports.njCoreColorReferenceNeutralAlphaInverse300Dark = njCoreColorReferenceNeutralAlphaInverse300Dark; exports.njCoreColorReferenceNeutralAlphaInverse400 = njCoreColorReferenceNeutralAlphaInverse400; exports.njCoreColorReferenceNeutralAlphaInverse400Dark = njCoreColorReferenceNeutralAlphaInverse400Dark; exports.njCoreColorReferenceNeutralAlphaInverse500 = njCoreColorReferenceNeutralAlphaInverse500; exports.njCoreColorReferenceNeutralAlphaInverse500Dark = njCoreColorReferenceNeutralAlphaInverse500Dark; exports.njCoreColorReferenceStatusDanger100 = njCoreColorReferenceStatusDanger100; exports.njCoreColorReferenceStatusDanger100Dark = njCoreColorReferenceStatusDanger100Dark; exports.njCoreColorReferenceStatusDanger200 = njCoreColorReferenceStatusDanger200; exports.njCoreColorReferenceStatusDanger200Dark = njCoreColorReferenceStatusDanger200Dark; exports.njCoreColorReferenceStatusDanger300 = njCoreColorReferenceStatusDanger300; exports.njCoreColorReferenceStatusDanger300Dark = njCoreColorReferenceStatusDanger300Dark; exports.njCoreColorReferenceStatusDanger400 = njCoreColorReferenceStatusDanger400; exports.njCoreColorReferenceStatusDanger400Dark = njCoreColorReferenceStatusDanger400Dark; exports.njCoreColorReferenceStatusDanger500 = njCoreColorReferenceStatusDanger500; exports.njCoreColorReferenceStatusDanger500Dark = njCoreColorReferenceStatusDanger500Dark; exports.njCoreColorReferenceStatusDanger600 = njCoreColorReferenceStatusDanger600; exports.njCoreColorReferenceStatusDanger600Dark = njCoreColorReferenceStatusDanger600Dark; exports.njCoreColorReferenceStatusDanger700 = njCoreColorReferenceStatusDanger700; exports.njCoreColorReferenceStatusDanger700Dark = njCoreColorReferenceStatusDanger700Dark; exports.njCoreColorReferenceStatusDanger800 = njCoreColorReferenceStatusDanger800; exports.njCoreColorReferenceStatusDanger800Dark = njCoreColorReferenceStatusDanger800Dark; exports.njCoreColorReferenceStatusDanger900 = njCoreColorReferenceStatusDanger900; exports.njCoreColorReferenceStatusDanger900Dark = njCoreColorReferenceStatusDanger900Dark; exports.njCoreColorReferenceStatusDangerAlpha0 = njCoreColorReferenceStatusDangerAlpha0; exports.njCoreColorReferenceStatusDangerAlpha0Dark = njCoreColorReferenceStatusDangerAlpha0Dark; exports.njCoreColorReferenceStatusDangerAlpha100 = njCoreColorReferenceStatusDangerAlpha100; exports.njCoreColorReferenceStatusDangerAlpha100Dark = njCoreColorReferenceStatusDangerAlpha100Dark; exports.njCoreColorReferenceStatusDangerAlpha200 = njCoreColorReferenceStatusDangerAlpha200; exports.njCoreColorReferenceStatusDangerAlpha200Dark = njCoreColorReferenceStatusDangerAlpha200Dark; exports.njCoreColorReferenceStatusDangerAlpha300 = njCoreColorReferenceStatusDangerAlpha300; exports.njCoreColorReferenceStatusDangerAlpha300Dark = njCoreColorReferenceStatusDangerAlpha300Dark; exports.njCoreColorReferenceStatusDangerAlpha400 = njCoreColorReferenceStatusDangerAlpha400; exports.njCoreColorReferenceStatusDangerAlpha400Dark = njCoreColorReferenceStatusDangerAlpha400Dark; exports.njCoreColorReferenceStatusDiscovery100 = njCoreColorReferenceStatusDiscovery100; exports.njCoreColorReferenceStatusDiscovery100Dark = njCoreColorReferenceStatusDiscovery100Dark; exports.njCoreColorReferenceStatusDiscovery200 = njCoreColorReferenceStatusDiscovery200; exports.njCoreColorReferenceStatusDiscovery200Dark = njCoreColorReferenceStatusDiscovery200Dark; exports.njCoreColorReferenceStatusDiscovery300 = njCoreColorReferenceStatusDiscovery300; exports.njCoreColorReferenceStatusDiscovery300Dark = njCoreColorReferenceStatusDiscovery300Dark; exports.njCoreColorReferenceStatusDiscovery400 = njCoreColorReferenceStatusDiscovery400; exports.njCoreColorReferenceStatusDiscovery400Dark = njCoreColorReferenceStatusDiscovery400Dark; exports.njCoreColorReferenceStatusDiscovery500 = njCoreColorReferenceStatusDiscovery500; exports.njCoreColorReferenceStatusDiscovery500Dark = njCoreColorReferenceStatusDiscovery500Dark; exports.njCoreColorReferenceStatusDiscovery600 = njCoreColorReferenceStatusDiscovery600; exports.njCoreColorReferenceStatusDiscovery600Dark = njCoreColorReferenceStatusDiscovery600Dark; exports.njCoreColorReferenceStatusDiscovery700 = njCoreColorReferenceStatusDiscovery700; exports.njCoreColorReferenceStatusDiscovery700Dark = njCoreColorReferenceStatusDiscovery700Dark; exports.njCoreColorReferenceStatusDiscovery800 = njCoreColorReferenceStatusDiscovery800; exports.njCoreColorReferenceStatusDiscovery800Dark = njCoreColorReferenceStatusDiscovery800Dark; exports.njCoreColorReferenceStatusDiscovery900 = njCoreColorReferenceStatusDiscovery900; exports.njCoreColorReferenceStatusDiscovery900Dark = njCoreColorReferenceStatusDiscovery900Dark; exports.njCoreColorReferenceStatusDiscoveryAlpha0 = njCoreColorReferenceStatusDiscoveryAlpha0; exports.njCoreColorReferenceStatusDiscoveryAlpha0Dark = njCoreColorReferenceStatusDiscoveryAlpha0Dark; exports.njCoreColorReferenceStatusDiscoveryAlpha100 = njCoreColorReferenceStatusDiscoveryAlpha100; exports.njCoreColorReferenceStatusDiscoveryAlpha100Dark = njCoreColorReferenceStatusDiscoveryAlpha100Dark; exports.njCoreColorReferenceStatusDiscoveryAlpha200 = njCoreColorReferenceStatusDiscoveryAlpha200; exports.njCoreColorReferenceStatusDiscoveryAlpha200Dark = njCoreColorReferenceStatusDiscoveryAlpha200Dark; exports.njCoreColorReferenceStatusDiscoveryAlpha300 = njCoreColorReferenceStatusDiscoveryAlpha300; exports.njCoreColorReferenceStatusDiscoveryAlpha300Dark = njCoreColorReferenceStatusDiscoveryAlpha300Dark; exports.njCoreColorReferenceStatusDiscoveryAlpha400 = njCoreColorReferenceStatusDiscoveryAlpha400; exports.njCoreColorReferenceStatusDiscoveryAlpha400Dark = njCoreColorReferenceStatusDiscoveryAlpha400Dark; exports.njCoreColorReferenceStatusInformation100 = njCoreColorReferenceStatusInformation100; exports.njCoreColorReferenceStatusInformation100Dark = njCoreColorReferenceStatusInformation100Dark; exports.njCoreColorReferenceStatusInformation200 = njCoreColorReferenceStatusInformation200; exports.njCoreColorReferenceStatusInformation200Dark = njCoreColorReferenceStatusInformation200Dark; exports.njCoreColorReferenceStatusInformation300 = njCoreColorReferenceStatusInformation300; exports.njCoreColorReferenceStatusInformation300Dark = njCoreColorReferenceStatusInformation300Dark; exports.njCoreColorReferenceStatusInformation400 = njCoreColorReferenceStatusInformation400; exports.njCoreColorReferenceStatusInformation400Dark = njCoreColorReferenceStatusInformation400Dark; exports.njCoreColorReferenceStatusInformation500 = njCoreColorReferenceStatusInformation500; exports.njCoreColorReferenceStatusInformation500Dark = njCoreColorReferenceStatusInformation500Dark; exports.njCoreColorReferenceStatusInformation600 = njCoreColorReferenceStatusInformation600; exports.njCoreColorReferenceStatusInformation600Dark = njCoreColorReferenceStatusInformation600Dark; exports.njCoreColorReferenceStatusInformation700 = njCoreColorReferenceStatusInformation700; exports.njCoreColorReferenceStatusInformation700Dark = njCoreColorReferenceStatusInformation700Dark; exports.njCoreColorReferenceStatusInformation800 = njCoreColorReferenceStatusInformation800; exports.njCoreColorReferenceStatusInformation800Dark = njCoreColorReferenceStatusInformation800Dark; exports.njCoreColorReferenceStatusInformation900 = njCoreColorReferenceStatusInformation900; exports.njCoreColorReferenceStatusInformation900Dark = njCoreColorReferenceStatusInformation900Dark; exports.njCoreColorReferenceStatusInformationAlpha0 = njCoreColorReferenceStatusInformationAlpha0; exports.njCoreColorReferenceStatusInformationAlpha0Dark = njCoreColorReferenceStatusInformationAlpha0Dark; exports.njCoreColorReferenceStatusInformationAlpha100 = njCoreColorReferenceStatusInformationAlpha100; exports.njCoreColorReferenceStatusInformationAlpha100Dark = njCoreColorReferenceStatusInformationAlpha100Dark; exports.njCoreColorReferenceStatusInformationAlpha200 = njCoreColorReferenceStatusInformationAlpha200; exports.njCoreColorReferenceStatusInformationAlpha200Dark = njCoreColorReferenceStatusInformationAlpha200Dark; exports.njCoreColorReferenceStatusInformationAlpha300 = njCoreColorReferenceStatusInformationAlpha300; exports.njCoreColorReferenceStatusInformationAlpha300Dark = njCoreColorReferenceStatusInformationAlpha300Dark; exports.njCoreColorReferenceStatusInformationAlpha400 = njCoreColorReferenceStatusInformationAlpha400; exports.njCoreColorReferenceStatusInformationAlpha400Dark = njCoreColorReferenceStatusInformationAlpha400Dark; exports.njCoreColorReferenceStatusPlanet100 = njCoreColorReferenceStatusPlanet100; exports.njCoreColorReferenceStatusPlanet100Dark = njCoreColorReferenceStatusPlanet100Dark; exports.njCoreColorReferenceStatusPlanet200 = njCoreColorReferenceStatusPlanet200; exports.njCoreColorReferenceStatusPlanet200Dark = njCoreColorReferenceStatusPlanet200Dark; exports.njCoreColorReferenceStatusPlanet300 = njCoreColorReferenceStatusPlanet300; exports.njCoreColorReferenceStatusPlanet300Dark = njCoreColorReferenceStatusPlanet300Dark; exports.njCoreColorReferenceStatusPlanet400 = njCoreColorReferenceStatusPlanet400; exports.njCoreColorReferenceStatusPlanet400Dark = njCoreColorReferenceStatusPlanet400Dark; exports.njCoreColorReferenceStatusPlanet500 = njCoreColorReferenceStatusPlanet500; exports.njCoreColorReferenceStatusPlanet500Dark = njCoreColorReferenceStatusPlanet500Dark; exports.njCoreColorReferenceStatusPlanet600 = njCoreColorReferenceStatusPlanet600; exports.njCoreColorReferenceStatusPlanet600Dark = njCoreColorReferenceStatusPlanet600Dark; exports.njCoreColorReferenceStatusPlanet700 = njCoreColorReferenceStatusPlanet700; exports.njCoreColorReferenceStatusPlanet700Dark = njCoreColorReferenceStatusPlanet700Dark; exports.njCoreColorReferenceStatusPlanet800 = njCoreColorReferenceStatusPlanet800; exports.njCoreColorReferenceStatusPlanet800Dark = njCoreColorReferenceStatusPlanet800Dark; exports.njCoreColorReferenceStatusPlanet900 = njCoreColorReferenceStatusPlanet900; exports.njCoreColorReferenceStatusPlanet900Dark = njCoreColorReferenceStatusPlanet900Dark; exports.njCoreColorReferenceStatusPlanetAlpha0 = njCoreColorReferenceStatusPlanetAlpha0; exports.njCoreColorReferenceStatusPlanetAlpha0Dark = njCoreColorReferenceStatusPlanetAlpha0Dark; exports.njCoreColorReferenceStatusPlanetAlpha100 = njCoreColorReferenceStatusPlanetAlpha100; exports.njCoreColorReferenceStatusPlanetAlpha100Dark = njCoreColorReferenceStatusPlanetAlpha100Dark; exports.njCoreColorReferenceStatusPlanetAlpha200 = njCoreColorReferenceStatusPlanetAlpha200; exports.njCoreColorReferenceStatusPlanetAlpha200Dark = njCoreColorReferenceStatusPlanetAlpha200Dark; exports.njCoreColorReferenceStatusPlanetAlpha300 = njCoreColorReferenceStatusPlanetAlpha300; exports.njCoreColorReferenceStatusPlanetAlpha300Dark = njCoreColorReferenceStatusPlanetAlpha300Dark; exports.njCoreColorReferenceStatusPlanetAlpha400 = njCoreColorReferenceStatusPlanetAlpha400; exports.njCoreColorReferenceStatusPlanetAlpha400Dark = njCoreColorReferenceStatusPlanetAlpha400Dark; exports.njCoreColorReferenceStatusSuccess100 = njCoreColorReferenceStatusSuccess100; exports.njCoreColorReferenceStatusSuccess100Dark = njCoreColorReferenceStatusSuccess100Dark; exports.njCoreColorReferenceStatusSuccess200 = njCoreColorReferenceStatusSuccess200; exports.njCoreColorReferenceStatusSuccess200Dark = njCoreColorReferenceStatusSuccess200Dark; exports.njCoreColorReferenceStatusSuccess300 = njCoreColorReferenceStatusSuccess300; exports.njCoreColorReferenceStatusSuccess300Dark = njCoreColorReferenceStatusSuccess300Dark; exports.njCoreColorReferenceStatusSuccess400 = njCoreColorReferenceStatusSuccess400; exports.njCoreColorReferenceStatusSuccess400Dark = njCoreColorReferenceStatusSuccess400Dark; exports.njCoreColorReferenceStatusSuccess500 = njCoreColorReferenceStatusSuccess500; exports.njCoreColorReferenceStatusSuccess500Dark = njCoreColorReferenceStatusSuccess500Dark; exports.njCoreColorReferenceStatusSuccess600 = njCoreColorReferenceStatusSuccess600; exports.njCoreColorReferenceStatusSuccess600Dark = njCoreColorReferenceStatusSuccess600Dark; exports.njCoreColorReferenceStatusSuccess700 = njCoreColorReferenceStatusSuccess700; exports.njCoreColorReferenceStatusSuccess700Dark = njCoreColorReferenceStatusSuccess700Dark; exports.njCoreColorReferenceStatusSuccess800 = njCoreColorReferenceStatusSuccess800; exports.njCoreColorReferenceStatusSuccess800Dark = njCoreColorReferenceStatusSuccess800Dark; exports.njCoreColorReferenceStatusSuccess900 = njCoreColorReferenceStatusSuccess900; exports.njCoreColorReferenceStatusSuccess900Dark = njCoreColorReferenceStatusSuccess900Dark; exports.njCoreColorReferenceStatusSuccessAlpha0 = njCoreColorReferenceStatusSuccessAlpha0; exports.njCoreColorReferenceStatusSuccessAlpha0Dark = njCoreColorReferenceStatusSuccessAlpha0Dark; exports.njCoreColorReferenceStatusSuccessAlpha100 = njCoreColorReferenceStatusSuccessAlpha100; exports.njCoreColorReferenceStatusSuccessAlpha100Dark = njCoreColorReferenceStatusSuccessAlpha100Dark; exports.njCoreColorReferenceStatusSuccessAlpha200 = njCoreColorReferenceStatusSuccessAlpha200; exports.njCoreColorReferenceStatusSuccessAlpha200Dark = njCoreColorReferenceStatusSuccessAlpha200Dark; exports.njCoreColorReferenceStatusSuccessAlpha300 = njCoreColorReferenceStatusSuccessAlpha300; exports.njCoreColorReferenceStatusSuccessAlpha300Dark = njCoreColorReferenceStatusSuccessAlpha300Dark; exports.njCoreColorReferenceStatusSuccessAlpha400 = njCoreColorReferenceStatusSuccessAlpha400; exports.njCoreColorReferenceStatusSuccessAlpha400Dark = njCoreColorReferenceStatusSuccessAlpha400Dark; exports.njCoreColorReferenceStatusWarning100 = njCoreColorReferenceStatusWarning100; exports.njCoreColorReferenceStatusWarning100Dark = njCoreColorReferenceStatusWarning100Dark; exports.njCoreColorReferenceStatusWarning200 = njCoreColorReferenceStatusWarning200; exports.njCoreColorReferenceStatusWarning200Dark = njCoreColorReferenceStatusWarning200Dark; exports.njCoreColorReferenceStatusWarning300 = njCoreColorReferenceStatusWarning300; exports.njCoreColorReferenceStatusWarning300Dark = njCoreColorReferenceStatusWarning300Dark; exports.njCoreColorReferenceStatusWarning400 = njCoreColorReferenceStatusWarning400; exports.njCoreColorReferenceStatusWarning400Dark = njCoreColorReferenceStatusWarning400Dark; exports.njCoreColorReferenceStatusWarning500 = njCoreColorReferenceStatusWarning500; exports.njCoreColorReferenceStatusWarning500Dark = njCoreColorReferenceStatusWarning500Dark; exports.njCoreColorReferenceStatusWarning600 = njCoreColorReferenceStatusWarning600; exports.njCoreColorReferenceStatusWarning600Dark = njCoreColorReferenceStatusWarning600Dark; exports.njCoreColorReferenceStatusWarning700 = njCoreColorReferenceStatusWarning700; exports.njCoreColorReferenceStatusWarning700Dark = njCoreColorReferenceStatusWarning700Dark; exports.njCoreColorReferenceStatusWarning800 = njCoreColorReferenceStatusWarning800; exports.njCoreColorReferenceStatusWarning800Dark = njCoreColorReferenceStatusWarning800Dark; exports.njCoreColorReferenceStatusWarning900 = njCoreColorReferenceStatusWarning900; exports.njCoreColorReferenceStatusWarning900Dark = njCoreColorReferenceStatusWarning900Dark; exports.njCoreColorReferenceStatusWarningAlpha0 = njCoreColorReferenceStatusWarningAlpha0; exports.njCoreColorReferenceStatusWarningAlpha0Dark = njCoreColorReferenceStatusWarningAlpha0Dark; exports.njCoreColorReferenceStatusWarningAlpha100 = njCoreColorReferenceStatusWarningAlpha100; exports.njCoreColorReferenceStatusWarningAlpha100Dark = njCoreColorReferenceStatusWarningAlpha100Dark; exports.njCoreColorReferenceStatusWarningAlpha200 = njCoreColorReferenceStatusWarningAlpha200; exports.njCoreColorReferenceStatusWarningAlpha200Dark = njCoreColorReferenceStatusWarningAlpha200Dark; exports.njCoreColorReferenceStatusWarningAlpha300 = njCoreColorReferenceStatusWarningAlpha300; exports.njCoreColorReferenceStatusWarningAlpha300Dark = njCoreColorReferenceStatusWarningAlpha300Dark; exports.njCoreColorReferenceStatusWarningAlpha400 = njCoreColorReferenceStatusWarningAlpha400; exports.njCoreColorReferenceStatusWarningAlpha400Dark = njCoreColorReferenceStatusWarningAlpha400Dark; exports.njCoreColorTeal100 = njCoreColorTeal100; exports.njCoreColorTeal100Dark = njCoreColorTeal100Dark; exports.njCoreColorTeal200 = njCoreColorTeal200; exports.njCoreColorTeal200Dark = njCoreColorTeal200Dark; exports.njCoreColorTeal300 = njCoreColorTeal300; exports.njCoreColorTeal300Dark = njCoreColorTeal300Dark; exports.njCoreColorTeal400 = njCoreColorTeal400; exports.njCoreColorTeal400Dark = njCoreColorTeal400Dark; exports.njCoreColorTeal500 = njCoreColorTeal500; exports.njCoreColorTeal500Dark = njCoreColorTeal500Dark; exports.njCoreColorTeal600 = njCoreColorTeal600; exports.njCoreColorTeal600Dark = njCoreColorTeal600Dark; exports.njCoreColorTeal700 = njCoreColorTeal700; exports.njCoreColorTeal700Dark = njCoreColorTeal700Dark; exports.njCoreColorTeal800 = njCoreColorTeal800; exports.njCoreColorTeal800Dark = njCoreColorTeal800Dark; exports.njCoreColorTeal900 = njCoreColorTeal900; exports.njCoreColorTeal900Dark = njCoreColorTeal900Dark; exports.njCoreColorTealAlpha0 = njCoreColorTealAlpha0; exports.njCoreColorTealAlpha0Dark = njCoreColorTealAlpha0Dark; exports.njCoreColorTealAlpha100 = njCoreColorTealAlpha100; exports.njCoreColorTealAlpha100Dark = njCoreColorTealAlpha100Dark; exports.njCoreColorTealAlpha200 = njCoreColorTealAlpha200; exports.njCoreColorTealAlpha200Dark = njCoreColorTealAlpha200Dark; exports.njCoreColorTealAlpha300 = njCoreColorTealAlpha300; exports.njCoreColorTealAlpha300Dark = njCoreColorTealAlpha300Dark; exports.njCoreColorTealAlpha400 = njCoreColorTealAlpha400; exports.njCoreColorTealAlpha400Dark = njCoreColorTealAlpha400Dark; exports.njCoreColorUltramarine100 = njCoreColorUltramarine100; exports.njCoreColorUltramarine100Dark = njCoreColorUltramarine100Dark; exports.njCoreColorUltramarine200 = njCoreColorUltramarine200; exports.njCoreColorUltramarine200Dark = njCoreColorUltramarine200Dark; exports.njCoreColorUltramarine300 = njCoreColorUltramarine300; exports.njCoreColorUltramarine300Dark = njCoreColorUltramarine300Dark; exports.njCoreColorUltramarine400 = njCoreColorUltramarine400; exports.njCoreColorUltramarine400Dark = njCoreColorUltramarine400Dark; exports.njCoreColorUltramarine500 = njCoreColorUltramarine500; exports.njCoreColorUltramarine500Dark = njCoreColorUltramarine500Dark; exports.njCoreColorUltramarine600 = njCoreColorUltramarine600; exports.njCoreColorUltramarine600Dark = njCoreColorUltramarine600Dark; exports.njCoreColorUltramarine700 = njCoreColorUltramarine700; exports.njCoreColorUltramarine700Dark = njCoreColorUltramarine700Dark; exports.njCoreColorUltramarine800 = njCoreColorUltramarine800; exports.njCoreColorUltramarine800Dark = njCoreColorUltramarine800Dark; exports.njCoreColorUltramarine900 = njCoreColorUltramarine900; exports.njCoreColorUltramarine900Dark = njCoreColorUltramarine900Dark; exports.njCoreColorWhiteAlpha300 = njCoreColorWhiteAlpha300; exports.njCoreColorWhiteAlpha300Dark = njCoreColorWhiteAlpha300Dark; exports.njCoreColorYellow100 = njCoreColorYellow100; exports.njCoreColorYellow100Dark = njCoreColorYellow100Dark; exports.njCoreColorYellow200 = njCoreColorYellow200; exports.njCoreColorYellow200Dark = njCoreColorYellow200Dark; exports.njCoreColorYellow300 = njCoreColorYellow300; exports.njCoreColorYellow300Dark = njCoreColorYellow300Dark; exports.njCoreColorYellow400 = njCoreColorYellow400; exports.njCoreColorYellow400Dark = njCoreColorYellow400Dark; exports.njCoreColorYellow500 = njCoreColorYellow500; exports.njCoreColorYellow500Dark = njCoreColorYellow500Dark; exports.njCoreColorYellow600 = njCoreColorYellow600; exports.njCoreColorYellow600Dark = njCoreColorYellow600Dark; exports.njCoreColorYellow700 = njCoreColorYellow700; exports.njCoreColorYellow700Dark = njCoreColorYellow700Dark; exports.njCoreColorYellow800 = njCoreColorYellow800; exports.njCoreColorYellow800Dark = njCoreColorYellow800Dark; exports.njCoreColorYellow900 = njCoreColorYellow900; exports.njCoreColorYellow900Dark = njCoreColorYellow900Dark; exports.njCoreElevationZIndex0 = njCoreElevationZIndex0; exports.njCoreElevationZIndex0Dark = njCoreElevationZIndex0Dark; exports.njCoreElevationZIndex1 = njCoreElevationZIndex1; exports.njCoreElevationZIndex10 = njCoreElevationZIndex10; exports.njCoreElevationZIndex100 = njCoreElevationZIndex100; exports.njCoreElevationZIndex100Dark = njCoreElevationZIndex100Dark; exports.njCoreElevationZIndex10Dark = njCoreElevationZIndex10Dark; exports.njCoreElevationZIndex110 = njCoreElevationZIndex110; exports.njCoreElevationZIndex110Dark = njCoreElevationZIndex110Dark; exports.njCoreElevationZIndex120 = njCoreElevationZIndex120; exports.njCoreElevationZIndex120Dark = njCoreElevationZIndex120Dark; exports.njCoreElevationZIndex130 = njCoreElevationZIndex130; exports.njCoreElevationZIndex130Dark = njCoreElevationZIndex130Dark; exports.njCoreElevationZIndex140 = njCoreElevationZIndex140; exports.njCoreElevationZIndex140Dark = njCoreElevationZIndex140Dark; exports.njCoreElevationZIndex150 = njCoreElevationZIndex150; exports.njCoreElevationZIndex150Dark = njCoreElevationZIndex150Dark; exports.njCoreElevationZIndex160 = njCoreElevationZIndex160; exports.njCoreElevationZIndex160Dark = njCoreElevationZIndex160Dark; exports.njCoreElevationZIndex170 = njCoreElevationZIndex170; exports.njCoreElevationZIndex170Dark = njCoreElevationZIndex170Dark; exports.njCoreElevationZIndex180 = njCoreElevationZIndex180; exports.njCoreElevationZIndex180Dark = njCoreElevationZIndex180Dark; exports.njCoreElevationZIndex190 = njCoreElevationZIndex190; exports.njCoreElevationZIndex190Dark = njCoreElevationZIndex190Dark; exports.njCoreElevationZIndex1Dark = njCoreElevationZIndex1Dark; exports.njCoreElevationZIndex20 = njCoreElevationZIndex20; exports.njCoreElevationZIndex200 = njCoreElevationZIndex200; exports.njCoreElevationZIndex200Dark = njCoreElevationZIndex200Dark; exports.njCoreElevationZIndex20Dark = njCoreElevationZIndex20Dark; exports.njCoreElevationZIndex210 = njCoreElevationZIndex210; exports.njCoreElevationZIndex210Dark = njCoreElevationZIndex210Dark; exports.njCoreElevationZIndex220 = njCoreElevationZIndex220; exports.njCoreElevationZIndex220Dark = njCoreElevationZIndex220Dark; exports.njCoreElevationZIndex230 = njCoreElevationZIndex230; exports.njCoreElevationZIndex230Dark = njCoreElevationZIndex230Dark; exports.njCoreElevationZIndex240 = njCoreElevationZIndex240; exports.njCoreElevationZIndex240Dark = njCoreElevationZIndex240Dark; exports.njCoreElevationZIndex250 = njCoreElevationZIndex250; exports.njCoreElevationZIndex250Dark = njCoreElevationZIndex250Dark; exports.njCoreElevationZIndex260 = njCoreElevationZIndex260; exports.njCoreElevationZIndex260Dark = njCoreElevationZIndex260Dark; exports.njCoreElevationZIndex270 = njCoreElevationZIndex270; exports.njCoreElevationZIndex270Dark = njCoreElevationZIndex270Dark; exports.njCoreElevationZIndex280 = njCoreElevationZIndex280; exports.njCoreElevationZIndex280Dark = njCoreElevationZIndex280Dark; exports.njCoreElevationZIndex290 = njCoreElevationZIndex290; exports.njCoreElevationZIndex290Dark = njCoreElevationZIndex290Dark; exports.njCoreElevationZIndex30 = njCoreElevationZIndex30; exports.njCoreElevationZIndex300 = njCoreElevationZIndex300; exports.njCoreElevationZIndex300Dark = njCoreElevationZIndex300Dark; exports.njCoreElevationZIndex30Dark = njCoreElevationZIndex30Dark; exports.njCoreElevationZIndex310 = njCoreElevationZIndex310; exports.njCoreElevationZIndex310Dark = njCoreElevationZIndex310Dark; exports.njCoreElevationZIndex320 = njCoreElevationZIndex320; exports.njCoreElevationZIndex320Dark = njCoreElevationZIndex320Dark; exports.njCoreElevationZIndex330 = njCoreElevationZIndex330; exports.njCoreElevationZIndex330Dark = njCoreElevationZIndex330Dark; exports.njCoreElevationZIndex340 = njCoreElevationZIndex340; exports.njCoreElevationZIndex340Dark = njCoreElevationZIndex340Dark; exports.njCoreElevationZIndex350 = njCoreElevationZIndex350; exports.njCoreElevationZIndex350Dark = njCoreElevationZIndex350Dark; exports.njCoreElevationZIndex360 = njCoreElevationZIndex360; exports.njCoreElevationZIndex360Dark = njCoreElevationZIndex360Dark; exports.njCoreElevationZIndex370 = njCoreElevationZIndex370; exports.njCoreElevationZIndex370Dark = njCoreElevationZIndex370Dark; exports.njCoreElevationZIndex380 = njCoreElevationZIndex380; exports.njCoreElevationZIndex380Dark = njCoreElevationZIndex380Dark; exports.njCoreElevationZIndex390 = njCoreElevationZIndex390; exports.njCoreElevationZIndex390Dark = njCoreElevationZIndex390Dark; exports.njCoreElevationZIndex40 = njCoreElevationZIndex40; exports.njCoreElevationZIndex400 = njCoreElevationZIndex400; exports.njCoreElevationZIndex400Dark = njCoreElevationZIndex400Dark; exports.njCoreElevationZIndex40Dark = njCoreElevationZIndex40Dark; exports.njCoreElevationZIndex410 = njCoreElevationZIndex410; exports.njCoreElevationZIndex410Dark = njCoreElevationZIndex410Dark; exports.njCoreElevationZIndex420 = njCoreElevationZIndex420; exports.njCoreElevationZIndex420Dark = njCoreElevationZIndex420Dark; exports.njCoreElevationZIndex430 = njCoreElevationZIndex430; exports.njCoreElevationZIndex430Dark = njCoreElevationZIndex430Dark; exports.njCoreElevationZIndex440 = njCoreElevationZIndex440; exports.njCoreElevationZIndex440Dark = njCoreElevationZIndex440Dark; exports.njCoreElevationZIndex450 = njCoreElevationZIndex450; exports.njCoreElevationZIndex450Dark = njCoreElevationZIndex450Dark; exports.njCoreElevationZIndex460 = njCoreElevationZIndex460; exports.njCoreElevationZIndex460Dark = njCoreElevationZIndex460Dark; exports.njCoreElevationZIndex470 = njCoreElevationZIndex470; exports.njCoreElevationZIndex470Dark = njCoreElevationZIndex470Dark; exports.njCoreElevationZIndex480 = njCoreElevationZIndex480; exports.njCoreElevationZIndex480Dark = njCoreElevationZIndex480Dark; exports.njCoreElevationZIndex490 = njCoreElevationZIndex490; exports.njCoreElevationZIndex490Dark = njCoreElevationZIndex490Dark; exports.njCoreElevationZIndex50 = njCoreElevationZIndex50; exports.njCoreElevationZIndex500 = njCoreElevationZIndex500; exports.njCoreElevationZIndex500Dark = njCoreElevationZIndex500Dark; exports.njCoreElevationZIndex50Dark = njCoreElevationZIndex50Dark; exports.njCoreElevationZIndex60 = njCoreElevationZIndex60; exports.njCoreElevationZIndex60Dark = njCoreElevationZIndex60Dark; exports.njCoreElevationZIndex70 = njCoreElevationZIndex70; exports.njCoreElevationZIndex70Dark = njCoreElevationZIndex70Dark; exports.njCoreElevationZIndex80 = njCoreElevationZIndex80; exports.njCoreElevationZIndex80Dark = njCoreElevationZIndex80Dark; exports.njCoreElevationZIndex90 = njCoreElevationZIndex90; exports.njCoreElevationZIndex90Dark = njCoreElevationZIndex90Dark; exports.njCoreOpacity100 = njCoreOpacity100; exports.njCoreOpacity1000 = njCoreOpacity1000; exports.njCoreOpacity1000Dark = njCoreOpacity1000Dark; exports.njCoreOpacity100Dark = njCoreOpacity100Dark; exports.njCoreOpacity150 = njCoreOpacity150; exports.njCoreOpacity150Dark = njCoreOpacity150Dark; exports.njCoreOpacity200 = njCoreOpacity200; exports.njCoreOpacity200Dark = njCoreOpacity200Dark; exports.njCoreOpacity250 = njCoreOpacity250; exports.njCoreOpacity250Dark = njCoreOpacity250Dark; exports.njCoreOpacity300 = njCoreOpacity300; exports.njCoreOpacity300Dark = njCoreOpacity300Dark; exports.njCoreOpacity350 = njCoreOpacity350; exports.njCoreOpacity350Dark = njCoreOpacity350Dark; exports.njCoreOpacity400 = njCoreOpacity400; exports.njCoreOpacity400Dark = njCoreOpacity400Dark; exports.njCoreOpacity450 = njCoreOpacity450; exports.njCoreOpacity450Dark = njCoreOpacity450Dark; exports.njCoreOpacity50 = njCoreOpacity50; exports.njCoreOpacity500 = njCoreOpacity500; exports.njCoreOpacity500Dark = njCoreOpacity500Dark; exports.njCoreOpacity50Dark = njCoreOpacity50Dark; exports.njCoreOpacity550 = njCoreOpacity550; exports.njCoreOpacity550Dark = njCoreOpacity550Dark; exports.njCoreOpacity600 = njCoreOpacity600; exports.njCoreOpacity600Dark = njCoreOpacity600Dark; exports.njCoreOpacity650 = njCoreOpacity650; exports.njCoreOpacity650Dark = njCoreOpacity650Dark; exports.njCoreOpacity700 = njCoreOpacity700; exports.njCoreOpacity700Dark = njCoreOpacity700Dark; exports.njCoreOpacity750 = njCoreOpacity750; exports.njCoreOpacity750Dark = njCoreOpacity750Dark; exports.njCoreOpacity800 = njCoreOpacity800; exports.njCoreOpacity800Dark = njCoreOpacity800Dark; exports.njCoreOpacity850 = njCoreOpacity850; exports.njCoreOpacity850Dark = njCoreOpacity850Dark; exports.njCoreOpacity900 = njCoreOpacity900; exports.njCoreOpacity900Dark = njCoreOpacity900Dark; exports.njCoreOpacity950 = njCoreOpacity950; exports.njCoreOpacity950Dark = njCoreOpacity950Dark; exports.njCoreSize0 = njCoreSize0; exports.njCoreSize0Dark = njCoreSize0Dark; exports.njCoreSize1 = njCoreSize1; exports.njCoreSize10 = njCoreSize10; exports.njCoreSize10Dark = njCoreSize10Dark; exports.njCoreSize112 = njCoreSize112; exports.njCoreSize112Dark = njCoreSize112Dark; exports.njCoreSize116 = njCoreSize116; exports.njCoreSize116Dark = njCoreSize116Dark; exports.njCoreSize12 = njCoreSize12; exports.njCoreSize128 = njCoreSize128; exports.njCoreSize128Dark = njCoreSize128Dark; exports.njCoreSize12Dark = njCoreSize12Dark; exports.njCoreSize14 = njCoreSize14; exports.njCoreSize14Dark = njCoreSize14Dark; exports.njCoreSize16 = njCoreSize16; exports.njCoreSize16Dark = njCoreSize16Dark; exports.njCoreSize18 = njCoreSize18; exports.njCoreSize18Dark = njCoreSize18Dark; exports.njCoreSize1Dark = njCoreSize1Dark; exports.njCoreSize2 = njCoreSize2; exports.njCoreSize20 = njCoreSize20; exports.njCoreSize20Dark = njCoreSize20Dark; exports.njCoreSize22 = njCoreSize22; exports.njCoreSize22Dark = njCoreSize22Dark; exports.njCoreSize24 = njCoreSize24; exports.njCoreSize24Dark = njCoreSize24Dark; exports.njCoreSize28 = njCoreSize28; exports.njCoreSize28Dark = njCoreSize28Dark; exports.njCoreSize2Dark = njCoreSize2Dark; exports.njCoreSize30 = njCoreSize30; exports.njCoreSize30Dark = njCoreSize30Dark; exports.njCoreSize32 = njCoreSize32; exports.njCoreSize32Dark = njCoreSize32Dark; exports.njCoreSize34 = njCoreSize34; exports.njCoreSize34Dark = njCoreSize34Dark; exports.njCoreSize36 = njCoreSize36; exports.njCoreSize36Dark = njCoreSize36Dark; exports.njCoreSize38 = njCoreSize38; exports.njCoreSize38Dark = njCoreSize38Dark; exports.njCoreSize4 = njCoreSize4; exports.njCoreSize40 = njCoreSize40; exports.njCoreSize40Dark = njCoreSize40Dark; exports.njCoreSize42 = njCoreSize42; exports.njCoreSize42Dark = njCoreSize42Dark; exports.njCoreSize44 = njCoreSize44; exports.njCoreSize44Dark = njCoreSize44Dark; exports.njCoreSize46 = njCoreSize46; exports.njCoreSize46Dark = njCoreSize46Dark; exports.njCoreSize48 = njCoreSize48; exports.njCoreSize48Dark = njCoreSize48Dark; exports.njCoreSize4Dark = njCoreSize4Dark; exports.njCoreSize50 = njCoreSize50; exports.njCoreSize50Dark = njCoreSize50Dark; exports.njCoreSize52 = njCoreSize52; exports.njCoreSize52Dark = njCoreSize52Dark; exports.njCoreSize54 = njCoreSize54; exports.njCoreSize54Dark = njCoreSize54Dark; exports.njCoreSize56 = njCoreSize56; exports.njCoreSize56Dark = njCoreSize56Dark; exports.njCoreSize58 = njCoreSize58; exports.njCoreSize58Dark = njCoreSize58Dark; exports.njCoreSize6 = njCoreSize6; exports.njCoreSize64 = njCoreSize64; exports.njCoreSize64Dark = njCoreSize64Dark; exports.njCoreSize6Dark = njCoreSize6Dark; exports.njCoreSize76 = njCoreSize76; exports.njCoreSize76Dark = njCoreSize76Dark; exports.njCoreSize8 = njCoreSize8; exports.njCoreSize80 = njCoreSize80; exports.njCoreSize80Dark = njCoreSize80Dark; exports.njCoreSize88 = njCoreSize88; exports.njCoreSize88Dark = njCoreSize88Dark; exports.njCoreSize8Dark = njCoreSize8Dark; exports.njCoreSize96 = njCoreSize96; exports.njCoreSize96Dark = njCoreSize96Dark; exports.njCoreSize9999 = njCoreSize9999; exports.njCoreSize9999Dark = njCoreSize9999Dark; exports.njSemanticColorAdditionalSignatureDefaultDark = njSemanticColorAdditionalSignatureDefaultDark; exports.njSemanticColorBackgroundAccentBlueSecondaryDefault = njSemanticColorBackgroundAccentBlueSecondaryDefault; exports.njSemanticColorBackgroundAccentBlueSecondaryDefaultDark = njSemanticColorBackgroundAccentBlueSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentBlueSecondaryFocused = njSemanticColorBackgroundAccentBlueSecondaryFocused; exports.njSemanticColorBackgroundAccentBlueSecondaryFocusedDark = njSemanticColorBackgroundAccentBlueSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentBlueSecondaryHovered = njSemanticColorBackgroundAccentBlueSecondaryHovered; exports.njSemanticColorBackgroundAccentBlueSecondaryHoveredDark = njSemanticColorBackgroundAccentBlueSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentBlueSecondaryPressed = njSemanticColorBackgroundAccentBlueSecondaryPressed; exports.njSemanticColorBackgroundAccentBlueSecondaryPressedDark = njSemanticColorBackgroundAccentBlueSecondaryPressedDark; exports.njSemanticColorBackgroundAccentBlueSolidDefault = njSemanticColorBackgroundAccentBlueSolidDefault; exports.njSemanticColorBackgroundAccentBlueSolidDefaultDark = njSemanticColorBackgroundAccentBlueSolidDefaultDark; exports.njSemanticColorBackgroundAccentBlueSolidFocused = njSemanticColorBackgroundAccentBlueSolidFocused; exports.njSemanticColorBackgroundAccentBlueSolidFocusedDark = njSemanticColorBackgroundAccentBlueSolidFocusedDark; exports.njSemanticColorBackgroundAccentBlueSolidHovered = njSemanticColorBackgroundAccentBlueSolidHovered; exports.njSemanticColorBackgroundAccentBlueSolidHoveredDark = njSemanticColorBackgroundAccentBlueSolidHoveredDark; exports.njSemanticColorBackgroundAccentBlueSolidPressed = njSemanticColorBackgroundAccentBlueSolidPressed; exports.njSemanticColorBackgroundAccentBlueSolidPressedDark = njSemanticColorBackgroundAccentBlueSolidPressedDark; exports.njSemanticColorBackgroundAccentBlueSpotlightDefault = njSemanticColorBackgroundAccentBlueSpotlightDefault; exports.njSemanticColorBackgroundAccentBlueSpotlightDefaultDark = njSemanticColorBackgroundAccentBlueSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentBlueTertiaryDefault = njSemanticColorBackgroundAccentBlueTertiaryDefault; exports.njSemanticColorBackgroundAccentBlueTertiaryDefaultDark = njSemanticColorBackgroundAccentBlueTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentBlueTertiaryFocused = njSemanticColorBackgroundAccentBlueTertiaryFocused; exports.njSemanticColorBackgroundAccentBlueTertiaryFocusedDark = njSemanticColorBackgroundAccentBlueTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentBlueTertiaryHovered = njSemanticColorBackgroundAccentBlueTertiaryHovered; exports.njSemanticColorBackgroundAccentBlueTertiaryHoveredDark = njSemanticColorBackgroundAccentBlueTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentBlueTertiaryPressed = njSemanticColorBackgroundAccentBlueTertiaryPressed; exports.njSemanticColorBackgroundAccentBlueTertiaryPressedDark = njSemanticColorBackgroundAccentBlueTertiaryPressedDark; exports.njSemanticColorBackgroundAccentGreenSecondaryDefault = njSemanticColorBackgroundAccentGreenSecondaryDefault; exports.njSemanticColorBackgroundAccentGreenSecondaryDefaultDark = njSemanticColorBackgroundAccentGreenSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentGreenSecondaryFocused = njSemanticColorBackgroundAccentGreenSecondaryFocused; exports.njSemanticColorBackgroundAccentGreenSecondaryFocusedDark = njSemanticColorBackgroundAccentGreenSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentGreenSecondaryHovered = njSemanticColorBackgroundAccentGreenSecondaryHovered; exports.njSemanticColorBackgroundAccentGreenSecondaryHoveredDark = njSemanticColorBackgroundAccentGreenSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentGreenSecondaryPressed = njSemanticColorBackgroundAccentGreenSecondaryPressed; exports.njSemanticColorBackgroundAccentGreenSecondaryPressedDark = njSemanticColorBackgroundAccentGreenSecondaryPressedDark; exports.njSemanticColorBackgroundAccentGreenSolidDefault = njSemanticColorBackgroundAccentGreenSolidDefault; exports.njSemanticColorBackgroundAccentGreenSolidDefaultDark = njSemanticColorBackgroundAccentGreenSolidDefaultDark; exports.njSemanticColorBackgroundAccentGreenSolidFocused = njSemanticColorBackgroundAccentGreenSolidFocused; exports.njSemanticColorBackgroundAccentGreenSolidFocusedDark = njSemanticColorBackgroundAccentGreenSolidFocusedDark; exports.njSemanticColorBackgroundAccentGreenSolidHovered = njSemanticColorBackgroundAccentGreenSolidHovered; exports.njSemanticColorBackgroundAccentGreenSolidHoveredDark = njSemanticColorBackgroundAccentGreenSolidHoveredDark; exports.njSemanticColorBackgroundAccentGreenSolidPressed = njSemanticColorBackgroundAccentGreenSolidPressed; exports.njSemanticColorBackgroundAccentGreenSolidPressedDark = njSemanticColorBackgroundAccentGreenSolidPressedDark; exports.njSemanticColorBackgroundAccentGreenSpotlightDefault = njSemanticColorBackgroundAccentGreenSpotlightDefault; exports.njSemanticColorBackgroundAccentGreenSpotlightDefaultDark = njSemanticColorBackgroundAccentGreenSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentGreenTertiaryDefault = njSemanticColorBackgroundAccentGreenTertiaryDefault; exports.njSemanticColorBackgroundAccentGreenTertiaryDefaultDark = njSemanticColorBackgroundAccentGreenTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentGreenTertiaryFocused = njSemanticColorBackgroundAccentGreenTertiaryFocused; exports.njSemanticColorBackgroundAccentGreenTertiaryFocusedDark = njSemanticColorBackgroundAccentGreenTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentGreenTertiaryHovered = njSemanticColorBackgroundAccentGreenTertiaryHovered; exports.njSemanticColorBackgroundAccentGreenTertiaryHoveredDark = njSemanticColorBackgroundAccentGreenTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentGreenTertiaryPressed = njSemanticColorBackgroundAccentGreenTertiaryPressed; exports.njSemanticColorBackgroundAccentGreenTertiaryPressedDark = njSemanticColorBackgroundAccentGreenTertiaryPressedDark; exports.njSemanticColorBackgroundAccentGreySecondaryDefault = njSemanticColorBackgroundAccentGreySecondaryDefault; exports.njSemanticColorBackgroundAccentGreySecondaryDefaultDark = njSemanticColorBackgroundAccentGreySecondaryDefaultDark; exports.njSemanticColorBackgroundAccentGreySecondaryFocused = njSemanticColorBackgroundAccentGreySecondaryFocused; exports.njSemanticColorBackgroundAccentGreySecondaryFocusedDark = njSemanticColorBackgroundAccentGreySecondaryFocusedDark; exports.njSemanticColorBackgroundAccentGreySecondaryHovered = njSemanticColorBackgroundAccentGreySecondaryHovered; exports.njSemanticColorBackgroundAccentGreySecondaryHoveredDark = njSemanticColorBackgroundAccentGreySecondaryHoveredDark; exports.njSemanticColorBackgroundAccentGreySecondaryPressed = njSemanticColorBackgroundAccentGreySecondaryPressed; exports.njSemanticColorBackgroundAccentGreySecondaryPressedDark = njSemanticColorBackgroundAccentGreySecondaryPressedDark; exports.njSemanticColorBackgroundAccentGreySolidDefault = njSemanticColorBackgroundAccentGreySolidDefault; exports.njSemanticColorBackgroundAccentGreySolidDefaultDark = njSemanticColorBackgroundAccentGreySolidDefaultDark; exports.njSemanticColorBackgroundAccentGreySolidFocused = njSemanticColorBackgroundAccentGreySolidFocused; exports.njSemanticColorBackgroundAccentGreySolidFocusedDark = njSemanticColorBackgroundAccentGreySolidFocusedDark; exports.njSemanticColorBackgroundAccentGreySolidHovered = njSemanticColorBackgroundAccentGreySolidHovered; exports.njSemanticColorBackgroundAccentGreySolidHoveredDark = njSemanticColorBackgroundAccentGreySolidHoveredDark; exports.njSemanticColorBackgroundAccentGreySolidPressed = njSemanticColorBackgroundAccentGreySolidPressed; exports.njSemanticColorBackgroundAccentGreySolidPressedDark = njSemanticColorBackgroundAccentGreySolidPressedDark; exports.njSemanticColorBackgroundAccentGreySpotlightDefault = njSemanticColorBackgroundAccentGreySpotlightDefault; exports.njSemanticColorBackgroundAccentGreySpotlightDefaultDark = njSemanticColorBackgroundAccentGreySpotlightDefaultDark; exports.njSemanticColorBackgroundAccentGreyTertiaryDefault = njSemanticColorBackgroundAccentGreyTertiaryDefault; exports.njSemanticColorBackgroundAccentGreyTertiaryDefaultDark = njSemanticColorBackgroundAccentGreyTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentGreyTertiaryFocused = njSemanticColorBackgroundAccentGreyTertiaryFocused; exports.njSemanticColorBackgroundAccentGreyTertiaryFocusedDark = njSemanticColorBackgroundAccentGreyTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentGreyTertiaryHovered = njSemanticColorBackgroundAccentGreyTertiaryHovered; exports.njSemanticColorBackgroundAccentGreyTertiaryHoveredDark = njSemanticColorBackgroundAccentGreyTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentGreyTertiaryPressed = njSemanticColorBackgroundAccentGreyTertiaryPressed; exports.njSemanticColorBackgroundAccentGreyTertiaryPressedDark = njSemanticColorBackgroundAccentGreyTertiaryPressedDark; exports.njSemanticColorBackgroundAccentLimeSecondaryDefault = njSemanticColorBackgroundAccentLimeSecondaryDefault; exports.njSemanticColorBackgroundAccentLimeSecondaryDefaultDark = njSemanticColorBackgroundAccentLimeSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentLimeSecondaryFocused = njSemanticColorBackgroundAccentLimeSecondaryFocused; exports.njSemanticColorBackgroundAccentLimeSecondaryFocusedDark = njSemanticColorBackgroundAccentLimeSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentLimeSecondaryHovered = njSemanticColorBackgroundAccentLimeSecondaryHovered; exports.njSemanticColorBackgroundAccentLimeSecondaryHoveredDark = njSemanticColorBackgroundAccentLimeSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentLimeSecondaryPressed = njSemanticColorBackgroundAccentLimeSecondaryPressed; exports.njSemanticColorBackgroundAccentLimeSecondaryPressedDark = njSemanticColorBackgroundAccentLimeSecondaryPressedDark; exports.njSemanticColorBackgroundAccentLimeSolidDefault = njSemanticColorBackgroundAccentLimeSolidDefault; exports.njSemanticColorBackgroundAccentLimeSolidDefaultDark = njSemanticColorBackgroundAccentLimeSolidDefaultDark; exports.njSemanticColorBackgroundAccentLimeSolidFocused = njSemanticColorBackgroundAccentLimeSolidFocused; exports.njSemanticColorBackgroundAccentLimeSolidFocusedDark = njSemanticColorBackgroundAccentLimeSolidFocusedDark; exports.njSemanticColorBackgroundAccentLimeSolidHovered = njSemanticColorBackgroundAccentLimeSolidHovered; exports.njSemanticColorBackgroundAccentLimeSolidHoveredDark = njSemanticColorBackgroundAccentLimeSolidHoveredDark; exports.njSemanticColorBackgroundAccentLimeSolidPressed = njSemanticColorBackgroundAccentLimeSolidPressed; exports.njSemanticColorBackgroundAccentLimeSolidPressedDark = njSemanticColorBackgroundAccentLimeSolidPressedDark; exports.njSemanticColorBackgroundAccentLimeSpotlightDefault = njSemanticColorBackgroundAccentLimeSpotlightDefault; exports.njSemanticColorBackgroundAccentLimeSpotlightDefaultDark = njSemanticColorBackgroundAccentLimeSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentLimeTertiaryDefault = njSemanticColorBackgroundAccentLimeTertiaryDefault; exports.njSemanticColorBackgroundAccentLimeTertiaryDefaultDark = njSemanticColorBackgroundAccentLimeTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentLimeTertiaryFocused = njSemanticColorBackgroundAccentLimeTertiaryFocused; exports.njSemanticColorBackgroundAccentLimeTertiaryFocusedDark = njSemanticColorBackgroundAccentLimeTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentLimeTertiaryHovered = njSemanticColorBackgroundAccentLimeTertiaryHovered; exports.njSemanticColorBackgroundAccentLimeTertiaryHoveredDark = njSemanticColorBackgroundAccentLimeTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentLimeTertiaryPressed = njSemanticColorBackgroundAccentLimeTertiaryPressed; exports.njSemanticColorBackgroundAccentLimeTertiaryPressedDark = njSemanticColorBackgroundAccentLimeTertiaryPressedDark; exports.njSemanticColorBackgroundAccentOrangeSecondaryDefault = njSemanticColorBackgroundAccentOrangeSecondaryDefault; exports.njSemanticColorBackgroundAccentOrangeSecondaryDefaultDark = njSemanticColorBackgroundAccentOrangeSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentOrangeSecondaryFocused = njSemanticColorBackgroundAccentOrangeSecondaryFocused; exports.njSemanticColorBackgroundAccentOrangeSecondaryFocusedDark = njSemanticColorBackgroundAccentOrangeSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentOrangeSecondaryHovered = njSemanticColorBackgroundAccentOrangeSecondaryHovered; exports.njSemanticColorBackgroundAccentOrangeSecondaryHoveredDark = njSemanticColorBackgroundAccentOrangeSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentOrangeSecondaryPressed = njSemanticColorBackgroundAccentOrangeSecondaryPressed; exports.njSemanticColorBackgroundAccentOrangeSecondaryPressedDark = njSemanticColorBackgroundAccentOrangeSecondaryPressedDark; exports.njSemanticColorBackgroundAccentOrangeSolidDefault = njSemanticColorBackgroundAccentOrangeSolidDefault; exports.njSemanticColorBackgroundAccentOrangeSolidDefaultDark = njSemanticColorBackgroundAccentOrangeSolidDefaultDark; exports.njSemanticColorBackgroundAccentOrangeSolidFocused = njSemanticColorBackgroundAccentOrangeSolidFocused; exports.njSemanticColorBackgroundAccentOrangeSolidFocusedDark = njSemanticColorBackgroundAccentOrangeSolidFocusedDark; exports.njSemanticColorBackgroundAccentOrangeSolidHovered = njSemanticColorBackgroundAccentOrangeSolidHovered; exports.njSemanticColorBackgroundAccentOrangeSolidHoveredDark = njSemanticColorBackgroundAccentOrangeSolidHoveredDark; exports.njSemanticColorBackgroundAccentOrangeSolidPressed = njSemanticColorBackgroundAccentOrangeSolidPressed; exports.njSemanticColorBackgroundAccentOrangeSolidPressedDark = njSemanticColorBackgroundAccentOrangeSolidPressedDark; exports.njSemanticColorBackgroundAccentOrangeSpotlightDefault = njSemanticColorBackgroundAccentOrangeSpotlightDefault; exports.njSemanticColorBackgroundAccentOrangeSpotlightDefaultDark = njSemanticColorBackgroundAccentOrangeSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentOrangeTertiaryDefault = njSemanticColorBackgroundAccentOrangeTertiaryDefault; exports.njSemanticColorBackgroundAccentOrangeTertiaryDefaultDark = njSemanticColorBackgroundAccentOrangeTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentOrangeTertiaryFocused = njSemanticColorBackgroundAccentOrangeTertiaryFocused; exports.njSemanticColorBackgroundAccentOrangeTertiaryFocusedDark = njSemanticColorBackgroundAccentOrangeTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentOrangeTertiaryHovered = njSemanticColorBackgroundAccentOrangeTertiaryHovered; exports.njSemanticColorBackgroundAccentOrangeTertiaryHoveredDark = njSemanticColorBackgroundAccentOrangeTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentOrangeTertiaryPressed = njSemanticColorBackgroundAccentOrangeTertiaryPressed; exports.njSemanticColorBackgroundAccentOrangeTertiaryPressedDark = njSemanticColorBackgroundAccentOrangeTertiaryPressedDark; exports.njSemanticColorBackgroundAccentPinkSecondaryDefault = njSemanticColorBackgroundAccentPinkSecondaryDefault; exports.njSemanticColorBackgroundAccentPinkSecondaryDefaultDark = njSemanticColorBackgroundAccentPinkSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentPinkSecondaryFocused = njSemanticColorBackgroundAccentPinkSecondaryFocused; exports.njSemanticColorBackgroundAccentPinkSecondaryFocusedDark = njSemanticColorBackgroundAccentPinkSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentPinkSecondaryHovered = njSemanticColorBackgroundAccentPinkSecondaryHovered; exports.njSemanticColorBackgroundAccentPinkSecondaryHoveredDark = njSemanticColorBackgroundAccentPinkSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentPinkSecondaryPressed = njSemanticColorBackgroundAccentPinkSecondaryPressed; exports.njSemanticColorBackgroundAccentPinkSecondaryPressedDark = njSemanticColorBackgroundAccentPinkSecondaryPressedDark; exports.njSemanticColorBackgroundAccentPinkSolidDefault = njSemanticColorBackgroundAccentPinkSolidDefault; exports.njSemanticColorBackgroundAccentPinkSolidDefaultDark = njSemanticColorBackgroundAccentPinkSolidDefaultDark; exports.njSemanticColorBackgroundAccentPinkSolidFocused = njSemanticColorBackgroundAccentPinkSolidFocused; exports.njSemanticColorBackgroundAccentPinkSolidFocusedDark = njSemanticColorBackgroundAccentPinkSolidFocusedDark; exports.njSemanticColorBackgroundAccentPinkSolidHovered = njSemanticColorBackgroundAccentPinkSolidHovered; exports.njSemanticColorBackgroundAccentPinkSolidHoveredDark = njSemanticColorBackgroundAccentPinkSolidHoveredDark; exports.njSemanticColorBackgroundAccentPinkSolidPressed = njSemanticColorBackgroundAccentPinkSolidPressed; exports.njSemanticColorBackgroundAccentPinkSolidPressedDark = njSemanticColorBackgroundAccentPinkSolidPressedDark; exports.njSemanticColorBackgroundAccentPinkSpotlightDefault = njSemanticColorBackgroundAccentPinkSpotlightDefault; exports.njSemanticColorBackgroundAccentPinkSpotlightDefaultDark = njSemanticColorBackgroundAccentPinkSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentPinkTertiaryDefault = njSemanticColorBackgroundAccentPinkTertiaryDefault; exports.njSemanticColorBackgroundAccentPinkTertiaryDefaultDark = njSemanticColorBackgroundAccentPinkTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentPinkTertiaryFocused = njSemanticColorBackgroundAccentPinkTertiaryFocused; exports.njSemanticColorBackgroundAccentPinkTertiaryFocusedDark = njSemanticColorBackgroundAccentPinkTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentPinkTertiaryHovered = njSemanticColorBackgroundAccentPinkTertiaryHovered; exports.njSemanticColorBackgroundAccentPinkTertiaryHoveredDark = njSemanticColorBackgroundAccentPinkTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentPinkTertiaryPressed = njSemanticColorBackgroundAccentPinkTertiaryPressed; exports.njSemanticColorBackgroundAccentPinkTertiaryPressedDark = njSemanticColorBackgroundAccentPinkTertiaryPressedDark; exports.njSemanticColorBackgroundAccentPurpleSecondaryDefault = njSemanticColorBackgroundAccentPurpleSecondaryDefault; exports.njSemanticColorBackgroundAccentPurpleSecondaryDefaultDark = njSemanticColorBackgroundAccentPurpleSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentPurpleSecondaryFocused = njSemanticColorBackgroundAccentPurpleSecondaryFocused; exports.njSemanticColorBackgroundAccentPurpleSecondaryFocusedDark = njSemanticColorBackgroundAccentPurpleSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentPurpleSecondaryHovered = njSemanticColorBackgroundAccentPurpleSecondaryHovered; exports.njSemanticColorBackgroundAccentPurpleSecondaryHoveredDark = njSemanticColorBackgroundAccentPurpleSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentPurpleSecondaryPressed = njSemanticColorBackgroundAccentPurpleSecondaryPressed; exports.njSemanticColorBackgroundAccentPurpleSecondaryPressedDark = njSemanticColorBackgroundAccentPurpleSecondaryPressedDark; exports.njSemanticColorBackgroundAccentPurpleSolidDefault = njSemanticColorBackgroundAccentPurpleSolidDefault; exports.njSemanticColorBackgroundAccentPurpleSolidDefaultDark = njSemanticColorBackgroundAccentPurpleSolidDefaultDark; exports.njSemanticColorBackgroundAccentPurpleSolidFocused = njSemanticColorBackgroundAccentPurpleSolidFocused; exports.njSemanticColorBackgroundAccentPurpleSolidFocusedDark = njSemanticColorBackgroundAccentPurpleSolidFocusedDark; exports.njSemanticColorBackgroundAccentPurpleSolidHovered = njSemanticColorBackgroundAccentPurpleSolidHovered; exports.njSemanticColorBackgroundAccentPurpleSolidHoveredDark = njSemanticColorBackgroundAccentPurpleSolidHoveredDark; exports.njSemanticColorBackgroundAccentPurpleSolidPressed = njSemanticColorBackgroundAccentPurpleSolidPressed; exports.njSemanticColorBackgroundAccentPurpleSolidPressedDark = njSemanticColorBackgroundAccentPurpleSolidPressedDark; exports.njSemanticColorBackgroundAccentPurpleSpotlightDefault = njSemanticColorBackgroundAccentPurpleSpotlightDefault; exports.njSemanticColorBackgroundAccentPurpleSpotlightDefaultDark = njSemanticColorBackgroundAccentPurpleSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentPurpleTertiaryDefault = njSemanticColorBackgroundAccentPurpleTertiaryDefault; exports.njSemanticColorBackgroundAccentPurpleTertiaryDefaultDark = njSemanticColorBackgroundAccentPurpleTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentPurpleTertiaryFocused = njSemanticColorBackgroundAccentPurpleTertiaryFocused; exports.njSemanticColorBackgroundAccentPurpleTertiaryFocusedDark = njSemanticColorBackgroundAccentPurpleTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentPurpleTertiaryHovered = njSemanticColorBackgroundAccentPurpleTertiaryHovered; exports.njSemanticColorBackgroundAccentPurpleTertiaryHoveredDark = njSemanticColorBackgroundAccentPurpleTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentPurpleTertiaryPressed = njSemanticColorBackgroundAccentPurpleTertiaryPressed; exports.njSemanticColorBackgroundAccentPurpleTertiaryPressedDark = njSemanticColorBackgroundAccentPurpleTertiaryPressedDark; exports.njSemanticColorBackgroundAccentRedSecondaryDefault = njSemanticColorBackgroundAccentRedSecondaryDefault; exports.njSemanticColorBackgroundAccentRedSecondaryDefaultDark = njSemanticColorBackgroundAccentRedSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentRedSecondaryFocused = njSemanticColorBackgroundAccentRedSecondaryFocused; exports.njSemanticColorBackgroundAccentRedSecondaryFocusedDark = njSemanticColorBackgroundAccentRedSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentRedSecondaryHovered = njSemanticColorBackgroundAccentRedSecondaryHovered; exports.njSemanticColorBackgroundAccentRedSecondaryHoveredDark = njSemanticColorBackgroundAccentRedSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentRedSecondaryPressed = njSemanticColorBackgroundAccentRedSecondaryPressed; exports.njSemanticColorBackgroundAccentRedSecondaryPressedDark = njSemanticColorBackgroundAccentRedSecondaryPressedDark; exports.njSemanticColorBackgroundAccentRedSolidDefault = njSemanticColorBackgroundAccentRedSolidDefault; exports.njSemanticColorBackgroundAccentRedSolidDefaultDark = njSemanticColorBackgroundAccentRedSolidDefaultDark; exports.njSemanticColorBackgroundAccentRedSpotlightDefault = njSemanticColorBackgroundAccentRedSpotlightDefault; exports.njSemanticColorBackgroundAccentRedSpotlightDefaultDark = njSemanticColorBackgroundAccentRedSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentRedTertiaryDefault = njSemanticColorBackgroundAccentRedTertiaryDefault; exports.njSemanticColorBackgroundAccentRedTertiaryDefaultDark = njSemanticColorBackgroundAccentRedTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentRedTertiaryFocused = njSemanticColorBackgroundAccentRedTertiaryFocused; exports.njSemanticColorBackgroundAccentRedTertiaryFocusedDark = njSemanticColorBackgroundAccentRedTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentRedTertiaryHovered = njSemanticColorBackgroundAccentRedTertiaryHovered; exports.njSemanticColorBackgroundAccentRedTertiaryHoveredDark = njSemanticColorBackgroundAccentRedTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentRedTertiaryPressed = njSemanticColorBackgroundAccentRedTertiaryPressed; exports.njSemanticColorBackgroundAccentRedTertiaryPressedDark = njSemanticColorBackgroundAccentRedTertiaryPressedDark; exports.njSemanticColorBackgroundAccentTealSecondaryDefault = njSemanticColorBackgroundAccentTealSecondaryDefault; exports.njSemanticColorBackgroundAccentTealSecondaryDefaultDark = njSemanticColorBackgroundAccentTealSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentTealSecondaryFocused = njSemanticColorBackgroundAccentTealSecondaryFocused; exports.njSemanticColorBackgroundAccentTealSecondaryFocusedDark = njSemanticColorBackgroundAccentTealSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentTealSecondaryHovered = njSemanticColorBackgroundAccentTealSecondaryHovered; exports.njSemanticColorBackgroundAccentTealSecondaryHoveredDark = njSemanticColorBackgroundAccentTealSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentTealSecondaryPressed = njSemanticColorBackgroundAccentTealSecondaryPressed; exports.njSemanticColorBackgroundAccentTealSecondaryPressedDark = njSemanticColorBackgroundAccentTealSecondaryPressedDark; exports.njSemanticColorBackgroundAccentTealSolidDefault = njSemanticColorBackgroundAccentTealSolidDefault; exports.njSemanticColorBackgroundAccentTealSolidDefaultDark = njSemanticColorBackgroundAccentTealSolidDefaultDark; exports.njSemanticColorBackgroundAccentTealSolidFocused = njSemanticColorBackgroundAccentTealSolidFocused; exports.njSemanticColorBackgroundAccentTealSolidFocusedDark = njSemanticColorBackgroundAccentTealSolidFocusedDark; exports.njSemanticColorBackgroundAccentTealSolidHovered = njSemanticColorBackgroundAccentTealSolidHovered; exports.njSemanticColorBackgroundAccentTealSolidHoveredDark = njSemanticColorBackgroundAccentTealSolidHoveredDark; exports.njSemanticColorBackgroundAccentTealSolidPressed = njSemanticColorBackgroundAccentTealSolidPressed; exports.njSemanticColorBackgroundAccentTealSolidPressedDark = njSemanticColorBackgroundAccentTealSolidPressedDark; exports.njSemanticColorBackgroundAccentTealSpotlightDefault = njSemanticColorBackgroundAccentTealSpotlightDefault; exports.njSemanticColorBackgroundAccentTealSpotlightDefaultDark = njSemanticColorBackgroundAccentTealSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentTealTertiaryDefault = njSemanticColorBackgroundAccentTealTertiaryDefault; exports.njSemanticColorBackgroundAccentTealTertiaryDefaultDark = njSemanticColorBackgroundAccentTealTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentTealTertiaryFocused = njSemanticColorBackgroundAccentTealTertiaryFocused; exports.njSemanticColorBackgroundAccentTealTertiaryFocusedDark = njSemanticColorBackgroundAccentTealTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentTealTertiaryHovered = njSemanticColorBackgroundAccentTealTertiaryHovered; exports.njSemanticColorBackgroundAccentTealTertiaryHoveredDark = njSemanticColorBackgroundAccentTealTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentTealTertiaryPressed = njSemanticColorBackgroundAccentTealTertiaryPressed; exports.njSemanticColorBackgroundAccentTealTertiaryPressedDark = njSemanticColorBackgroundAccentTealTertiaryPressedDark; exports.njSemanticColorBackgroundAccentUltramarineSecondaryDefault = njSemanticColorBackgroundAccentUltramarineSecondaryDefault; exports.njSemanticColorBackgroundAccentUltramarineSecondaryDefaultDark = njSemanticColorBackgroundAccentUltramarineSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentUltramarineSecondaryFocused = njSemanticColorBackgroundAccentUltramarineSecondaryFocused; exports.njSemanticColorBackgroundAccentUltramarineSecondaryFocusedDark = njSemanticColorBackgroundAccentUltramarineSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentUltramarineSecondaryHovered = njSemanticColorBackgroundAccentUltramarineSecondaryHovered; exports.njSemanticColorBackgroundAccentUltramarineSecondaryHoveredDark = njSemanticColorBackgroundAccentUltramarineSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentUltramarineSecondaryPressed = njSemanticColorBackgroundAccentUltramarineSecondaryPressed; exports.njSemanticColorBackgroundAccentUltramarineSecondaryPressedDark = njSemanticColorBackgroundAccentUltramarineSecondaryPressedDark; exports.njSemanticColorBackgroundAccentUltramarineSolidDefault = njSemanticColorBackgroundAccentUltramarineSolidDefault; exports.njSemanticColorBackgroundAccentUltramarineSolidDefaultDark = njSemanticColorBackgroundAccentUltramarineSolidDefaultDark; exports.njSemanticColorBackgroundAccentUltramarineSolidFocused = njSemanticColorBackgroundAccentUltramarineSolidFocused; exports.njSemanticColorBackgroundAccentUltramarineSolidFocusedDark = njSemanticColorBackgroundAccentUltramarineSolidFocusedDark; exports.njSemanticColorBackgroundAccentUltramarineSolidHovered = njSemanticColorBackgroundAccentUltramarineSolidHovered; exports.njSemanticColorBackgroundAccentUltramarineSolidHoveredDark = njSemanticColorBackgroundAccentUltramarineSolidHoveredDark; exports.njSemanticColorBackgroundAccentUltramarineSolidPressed = njSemanticColorBackgroundAccentUltramarineSolidPressed; exports.njSemanticColorBackgroundAccentUltramarineSolidPressedDark = njSemanticColorBackgroundAccentUltramarineSolidPressedDark; exports.njSemanticColorBackgroundAccentUltramarineSpotlightDefault = njSemanticColorBackgroundAccentUltramarineSpotlightDefault; exports.njSemanticColorBackgroundAccentUltramarineSpotlightDefaultDark = njSemanticColorBackgroundAccentUltramarineSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentUltramarineTertiaryDefault = njSemanticColorBackgroundAccentUltramarineTertiaryDefault; exports.njSemanticColorBackgroundAccentUltramarineTertiaryDefaultDark = njSemanticColorBackgroundAccentUltramarineTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentUltramarineTertiaryFocused = njSemanticColorBackgroundAccentUltramarineTertiaryFocused; exports.njSemanticColorBackgroundAccentUltramarineTertiaryFocusedDark = njSemanticColorBackgroundAccentUltramarineTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentUltramarineTertiaryHovered = njSemanticColorBackgroundAccentUltramarineTertiaryHovered; exports.njSemanticColorBackgroundAccentUltramarineTertiaryHoveredDark = njSemanticColorBackgroundAccentUltramarineTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentUltramarineTertiaryPressed = njSemanticColorBackgroundAccentUltramarineTertiaryPressed; exports.njSemanticColorBackgroundAccentUltramarineTertiaryPressedDark = njSemanticColorBackgroundAccentUltramarineTertiaryPressedDark; exports.njSemanticColorBackgroundAccentYellowSecondaryDefault = njSemanticColorBackgroundAccentYellowSecondaryDefault; exports.njSemanticColorBackgroundAccentYellowSecondaryDefaultDark = njSemanticColorBackgroundAccentYellowSecondaryDefaultDark; exports.njSemanticColorBackgroundAccentYellowSecondaryFocused = njSemanticColorBackgroundAccentYellowSecondaryFocused; exports.njSemanticColorBackgroundAccentYellowSecondaryFocusedDark = njSemanticColorBackgroundAccentYellowSecondaryFocusedDark; exports.njSemanticColorBackgroundAccentYellowSecondaryHovered = njSemanticColorBackgroundAccentYellowSecondaryHovered; exports.njSemanticColorBackgroundAccentYellowSecondaryHoveredDark = njSemanticColorBackgroundAccentYellowSecondaryHoveredDark; exports.njSemanticColorBackgroundAccentYellowSecondaryPressed = njSemanticColorBackgroundAccentYellowSecondaryPressed; exports.njSemanticColorBackgroundAccentYellowSecondaryPressedDark = njSemanticColorBackgroundAccentYellowSecondaryPressedDark; exports.njSemanticColorBackgroundAccentYellowSolidDefault = njSemanticColorBackgroundAccentYellowSolidDefault; exports.njSemanticColorBackgroundAccentYellowSolidDefaultDark = njSemanticColorBackgroundAccentYellowSolidDefaultDark; exports.njSemanticColorBackgroundAccentYellowSolidFocused = njSemanticColorBackgroundAccentYellowSolidFocused; exports.njSemanticColorBackgroundAccentYellowSolidFocusedDark = njSemanticColorBackgroundAccentYellowSolidFocusedDark; exports.njSemanticColorBackgroundAccentYellowSolidHovered = njSemanticColorBackgroundAccentYellowSolidHovered; exports.njSemanticColorBackgroundAccentYellowSolidHoveredDark = njSemanticColorBackgroundAccentYellowSolidHoveredDark; exports.njSemanticColorBackgroundAccentYellowSolidPressed = njSemanticColorBackgroundAccentYellowSolidPressed; exports.njSemanticColorBackgroundAccentYellowSolidPressedDark = njSemanticColorBackgroundAccentYellowSolidPressedDark; exports.njSemanticColorBackgroundAccentYellowSpotlightDefault = njSemanticColorBackgroundAccentYellowSpotlightDefault; exports.njSemanticColorBackgroundAccentYellowSpotlightDefaultDark = njSemanticColorBackgroundAccentYellowSpotlightDefaultDark; exports.njSemanticColorBackgroundAccentYellowTertiaryDefault = njSemanticColorBackgroundAccentYellowTertiaryDefault; exports.njSemanticColorBackgroundAccentYellowTertiaryDefaultDark = njSemanticColorBackgroundAccentYellowTertiaryDefaultDark; exports.njSemanticColorBackgroundAccentYellowTertiaryFocused = njSemanticColorBackgroundAccentYellowTertiaryFocused; exports.njSemanticColorBackgroundAccentYellowTertiaryFocusedDark = njSemanticColorBackgroundAccentYellowTertiaryFocusedDark; exports.njSemanticColorBackgroundAccentYellowTertiaryHovered = njSemanticColorBackgroundAccentYellowTertiaryHovered; exports.njSemanticColorBackgroundAccentYellowTertiaryHoveredDark = njSemanticColorBackgroundAccentYellowTertiaryHoveredDark; exports.njSemanticColorBackgroundAccentYellowTertiaryPressed = njSemanticColorBackgroundAccentYellowTertiaryPressed; exports.njSemanticColorBackgroundAccentYellowTertiaryPressedDark = njSemanticColorBackgroundAccentYellowTertiaryPressedDark; exports.njSemanticColorBackgroundAdditionalEngieRayDefault = njSemanticColorBackgroundAdditionalEngieRayDefault; exports.njSemanticColorBackgroundAdditionalEngieRayDefaultDark = njSemanticColorBackgroundAdditionalEngieRayDefaultDark; exports.njSemanticColorBackgroundAdditionalSignatureDefault = njSemanticColorBackgroundAdditionalSignatureDefault; exports.njSemanticColorBackgroundAdditionalSignatureDefaultDark = njSemanticColorBackgroundAdditionalSignatureDefaultDark; exports.njSemanticColorBackgroundBrandPrimaryTranslucentDefault = njSemanticColorBackgroundBrandPrimaryTranslucentDefault; exports.njSemanticColorBackgroundBrandPrimaryTranslucentDefaultDark = njSemanticColorBackgroundBrandPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundBrandPrimaryTranslucentFocused = njSemanticColorBackgroundBrandPrimaryTranslucentFocused; exports.njSemanticColorBackgroundBrandPrimaryTranslucentFocusedDark = njSemanticColorBackgroundBrandPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundBrandPrimaryTranslucentHovered = njSemanticColorBackgroundBrandPrimaryTranslucentHovered; exports.njSemanticColorBackgroundBrandPrimaryTranslucentHoveredDark = njSemanticColorBackgroundBrandPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundBrandPrimaryTranslucentPressed = njSemanticColorBackgroundBrandPrimaryTranslucentPressed; exports.njSemanticColorBackgroundBrandPrimaryTranslucentPressedDark = njSemanticColorBackgroundBrandPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundBrandSecondaryDefault = njSemanticColorBackgroundBrandSecondaryDefault; exports.njSemanticColorBackgroundBrandSecondaryDefaultDark = njSemanticColorBackgroundBrandSecondaryDefaultDark; exports.njSemanticColorBackgroundBrandSecondaryFocused = njSemanticColorBackgroundBrandSecondaryFocused; exports.njSemanticColorBackgroundBrandSecondaryFocusedDark = njSemanticColorBackgroundBrandSecondaryFocusedDark; exports.njSemanticColorBackgroundBrandSecondaryHovered = njSemanticColorBackgroundBrandSecondaryHovered; exports.njSemanticColorBackgroundBrandSecondaryHoveredDark = njSemanticColorBackgroundBrandSecondaryHoveredDark; exports.njSemanticColorBackgroundBrandSecondaryPressed = njSemanticColorBackgroundBrandSecondaryPressed; exports.njSemanticColorBackgroundBrandSecondaryPressedDark = njSemanticColorBackgroundBrandSecondaryPressedDark; exports.njSemanticColorBackgroundBrandSecondaryTranslucentDefault = njSemanticColorBackgroundBrandSecondaryTranslucentDefault; exports.njSemanticColorBackgroundBrandSecondaryTranslucentDefaultDark = njSemanticColorBackgroundBrandSecondaryTranslucentDefaultDark; exports.njSemanticColorBackgroundBrandSecondaryTranslucentFocused = njSemanticColorBackgroundBrandSecondaryTranslucentFocused; exports.njSemanticColorBackgroundBrandSecondaryTranslucentFocusedDark = njSemanticColorBackgroundBrandSecondaryTranslucentFocusedDark; exports.njSemanticColorBackgroundBrandSecondaryTranslucentHovered = njSemanticColorBackgroundBrandSecondaryTranslucentHovered; exports.njSemanticColorBackgroundBrandSecondaryTranslucentHoveredDark = njSemanticColorBackgroundBrandSecondaryTranslucentHoveredDark; exports.njSemanticColorBackgroundBrandSecondaryTranslucentPressed = njSemanticColorBackgroundBrandSecondaryTranslucentPressed; exports.njSemanticColorBackgroundBrandSecondaryTranslucentPressedDark = njSemanticColorBackgroundBrandSecondaryTranslucentPressedDark; exports.njSemanticColorBackgroundBrandSolidDefault = njSemanticColorBackgroundBrandSolidDefault; exports.njSemanticColorBackgroundBrandSolidDefaultDark = njSemanticColorBackgroundBrandSolidDefaultDark; exports.njSemanticColorBackgroundBrandSolidFocused = njSemanticColorBackgroundBrandSolidFocused; exports.njSemanticColorBackgroundBrandSolidFocusedDark = njSemanticColorBackgroundBrandSolidFocusedDark; exports.njSemanticColorBackgroundBrandSolidHovered = njSemanticColorBackgroundBrandSolidHovered; exports.njSemanticColorBackgroundBrandSolidHoveredDark = njSemanticColorBackgroundBrandSolidHoveredDark; exports.njSemanticColorBackgroundBrandSolidPressed = njSemanticColorBackgroundBrandSolidPressed; exports.njSemanticColorBackgroundBrandSolidPressedDark = njSemanticColorBackgroundBrandSolidPressedDark; exports.njSemanticColorBackgroundBrandSpotlightDefault = njSemanticColorBackgroundBrandSpotlightDefault; exports.njSemanticColorBackgroundBrandSpotlightDefaultDark = njSemanticColorBackgroundBrandSpotlightDefaultDark; exports.njSemanticColorBackgroundBrandTertiaryDefault = njSemanticColorBackgroundBrandTertiaryDefault; exports.njSemanticColorBackgroundBrandTertiaryDefaultDark = njSemanticColorBackgroundBrandTertiaryDefaultDark; exports.njSemanticColorBackgroundBrandTertiaryFocused = njSemanticColorBackgroundBrandTertiaryFocused; exports.njSemanticColorBackgroundBrandTertiaryFocusedDark = njSemanticColorBackgroundBrandTertiaryFocusedDark; exports.njSemanticColorBackgroundBrandTertiaryHovered = njSemanticColorBackgroundBrandTertiaryHovered; exports.njSemanticColorBackgroundBrandTertiaryHoveredDark = njSemanticColorBackgroundBrandTertiaryHoveredDark; exports.njSemanticColorBackgroundBrandTertiaryPressed = njSemanticColorBackgroundBrandTertiaryPressed; exports.njSemanticColorBackgroundBrandTertiaryPressedDark = njSemanticColorBackgroundBrandTertiaryPressedDark; exports.njSemanticColorBackgroundBrandTertiaryTranslucentDefault = njSemanticColorBackgroundBrandTertiaryTranslucentDefault; exports.njSemanticColorBackgroundBrandTertiaryTranslucentDefaultDark = njSemanticColorBackgroundBrandTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundBrandTertiaryTranslucentFocused = njSemanticColorBackgroundBrandTertiaryTranslucentFocused; exports.njSemanticColorBackgroundBrandTertiaryTranslucentFocusedDark = njSemanticColorBackgroundBrandTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundBrandTertiaryTranslucentHovered = njSemanticColorBackgroundBrandTertiaryTranslucentHovered; exports.njSemanticColorBackgroundBrandTertiaryTranslucentHoveredDark = njSemanticColorBackgroundBrandTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundBrandTertiaryTranslucentPressed = njSemanticColorBackgroundBrandTertiaryTranslucentPressed; exports.njSemanticColorBackgroundBrandTertiaryTranslucentPressedDark = njSemanticColorBackgroundBrandTertiaryTranslucentPressedDark; exports.njSemanticColorBackgroundNeutralInverseDefault = njSemanticColorBackgroundNeutralInverseDefault; exports.njSemanticColorBackgroundNeutralInverseDefaultDark = njSemanticColorBackgroundNeutralInverseDefaultDark; exports.njSemanticColorBackgroundNeutralInverseFocused = njSemanticColorBackgroundNeutralInverseFocused; exports.njSemanticColorBackgroundNeutralInverseFocusedDark = njSemanticColorBackgroundNeutralInverseFocusedDark; exports.njSemanticColorBackgroundNeutralInverseHovered = njSemanticColorBackgroundNeutralInverseHovered; exports.njSemanticColorBackgroundNeutralInverseHoveredDark = njSemanticColorBackgroundNeutralInverseHoveredDark; exports.njSemanticColorBackgroundNeutralInversePressed = njSemanticColorBackgroundNeutralInversePressed; exports.njSemanticColorBackgroundNeutralInversePressedDark = njSemanticColorBackgroundNeutralInversePressedDark; exports.njSemanticColorBackgroundNeutralInverseTranslucentDefault = njSemanticColorBackgroundNeutralInverseTranslucentDefault; exports.njSemanticColorBackgroundNeutralInverseTranslucentDefaultDark = njSemanticColorBackgroundNeutralInverseTranslucentDefaultDark; exports.njSemanticColorBackgroundNeutralInverseTranslucentFocused = njSemanticColorBackgroundNeutralInverseTranslucentFocused; exports.njSemanticColorBackgroundNeutralInverseTranslucentFocusedDark = njSemanticColorBackgroundNeutralInverseTranslucentFocusedDark; exports.njSemanticColorBackgroundNeutralInverseTranslucentHovered = njSemanticColorBackgroundNeutralInverseTranslucentHovered; exports.njSemanticColorBackgroundNeutralInverseTranslucentHoveredDark = njSemanticColorBackgroundNeutralInverseTranslucentHoveredDark; exports.njSemanticColorBackgroundNeutralInverseTranslucentPressed = njSemanticColorBackgroundNeutralInverseTranslucentPressed; exports.njSemanticColorBackgroundNeutralInverseTranslucentPressedDark = njSemanticColorBackgroundNeutralInverseTranslucentPressedDark; exports.njSemanticColorBackgroundNeutralPrimaryDefault = njSemanticColorBackgroundNeutralPrimaryDefault; exports.njSemanticColorBackgroundNeutralPrimaryDefaultDark = njSemanticColorBackgroundNeutralPrimaryDefaultDark; exports.njSemanticColorBackgroundNeutralPrimaryFocused = njSemanticColorBackgroundNeutralPrimaryFocused; exports.njSemanticColorBackgroundNeutralPrimaryFocusedDark = njSemanticColorBackgroundNeutralPrimaryFocusedDark; exports.njSemanticColorBackgroundNeutralPrimaryHovered = njSemanticColorBackgroundNeutralPrimaryHovered; exports.njSemanticColorBackgroundNeutralPrimaryHoveredDark = njSemanticColorBackgroundNeutralPrimaryHoveredDark; exports.njSemanticColorBackgroundNeutralPrimaryPressed = njSemanticColorBackgroundNeutralPrimaryPressed; exports.njSemanticColorBackgroundNeutralPrimaryPressedDark = njSemanticColorBackgroundNeutralPrimaryPressedDark; exports.njSemanticColorBackgroundNeutralPrimarySelected = njSemanticColorBackgroundNeutralPrimarySelected; exports.njSemanticColorBackgroundNeutralPrimarySelectedDark = njSemanticColorBackgroundNeutralPrimarySelectedDark; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentDefault = njSemanticColorBackgroundNeutralPrimaryTranslucentDefault; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentDefaultDark = njSemanticColorBackgroundNeutralPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentFocused = njSemanticColorBackgroundNeutralPrimaryTranslucentFocused; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentFocusedDark = njSemanticColorBackgroundNeutralPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentHovered = njSemanticColorBackgroundNeutralPrimaryTranslucentHovered; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentHoveredDark = njSemanticColorBackgroundNeutralPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentPressed = njSemanticColorBackgroundNeutralPrimaryTranslucentPressed; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentPressedDark = njSemanticColorBackgroundNeutralPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentSelected = njSemanticColorBackgroundNeutralPrimaryTranslucentSelected; exports.njSemanticColorBackgroundNeutralPrimaryTranslucentSelectedDark = njSemanticColorBackgroundNeutralPrimaryTranslucentSelectedDark; exports.njSemanticColorBackgroundNeutralSecondaryDefault = njSemanticColorBackgroundNeutralSecondaryDefault; exports.njSemanticColorBackgroundNeutralSecondaryDefaultDark = njSemanticColorBackgroundNeutralSecondaryDefaultDark; exports.njSemanticColorBackgroundNeutralSecondaryFocused = njSemanticColorBackgroundNeutralSecondaryFocused; exports.njSemanticColorBackgroundNeutralSecondaryFocusedDark = njSemanticColorBackgroundNeutralSecondaryFocusedDark; exports.njSemanticColorBackgroundNeutralSecondaryHovered = njSemanticColorBackgroundNeutralSecondaryHovered; exports.njSemanticColorBackgroundNeutralSecondaryHoveredDark = njSemanticColorBackgroundNeutralSecondaryHoveredDark; exports.njSemanticColorBackgroundNeutralSecondaryPressed = njSemanticColorBackgroundNeutralSecondaryPressed; exports.njSemanticColorBackgroundNeutralSecondaryPressedDark = njSemanticColorBackgroundNeutralSecondaryPressedDark; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentDefault = njSemanticColorBackgroundNeutralSecondaryTranslucentDefault; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentDefaultDark = njSemanticColorBackgroundNeutralSecondaryTranslucentDefaultDark; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentFocused = njSemanticColorBackgroundNeutralSecondaryTranslucentFocused; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentFocusedDark = njSemanticColorBackgroundNeutralSecondaryTranslucentFocusedDark; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentHovered = njSemanticColorBackgroundNeutralSecondaryTranslucentHovered; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentHoveredDark = njSemanticColorBackgroundNeutralSecondaryTranslucentHoveredDark; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentPressed = njSemanticColorBackgroundNeutralSecondaryTranslucentPressed; exports.njSemanticColorBackgroundNeutralSecondaryTranslucentPressedDark = njSemanticColorBackgroundNeutralSecondaryTranslucentPressedDark; exports.njSemanticColorBackgroundNeutralSolidDefault = njSemanticColorBackgroundNeutralSolidDefault; exports.njSemanticColorBackgroundNeutralSolidDefaultDark = njSemanticColorBackgroundNeutralSolidDefaultDark; exports.njSemanticColorBackgroundNeutralSolidFocused = njSemanticColorBackgroundNeutralSolidFocused; exports.njSemanticColorBackgroundNeutralSolidFocusedDark = njSemanticColorBackgroundNeutralSolidFocusedDark; exports.njSemanticColorBackgroundNeutralSolidHovered = njSemanticColorBackgroundNeutralSolidHovered; exports.njSemanticColorBackgroundNeutralSolidHoveredDark = njSemanticColorBackgroundNeutralSolidHoveredDark; exports.njSemanticColorBackgroundNeutralSolidPressed = njSemanticColorBackgroundNeutralSolidPressed; exports.njSemanticColorBackgroundNeutralSolidPressedDark = njSemanticColorBackgroundNeutralSolidPressedDark; exports.njSemanticColorBackgroundNeutralSpotlightDefault = njSemanticColorBackgroundNeutralSpotlightDefault; exports.njSemanticColorBackgroundNeutralSpotlightDefaultDark = njSemanticColorBackgroundNeutralSpotlightDefaultDark; exports.njSemanticColorBackgroundNeutralTertiaryDefault = njSemanticColorBackgroundNeutralTertiaryDefault; exports.njSemanticColorBackgroundNeutralTertiaryDefaultDark = njSemanticColorBackgroundNeutralTertiaryDefaultDark; exports.njSemanticColorBackgroundNeutralTertiaryFocused = njSemanticColorBackgroundNeutralTertiaryFocused; exports.njSemanticColorBackgroundNeutralTertiaryFocusedDark = njSemanticColorBackgroundNeutralTertiaryFocusedDark; exports.njSemanticColorBackgroundNeutralTertiaryHovered = njSemanticColorBackgroundNeutralTertiaryHovered; exports.njSemanticColorBackgroundNeutralTertiaryHoveredDark = njSemanticColorBackgroundNeutralTertiaryHoveredDark; exports.njSemanticColorBackgroundNeutralTertiaryPressed = njSemanticColorBackgroundNeutralTertiaryPressed; exports.njSemanticColorBackgroundNeutralTertiaryPressedDark = njSemanticColorBackgroundNeutralTertiaryPressedDark; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentDefault = njSemanticColorBackgroundNeutralTertiaryTranslucentDefault; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentDefaultDark = njSemanticColorBackgroundNeutralTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentFocused = njSemanticColorBackgroundNeutralTertiaryTranslucentFocused; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentFocusedDark = njSemanticColorBackgroundNeutralTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentHovered = njSemanticColorBackgroundNeutralTertiaryTranslucentHovered; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentHoveredDark = njSemanticColorBackgroundNeutralTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentPressed = njSemanticColorBackgroundNeutralTertiaryTranslucentPressed; exports.njSemanticColorBackgroundNeutralTertiaryTranslucentPressedDark = njSemanticColorBackgroundNeutralTertiaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentDefault = njSemanticColorBackgroundStatusDangerPrimaryTranslucentDefault; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentDefaultDark = njSemanticColorBackgroundStatusDangerPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentFocused = njSemanticColorBackgroundStatusDangerPrimaryTranslucentFocused; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentFocusedDark = njSemanticColorBackgroundStatusDangerPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentHovered = njSemanticColorBackgroundStatusDangerPrimaryTranslucentHovered; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentHoveredDark = njSemanticColorBackgroundStatusDangerPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentPressed = njSemanticColorBackgroundStatusDangerPrimaryTranslucentPressed; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentPressedDark = njSemanticColorBackgroundStatusDangerPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentSelected = njSemanticColorBackgroundStatusDangerPrimaryTranslucentSelected; exports.njSemanticColorBackgroundStatusDangerPrimaryTranslucentSelectedDark = njSemanticColorBackgroundStatusDangerPrimaryTranslucentSelectedDark; exports.njSemanticColorBackgroundStatusDangerSecondaryDefault = njSemanticColorBackgroundStatusDangerSecondaryDefault; exports.njSemanticColorBackgroundStatusDangerSecondaryDefaultDark = njSemanticColorBackgroundStatusDangerSecondaryDefaultDark; exports.njSemanticColorBackgroundStatusDangerSecondaryFocused = njSemanticColorBackgroundStatusDangerSecondaryFocused; exports.njSemanticColorBackgroundStatusDangerSecondaryFocusedDark = njSemanticColorBackgroundStatusDangerSecondaryFocusedDark; exports.njSemanticColorBackgroundStatusDangerSecondaryHovered = njSemanticColorBackgroundStatusDangerSecondaryHovered; exports.njSemanticColorBackgroundStatusDangerSecondaryHoveredDark = njSemanticColorBackgroundStatusDangerSecondaryHoveredDark; exports.njSemanticColorBackgroundStatusDangerSecondaryPressed = njSemanticColorBackgroundStatusDangerSecondaryPressed; exports.njSemanticColorBackgroundStatusDangerSecondaryPressedDark = njSemanticColorBackgroundStatusDangerSecondaryPressedDark; exports.njSemanticColorBackgroundStatusDangerSolidDefault = njSemanticColorBackgroundStatusDangerSolidDefault; exports.njSemanticColorBackgroundStatusDangerSolidDefaultDark = njSemanticColorBackgroundStatusDangerSolidDefaultDark; exports.njSemanticColorBackgroundStatusDangerSolidFocused = njSemanticColorBackgroundStatusDangerSolidFocused; exports.njSemanticColorBackgroundStatusDangerSolidFocusedDark = njSemanticColorBackgroundStatusDangerSolidFocusedDark; exports.njSemanticColorBackgroundStatusDangerSolidHovered = njSemanticColorBackgroundStatusDangerSolidHovered; exports.njSemanticColorBackgroundStatusDangerSolidHoveredDark = njSemanticColorBackgroundStatusDangerSolidHoveredDark; exports.njSemanticColorBackgroundStatusDangerSolidPressed = njSemanticColorBackgroundStatusDangerSolidPressed; exports.njSemanticColorBackgroundStatusDangerSolidPressedDark = njSemanticColorBackgroundStatusDangerSolidPressedDark; exports.njSemanticColorBackgroundStatusDangerSpotlightDefault = njSemanticColorBackgroundStatusDangerSpotlightDefault; exports.njSemanticColorBackgroundStatusDangerSpotlightDefaultDark = njSemanticColorBackgroundStatusDangerSpotlightDefaultDark; exports.njSemanticColorBackgroundStatusDangerTertiaryDefault = njSemanticColorBackgroundStatusDangerTertiaryDefault; exports.njSemanticColorBackgroundStatusDangerTertiaryDefaultDark = njSemanticColorBackgroundStatusDangerTertiaryDefaultDark; exports.njSemanticColorBackgroundStatusDangerTertiaryFocused = njSemanticColorBackgroundStatusDangerTertiaryFocused; exports.njSemanticColorBackgroundStatusDangerTertiaryFocusedDark = njSemanticColorBackgroundStatusDangerTertiaryFocusedDark; exports.njSemanticColorBackgroundStatusDangerTertiaryHovered = njSemanticColorBackgroundStatusDangerTertiaryHovered; exports.njSemanticColorBackgroundStatusDangerTertiaryHoveredDark = njSemanticColorBackgroundStatusDangerTertiaryHoveredDark; exports.njSemanticColorBackgroundStatusDangerTertiaryPressed = njSemanticColorBackgroundStatusDangerTertiaryPressed; exports.njSemanticColorBackgroundStatusDangerTertiaryPressedDark = njSemanticColorBackgroundStatusDangerTertiaryPressedDark; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentDefault = njSemanticColorBackgroundStatusDangerTertiaryTranslucentDefault; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentDefaultDark = njSemanticColorBackgroundStatusDangerTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentFocused = njSemanticColorBackgroundStatusDangerTertiaryTranslucentFocused; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentFocusedDark = njSemanticColorBackgroundStatusDangerTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentHovered = njSemanticColorBackgroundStatusDangerTertiaryTranslucentHovered; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentHoveredDark = njSemanticColorBackgroundStatusDangerTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentPressed = njSemanticColorBackgroundStatusDangerTertiaryTranslucentPressed; exports.njSemanticColorBackgroundStatusDangerTertiaryTranslucentPressedDark = njSemanticColorBackgroundStatusDangerTertiaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentDefault = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentDefault; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentDefaultDark = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentFocused = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentFocused; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentFocusedDark = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentHovered = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentHovered; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentHoveredDark = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentPressed = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentPressed; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentPressedDark = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentSelected = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentSelected; exports.njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentSelectedDark = njSemanticColorBackgroundStatusDiscoveryPrimaryTranslucentSelectedDark; exports.njSemanticColorBackgroundStatusDiscoverySecondaryDefault = njSemanticColorBackgroundStatusDiscoverySecondaryDefault; exports.njSemanticColorBackgroundStatusDiscoverySecondaryDefaultDark = njSemanticColorBackgroundStatusDiscoverySecondaryDefaultDark; exports.njSemanticColorBackgroundStatusDiscoverySecondaryFocused = njSemanticColorBackgroundStatusDiscoverySecondaryFocused; exports.njSemanticColorBackgroundStatusDiscoverySecondaryFocusedDark = njSemanticColorBackgroundStatusDiscoverySecondaryFocusedDark; exports.njSemanticColorBackgroundStatusDiscoverySecondaryHovered = njSemanticColorBackgroundStatusDiscoverySecondaryHovered; exports.njSemanticColorBackgroundStatusDiscoverySecondaryHoveredDark = njSemanticColorBackgroundStatusDiscoverySecondaryHoveredDark; exports.njSemanticColorBackgroundStatusDiscoverySecondaryPressed = njSemanticColorBackgroundStatusDiscoverySecondaryPressed; exports.njSemanticColorBackgroundStatusDiscoverySecondaryPressedDark = njSemanticColorBackgroundStatusDiscoverySecondaryPressedDark; exports.njSemanticColorBackgroundStatusDiscoverySolidDefault = njSemanticColorBackgroundStatusDiscoverySolidDefault; exports.njSemanticColorBackgroundStatusDiscoverySolidDefaultDark = njSemanticColorBackgroundStatusDiscoverySolidDefaultDark; exports.njSemanticColorBackgroundStatusDiscoverySolidFocused = njSemanticColorBackgroundStatusDiscoverySolidFocused; exports.njSemanticColorBackgroundStatusDiscoverySolidFocusedDark = njSemanticColorBackgroundStatusDiscoverySolidFocusedDark; exports.njSemanticColorBackgroundStatusDiscoverySolidHovered = njSemanticColorBackgroundStatusDiscoverySolidHovered; exports.njSemanticColorBackgroundStatusDiscoverySolidHoveredDark = njSemanticColorBackgroundStatusDiscoverySolidHoveredDark; exports.njSemanticColorBackgroundStatusDiscoverySolidPressed = njSemanticColorBackgroundStatusDiscoverySolidPressed; exports.njSemanticColorBackgroundStatusDiscoverySolidPressedDark = njSemanticColorBackgroundStatusDiscoverySolidPressedDark; exports.njSemanticColorBackgroundStatusDiscoverySpotlightDefault = njSemanticColorBackgroundStatusDiscoverySpotlightDefault; exports.njSemanticColorBackgroundStatusDiscoverySpotlightDefaultDark = njSemanticColorBackgroundStatusDiscoverySpotlightDefaultDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryDefault = njSemanticColorBackgroundStatusDiscoveryTertiaryDefault; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryDefaultDark = njSemanticColorBackgroundStatusDiscoveryTertiaryDefaultDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryFocused = njSemanticColorBackgroundStatusDiscoveryTertiaryFocused; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryFocusedDark = njSemanticColorBackgroundStatusDiscoveryTertiaryFocusedDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryHovered = njSemanticColorBackgroundStatusDiscoveryTertiaryHovered; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryHoveredDark = njSemanticColorBackgroundStatusDiscoveryTertiaryHoveredDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryPressed = njSemanticColorBackgroundStatusDiscoveryTertiaryPressed; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryPressedDark = njSemanticColorBackgroundStatusDiscoveryTertiaryPressedDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentDefault = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentDefault; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentDefaultDark = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentFocused = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentFocused; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentFocusedDark = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentHovered = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentHovered; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentHoveredDark = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentPressed = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentPressed; exports.njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentPressedDark = njSemanticColorBackgroundStatusDiscoveryTertiaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentDefault = njSemanticColorBackgroundStatusInformationPrimaryTranslucentDefault; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentDefaultDark = njSemanticColorBackgroundStatusInformationPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentFocused = njSemanticColorBackgroundStatusInformationPrimaryTranslucentFocused; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentFocusedDark = njSemanticColorBackgroundStatusInformationPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentHovered = njSemanticColorBackgroundStatusInformationPrimaryTranslucentHovered; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentHoveredDark = njSemanticColorBackgroundStatusInformationPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentPressed = njSemanticColorBackgroundStatusInformationPrimaryTranslucentPressed; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentPressedDark = njSemanticColorBackgroundStatusInformationPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentSelected = njSemanticColorBackgroundStatusInformationPrimaryTranslucentSelected; exports.njSemanticColorBackgroundStatusInformationPrimaryTranslucentSelectedDark = njSemanticColorBackgroundStatusInformationPrimaryTranslucentSelectedDark; exports.njSemanticColorBackgroundStatusInformationSecondaryDefault = njSemanticColorBackgroundStatusInformationSecondaryDefault; exports.njSemanticColorBackgroundStatusInformationSecondaryDefaultDark = njSemanticColorBackgroundStatusInformationSecondaryDefaultDark; exports.njSemanticColorBackgroundStatusInformationSecondaryFocused = njSemanticColorBackgroundStatusInformationSecondaryFocused; exports.njSemanticColorBackgroundStatusInformationSecondaryFocusedDark = njSemanticColorBackgroundStatusInformationSecondaryFocusedDark; exports.njSemanticColorBackgroundStatusInformationSecondaryHovered = njSemanticColorBackgroundStatusInformationSecondaryHovered; exports.njSemanticColorBackgroundStatusInformationSecondaryHoveredDark = njSemanticColorBackgroundStatusInformationSecondaryHoveredDark; exports.njSemanticColorBackgroundStatusInformationSecondaryPressed = njSemanticColorBackgroundStatusInformationSecondaryPressed; exports.njSemanticColorBackgroundStatusInformationSecondaryPressedDark = njSemanticColorBackgroundStatusInformationSecondaryPressedDark; exports.njSemanticColorBackgroundStatusInformationSolidDefault = njSemanticColorBackgroundStatusInformationSolidDefault; exports.njSemanticColorBackgroundStatusInformationSolidDefaultDark = njSemanticColorBackgroundStatusInformationSolidDefaultDark; exports.njSemanticColorBackgroundStatusInformationSolidFocused = njSemanticColorBackgroundStatusInformationSolidFocused; exports.njSemanticColorBackgroundStatusInformationSolidFocusedDark = njSemanticColorBackgroundStatusInformationSolidFocusedDark; exports.njSemanticColorBackgroundStatusInformationSolidHovered = njSemanticColorBackgroundStatusInformationSolidHovered; exports.njSemanticColorBackgroundStatusInformationSolidHoveredDark = njSemanticColorBackgroundStatusInformationSolidHoveredDark; exports.njSemanticColorBackgroundStatusInformationSolidPressed = njSemanticColorBackgroundStatusInformationSolidPressed; exports.njSemanticColorBackgroundStatusInformationSolidPressedDark = njSemanticColorBackgroundStatusInformationSolidPressedDark; exports.njSemanticColorBackgroundStatusInformationSpotlightDefault = njSemanticColorBackgroundStatusInformationSpotlightDefault; exports.njSemanticColorBackgroundStatusInformationSpotlightDefaultDark = njSemanticColorBackgroundStatusInformationSpotlightDefaultDark; exports.njSemanticColorBackgroundStatusInformationTertiaryDefault = njSemanticColorBackgroundStatusInformationTertiaryDefault; exports.njSemanticColorBackgroundStatusInformationTertiaryDefaultDark = njSemanticColorBackgroundStatusInformationTertiaryDefaultDark; exports.njSemanticColorBackgroundStatusInformationTertiaryFocused = njSemanticColorBackgroundStatusInformationTertiaryFocused; exports.njSemanticColorBackgroundStatusInformationTertiaryFocusedDark = njSemanticColorBackgroundStatusInformationTertiaryFocusedDark; exports.njSemanticColorBackgroundStatusInformationTertiaryHovered = njSemanticColorBackgroundStatusInformationTertiaryHovered; exports.njSemanticColorBackgroundStatusInformationTertiaryHoveredDark = njSemanticColorBackgroundStatusInformationTertiaryHoveredDark; exports.njSemanticColorBackgroundStatusInformationTertiaryPressed = njSemanticColorBackgroundStatusInformationTertiaryPressed; exports.njSemanticColorBackgroundStatusInformationTertiaryPressedDark = njSemanticColorBackgroundStatusInformationTertiaryPressedDark; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentDefault = njSemanticColorBackgroundStatusInformationTertiaryTranslucentDefault; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentDefaultDark = njSemanticColorBackgroundStatusInformationTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentFocused = njSemanticColorBackgroundStatusInformationTertiaryTranslucentFocused; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentFocusedDark = njSemanticColorBackgroundStatusInformationTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentHovered = njSemanticColorBackgroundStatusInformationTertiaryTranslucentHovered; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentHoveredDark = njSemanticColorBackgroundStatusInformationTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentPressed = njSemanticColorBackgroundStatusInformationTertiaryTranslucentPressed; exports.njSemanticColorBackgroundStatusInformationTertiaryTranslucentPressedDark = njSemanticColorBackgroundStatusInformationTertiaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentDefault = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentDefault; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentDefaultDark = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentFocused = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentFocused; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentFocusedDark = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentHovered = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentHovered; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentHoveredDark = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentPressed = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentPressed; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentPressedDark = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentSelected = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentSelected; exports.njSemanticColorBackgroundStatusPlanetPrimaryTranslucentSelectedDark = njSemanticColorBackgroundStatusPlanetPrimaryTranslucentSelectedDark; exports.njSemanticColorBackgroundStatusPlanetSecondaryDefault = njSemanticColorBackgroundStatusPlanetSecondaryDefault; exports.njSemanticColorBackgroundStatusPlanetSecondaryDefaultDark = njSemanticColorBackgroundStatusPlanetSecondaryDefaultDark; exports.njSemanticColorBackgroundStatusPlanetSecondaryFocused = njSemanticColorBackgroundStatusPlanetSecondaryFocused; exports.njSemanticColorBackgroundStatusPlanetSecondaryFocusedDark = njSemanticColorBackgroundStatusPlanetSecondaryFocusedDark; exports.njSemanticColorBackgroundStatusPlanetSecondaryHovered = njSemanticColorBackgroundStatusPlanetSecondaryHovered; exports.njSemanticColorBackgroundStatusPlanetSecondaryHoveredDark = njSemanticColorBackgroundStatusPlanetSecondaryHoveredDark; exports.njSemanticColorBackgroundStatusPlanetSecondaryPressed = njSemanticColorBackgroundStatusPlanetSecondaryPressed; exports.njSemanticColorBackgroundStatusPlanetSecondaryPressedDark = njSemanticColorBackgroundStatusPlanetSecondaryPressedDark; exports.njSemanticColorBackgroundStatusPlanetSolidDefault = njSemanticColorBackgroundStatusPlanetSolidDefault; exports.njSemanticColorBackgroundStatusPlanetSolidDefaultDark = njSemanticColorBackgroundStatusPlanetSolidDefaultDark; exports.njSemanticColorBackgroundStatusPlanetSolidFocused = njSemanticColorBackgroundStatusPlanetSolidFocused; exports.njSemanticColorBackgroundStatusPlanetSolidFocusedDark = njSemanticColorBackgroundStatusPlanetSolidFocusedDark; exports.njSemanticColorBackgroundStatusPlanetSolidHovered = njSemanticColorBackgroundStatusPlanetSolidHovered; exports.njSemanticColorBackgroundStatusPlanetSolidHoveredDark = njSemanticColorBackgroundStatusPlanetSolidHoveredDark; exports.njSemanticColorBackgroundStatusPlanetSolidPressed = njSemanticColorBackgroundStatusPlanetSolidPressed; exports.njSemanticColorBackgroundStatusPlanetSolidPressedDark = njSemanticColorBackgroundStatusPlanetSolidPressedDark; exports.njSemanticColorBackgroundStatusPlanetSpotlightDefault = njSemanticColorBackgroundStatusPlanetSpotlightDefault; exports.njSemanticColorBackgroundStatusPlanetSpotlightDefaultDark = njSemanticColorBackgroundStatusPlanetSpotlightDefaultDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryDefault = njSemanticColorBackgroundStatusPlanetTertiaryDefault; exports.njSemanticColorBackgroundStatusPlanetTertiaryDefaultDark = njSemanticColorBackgroundStatusPlanetTertiaryDefaultDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryFocused = njSemanticColorBackgroundStatusPlanetTertiaryFocused; exports.njSemanticColorBackgroundStatusPlanetTertiaryFocusedDark = njSemanticColorBackgroundStatusPlanetTertiaryFocusedDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryHovered = njSemanticColorBackgroundStatusPlanetTertiaryHovered; exports.njSemanticColorBackgroundStatusPlanetTertiaryHoveredDark = njSemanticColorBackgroundStatusPlanetTertiaryHoveredDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryPressed = njSemanticColorBackgroundStatusPlanetTertiaryPressed; exports.njSemanticColorBackgroundStatusPlanetTertiaryPressedDark = njSemanticColorBackgroundStatusPlanetTertiaryPressedDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentDefault = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentDefault; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentDefaultDark = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentFocused = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentFocused; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentFocusedDark = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentHovered = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentHovered; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentHoveredDark = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentPressed = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentPressed; exports.njSemanticColorBackgroundStatusPlanetTertiaryTranslucentPressedDark = njSemanticColorBackgroundStatusPlanetTertiaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentDefault = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentDefault; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentDefaultDark = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentFocused = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentFocused; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentFocusedDark = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentHovered = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentHovered; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentHoveredDark = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentPressed = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentPressed; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentPressedDark = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentSelected = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentSelected; exports.njSemanticColorBackgroundStatusSuccessPrimaryTranslucentSelectedDark = njSemanticColorBackgroundStatusSuccessPrimaryTranslucentSelectedDark; exports.njSemanticColorBackgroundStatusSuccessSecondaryDefault = njSemanticColorBackgroundStatusSuccessSecondaryDefault; exports.njSemanticColorBackgroundStatusSuccessSecondaryDefaultDark = njSemanticColorBackgroundStatusSuccessSecondaryDefaultDark; exports.njSemanticColorBackgroundStatusSuccessSecondaryFocused = njSemanticColorBackgroundStatusSuccessSecondaryFocused; exports.njSemanticColorBackgroundStatusSuccessSecondaryFocusedDark = njSemanticColorBackgroundStatusSuccessSecondaryFocusedDark; exports.njSemanticColorBackgroundStatusSuccessSecondaryHovered = njSemanticColorBackgroundStatusSuccessSecondaryHovered; exports.njSemanticColorBackgroundStatusSuccessSecondaryHoveredDark = njSemanticColorBackgroundStatusSuccessSecondaryHoveredDark; exports.njSemanticColorBackgroundStatusSuccessSecondaryPressed = njSemanticColorBackgroundStatusSuccessSecondaryPressed; exports.njSemanticColorBackgroundStatusSuccessSecondaryPressedDark = njSemanticColorBackgroundStatusSuccessSecondaryPressedDark; exports.njSemanticColorBackgroundStatusSuccessSolidDefault = njSemanticColorBackgroundStatusSuccessSolidDefault; exports.njSemanticColorBackgroundStatusSuccessSolidDefaultDark = njSemanticColorBackgroundStatusSuccessSolidDefaultDark; exports.njSemanticColorBackgroundStatusSuccessSolidFocused = njSemanticColorBackgroundStatusSuccessSolidFocused; exports.njSemanticColorBackgroundStatusSuccessSolidFocusedDark = njSemanticColorBackgroundStatusSuccessSolidFocusedDark; exports.njSemanticColorBackgroundStatusSuccessSolidHovered = njSemanticColorBackgroundStatusSuccessSolidHovered; exports.njSemanticColorBackgroundStatusSuccessSolidHoveredDark = njSemanticColorBackgroundStatusSuccessSolidHoveredDark; exports.njSemanticColorBackgroundStatusSuccessSolidPressed = njSemanticColorBackgroundStatusSuccessSolidPressed; exports.njSemanticColorBackgroundStatusSuccessSolidPressedDark = njSemanticColorBackgroundStatusSuccessSolidPressedDark; exports.njSemanticColorBackgroundStatusSuccessSpotlightDefault = njSemanticColorBackgroundStatusSuccessSpotlightDefault; exports.njSemanticColorBackgroundStatusSuccessSpotlightDefaultDark = njSemanticColorBackgroundStatusSuccessSpotlightDefaultDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryDefault = njSemanticColorBackgroundStatusSuccessTertiaryDefault; exports.njSemanticColorBackgroundStatusSuccessTertiaryDefaultDark = njSemanticColorBackgroundStatusSuccessTertiaryDefaultDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryFocused = njSemanticColorBackgroundStatusSuccessTertiaryFocused; exports.njSemanticColorBackgroundStatusSuccessTertiaryFocusedDark = njSemanticColorBackgroundStatusSuccessTertiaryFocusedDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryHovered = njSemanticColorBackgroundStatusSuccessTertiaryHovered; exports.njSemanticColorBackgroundStatusSuccessTertiaryHoveredDark = njSemanticColorBackgroundStatusSuccessTertiaryHoveredDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryPressed = njSemanticColorBackgroundStatusSuccessTertiaryPressed; exports.njSemanticColorBackgroundStatusSuccessTertiaryPressedDark = njSemanticColorBackgroundStatusSuccessTertiaryPressedDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentDefault = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentDefault; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentDefaultDark = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentFocused = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentFocused; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentFocusedDark = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentHovered = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentHovered; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentHoveredDark = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentPressed = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentPressed; exports.njSemanticColorBackgroundStatusSuccessTertiaryTranslucentPressedDark = njSemanticColorBackgroundStatusSuccessTertiaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentDefault = njSemanticColorBackgroundStatusWarningPrimaryTranslucentDefault; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentDefaultDark = njSemanticColorBackgroundStatusWarningPrimaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentFocused = njSemanticColorBackgroundStatusWarningPrimaryTranslucentFocused; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentFocusedDark = njSemanticColorBackgroundStatusWarningPrimaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentHovered = njSemanticColorBackgroundStatusWarningPrimaryTranslucentHovered; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentHoveredDark = njSemanticColorBackgroundStatusWarningPrimaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentPressed = njSemanticColorBackgroundStatusWarningPrimaryTranslucentPressed; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentPressedDark = njSemanticColorBackgroundStatusWarningPrimaryTranslucentPressedDark; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentSelected = njSemanticColorBackgroundStatusWarningPrimaryTranslucentSelected; exports.njSemanticColorBackgroundStatusWarningPrimaryTranslucentSelectedDark = njSemanticColorBackgroundStatusWarningPrimaryTranslucentSelectedDark; exports.njSemanticColorBackgroundStatusWarningSecondaryDefault = njSemanticColorBackgroundStatusWarningSecondaryDefault; exports.njSemanticColorBackgroundStatusWarningSecondaryDefaultDark = njSemanticColorBackgroundStatusWarningSecondaryDefaultDark; exports.njSemanticColorBackgroundStatusWarningSecondaryFocused = njSemanticColorBackgroundStatusWarningSecondaryFocused; exports.njSemanticColorBackgroundStatusWarningSecondaryFocusedDark = njSemanticColorBackgroundStatusWarningSecondaryFocusedDark; exports.njSemanticColorBackgroundStatusWarningSecondaryHovered = njSemanticColorBackgroundStatusWarningSecondaryHovered; exports.njSemanticColorBackgroundStatusWarningSecondaryHoveredDark = njSemanticColorBackgroundStatusWarningSecondaryHoveredDark; exports.njSemanticColorBackgroundStatusWarningSecondaryPressed = njSemanticColorBackgroundStatusWarningSecondaryPressed; exports.njSemanticColorBackgroundStatusWarningSecondaryPressedDark = njSemanticColorBackgroundStatusWarningSecondaryPressedDark; exports.njSemanticColorBackgroundStatusWarningSolidDefault = njSemanticColorBackgroundStatusWarningSolidDefault; exports.njSemanticColorBackgroundStatusWarningSolidDefaultDark = njSemanticColorBackgroundStatusWarningSolidDefaultDark; exports.njSemanticColorBackgroundStatusWarningSolidFocused = njSemanticColorBackgroundStatusWarningSolidFocused; exports.njSemanticColorBackgroundStatusWarningSolidFocusedDark = njSemanticColorBackgroundStatusWarningSolidFocusedDark; exports.njSemanticColorBackgroundStatusWarningSolidHovered = njSemanticColorBackgroundStatusWarningSolidHovered; exports.njSemanticColorBackgroundStatusWarningSolidHoveredDark = njSemanticColorBackgroundStatusWarningSolidHoveredDark; exports.njSemanticColorBackgroundStatusWarningSolidPressed = njSemanticColorBackgroundStatusWarningSolidPressed; exports.njSemanticColorBackgroundStatusWarningSolidPressedDark = njSemanticColorBackgroundStatusWarningSolidPressedDark; exports.njSemanticColorBackgroundStatusWarningSpotlightDefault = njSemanticColorBackgroundStatusWarningSpotlightDefault; exports.njSemanticColorBackgroundStatusWarningSpotlightDefaultDark = njSemanticColorBackgroundStatusWarningSpotlightDefaultDark; exports.njSemanticColorBackgroundStatusWarningTertiaryDefault = njSemanticColorBackgroundStatusWarningTertiaryDefault; exports.njSemanticColorBackgroundStatusWarningTertiaryDefaultDark = njSemanticColorBackgroundStatusWarningTertiaryDefaultDark; exports.njSemanticColorBackgroundStatusWarningTertiaryFocused = njSemanticColorBackgroundStatusWarningTertiaryFocused; exports.njSemanticColorBackgroundStatusWarningTertiaryFocusedDark = njSemanticColorBackgroundStatusWarningTertiaryFocusedDark; exports.njSemanticColorBackgroundStatusWarningTertiaryHovered = njSemanticColorBackgroundStatusWarningTertiaryHovered; exports.njSemanticColorBackgroundStatusWarningTertiaryHoveredDark = njSemanticColorBackgroundStatusWarningTertiaryHoveredDark; exports.njSemanticColorBackgroundStatusWarningTertiaryPressed = njSemanticColorBackgroundStatusWarningTertiaryPressed; exports.njSemanticColorBackgroundStatusWarningTertiaryPressedDark = njSemanticColorBackgroundStatusWarningTertiaryPressedDark; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentDefault = njSemanticColorBackgroundStatusWarningTertiaryTranslucentDefault; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentDefaultDark = njSemanticColorBackgroundStatusWarningTertiaryTranslucentDefaultDark; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentFocused = njSemanticColorBackgroundStatusWarningTertiaryTranslucentFocused; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentFocusedDark = njSemanticColorBackgroundStatusWarningTertiaryTranslucentFocusedDark; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentHovered = njSemanticColorBackgroundStatusWarningTertiaryTranslucentHovered; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentHoveredDark = njSemanticColorBackgroundStatusWarningTertiaryTranslucentHoveredDark; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentPressed = njSemanticColorBackgroundStatusWarningTertiaryTranslucentPressed; exports.njSemanticColorBackgroundStatusWarningTertiaryTranslucentPressedDark = njSemanticColorBackgroundStatusWarningTertiaryTranslucentPressedDark; exports.njSemanticColorBorderAccentBlueModerateDefault = njSemanticColorBorderAccentBlueModerateDefault; exports.njSemanticColorBorderAccentBlueModerateDefaultDark = njSemanticColorBorderAccentBlueModerateDefaultDark; exports.njSemanticColorBorderAccentBlueModerateFocused = njSemanticColorBorderAccentBlueModerateFocused; exports.njSemanticColorBorderAccentBlueModerateFocusedDark = njSemanticColorBorderAccentBlueModerateFocusedDark; exports.njSemanticColorBorderAccentBlueModerateHovered = njSemanticColorBorderAccentBlueModerateHovered; exports.njSemanticColorBorderAccentBlueModerateHoveredDark = njSemanticColorBorderAccentBlueModerateHoveredDark; exports.njSemanticColorBorderAccentBlueModeratePressed = njSemanticColorBorderAccentBlueModeratePressed; exports.njSemanticColorBorderAccentBlueModeratePressedDark = njSemanticColorBorderAccentBlueModeratePressedDark; exports.njSemanticColorBorderAccentBlueModerateSelected = njSemanticColorBorderAccentBlueModerateSelected; exports.njSemanticColorBorderAccentBlueModerateSelectedDark = njSemanticColorBorderAccentBlueModerateSelectedDark; exports.njSemanticColorBorderAccentBlueStrongDefault = njSemanticColorBorderAccentBlueStrongDefault; exports.njSemanticColorBorderAccentBlueStrongDefaultDark = njSemanticColorBorderAccentBlueStrongDefaultDark; exports.njSemanticColorBorderAccentBlueStrongFocused = njSemanticColorBorderAccentBlueStrongFocused; exports.njSemanticColorBorderAccentBlueStrongFocusedDark = njSemanticColorBorderAccentBlueStrongFocusedDark; exports.njSemanticColorBorderAccentBlueStrongHovered = njSemanticColorBorderAccentBlueStrongHovered; exports.njSemanticColorBorderAccentBlueStrongHoveredDark = njSemanticColorBorderAccentBlueStrongHoveredDark; exports.njSemanticColorBorderAccentBlueStrongPressed = njSemanticColorBorderAccentBlueStrongPressed; exports.njSemanticColorBorderAccentBlueStrongPressedDark = njSemanticColorBorderAccentBlueStrongPressedDark; exports.njSemanticColorBorderAccentBlueStrongSelected = njSemanticColorBorderAccentBlueStrongSelected; exports.njSemanticColorBorderAccentBlueStrongSelectedDark = njSemanticColorBorderAccentBlueStrongSelectedDark; exports.njSemanticColorBorderAccentBlueSubtleDefault = njSemanticColorBorderAccentBlueSubtleDefault; exports.njSemanticColorBorderAccentBlueSubtleDefaultDark = njSemanticColorBorderAccentBlueSubtleDefaultDark; exports.njSemanticColorBorderAccentBlueSubtleFocused = njSemanticColorBorderAccentBlueSubtleFocused; exports.njSemanticColorBorderAccentBlueSubtleFocusedDark = njSemanticColorBorderAccentBlueSubtleFocusedDark; exports.njSemanticColorBorderAccentBlueSubtleHovered = njSemanticColorBorderAccentBlueSubtleHovered; exports.njSemanticColorBorderAccentBlueSubtleHoveredDark = njSemanticColorBorderAccentBlueSubtleHoveredDark; exports.njSemanticColorBorderAccentBlueSubtlePressed = njSemanticColorBorderAccentBlueSubtlePressed; exports.njSemanticColorBorderAccentBlueSubtlePressedDark = njSemanticColorBorderAccentBlueSubtlePressedDark; exports.njSemanticColorBorderAccentBlueSubtleSelected = njSemanticColorBorderAccentBlueSubtleSelected; exports.njSemanticColorBorderAccentBlueSubtleSelectedDark = njSemanticColorBorderAccentBlueSubtleSelectedDark; exports.njSemanticColorBorderAccentGreenModerateDefault = njSemanticColorBorderAccentGreenModerateDefault; exports.njSemanticColorBorderAccentGreenModerateDefaultDark = njSemanticColorBorderAccentGreenModerateDefaultDark; exports.njSemanticColorBorderAccentGreenModerateFocused = njSemanticColorBorderAccentGreenModerateFocused; exports.njSemanticColorBorderAccentGreenModerateFocusedDark = njSemanticColorBorderAccentGreenModerateFocusedDark; exports.njSemanticColorBorderAccentGreenModerateHovered = njSemanticColorBorderAccentGreenModerateHovered; exports.njSemanticColorBorderAccentGreenModerateHoveredDark = njSemanticColorBorderAccentGreenModerateHoveredDark; exports.njSemanticColorBorderAccentGreenModeratePressed = njSemanticColorBorderAccentGreenModeratePressed; exports.njSemanticColorBorderAccentGreenModeratePressedDark = njSemanticColorBorderAccentGreenModeratePressedDark; exports.njSemanticColorBorderAccentGreenModerateSelected = njSemanticColorBorderAccentGreenModerateSelected; exports.njSemanticColorBorderAccentGreenModerateSelectedDark = njSemanticColorBorderAccentGreenModerateSelectedDark; exports.njSemanticColorBorderAccentGreenStrongDefault = njSemanticColorBorderAccentGreenStrongDefault; exports.njSemanticColorBorderAccentGreenStrongDefaultDark = njSemanticColorBorderAccentGreenStrongDefaultDark; exports.njSemanticColorBorderAccentGreenStrongFocused = njSemanticColorBorderAccentGreenStrongFocused; exports.njSemanticColorBorderAccentGreenStrongFocusedDark = njSemanticColorBorderAccentGreenStrongFocusedDark; exports.njSemanticColorBorderAccentGreenStrongHovered = njSemanticColorBorderAccentGreenStrongHovered; exports.njSemanticColorBorderAccentGreenStrongHoveredDark = njSemanticColorBorderAccentGreenStrongHoveredDark; exports.njSemanticColorBorderAccentGreenStrongPressed = njSemanticColorBorderAccentGreenStrongPressed; exports.njSemanticColorBorderAccentGreenStrongPressedDark = njSemanticColorBorderAccentGreenStrongPressedDark; exports.njSemanticColorBorderAccentGreenStrongSelected = njSemanticColorBorderAccentGreenStrongSelected; exports.njSemanticColorBorderAccentGreenStrongSelectedDark = njSemanticColorBorderAccentGreenStrongSelectedDark; exports.njSemanticColorBorderAccentGreenSubtleDefault = njSemanticColorBorderAccentGreenSubtleDefault; exports.njSemanticColorBorderAccentGreenSubtleDefaultDark = njSemanticColorBorderAccentGreenSubtleDefaultDark; exports.njSemanticColorBorderAccentGreenSubtleFocused = njSemanticColorBorderAccentGreenSubtleFocused; exports.njSemanticColorBorderAccentGreenSubtleFocusedDark = njSemanticColorBorderAccentGreenSubtleFocusedDark; exports.njSemanticColorBorderAccentGreenSubtleHovered = njSemanticColorBorderAccentGreenSubtleHovered; exports.njSemanticColorBorderAccentGreenSubtleHoveredDark = njSemanticColorBorderAccentGreenSubtleHoveredDark; exports.njSemanticColorBorderAccentGreenSubtlePressed = njSemanticColorBorderAccentGreenSubtlePressed; exports.njSemanticColorBorderAccentGreenSubtlePressedDark = njSemanticColorBorderAccentGreenSubtlePressedDark; exports.njSemanticColorBorderAccentGreenSubtleSelected = njSemanticColorBorderAccentGreenSubtleSelected; exports.njSemanticColorBorderAccentGreenSubtleSelectedDark = njSemanticColorBorderAccentGreenSubtleSelectedDark; exports.njSemanticColorBorderAccentGreyModerateDefault = njSemanticColorBorderAccentGreyModerateDefault; exports.njSemanticColorBorderAccentGreyModerateDefaultDark = njSemanticColorBorderAccentGreyModerateDefaultDark; exports.njSemanticColorBorderAccentGreyModerateFocused = njSemanticColorBorderAccentGreyModerateFocused; exports.njSemanticColorBorderAccentGreyModerateFocusedDark = njSemanticColorBorderAccentGreyModerateFocusedDark; exports.njSemanticColorBorderAccentGreyModerateHovered = njSemanticColorBorderAccentGreyModerateHovered; exports.njSemanticColorBorderAccentGreyModerateHoveredDark = njSemanticColorBorderAccentGreyModerateHoveredDark; exports.njSemanticColorBorderAccentGreyModeratePressed = njSemanticColorBorderAccentGreyModeratePressed; exports.njSemanticColorBorderAccentGreyModeratePressedDark = njSemanticColorBorderAccentGreyModeratePressedDark; exports.njSemanticColorBorderAccentGreyModerateSelected = njSemanticColorBorderAccentGreyModerateSelected; exports.njSemanticColorBorderAccentGreyModerateSelectedDark = njSemanticColorBorderAccentGreyModerateSelectedDark; exports.njSemanticColorBorderAccentGreyStrongDefault = njSemanticColorBorderAccentGreyStrongDefault; exports.njSemanticColorBorderAccentGreyStrongDefaultDark = njSemanticColorBorderAccentGreyStrongDefaultDark; exports.njSemanticColorBorderAccentGreyStrongFocused = njSemanticColorBorderAccentGreyStrongFocused; exports.njSemanticColorBorderAccentGreyStrongFocusedDark = njSemanticColorBorderAccentGreyStrongFocusedDark; exports.njSemanticColorBorderAccentGreyStrongHovered = njSemanticColorBorderAccentGreyStrongHovered; exports.njSemanticColorBorderAccentGreyStrongHoveredDark = njSemanticColorBorderAccentGreyStrongHoveredDark; exports.njSemanticColorBorderAccentGreyStrongPressed = njSemanticColorBorderAccentGreyStrongPressed; exports.njSemanticColorBorderAccentGreyStrongPressedDark = njSemanticColorBorderAccentGreyStrongPressedDark; exports.njSemanticColorBorderAccentGreyStrongSelected = njSemanticColorBorderAccentGreyStrongSelected; exports.njSemanticColorBorderAccentGreyStrongSelectedDark = njSemanticColorBorderAccentGreyStrongSelectedDark; exports.njSemanticColorBorderAccentGreySubtleDefault = njSemanticColorBorderAccentGreySubtleDefault; exports.njSemanticColorBorderAccentGreySubtleDefaultDark = njSemanticColorBorderAccentGreySubtleDefaultDark; exports.njSemanticColorBorderAccentGreySubtleFocused = njSemanticColorBorderAccentGreySubtleFocused; exports.njSemanticColorBorderAccentGreySubtleFocusedDark = njSemanticColorBorderAccentGreySubtleFocusedDark; exports.njSemanticColorBorderAccentGreySubtleHovered = njSemanticColorBorderAccentGreySubtleHovered; exports.njSemanticColorBorderAccentGreySubtleHoveredDark = njSemanticColorBorderAccentGreySubtleHoveredDark; exports.njSemanticColorBorderAccentGreySubtlePressed = njSemanticColorBorderAccentGreySubtlePressed; exports.njSemanticColorBorderAccentGreySubtlePressedDark = njSemanticColorBorderAccentGreySubtlePressedDark; exports.njSemanticColorBorderAccentGreySubtleSelected = njSemanticColorBorderAccentGreySubtleSelected; exports.njSemanticColorBorderAccentGreySubtleSelectedDark = njSemanticColorBorderAccentGreySubtleSelectedDark; exports.njSemanticColorBorderAccentLimeModerateDefault = njSemanticColorBorderAccentLimeModerateDefault; exports.njSemanticColorBorderAccentLimeModerateDefaultDark = njSemanticColorBorderAccentLimeModerateDefaultDark; exports.njSemanticColorBorderAccentLimeModerateFocused = njSemanticColorBorderAccentLimeModerateFocused; exports.njSemanticColorBorderAccentLimeModerateFocusedDark = njSemanticColorBorderAccentLimeModerateFocusedDark; exports.njSemanticColorBorderAccentLimeModerateHovered = njSemanticColorBorderAccentLimeModerateHovered; exports.njSemanticColorBorderAccentLimeModerateHoveredDark = njSemanticColorBorderAccentLimeModerateHoveredDark; exports.njSemanticColorBorderAccentLimeModeratePressed = njSemanticColorBorderAccentLimeModeratePressed; exports.njSemanticColorBorderAccentLimeModeratePressedDark = njSemanticColorBorderAccentLimeModeratePressedDark; exports.njSemanticColorBorderAccentLimeModerateSelected = njSemanticColorBorderAccentLimeModerateSelected; exports.njSemanticColorBorderAccentLimeModerateSelectedDark = njSemanticColorBorderAccentLimeModerateSelectedDark; exports.njSemanticColorBorderAccentLimeStrongDefault = njSemanticColorBorderAccentLimeStrongDefault; exports.njSemanticColorBorderAccentLimeStrongDefaultDark = njSemanticColorBorderAccentLimeStrongDefaultDark; exports.njSemanticColorBorderAccentLimeStrongFocused = njSemanticColorBorderAccentLimeStrongFocused; exports.njSemanticColorBorderAccentLimeStrongFocusedDark = njSemanticColorBorderAccentLimeStrongFocusedDark; exports.njSemanticColorBorderAccentLimeStrongHovered = njSemanticColorBorderAccentLimeStrongHovered; exports.njSemanticColorBorderAccentLimeStrongHoveredDark = njSemanticColorBorderAccentLimeStrongHoveredDark; exports.njSemanticColorBorderAccentLimeStrongPressed = njSemanticColorBorderAccentLimeStrongPressed; exports.njSemanticColorBorderAccentLimeStrongPressedDark = njSemanticColorBorderAccentLimeStrongPressedDark; exports.njSemanticColorBorderAccentLimeStrongSelected = njSemanticColorBorderAccentLimeStrongSelected; exports.njSemanticColorBorderAccentLimeStrongSelectedDark = njSemanticColorBorderAccentLimeStrongSelectedDark; exports.njSemanticColorBorderAccentLimeSubtleDefault = njSemanticColorBorderAccentLimeSubtleDefault; exports.njSemanticColorBorderAccentLimeSubtleDefaultDark = njSemanticColorBorderAccentLimeSubtleDefaultDark; exports.njSemanticColorBorderAccentLimeSubtleFocused = njSemanticColorBorderAccentLimeSubtleFocused; exports.njSemanticColorBorderAccentLimeSubtleFocusedDark = njSemanticColorBorderAccentLimeSubtleFocusedDark; exports.njSemanticColorBorderAccentLimeSubtleHovered = njSemanticColorBorderAccentLimeSubtleHovered; exports.njSemanticColorBorderAccentLimeSubtleHoveredDark = njSemanticColorBorderAccentLimeSubtleHoveredDark; exports.njSemanticColorBorderAccentLimeSubtlePressed = njSemanticColorBorderAccentLimeSubtlePressed; exports.njSemanticColorBorderAccentLimeSubtlePressedDark = njSemanticColorBorderAccentLimeSubtlePressedDark; exports.njSemanticColorBorderAccentLimeSubtleSelected = njSemanticColorBorderAccentLimeSubtleSelected; exports.njSemanticColorBorderAccentLimeSubtleSelectedDark = njSemanticColorBorderAccentLimeSubtleSelectedDark; exports.njSemanticColorBorderAccentOrangeModerateDefault = njSemanticColorBorderAccentOrangeModerateDefault; exports.njSemanticColorBorderAccentOrangeModerateDefaultDark = njSemanticColorBorderAccentOrangeModerateDefaultDark; exports.njSemanticColorBorderAccentOrangeModerateFocused = njSemanticColorBorderAccentOrangeModerateFocused; exports.njSemanticColorBorderAccentOrangeModerateFocusedDark = njSemanticColorBorderAccentOrangeModerateFocusedDark; exports.njSemanticColorBorderAccentOrangeModerateHovered = njSemanticColorBorderAccentOrangeModerateHovered; exports.njSemanticColorBorderAccentOrangeModerateHoveredDark = njSemanticColorBorderAccentOrangeModerateHoveredDark; exports.njSemanticColorBorderAccentOrangeModeratePressed = njSemanticColorBorderAccentOrangeModeratePressed; exports.njSemanticColorBorderAccentOrangeModeratePressedDark = njSemanticColorBorderAccentOrangeModeratePressedDark; exports.njSemanticColorBorderAccentOrangeModerateSelected = njSemanticColorBorderAccentOrangeModerateSelected; exports.njSemanticColorBorderAccentOrangeModerateSelectedDark = njSemanticColorBorderAccentOrangeModerateSelectedDark; exports.njSemanticColorBorderAccentOrangeStrongDefault = njSemanticColorBorderAccentOrangeStrongDefault; exports.njSemanticColorBorderAccentOrangeStrongDefaultDark = njSemanticColorBorderAccentOrangeStrongDefaultDark; exports.njSemanticColorBorderAccentOrangeStrongFocused = njSemanticColorBorderAccentOrangeStrongFocused; exports.njSemanticColorBorderAccentOrangeStrongFocusedDark = njSemanticColorBorderAccentOrangeStrongFocusedDark; exports.njSemanticColorBorderAccentOrangeStrongHovered = njSemanticColorBorderAccentOrangeStrongHovered; exports.njSemanticColorBorderAccentOrangeStrongHoveredDark = njSemanticColorBorderAccentOrangeStrongHoveredDark; exports.njSemanticColorBorderAccentOrangeStrongPressed = njSemanticColorBorderAccentOrangeStrongPressed; exports.njSemanticColorBorderAccentOrangeStrongPressedDark = njSemanticColorBorderAccentOrangeStrongPressedDark; exports.njSemanticColorBorderAccentOrangeStrongSelected = njSemanticColorBorderAccentOrangeStrongSelected; exports.njSemanticColorBorderAccentOrangeStrongSelectedDark = njSemanticColorBorderAccentOrangeStrongSelectedDark; exports.njSemanticColorBorderAccentOrangeSubtleDefault = njSemanticColorBorderAccentOrangeSubtleDefault; exports.njSemanticColorBorderAccentOrangeSubtleDefaultDark = njSemanticColorBorderAccentOrangeSubtleDefaultDark; exports.njSemanticColorBorderAccentOrangeSubtleFocused = njSemanticColorBorderAccentOrangeSubtleFocused; exports.njSemanticColorBorderAccentOrangeSubtleFocusedDark = njSemanticColorBorderAccentOrangeSubtleFocusedDark; exports.njSemanticColorBorderAccentOrangeSubtleHovered = njSemanticColorBorderAccentOrangeSubtleHovered; exports.njSemanticColorBorderAccentOrangeSubtleHoveredDark = njSemanticColorBorderAccentOrangeSubtleHoveredDark; exports.njSemanticColorBorderAccentOrangeSubtlePressed = njSemanticColorBorderAccentOrangeSubtlePressed; exports.njSemanticColorBorderAccentOrangeSubtlePressedDark = njSemanticColorBorderAccentOrangeSubtlePressedDark; exports.njSemanticColorBorderAccentOrangeSubtleSelected = njSemanticColorBorderAccentOrangeSubtleSelected; exports.njSemanticColorBorderAccentOrangeSubtleSelectedDark = njSemanticColorBorderAccentOrangeSubtleSelectedDark; exports.njSemanticColorBorderAccentPinkModerateDefault = njSemanticColorBorderAccentPinkModerateDefault; exports.njSemanticColorBorderAccentPinkModerateDefaultDark = njSemanticColorBorderAccentPinkModerateDefaultDark; exports.njSemanticColorBorderAccentPinkModerateFocused = njSemanticColorBorderAccentPinkModerateFocused; exports.njSemanticColorBorderAccentPinkModerateFocusedDark = njSemanticColorBorderAccentPinkModerateFocusedDark; exports.njSemanticColorBorderAccentPinkModerateHovered = njSemanticColorBorderAccentPinkModerateHovered; exports.njSemanticColorBorderAccentPinkModerateHoveredDark = njSemanticColorBorderAccentPinkModerateHoveredDark; exports.njSemanticColorBorderAccentPinkModeratePressed = njSemanticColorBorderAccentPinkModeratePressed; exports.njSemanticColorBorderAccentPinkModeratePressedDark = njSemanticColorBorderAccentPinkModeratePressedDark; exports.njSemanticColorBorderAccentPinkModerateSelected = njSemanticColorBorderAccentPinkModerateSelected; exports.njSemanticColorBorderAccentPinkModerateSelectedDark = njSemanticColorBorderAccentPinkModerateSelectedDark; exports.njSemanticColorBorderAccentPinkStrongDefault = njSemanticColorBorderAccentPinkStrongDefault; exports.njSemanticColorBorderAccentPinkStrongDefaultDark = njSemanticColorBorderAccentPinkStrongDefaultDark; exports.njSemanticColorBorderAccentPinkStrongFocused = njSemanticColorBorderAccentPinkStrongFocused; exports.njSemanticColorBorderAccentPinkStrongFocusedDark = njSemanticColorBorderAccentPinkStrongFocusedDark; exports.njSemanticColorBorderAccentPinkStrongHovered = njSemanticColorBorderAccentPinkStrongHovered; exports.njSemanticColorBorderAccentPinkStrongHoveredDark = njSemanticColorBorderAccentPinkStrongHoveredDark; exports.njSemanticColorBorderAccentPinkStrongPressed = njSemanticColorBorderAccentPinkStrongPressed; exports.njSemanticColorBorderAccentPinkStrongPressedDark = njSemanticColorBorderAccentPinkStrongPressedDark; exports.njSemanticColorBorderAccentPinkStrongSelected = njSemanticColorBorderAccentPinkStrongSelected; exports.njSemanticColorBorderAccentPinkStrongSelectedDark = njSemanticColorBorderAccentPinkStrongSelectedDark; exports.njSemanticColorBorderAccentPinkSubtleDefault = njSemanticColorBorderAccentPinkSubtleDefault; exports.njSemanticColorBorderAccentPinkSubtleDefaultDark = njSemanticColorBorderAccentPinkSubtleDefaultDark; exports.njSemanticColorBorderAccentPinkSubtleFocused = njSemanticColorBorderAccentPinkSubtleFocused; exports.njSemanticColorBorderAccentPinkSubtleFocusedDark = njSemanticColorBorderAccentPinkSubtleFocusedDark; exports.njSemanticColorBorderAccentPinkSubtleHovered = njSemanticColorBorderAccentPinkSubtleHovered; exports.njSemanticColorBorderAccentPinkSubtleHoveredDark = njSemanticColorBorderAccentPinkSubtleHoveredDark; exports.njSemanticColorBorderAccentPinkSubtlePressed = njSemanticColorBorderAccentPinkSubtlePressed; exports.njSemanticColorBorderAccentPinkSubtlePressedDark = njSemanticColorBorderAccentPinkSubtlePressedDark; exports.njSemanticColorBorderAccentPinkSubtleSelected = njSemanticColorBorderAccentPinkSubtleSelected; exports.njSemanticColorBorderAccentPinkSubtleSelectedDark = njSemanticColorBorderAccentPinkSubtleSelectedDark; exports.njSemanticColorBorderAccentPurpleModerateDefault = njSemanticColorBorderAccentPurpleModerateDefault; exports.njSemanticColorBorderAccentPurpleModerateDefaultDark = njSemanticColorBorderAccentPurpleModerateDefaultDark; exports.njSemanticColorBorderAccentPurpleModerateFocused = njSemanticColorBorderAccentPurpleModerateFocused; exports.njSemanticColorBorderAccentPurpleModerateFocusedDark = njSemanticColorBorderAccentPurpleModerateFocusedDark; exports.njSemanticColorBorderAccentPurpleModerateHovered = njSemanticColorBorderAccentPurpleModerateHovered; exports.njSemanticColorBorderAccentPurpleModerateHoveredDark = njSemanticColorBorderAccentPurpleModerateHoveredDark; exports.njSemanticColorBorderAccentPurpleModeratePressed = njSemanticColorBorderAccentPurpleModeratePressed; exports.njSemanticColorBorderAccentPurpleModeratePressedDark = njSemanticColorBorderAccentPurpleModeratePressedDark; exports.njSemanticColorBorderAccentPurpleModerateSelected = njSemanticColorBorderAccentPurpleModerateSelected; exports.njSemanticColorBorderAccentPurpleModerateSelectedDark = njSemanticColorBorderAccentPurpleModerateSelectedDark; exports.njSemanticColorBorderAccentPurpleStrongDefault = njSemanticColorBorderAccentPurpleStrongDefault; exports.njSemanticColorBorderAccentPurpleStrongDefaultDark = njSemanticColorBorderAccentPurpleStrongDefaultDark; exports.njSemanticColorBorderAccentPurpleStrongFocused = njSemanticColorBorderAccentPurpleStrongFocused; exports.njSemanticColorBorderAccentPurpleStrongFocusedDark = njSemanticColorBorderAccentPurpleStrongFocusedDark; exports.njSemanticColorBorderAccentPurpleStrongHovered = njSemanticColorBorderAccentPurpleStrongHovered; exports.njSemanticColorBorderAccentPurpleStrongHoveredDark = njSemanticColorBorderAccentPurpleStrongHoveredDark; exports.njSemanticColorBorderAccentPurpleStrongPressed = njSemanticColorBorderAccentPurpleStrongPressed; exports.njSemanticColorBorderAccentPurpleStrongPressedDark = njSemanticColorBorderAccentPurpleStrongPressedDark; exports.njSemanticColorBorderAccentPurpleStrongSelected = njSemanticColorBorderAccentPurpleStrongSelected; exports.njSemanticColorBorderAccentPurpleStrongSelectedDark = njSemanticColorBorderAccentPurpleStrongSelectedDark; exports.njSemanticColorBorderAccentPurpleSubtleDefault = njSemanticColorBorderAccentPurpleSubtleDefault; exports.njSemanticColorBorderAccentPurpleSubtleDefaultDark = njSemanticColorBorderAccentPurpleSubtleDefaultDark; exports.njSemanticColorBorderAccentPurpleSubtleFocused = njSemanticColorBorderAccentPurpleSubtleFocused; exports.njSemanticColorBorderAccentPurpleSubtleFocusedDark = njSemanticColorBorderAccentPurpleSubtleFocusedDark; exports.njSemanticColorBorderAccentPurpleSubtleHovered = njSemanticColorBorderAccentPurpleSubtleHovered; exports.njSemanticColorBorderAccentPurpleSubtleHoveredDark = njSemanticColorBorderAccentPurpleSubtleHoveredDark; exports.njSemanticColorBorderAccentPurpleSubtlePressed = njSemanticColorBorderAccentPurpleSubtlePressed; exports.njSemanticColorBorderAccentPurpleSubtlePressedDark = njSemanticColorBorderAccentPurpleSubtlePressedDark; exports.njSemanticColorBorderAccentPurpleSubtleSelected = njSemanticColorBorderAccentPurpleSubtleSelected; exports.njSemanticColorBorderAccentPurpleSubtleSelectedDark = njSemanticColorBorderAccentPurpleSubtleSelectedDark; exports.njSemanticColorBorderAccentRedModerateDefault = njSemanticColorBorderAccentRedModerateDefault; exports.njSemanticColorBorderAccentRedModerateDefaultDark = njSemanticColorBorderAccentRedModerateDefaultDark; exports.njSemanticColorBorderAccentRedModerateFocused = njSemanticColorBorderAccentRedModerateFocused; exports.njSemanticColorBorderAccentRedModerateFocusedDark = njSemanticColorBorderAccentRedModerateFocusedDark; exports.njSemanticColorBorderAccentRedModerateHovered = njSemanticColorBorderAccentRedModerateHovered; exports.njSemanticColorBorderAccentRedModerateHoveredDark = njSemanticColorBorderAccentRedModerateHoveredDark; exports.njSemanticColorBorderAccentRedModeratePressed = njSemanticColorBorderAccentRedModeratePressed; exports.njSemanticColorBorderAccentRedModeratePressedDark = njSemanticColorBorderAccentRedModeratePressedDark; exports.njSemanticColorBorderAccentRedModerateSelected = njSemanticColorBorderAccentRedModerateSelected; exports.njSemanticColorBorderAccentRedModerateSelectedDark = njSemanticColorBorderAccentRedModerateSelectedDark; exports.njSemanticColorBorderAccentRedStrongDefault = njSemanticColorBorderAccentRedStrongDefault; exports.njSemanticColorBorderAccentRedStrongDefaultDark = njSemanticColorBorderAccentRedStrongDefaultDark; exports.njSemanticColorBorderAccentRedStrongFocused = njSemanticColorBorderAccentRedStrongFocused; exports.njSemanticColorBorderAccentRedStrongFocusedDark = njSemanticColorBorderAccentRedStrongFocusedDark; exports.njSemanticColorBorderAccentRedStrongHovered = njSemanticColorBorderAccentRedStrongHovered; exports.njSemanticColorBorderAccentRedStrongHoveredDark = njSemanticColorBorderAccentRedStrongHoveredDark; exports.njSemanticColorBorderAccentRedStrongPressed = njSemanticColorBorderAccentRedStrongPressed; exports.njSemanticColorBorderAccentRedStrongPressedDark = njSemanticColorBorderAccentRedStrongPressedDark; exports.njSemanticColorBorderAccentRedStrongSelected = njSemanticColorBorderAccentRedStrongSelected; exports.njSemanticColorBorderAccentRedStrongSelectedDark = njSemanticColorBorderAccentRedStrongSelectedDark; exports.njSemanticColorBorderAccentRedSubtleDefault = njSemanticColorBorderAccentRedSubtleDefault; exports.njSemanticColorBorderAccentRedSubtleDefaultDark = njSemanticColorBorderAccentRedSubtleDefaultDark; exports.njSemanticColorBorderAccentRedSubtleFocused = njSemanticColorBorderAccentRedSubtleFocused; exports.njSemanticColorBorderAccentRedSubtleFocusedDark = njSemanticColorBorderAccentRedSubtleFocusedDark; exports.njSemanticColorBorderAccentRedSubtleHovered = njSemanticColorBorderAccentRedSubtleHovered; exports.njSemanticColorBorderAccentRedSubtleHoveredDark = njSemanticColorBorderAccentRedSubtleHoveredDark; exports.njSemanticColorBorderAccentRedSubtlePressed = njSemanticColorBorderAccentRedSubtlePressed; exports.njSemanticColorBorderAccentRedSubtlePressedDark = njSemanticColorBorderAccentRedSubtlePressedDark; exports.njSemanticColorBorderAccentRedSubtleSelected = njSemanticColorBorderAccentRedSubtleSelected; exports.njSemanticColorBorderAccentRedSubtleSelectedDark = njSemanticColorBorderAccentRedSubtleSelectedDark; exports.njSemanticColorBorderAccentTealModerateDefault = njSemanticColorBorderAccentTealModerateDefault; exports.njSemanticColorBorderAccentTealModerateDefaultDark = njSemanticColorBorderAccentTealModerateDefaultDark; exports.njSemanticColorBorderAccentTealModerateFocused = njSemanticColorBorderAccentTealModerateFocused; exports.njSemanticColorBorderAccentTealModerateFocusedDark = njSemanticColorBorderAccentTealModerateFocusedDark; exports.njSemanticColorBorderAccentTealModerateHovered = njSemanticColorBorderAccentTealModerateHovered; exports.njSemanticColorBorderAccentTealModerateHoveredDark = njSemanticColorBorderAccentTealModerateHoveredDark; exports.njSemanticColorBorderAccentTealModeratePressed = njSemanticColorBorderAccentTealModeratePressed; exports.njSemanticColorBorderAccentTealModeratePressedDark = njSemanticColorBorderAccentTealModeratePressedDark; exports.njSemanticColorBorderAccentTealModerateSelected = njSemanticColorBorderAccentTealModerateSelected; exports.njSemanticColorBorderAccentTealModerateSelectedDark = njSemanticColorBorderAccentTealModerateSelectedDark; exports.njSemanticColorBorderAccentTealStrongDefault = njSemanticColorBorderAccentTealStrongDefault; exports.njSemanticColorBorderAccentTealStrongDefaultDark = njSemanticColorBorderAccentTealStrongDefaultDark; exports.njSemanticColorBorderAccentTealStrongFocused = njSemanticColorBorderAccentTealStrongFocused; exports.njSemanticColorBorderAccentTealStrongFocusedDark = njSemanticColorBorderAccentTealStrongFocusedDark; exports.njSemanticColorBorderAccentTealStrongHovered = njSemanticColorBorderAccentTealStrongHovered; exports.njSemanticColorBorderAccentTealStrongHoveredDark = njSemanticColorBorderAccentTealStrongHoveredDark; exports.njSemanticColorBorderAccentTealStrongPressed = njSemanticColorBorderAccentTealStrongPressed; exports.njSemanticColorBorderAccentTealStrongPressedDark = njSemanticColorBorderAccentTealStrongPressedDark; exports.njSemanticColorBorderAccentTealStrongSelected = njSemanticColorBorderAccentTealStrongSelected; exports.njSemanticColorBorderAccentTealStrongSelectedDark = njSemanticColorBorderAccentTealStrongSelectedDark; exports.njSemanticColorBorderAccentTealSubtleDefault = njSemanticColorBorderAccentTealSubtleDefault; exports.njSemanticColorBorderAccentTealSubtleDefaultDark = njSemanticColorBorderAccentTealSubtleDefaultDark; exports.njSemanticColorBorderAccentTealSubtleFocused = njSemanticColorBorderAccentTealSubtleFocused; exports.njSemanticColorBorderAccentTealSubtleFocusedDark = njSemanticColorBorderAccentTealSubtleFocusedDark; exports.njSemanticColorBorderAccentTealSubtleHovered = njSemanticColorBorderAccentTealSubtleHovered; exports.njSemanticColorBorderAccentTealSubtleHoveredDark = njSemanticColorBorderAccentTealSubtleHoveredDark; exports.njSemanticColorBorderAccentTealSubtlePressed = njSemanticColorBorderAccentTealSubtlePressed; exports.njSemanticColorBorderAccentTealSubtlePressedDark = njSemanticColorBorderAccentTealSubtlePressedDark; exports.njSemanticColorBorderAccentTealSubtleSelected = njSemanticColorBorderAccentTealSubtleSelected; exports.njSemanticColorBorderAccentTealSubtleSelectedDark = njSemanticColorBorderAccentTealSubtleSelectedDark; exports.njSemanticColorBorderAccentUltramarineModerateDefault = njSemanticColorBorderAccentUltramarineModerateDefault; exports.njSemanticColorBorderAccentUltramarineModerateDefaultDark = njSemanticColorBorderAccentUltramarineModerateDefaultDark; exports.njSemanticColorBorderAccentUltramarineModerateFocused = njSemanticColorBorderAccentUltramarineModerateFocused; exports.njSemanticColorBorderAccentUltramarineModerateFocusedDark = njSemanticColorBorderAccentUltramarineModerateFocusedDark; exports.njSemanticColorBorderAccentUltramarineModerateHovered = njSemanticColorBorderAccentUltramarineModerateHovered; exports.njSemanticColorBorderAccentUltramarineModerateHoveredDark = njSemanticColorBorderAccentUltramarineModerateHoveredDark; exports.njSemanticColorBorderAccentUltramarineModeratePressed = njSemanticColorBorderAccentUltramarineModeratePressed; exports.njSemanticColorBorderAccentUltramarineModeratePressedDark = njSemanticColorBorderAccentUltramarineModeratePressedDark; exports.njSemanticColorBorderAccentUltramarineModerateSelected = njSemanticColorBorderAccentUltramarineModerateSelected; exports.njSemanticColorBorderAccentUltramarineModerateSelectedDark = njSemanticColorBorderAccentUltramarineModerateSelectedDark; exports.njSemanticColorBorderAccentUltramarineStrongDefault = njSemanticColorBorderAccentUltramarineStrongDefault; exports.njSemanticColorBorderAccentUltramarineStrongDefaultDark = njSemanticColorBorderAccentUltramarineStrongDefaultDark; exports.njSemanticColorBorderAccentUltramarineStrongFocused = njSemanticColorBorderAccentUltramarineStrongFocused; exports.njSemanticColorBorderAccentUltramarineStrongFocusedDark = njSemanticColorBorderAccentUltramarineStrongFocusedDark; exports.njSemanticColorBorderAccentUltramarineStrongHovered = njSemanticColorBorderAccentUltramarineStrongHovered; exports.njSemanticColorBorderAccentUltramarineStrongHoveredDark = njSemanticColorBorderAccentUltramarineStrongHoveredDark; exports.njSemanticColorBorderAccentUltramarineStrongPressed = njSemanticColorBorderAccentUltramarineStrongPressed; exports.njSemanticColorBorderAccentUltramarineStrongPressedDark = njSemanticColorBorderAccentUltramarineStrongPressedDark; exports.njSemanticColorBorderAccentUltramarineStrongSelected = njSemanticColorBorderAccentUltramarineStrongSelected; exports.njSemanticColorBorderAccentUltramarineStrongSelectedDark = njSemanticColorBorderAccentUltramarineStrongSelectedDark; exports.njSemanticColorBorderAccentUltramarineSubtleDefault = njSemanticColorBorderAccentUltramarineSubtleDefault; exports.njSemanticColorBorderAccentUltramarineSubtleDefaultDark = njSemanticColorBorderAccentUltramarineSubtleDefaultDark; exports.njSemanticColorBorderAccentUltramarineSubtleFocused = njSemanticColorBorderAccentUltramarineSubtleFocused; exports.njSemanticColorBorderAccentUltramarineSubtleFocusedDark = njSemanticColorBorderAccentUltramarineSubtleFocusedDark; exports.njSemanticColorBorderAccentUltramarineSubtleHovered = njSemanticColorBorderAccentUltramarineSubtleHovered; exports.njSemanticColorBorderAccentUltramarineSubtleHoveredDark = njSemanticColorBorderAccentUltramarineSubtleHoveredDark; exports.njSemanticColorBorderAccentUltramarineSubtlePressed = njSemanticColorBorderAccentUltramarineSubtlePressed; exports.njSemanticColorBorderAccentUltramarineSubtlePressedDark = njSemanticColorBorderAccentUltramarineSubtlePressedDark; exports.njSemanticColorBorderAccentUltramarineSubtleSelected = njSemanticColorBorderAccentUltramarineSubtleSelected; exports.njSemanticColorBorderAccentUltramarineSubtleSelectedDark = njSemanticColorBorderAccentUltramarineSubtleSelectedDark; exports.njSemanticColorBorderAccentYellowModerateDefault = njSemanticColorBorderAccentYellowModerateDefault; exports.njSemanticColorBorderAccentYellowModerateDefaultDark = njSemanticColorBorderAccentYellowModerateDefaultDark; exports.njSemanticColorBorderAccentYellowModerateFocused = njSemanticColorBorderAccentYellowModerateFocused; exports.njSemanticColorBorderAccentYellowModerateFocusedDark = njSemanticColorBorderAccentYellowModerateFocusedDark; exports.njSemanticColorBorderAccentYellowModerateHovered = njSemanticColorBorderAccentYellowModerateHovered; exports.njSemanticColorBorderAccentYellowModerateHoveredDark = njSemanticColorBorderAccentYellowModerateHoveredDark; exports.njSemanticColorBorderAccentYellowModeratePressed = njSemanticColorBorderAccentYellowModeratePressed; exports.njSemanticColorBorderAccentYellowModeratePressedDark = njSemanticColorBorderAccentYellowModeratePressedDark; exports.njSemanticColorBorderAccentYellowModerateSelected = njSemanticColorBorderAccentYellowModerateSelected; exports.njSemanticColorBorderAccentYellowModerateSelectedDark = njSemanticColorBorderAccentYellowModerateSelectedDark; exports.njSemanticColorBorderAccentYellowStrongDefault = njSemanticColorBorderAccentYellowStrongDefault; exports.njSemanticColorBorderAccentYellowStrongDefaultDark = njSemanticColorBorderAccentYellowStrongDefaultDark; exports.njSemanticColorBorderAccentYellowStrongFocused = njSemanticColorBorderAccentYellowStrongFocused; exports.njSemanticColorBorderAccentYellowStrongFocusedDark = njSemanticColorBorderAccentYellowStrongFocusedDark; exports.njSemanticColorBorderAccentYellowStrongHovered = njSemanticColorBorderAccentYellowStrongHovered; exports.njSemanticColorBorderAccentYellowStrongHoveredDark = njSemanticColorBorderAccentYellowStrongHoveredDark; exports.njSemanticColorBorderAccentYellowStrongPressed = njSemanticColorBorderAccentYellowStrongPressed; exports.njSemanticColorBorderAccentYellowStrongPressedDark = njSemanticColorBorderAccentYellowStrongPressedDark; exports.njSemanticColorBorderAccentYellowStrongSelected = njSemanticColorBorderAccentYellowStrongSelected; exports.njSemanticColorBorderAccentYellowStrongSelectedDark = njSemanticColorBorderAccentYellowStrongSelectedDark; exports.njSemanticColorBorderAccentYellowSubtleDefault = njSemanticColorBorderAccentYellowSubtleDefault; exports.njSemanticColorBorderAccentYellowSubtleDefaultDark = njSemanticColorBorderAccentYellowSubtleDefaultDark; exports.njSemanticColorBorderAccentYellowSubtleFocused = njSemanticColorBorderAccentYellowSubtleFocused; exports.njSemanticColorBorderAccentYellowSubtleFocusedDark = njSemanticColorBorderAccentYellowSubtleFocusedDark; exports.njSemanticColorBorderAccentYellowSubtleHovered = njSemanticColorBorderAccentYellowSubtleHovered; exports.njSemanticColorBorderAccentYellowSubtleHoveredDark = njSemanticColorBorderAccentYellowSubtleHoveredDark; exports.njSemanticColorBorderAccentYellowSubtlePressed = njSemanticColorBorderAccentYellowSubtlePressed; exports.njSemanticColorBorderAccentYellowSubtlePressedDark = njSemanticColorBorderAccentYellowSubtlePressedDark; exports.njSemanticColorBorderAccentYellowSubtleSelected = njSemanticColorBorderAccentYellowSubtleSelected; exports.njSemanticColorBorderAccentYellowSubtleSelectedDark = njSemanticColorBorderAccentYellowSubtleSelectedDark; exports.njSemanticColorBorderBrandModerateDefault = njSemanticColorBorderBrandModerateDefault; exports.njSemanticColorBorderBrandModerateDefaultDark = njSemanticColorBorderBrandModerateDefaultDark; exports.njSemanticColorBorderBrandModerateFocused = njSemanticColorBorderBrandModerateFocused; exports.njSemanticColorBorderBrandModerateFocusedDark = njSemanticColorBorderBrandModerateFocusedDark; exports.njSemanticColorBorderBrandModerateHovered = njSemanticColorBorderBrandModerateHovered; exports.njSemanticColorBorderBrandModerateHoveredDark = njSemanticColorBorderBrandModerateHoveredDark; exports.njSemanticColorBorderBrandModeratePressed = njSemanticColorBorderBrandModeratePressed; exports.njSemanticColorBorderBrandModeratePressedDark = njSemanticColorBorderBrandModeratePressedDark; exports.njSemanticColorBorderBrandModerateSelected = njSemanticColorBorderBrandModerateSelected; exports.njSemanticColorBorderBrandModerateSelectedDark = njSemanticColorBorderBrandModerateSelectedDark; exports.njSemanticColorBorderBrandStrongDefault = njSemanticColorBorderBrandStrongDefault; exports.njSemanticColorBorderBrandStrongDefaultDark = njSemanticColorBorderBrandStrongDefaultDark; exports.njSemanticColorBorderBrandStrongFocused = njSemanticColorBorderBrandStrongFocused; exports.njSemanticColorBorderBrandStrongFocusedDark = njSemanticColorBorderBrandStrongFocusedDark; exports.njSemanticColorBorderBrandStrongHovered = njSemanticColorBorderBrandStrongHovered; exports.njSemanticColorBorderBrandStrongHoveredDark = njSemanticColorBorderBrandStrongHoveredDark; exports.njSemanticColorBorderBrandStrongPressed = njSemanticColorBorderBrandStrongPressed; exports.njSemanticColorBorderBrandStrongPressedDark = njSemanticColorBorderBrandStrongPressedDark; exports.njSemanticColorBorderBrandStrongSelected = njSemanticColorBorderBrandStrongSelected; exports.njSemanticColorBorderBrandStrongSelectedDark = njSemanticColorBorderBrandStrongSelectedDark; exports.njSemanticColorBorderBrandSubtleDefault = njSemanticColorBorderBrandSubtleDefault; exports.njSemanticColorBorderBrandSubtleDefaultDark = njSemanticColorBorderBrandSubtleDefaultDark; exports.njSemanticColorBorderBrandSubtleFocused = njSemanticColorBorderBrandSubtleFocused; exports.njSemanticColorBorderBrandSubtleFocusedDark = njSemanticColorBorderBrandSubtleFocusedDark; exports.njSemanticColorBorderBrandSubtleHovered = njSemanticColorBorderBrandSubtleHovered; exports.njSemanticColorBorderBrandSubtleHoveredDark = njSemanticColorBorderBrandSubtleHoveredDark; exports.njSemanticColorBorderBrandSubtlePressed = njSemanticColorBorderBrandSubtlePressed; exports.njSemanticColorBorderBrandSubtlePressedDark = njSemanticColorBorderBrandSubtlePressedDark; exports.njSemanticColorBorderBrandSubtleSelected = njSemanticColorBorderBrandSubtleSelected; exports.njSemanticColorBorderBrandSubtleSelectedDark = njSemanticColorBorderBrandSubtleSelectedDark; exports.njSemanticColorBorderNeutralHeavyDefault = njSemanticColorBorderNeutralHeavyDefault; exports.njSemanticColorBorderNeutralHeavyDefaultDark = njSemanticColorBorderNeutralHeavyDefaultDark; exports.njSemanticColorBorderNeutralInverseDefault = njSemanticColorBorderNeutralInverseDefault; exports.njSemanticColorBorderNeutralInverseDefaultDark = njSemanticColorBorderNeutralInverseDefaultDark; exports.njSemanticColorBorderNeutralInverseFocused = njSemanticColorBorderNeutralInverseFocused; exports.njSemanticColorBorderNeutralInverseFocusedDark = njSemanticColorBorderNeutralInverseFocusedDark; exports.njSemanticColorBorderNeutralInverseHovered = njSemanticColorBorderNeutralInverseHovered; exports.njSemanticColorBorderNeutralInverseHoveredDark = njSemanticColorBorderNeutralInverseHoveredDark; exports.njSemanticColorBorderNeutralInversePressed = njSemanticColorBorderNeutralInversePressed; exports.njSemanticColorBorderNeutralInversePressedDark = njSemanticColorBorderNeutralInversePressedDark; exports.njSemanticColorBorderNeutralInverseSelected = njSemanticColorBorderNeutralInverseSelected; exports.njSemanticColorBorderNeutralInverseSelectedDark = njSemanticColorBorderNeutralInverseSelectedDark; exports.njSemanticColorBorderNeutralMinimalDefault = njSemanticColorBorderNeutralMinimalDefault; exports.njSemanticColorBorderNeutralMinimalDefaultDark = njSemanticColorBorderNeutralMinimalDefaultDark; exports.njSemanticColorBorderNeutralMinimalFocused = njSemanticColorBorderNeutralMinimalFocused; exports.njSemanticColorBorderNeutralMinimalFocusedDark = njSemanticColorBorderNeutralMinimalFocusedDark; exports.njSemanticColorBorderNeutralMinimalHovered = njSemanticColorBorderNeutralMinimalHovered; exports.njSemanticColorBorderNeutralMinimalHoveredDark = njSemanticColorBorderNeutralMinimalHoveredDark; exports.njSemanticColorBorderNeutralMinimalPressed = njSemanticColorBorderNeutralMinimalPressed; exports.njSemanticColorBorderNeutralMinimalPressedDark = njSemanticColorBorderNeutralMinimalPressedDark; exports.njSemanticColorBorderNeutralMinimalSelected = njSemanticColorBorderNeutralMinimalSelected; exports.njSemanticColorBorderNeutralMinimalSelectedDark = njSemanticColorBorderNeutralMinimalSelectedDark; exports.njSemanticColorBorderNeutralModerateDefault = njSemanticColorBorderNeutralModerateDefault; exports.njSemanticColorBorderNeutralModerateDefaultDark = njSemanticColorBorderNeutralModerateDefaultDark; exports.njSemanticColorBorderNeutralModerateFocused = njSemanticColorBorderNeutralModerateFocused; exports.njSemanticColorBorderNeutralModerateFocusedDark = njSemanticColorBorderNeutralModerateFocusedDark; exports.njSemanticColorBorderNeutralModerateHovered = njSemanticColorBorderNeutralModerateHovered; exports.njSemanticColorBorderNeutralModerateHoveredDark = njSemanticColorBorderNeutralModerateHoveredDark; exports.njSemanticColorBorderNeutralModeratePressed = njSemanticColorBorderNeutralModeratePressed; exports.njSemanticColorBorderNeutralModeratePressedDark = njSemanticColorBorderNeutralModeratePressedDark; exports.njSemanticColorBorderNeutralModerateSelected = njSemanticColorBorderNeutralModerateSelected; exports.njSemanticColorBorderNeutralModerateSelectedDark = njSemanticColorBorderNeutralModerateSelectedDark; exports.njSemanticColorBorderNeutralStrongDefault = njSemanticColorBorderNeutralStrongDefault; exports.njSemanticColorBorderNeutralStrongDefaultDark = njSemanticColorBorderNeutralStrongDefaultDark; exports.njSemanticColorBorderNeutralStrongFocused = njSemanticColorBorderNeutralStrongFocused; exports.njSemanticColorBorderNeutralStrongFocusedDark = njSemanticColorBorderNeutralStrongFocusedDark; exports.njSemanticColorBorderNeutralStrongHovered = njSemanticColorBorderNeutralStrongHovered; exports.njSemanticColorBorderNeutralStrongHoveredDark = njSemanticColorBorderNeutralStrongHoveredDark; exports.njSemanticColorBorderNeutralStrongPressed = njSemanticColorBorderNeutralStrongPressed; exports.njSemanticColorBorderNeutralStrongPressedDark = njSemanticColorBorderNeutralStrongPressedDark; exports.njSemanticColorBorderNeutralStrongSelected = njSemanticColorBorderNeutralStrongSelected; exports.njSemanticColorBorderNeutralStrongSelectedDark = njSemanticColorBorderNeutralStrongSelectedDark; exports.njSemanticColorBorderNeutralSubtleDefault = njSemanticColorBorderNeutralSubtleDefault; exports.njSemanticColorBorderNeutralSubtleDefaultDark = njSemanticColorBorderNeutralSubtleDefaultDark; exports.njSemanticColorBorderNeutralSubtleFocused = njSemanticColorBorderNeutralSubtleFocused; exports.njSemanticColorBorderNeutralSubtleFocusedDark = njSemanticColorBorderNeutralSubtleFocusedDark; exports.njSemanticColorBorderNeutralSubtleHovered = njSemanticColorBorderNeutralSubtleHovered; exports.njSemanticColorBorderNeutralSubtleHoveredDark = njSemanticColorBorderNeutralSubtleHoveredDark; exports.njSemanticColorBorderNeutralSubtlePressed = njSemanticColorBorderNeutralSubtlePressed; exports.njSemanticColorBorderNeutralSubtlePressedDark = njSemanticColorBorderNeutralSubtlePressedDark; exports.njSemanticColorBorderNeutralSubtleSelected = njSemanticColorBorderNeutralSubtleSelected; exports.njSemanticColorBorderNeutralSubtleSelectedDark = njSemanticColorBorderNeutralSubtleSelectedDark; exports.njSemanticColorBorderStatusDangerModerateDefault = njSemanticColorBorderStatusDangerModerateDefault; exports.njSemanticColorBorderStatusDangerModerateDefaultDark = njSemanticColorBorderStatusDangerModerateDefaultDark; exports.njSemanticColorBorderStatusDangerModerateFocused = njSemanticColorBorderStatusDangerModerateFocused; exports.njSemanticColorBorderStatusDangerModerateFocusedDark = njSemanticColorBorderStatusDangerModerateFocusedDark; exports.njSemanticColorBorderStatusDangerModerateHovered = njSemanticColorBorderStatusDangerModerateHovered; exports.njSemanticColorBorderStatusDangerModerateHoveredDark = njSemanticColorBorderStatusDangerModerateHoveredDark; exports.njSemanticColorBorderStatusDangerModeratePressed = njSemanticColorBorderStatusDangerModeratePressed; exports.njSemanticColorBorderStatusDangerModeratePressedDark = njSemanticColorBorderStatusDangerModeratePressedDark; exports.njSemanticColorBorderStatusDangerModerateSelected = njSemanticColorBorderStatusDangerModerateSelected; exports.njSemanticColorBorderStatusDangerModerateSelectedDark = njSemanticColorBorderStatusDangerModerateSelectedDark; exports.njSemanticColorBorderStatusDangerStrongDefault = njSemanticColorBorderStatusDangerStrongDefault; exports.njSemanticColorBorderStatusDangerStrongDefaultDark = njSemanticColorBorderStatusDangerStrongDefaultDark; exports.njSemanticColorBorderStatusDangerStrongFocused = njSemanticColorBorderStatusDangerStrongFocused; exports.njSemanticColorBorderStatusDangerStrongFocusedDark = njSemanticColorBorderStatusDangerStrongFocusedDark; exports.njSemanticColorBorderStatusDangerStrongHovered = njSemanticColorBorderStatusDangerStrongHovered; exports.njSemanticColorBorderStatusDangerStrongHoveredDark = njSemanticColorBorderStatusDangerStrongHoveredDark; exports.njSemanticColorBorderStatusDangerStrongPressed = njSemanticColorBorderStatusDangerStrongPressed; exports.njSemanticColorBorderStatusDangerStrongPressedDark = njSemanticColorBorderStatusDangerStrongPressedDark; exports.njSemanticColorBorderStatusDangerStrongSelected = njSemanticColorBorderStatusDangerStrongSelected; exports.njSemanticColorBorderStatusDangerStrongSelectedDark = njSemanticColorBorderStatusDangerStrongSelectedDark; exports.njSemanticColorBorderStatusDangerSubtleDefault = njSemanticColorBorderStatusDangerSubtleDefault; exports.njSemanticColorBorderStatusDangerSubtleDefaultDark = njSemanticColorBorderStatusDangerSubtleDefaultDark; exports.njSemanticColorBorderStatusDangerSubtleFocused = njSemanticColorBorderStatusDangerSubtleFocused; exports.njSemanticColorBorderStatusDangerSubtleFocusedDark = njSemanticColorBorderStatusDangerSubtleFocusedDark; exports.njSemanticColorBorderStatusDangerSubtleHovered = njSemanticColorBorderStatusDangerSubtleHovered; exports.njSemanticColorBorderStatusDangerSubtleHoveredDark = njSemanticColorBorderStatusDangerSubtleHoveredDark; exports.njSemanticColorBorderStatusDangerSubtlePressed = njSemanticColorBorderStatusDangerSubtlePressed; exports.njSemanticColorBorderStatusDangerSubtlePressedDark = njSemanticColorBorderStatusDangerSubtlePressedDark; exports.njSemanticColorBorderStatusDangerSubtleSelected = njSemanticColorBorderStatusDangerSubtleSelected; exports.njSemanticColorBorderStatusDangerSubtleSelectedDark = njSemanticColorBorderStatusDangerSubtleSelectedDark; exports.njSemanticColorBorderStatusDiscoveryModerateDefault = njSemanticColorBorderStatusDiscoveryModerateDefault; exports.njSemanticColorBorderStatusDiscoveryModerateDefaultDark = njSemanticColorBorderStatusDiscoveryModerateDefaultDark; exports.njSemanticColorBorderStatusDiscoveryModerateFocused = njSemanticColorBorderStatusDiscoveryModerateFocused; exports.njSemanticColorBorderStatusDiscoveryModerateFocusedDark = njSemanticColorBorderStatusDiscoveryModerateFocusedDark; exports.njSemanticColorBorderStatusDiscoveryModerateHovered = njSemanticColorBorderStatusDiscoveryModerateHovered; exports.njSemanticColorBorderStatusDiscoveryModerateHoveredDark = njSemanticColorBorderStatusDiscoveryModerateHoveredDark; exports.njSemanticColorBorderStatusDiscoveryModeratePressed = njSemanticColorBorderStatusDiscoveryModeratePressed; exports.njSemanticColorBorderStatusDiscoveryModeratePressedDark = njSemanticColorBorderStatusDiscoveryModeratePressedDark; exports.njSemanticColorBorderStatusDiscoveryModerateSelected = njSemanticColorBorderStatusDiscoveryModerateSelected; exports.njSemanticColorBorderStatusDiscoveryModerateSelectedDark = njSemanticColorBorderStatusDiscoveryModerateSelectedDark; exports.njSemanticColorBorderStatusDiscoveryStrongDefault = njSemanticColorBorderStatusDiscoveryStrongDefault; exports.njSemanticColorBorderStatusDiscoveryStrongDefaultDark = njSemanticColorBorderStatusDiscoveryStrongDefaultDark; exports.njSemanticColorBorderStatusDiscoveryStrongFocused = njSemanticColorBorderStatusDiscoveryStrongFocused; exports.njSemanticColorBorderStatusDiscoveryStrongFocusedDark = njSemanticColorBorderStatusDiscoveryStrongFocusedDark; exports.njSemanticColorBorderStatusDiscoveryStrongHovered = njSemanticColorBorderStatusDiscoveryStrongHovered; exports.njSemanticColorBorderStatusDiscoveryStrongHoveredDark = njSemanticColorBorderStatusDiscoveryStrongHoveredDark; exports.njSemanticColorBorderStatusDiscoveryStrongPressed = njSemanticColorBorderStatusDiscoveryStrongPressed; exports.njSemanticColorBorderStatusDiscoveryStrongPressedDark = njSemanticColorBorderStatusDiscoveryStrongPressedDark; exports.njSemanticColorBorderStatusDiscoveryStrongSelected = njSemanticColorBorderStatusDiscoveryStrongSelected; exports.njSemanticColorBorderStatusDiscoveryStrongSelectedDark = njSemanticColorBorderStatusDiscoveryStrongSelectedDark; exports.njSemanticColorBorderStatusDiscoverySubtleDefault = njSemanticColorBorderStatusDiscoverySubtleDefault; exports.njSemanticColorBorderStatusDiscoverySubtleDefaultDark = njSemanticColorBorderStatusDiscoverySubtleDefaultDark; exports.njSemanticColorBorderStatusDiscoverySubtleFocused = njSemanticColorBorderStatusDiscoverySubtleFocused; exports.njSemanticColorBorderStatusDiscoverySubtleFocusedDark = njSemanticColorBorderStatusDiscoverySubtleFocusedDark; exports.njSemanticColorBorderStatusDiscoverySubtleHovered = njSemanticColorBorderStatusDiscoverySubtleHovered; exports.njSemanticColorBorderStatusDiscoverySubtleHoveredDark = njSemanticColorBorderStatusDiscoverySubtleHoveredDark; exports.njSemanticColorBorderStatusDiscoverySubtlePressed = njSemanticColorBorderStatusDiscoverySubtlePressed; exports.njSemanticColorBorderStatusDiscoverySubtlePressedDark = njSemanticColorBorderStatusDiscoverySubtlePressedDark; exports.njSemanticColorBorderStatusDiscoverySubtleSelected = njSemanticColorBorderStatusDiscoverySubtleSelected; exports.njSemanticColorBorderStatusDiscoverySubtleSelectedDark = njSemanticColorBorderStatusDiscoverySubtleSelectedDark; exports.njSemanticColorBorderStatusInformationModerateDefault = njSemanticColorBorderStatusInformationModerateDefault; exports.njSemanticColorBorderStatusInformationModerateDefaultDark = njSemanticColorBorderStatusInformationModerateDefaultDark; exports.njSemanticColorBorderStatusInformationModerateFocused = njSemanticColorBorderStatusInformationModerateFocused; exports.njSemanticColorBorderStatusInformationModerateFocusedDark = njSemanticColorBorderStatusInformationModerateFocusedDark; exports.njSemanticColorBorderStatusInformationModerateHovered = njSemanticColorBorderStatusInformationModerateHovered; exports.njSemanticColorBorderStatusInformationModerateHoveredDark = njSemanticColorBorderStatusInformationModerateHoveredDark; exports.njSemanticColorBorderStatusInformationModeratePressed = njSemanticColorBorderStatusInformationModeratePressed; exports.njSemanticColorBorderStatusInformationModeratePressedDark = njSemanticColorBorderStatusInformationModeratePressedDark; exports.njSemanticColorBorderStatusInformationModerateSelected = njSemanticColorBorderStatusInformationModerateSelected; exports.njSemanticColorBorderStatusInformationModerateSelectedDark = njSemanticColorBorderStatusInformationModerateSelectedDark; exports.njSemanticColorBorderStatusInformationStrongDefault = njSemanticColorBorderStatusInformationStrongDefault; exports.njSemanticColorBorderStatusInformationStrongDefaultDark = njSemanticColorBorderStatusInformationStrongDefaultDark; exports.njSemanticColorBorderStatusInformationStrongFocused = njSemanticColorBorderStatusInformationStrongFocused; exports.njSemanticColorBorderStatusInformationStrongFocusedDark = njSemanticColorBorderStatusInformationStrongFocusedDark; exports.njSemanticColorBorderStatusInformationStrongHovered = njSemanticColorBorderStatusInformationStrongHovered; exports.njSemanticColorBorderStatusInformationStrongHoveredDark = njSemanticColorBorderStatusInformationStrongHoveredDark; exports.njSemanticColorBorderStatusInformationStrongPressed = njSemanticColorBorderStatusInformationStrongPressed; exports.njSemanticColorBorderStatusInformationStrongPressedDark = njSemanticColorBorderStatusInformationStrongPressedDark; exports.njSemanticColorBorderStatusInformationStrongSelected = njSemanticColorBorderStatusInformationStrongSelected; exports.njSemanticColorBorderStatusInformationStrongSelectedDark = njSemanticColorBorderStatusInformationStrongSelectedDark; exports.njSemanticColorBorderStatusInformationSubtleDefault = njSemanticColorBorderStatusInformationSubtleDefault; exports.njSemanticColorBorderStatusInformationSubtleDefaultDark = njSemanticColorBorderStatusInformationSubtleDefaultDark; exports.njSemanticColorBorderStatusInformationSubtleFocused = njSemanticColorBorderStatusInformationSubtleFocused; exports.njSemanticColorBorderStatusInformationSubtleFocusedDark = njSemanticColorBorderStatusInformationSubtleFocusedDark; exports.njSemanticColorBorderStatusInformationSubtleHovered = njSemanticColorBorderStatusInformationSubtleHovered; exports.njSemanticColorBorderStatusInformationSubtleHoveredDark = njSemanticColorBorderStatusInformationSubtleHoveredDark; exports.njSemanticColorBorderStatusInformationSubtlePressed = njSemanticColorBorderStatusInformationSubtlePressed; exports.njSemanticColorBorderStatusInformationSubtlePressedDark = njSemanticColorBorderStatusInformationSubtlePressedDark; exports.njSemanticColorBorderStatusInformationSubtleSelected = njSemanticColorBorderStatusInformationSubtleSelected; exports.njSemanticColorBorderStatusInformationSubtleSelectedDark = njSemanticColorBorderStatusInformationSubtleSelectedDark; exports.njSemanticColorBorderStatusPlanetModerateDefault = njSemanticColorBorderStatusPlanetModerateDefault; exports.njSemanticColorBorderStatusPlanetModerateDefaultDark = njSemanticColorBorderStatusPlanetModerateDefaultDark; exports.njSemanticColorBorderStatusPlanetModerateFocused = njSemanticColorBorderStatusPlanetModerateFocused; exports.njSemanticColorBorderStatusPlanetModerateFocusedDark = njSemanticColorBorderStatusPlanetModerateFocusedDark; exports.njSemanticColorBorderStatusPlanetModerateHovered = njSemanticColorBorderStatusPlanetModerateHovered; exports.njSemanticColorBorderStatusPlanetModerateHoveredDark = njSemanticColorBorderStatusPlanetModerateHoveredDark; exports.njSemanticColorBorderStatusPlanetModeratePressed = njSemanticColorBorderStatusPlanetModeratePressed; exports.njSemanticColorBorderStatusPlanetModeratePressedDark = njSemanticColorBorderStatusPlanetModeratePressedDark; exports.njSemanticColorBorderStatusPlanetModerateSelected = njSemanticColorBorderStatusPlanetModerateSelected; exports.njSemanticColorBorderStatusPlanetModerateSelectedDark = njSemanticColorBorderStatusPlanetModerateSelectedDark; exports.njSemanticColorBorderStatusPlanetStrongDefault = njSemanticColorBorderStatusPlanetStrongDefault; exports.njSemanticColorBorderStatusPlanetStrongDefaultDark = njSemanticColorBorderStatusPlanetStrongDefaultDark; exports.njSemanticColorBorderStatusPlanetStrongFocused = njSemanticColorBorderStatusPlanetStrongFocused; exports.njSemanticColorBorderStatusPlanetStrongFocusedDark = njSemanticColorBorderStatusPlanetStrongFocusedDark; exports.njSemanticColorBorderStatusPlanetStrongHovered = njSemanticColorBorderStatusPlanetStrongHovered; exports.njSemanticColorBorderStatusPlanetStrongHoveredDark = njSemanticColorBorderStatusPlanetStrongHoveredDark; exports.njSemanticColorBorderStatusPlanetStrongPressed = njSemanticColorBorderStatusPlanetStrongPressed; exports.njSemanticColorBorderStatusPlanetStrongPressedDark = njSemanticColorBorderStatusPlanetStrongPressedDark; exports.njSemanticColorBorderStatusPlanetStrongSelected = njSemanticColorBorderStatusPlanetStrongSelected; exports.njSemanticColorBorderStatusPlanetStrongSelectedDark = njSemanticColorBorderStatusPlanetStrongSelectedDark; exports.njSemanticColorBorderStatusPlanetSubtleDefault = njSemanticColorBorderStatusPlanetSubtleDefault; exports.njSemanticColorBorderStatusPlanetSubtleDefaultDark = njSemanticColorBorderStatusPlanetSubtleDefaultDark; exports.njSemanticColorBorderStatusPlanetSubtleFocused = njSemanticColorBorderStatusPlanetSubtleFocused; exports.njSemanticColorBorderStatusPlanetSubtleFocusedDark = njSemanticColorBorderStatusPlanetSubtleFocusedDark; exports.njSemanticColorBorderStatusPlanetSubtleHovered = njSemanticColorBorderStatusPlanetSubtleHovered; exports.njSemanticColorBorderStatusPlanetSubtleHoveredDark = njSemanticColorBorderStatusPlanetSubtleHoveredDark; exports.njSemanticColorBorderStatusPlanetSubtlePressed = njSemanticColorBorderStatusPlanetSubtlePressed; exports.njSemanticColorBorderStatusPlanetSubtlePressedDark = njSemanticColorBorderStatusPlanetSubtlePressedDark; exports.njSemanticColorBorderStatusPlanetSubtleSelected = njSemanticColorBorderStatusPlanetSubtleSelected; exports.njSemanticColorBorderStatusPlanetSubtleSelectedDark = njSemanticColorBorderStatusPlanetSubtleSelectedDark; exports.njSemanticColorBorderStatusSuccessModerateDefault = njSemanticColorBorderStatusSuccessModerateDefault; exports.njSemanticColorBorderStatusSuccessModerateDefaultDark = njSemanticColorBorderStatusSuccessModerateDefaultDark; exports.njSemanticColorBorderStatusSuccessModerateFocused = njSemanticColorBorderStatusSuccessModerateFocused; exports.njSemanticColorBorderStatusSuccessModerateFocusedDark = njSemanticColorBorderStatusSuccessModerateFocusedDark; exports.njSemanticColorBorderStatusSuccessModerateHovered = njSemanticColorBorderStatusSuccessModerateHovered; exports.njSemanticColorBorderStatusSuccessModerateHoveredDark = njSemanticColorBorderStatusSuccessModerateHoveredDark; exports.njSemanticColorBorderStatusSuccessModeratePressed = njSemanticColorBorderStatusSuccessModeratePressed; exports.njSemanticColorBorderStatusSuccessModeratePressedDark = njSemanticColorBorderStatusSuccessModeratePressedDark; exports.njSemanticColorBorderStatusSuccessModerateSelected = njSemanticColorBorderStatusSuccessModerateSelected; exports.njSemanticColorBorderStatusSuccessModerateSelectedDark = njSemanticColorBorderStatusSuccessModerateSelectedDark; exports.njSemanticColorBorderStatusSuccessStrongDefault = njSemanticColorBorderStatusSuccessStrongDefault; exports.njSemanticColorBorderStatusSuccessStrongDefaultDark = njSemanticColorBorderStatusSuccessStrongDefaultDark; exports.njSemanticColorBorderStatusSuccessStrongFocused = njSemanticColorBorderStatusSuccessStrongFocused; exports.njSemanticColorBorderStatusSuccessStrongFocusedDark = njSemanticColorBorderStatusSuccessStrongFocusedDark; exports.njSemanticColorBorderStatusSuccessStrongHovered = njSemanticColorBorderStatusSuccessStrongHovered; exports.njSemanticColorBorderStatusSuccessStrongHoveredDark = njSemanticColorBorderStatusSuccessStrongHoveredDark; exports.njSemanticColorBorderStatusSuccessStrongPressed = njSemanticColorBorderStatusSuccessStrongPressed; exports.njSemanticColorBorderStatusSuccessStrongPressedDark = njSemanticColorBorderStatusSuccessStrongPressedDark; exports.njSemanticColorBorderStatusSuccessStrongSelected = njSemanticColorBorderStatusSuccessStrongSelected; exports.njSemanticColorBorderStatusSuccessStrongSelectedDark = njSemanticColorBorderStatusSuccessStrongSelectedDark; exports.njSemanticColorBorderStatusSuccessSubtleDefault = njSemanticColorBorderStatusSuccessSubtleDefault; exports.njSemanticColorBorderStatusSuccessSubtleDefaultDark = njSemanticColorBorderStatusSuccessSubtleDefaultDark; exports.njSemanticColorBorderStatusSuccessSubtleFocused = njSemanticColorBorderStatusSuccessSubtleFocused; exports.njSemanticColorBorderStatusSuccessSubtleFocusedDark = njSemanticColorBorderStatusSuccessSubtleFocusedDark; exports.njSemanticColorBorderStatusSuccessSubtleHovered = njSemanticColorBorderStatusSuccessSubtleHovered; exports.njSemanticColorBorderStatusSuccessSubtleHoveredDark = njSemanticColorBorderStatusSuccessSubtleHoveredDark; exports.njSemanticColorBorderStatusSuccessSubtlePressed = njSemanticColorBorderStatusSuccessSubtlePressed; exports.njSemanticColorBorderStatusSuccessSubtlePressedDark = njSemanticColorBorderStatusSuccessSubtlePressedDark; exports.njSemanticColorBorderStatusSuccessSubtleSelected = njSemanticColorBorderStatusSuccessSubtleSelected; exports.njSemanticColorBorderStatusSuccessSubtleSelectedDark = njSemanticColorBorderStatusSuccessSubtleSelectedDark; exports.njSemanticColorBorderStatusWarningModerateDefault = njSemanticColorBorderStatusWarningModerateDefault; exports.njSemanticColorBorderStatusWarningModerateDefaultDark = njSemanticColorBorderStatusWarningModerateDefaultDark; exports.njSemanticColorBorderStatusWarningModerateFocused = njSemanticColorBorderStatusWarningModerateFocused; exports.njSemanticColorBorderStatusWarningModerateFocusedDark = njSemanticColorBorderStatusWarningModerateFocusedDark; exports.njSemanticColorBorderStatusWarningModerateHovered = njSemanticColorBorderStatusWarningModerateHovered; exports.njSemanticColorBorderStatusWarningModerateHoveredDark = njSemanticColorBorderStatusWarningModerateHoveredDark; exports.njSemanticColorBorderStatusWarningModeratePressed = njSemanticColorBorderStatusWarningModeratePressed; exports.njSemanticColorBorderStatusWarningModeratePressedDark = njSemanticColorBorderStatusWarningModeratePressedDark; exports.njSemanticColorBorderStatusWarningModerateSelected = njSemanticColorBorderStatusWarningModerateSelected; exports.njSemanticColorBorderStatusWarningModerateSelectedDark = njSemanticColorBorderStatusWarningModerateSelectedDark; exports.njSemanticColorBorderStatusWarningStrongDefault = njSemanticColorBorderStatusWarningStrongDefault; exports.njSemanticColorBorderStatusWarningStrongDefaultDark = njSemanticColorBorderStatusWarningStrongDefaultDark; exports.njSemanticColorBorderStatusWarningStrongFocused = njSemanticColorBorderStatusWarningStrongFocused; exports.njSemanticColorBorderStatusWarningStrongFocusedDark = njSemanticColorBorderStatusWarningStrongFocusedDark; exports.njSemanticColorBorderStatusWarningStrongHovered = njSemanticColorBorderStatusWarningStrongHovered; exports.njSemanticColorBorderStatusWarningStrongHoveredDark = njSemanticColorBorderStatusWarningStrongHoveredDark; exports.njSemanticColorBorderStatusWarningStrongPressed = njSemanticColorBorderStatusWarningStrongPressed; exports.njSemanticColorBorderStatusWarningStrongPressedDark = njSemanticColorBorderStatusWarningStrongPressedDark; exports.njSemanticColorBorderStatusWarningStrongSelected = njSemanticColorBorderStatusWarningStrongSelected; exports.njSemanticColorBorderStatusWarningStrongSelectedDark = njSemanticColorBorderStatusWarningStrongSelectedDark; exports.njSemanticColorBorderStatusWarningSubtleDefault = njSemanticColorBorderStatusWarningSubtleDefault; exports.njSemanticColorBorderStatusWarningSubtleDefaultDark = njSemanticColorBorderStatusWarningSubtleDefaultDark; exports.njSemanticColorBorderStatusWarningSubtleFocused = njSemanticColorBorderStatusWarningSubtleFocused; exports.njSemanticColorBorderStatusWarningSubtleFocusedDark = njSemanticColorBorderStatusWarningSubtleFocusedDark; exports.njSemanticColorBorderStatusWarningSubtleHovered = njSemanticColorBorderStatusWarningSubtleHovered; exports.njSemanticColorBorderStatusWarningSubtleHoveredDark = njSemanticColorBorderStatusWarningSubtleHoveredDark; exports.njSemanticColorBorderStatusWarningSubtlePressed = njSemanticColorBorderStatusWarningSubtlePressed; exports.njSemanticColorBorderStatusWarningSubtlePressedDark = njSemanticColorBorderStatusWarningSubtlePressedDark; exports.njSemanticColorBorderStatusWarningSubtleSelected = njSemanticColorBorderStatusWarningSubtleSelected; exports.njSemanticColorBorderStatusWarningSubtleSelectedDark = njSemanticColorBorderStatusWarningSubtleSelectedDark; exports.njSemanticColorIconAccentBlueContrastDefault = njSemanticColorIconAccentBlueContrastDefault; exports.njSemanticColorIconAccentBlueContrastDefaultDark = njSemanticColorIconAccentBlueContrastDefaultDark; exports.njSemanticColorIconAccentBluePrimaryDefault = njSemanticColorIconAccentBluePrimaryDefault; exports.njSemanticColorIconAccentBluePrimaryDefaultDark = njSemanticColorIconAccentBluePrimaryDefaultDark; exports.njSemanticColorIconAccentBluePrimaryFocused = njSemanticColorIconAccentBluePrimaryFocused; exports.njSemanticColorIconAccentBluePrimaryFocusedDark = njSemanticColorIconAccentBluePrimaryFocusedDark; exports.njSemanticColorIconAccentBluePrimaryHovered = njSemanticColorIconAccentBluePrimaryHovered; exports.njSemanticColorIconAccentBluePrimaryHoveredDark = njSemanticColorIconAccentBluePrimaryHoveredDark; exports.njSemanticColorIconAccentBluePrimaryPressed = njSemanticColorIconAccentBluePrimaryPressed; exports.njSemanticColorIconAccentBluePrimaryPressedDark = njSemanticColorIconAccentBluePrimaryPressedDark; exports.njSemanticColorIconAccentGreenContrastDefault = njSemanticColorIconAccentGreenContrastDefault; exports.njSemanticColorIconAccentGreenContrastDefaultDark = njSemanticColorIconAccentGreenContrastDefaultDark; exports.njSemanticColorIconAccentGreenPrimaryDefault = njSemanticColorIconAccentGreenPrimaryDefault; exports.njSemanticColorIconAccentGreenPrimaryDefaultDark = njSemanticColorIconAccentGreenPrimaryDefaultDark; exports.njSemanticColorIconAccentGreenPrimaryFocused = njSemanticColorIconAccentGreenPrimaryFocused; exports.njSemanticColorIconAccentGreenPrimaryFocusedDark = njSemanticColorIconAccentGreenPrimaryFocusedDark; exports.njSemanticColorIconAccentGreenPrimaryHovered = njSemanticColorIconAccentGreenPrimaryHovered; exports.njSemanticColorIconAccentGreenPrimaryHoveredDark = njSemanticColorIconAccentGreenPrimaryHoveredDark; exports.njSemanticColorIconAccentGreenPrimaryPressed = njSemanticColorIconAccentGreenPrimaryPressed; exports.njSemanticColorIconAccentGreenPrimaryPressedDark = njSemanticColorIconAccentGreenPrimaryPressedDark; exports.njSemanticColorIconAccentGreyContrastDefault = njSemanticColorIconAccentGreyContrastDefault; exports.njSemanticColorIconAccentGreyContrastDefaultDark = njSemanticColorIconAccentGreyContrastDefaultDark; exports.njSemanticColorIconAccentGreyPrimaryDefault = njSemanticColorIconAccentGreyPrimaryDefault; exports.njSemanticColorIconAccentGreyPrimaryDefaultDark = njSemanticColorIconAccentGreyPrimaryDefaultDark; exports.njSemanticColorIconAccentGreyPrimaryFocused = njSemanticColorIconAccentGreyPrimaryFocused; exports.njSemanticColorIconAccentGreyPrimaryFocusedDark = njSemanticColorIconAccentGreyPrimaryFocusedDark; exports.njSemanticColorIconAccentGreyPrimaryHovered = njSemanticColorIconAccentGreyPrimaryHovered; exports.njSemanticColorIconAccentGreyPrimaryHoveredDark = njSemanticColorIconAccentGreyPrimaryHoveredDark; exports.njSemanticColorIconAccentGreyPrimaryPressed = njSemanticColorIconAccentGreyPrimaryPressed; exports.njSemanticColorIconAccentGreyPrimaryPressedDark = njSemanticColorIconAccentGreyPrimaryPressedDark; exports.njSemanticColorIconAccentLimeContrastDefault = njSemanticColorIconAccentLimeContrastDefault; exports.njSemanticColorIconAccentLimeContrastDefaultDark = njSemanticColorIconAccentLimeContrastDefaultDark; exports.njSemanticColorIconAccentLimePrimaryDefault = njSemanticColorIconAccentLimePrimaryDefault; exports.njSemanticColorIconAccentLimePrimaryDefaultDark = njSemanticColorIconAccentLimePrimaryDefaultDark; exports.njSemanticColorIconAccentLimePrimaryFocused = njSemanticColorIconAccentLimePrimaryFocused; exports.njSemanticColorIconAccentLimePrimaryFocusedDark = njSemanticColorIconAccentLimePrimaryFocusedDark; exports.njSemanticColorIconAccentLimePrimaryHovered = njSemanticColorIconAccentLimePrimaryHovered; exports.njSemanticColorIconAccentLimePrimaryHoveredDark = njSemanticColorIconAccentLimePrimaryHoveredDark; exports.njSemanticColorIconAccentLimePrimaryPressed = njSemanticColorIconAccentLimePrimaryPressed; exports.njSemanticColorIconAccentLimePrimaryPressedDark = njSemanticColorIconAccentLimePrimaryPressedDark; exports.njSemanticColorIconAccentOrangeContrastDefault = njSemanticColorIconAccentOrangeContrastDefault; exports.njSemanticColorIconAccentOrangeContrastDefaultDark = njSemanticColorIconAccentOrangeContrastDefaultDark; exports.njSemanticColorIconAccentOrangePrimaryDefault = njSemanticColorIconAccentOrangePrimaryDefault; exports.njSemanticColorIconAccentOrangePrimaryDefaultDark = njSemanticColorIconAccentOrangePrimaryDefaultDark; exports.njSemanticColorIconAccentOrangePrimaryFocused = njSemanticColorIconAccentOrangePrimaryFocused; exports.njSemanticColorIconAccentOrangePrimaryFocusedDark = njSemanticColorIconAccentOrangePrimaryFocusedDark; exports.njSemanticColorIconAccentOrangePrimaryHovered = njSemanticColorIconAccentOrangePrimaryHovered; exports.njSemanticColorIconAccentOrangePrimaryHoveredDark = njSemanticColorIconAccentOrangePrimaryHoveredDark; exports.njSemanticColorIconAccentOrangePrimaryPressed = njSemanticColorIconAccentOrangePrimaryPressed; exports.njSemanticColorIconAccentOrangePrimaryPressedDark = njSemanticColorIconAccentOrangePrimaryPressedDark; exports.njSemanticColorIconAccentPinkContrastDefault = njSemanticColorIconAccentPinkContrastDefault; exports.njSemanticColorIconAccentPinkContrastDefaultDark = njSemanticColorIconAccentPinkContrastDefaultDark; exports.njSemanticColorIconAccentPinkPrimaryDefault = njSemanticColorIconAccentPinkPrimaryDefault; exports.njSemanticColorIconAccentPinkPrimaryDefaultDark = njSemanticColorIconAccentPinkPrimaryDefaultDark; exports.njSemanticColorIconAccentPinkPrimaryFocused = njSemanticColorIconAccentPinkPrimaryFocused; exports.njSemanticColorIconAccentPinkPrimaryFocusedDark = njSemanticColorIconAccentPinkPrimaryFocusedDark; exports.njSemanticColorIconAccentPinkPrimaryHovered = njSemanticColorIconAccentPinkPrimaryHovered; exports.njSemanticColorIconAccentPinkPrimaryHoveredDark = njSemanticColorIconAccentPinkPrimaryHoveredDark; exports.njSemanticColorIconAccentPinkPrimaryPressed = njSemanticColorIconAccentPinkPrimaryPressed; exports.njSemanticColorIconAccentPinkPrimaryPressedDark = njSemanticColorIconAccentPinkPrimaryPressedDark; exports.njSemanticColorIconAccentPurpleContrastDefault = njSemanticColorIconAccentPurpleContrastDefault; exports.njSemanticColorIconAccentPurpleContrastDefaultDark = njSemanticColorIconAccentPurpleContrastDefaultDark; exports.njSemanticColorIconAccentPurplePrimaryDefault = njSemanticColorIconAccentPurplePrimaryDefault; exports.njSemanticColorIconAccentPurplePrimaryDefaultDark = njSemanticColorIconAccentPurplePrimaryDefaultDark; exports.njSemanticColorIconAccentPurplePrimaryFocused = njSemanticColorIconAccentPurplePrimaryFocused; exports.njSemanticColorIconAccentPurplePrimaryFocusedDark = njSemanticColorIconAccentPurplePrimaryFocusedDark; exports.njSemanticColorIconAccentPurplePrimaryHovered = njSemanticColorIconAccentPurplePrimaryHovered; exports.njSemanticColorIconAccentPurplePrimaryHoveredDark = njSemanticColorIconAccentPurplePrimaryHoveredDark; exports.njSemanticColorIconAccentPurplePrimaryPressed = njSemanticColorIconAccentPurplePrimaryPressed; exports.njSemanticColorIconAccentPurplePrimaryPressedDark = njSemanticColorIconAccentPurplePrimaryPressedDark; exports.njSemanticColorIconAccentRedContrastDefault = njSemanticColorIconAccentRedContrastDefault; exports.njSemanticColorIconAccentRedContrastDefaultDark = njSemanticColorIconAccentRedContrastDefaultDark; exports.njSemanticColorIconAccentRedPrimaryDefault = njSemanticColorIconAccentRedPrimaryDefault; exports.njSemanticColorIconAccentRedPrimaryDefaultDark = njSemanticColorIconAccentRedPrimaryDefaultDark; exports.njSemanticColorIconAccentRedPrimaryFocused = njSemanticColorIconAccentRedPrimaryFocused; exports.njSemanticColorIconAccentRedPrimaryFocusedDark = njSemanticColorIconAccentRedPrimaryFocusedDark; exports.njSemanticColorIconAccentRedPrimaryHovered = njSemanticColorIconAccentRedPrimaryHovered; exports.njSemanticColorIconAccentRedPrimaryHoveredDark = njSemanticColorIconAccentRedPrimaryHoveredDark; exports.njSemanticColorIconAccentRedPrimaryPressed = njSemanticColorIconAccentRedPrimaryPressed; exports.njSemanticColorIconAccentRedPrimaryPressedDark = njSemanticColorIconAccentRedPrimaryPressedDark; exports.njSemanticColorIconAccentTealContrastDefault = njSemanticColorIconAccentTealContrastDefault; exports.njSemanticColorIconAccentTealContrastDefaultDark = njSemanticColorIconAccentTealContrastDefaultDark; exports.njSemanticColorIconAccentTealPrimaryDefault = njSemanticColorIconAccentTealPrimaryDefault; exports.njSemanticColorIconAccentTealPrimaryDefaultDark = njSemanticColorIconAccentTealPrimaryDefaultDark; exports.njSemanticColorIconAccentTealPrimaryFocused = njSemanticColorIconAccentTealPrimaryFocused; exports.njSemanticColorIconAccentTealPrimaryFocusedDark = njSemanticColorIconAccentTealPrimaryFocusedDark; exports.njSemanticColorIconAccentTealPrimaryHovered = njSemanticColorIconAccentTealPrimaryHovered; exports.njSemanticColorIconAccentTealPrimaryHoveredDark = njSemanticColorIconAccentTealPrimaryHoveredDark; exports.njSemanticColorIconAccentTealPrimaryPressed = njSemanticColorIconAccentTealPrimaryPressed; exports.njSemanticColorIconAccentTealPrimaryPressedDark = njSemanticColorIconAccentTealPrimaryPressedDark; exports.njSemanticColorIconAccentUltramarineContrastDefault = njSemanticColorIconAccentUltramarineContrastDefault; exports.njSemanticColorIconAccentUltramarineContrastDefaultDark = njSemanticColorIconAccentUltramarineContrastDefaultDark; exports.njSemanticColorIconAccentUltramarinePrimaryDefault = njSemanticColorIconAccentUltramarinePrimaryDefault; exports.njSemanticColorIconAccentUltramarinePrimaryDefaultDark = njSemanticColorIconAccentUltramarinePrimaryDefaultDark; exports.njSemanticColorIconAccentUltramarinePrimaryFocused = njSemanticColorIconAccentUltramarinePrimaryFocused; exports.njSemanticColorIconAccentUltramarinePrimaryFocusedDark = njSemanticColorIconAccentUltramarinePrimaryFocusedDark; exports.njSemanticColorIconAccentUltramarinePrimaryHovered = njSemanticColorIconAccentUltramarinePrimaryHovered; exports.njSemanticColorIconAccentUltramarinePrimaryHoveredDark = njSemanticColorIconAccentUltramarinePrimaryHoveredDark; exports.njSemanticColorIconAccentUltramarinePrimaryPressed = njSemanticColorIconAccentUltramarinePrimaryPressed; exports.njSemanticColorIconAccentUltramarinePrimaryPressedDark = njSemanticColorIconAccentUltramarinePrimaryPressedDark; exports.njSemanticColorIconAccentYellowContrastDefault = njSemanticColorIconAccentYellowContrastDefault; exports.njSemanticColorIconAccentYellowContrastDefaultDark = njSemanticColorIconAccentYellowContrastDefaultDark; exports.njSemanticColorIconAccentYellowPrimaryDefault = njSemanticColorIconAccentYellowPrimaryDefault; exports.njSemanticColorIconAccentYellowPrimaryDefaultDark = njSemanticColorIconAccentYellowPrimaryDefaultDark; exports.njSemanticColorIconAccentYellowPrimaryFocused = njSemanticColorIconAccentYellowPrimaryFocused; exports.njSemanticColorIconAccentYellowPrimaryFocusedDark = njSemanticColorIconAccentYellowPrimaryFocusedDark; exports.njSemanticColorIconAccentYellowPrimaryHovered = njSemanticColorIconAccentYellowPrimaryHovered; exports.njSemanticColorIconAccentYellowPrimaryHoveredDark = njSemanticColorIconAccentYellowPrimaryHoveredDark; exports.njSemanticColorIconAccentYellowPrimaryPressed = njSemanticColorIconAccentYellowPrimaryPressed; exports.njSemanticColorIconAccentYellowPrimaryPressedDark = njSemanticColorIconAccentYellowPrimaryPressedDark; exports.njSemanticColorIconAdditionalSignatureDefault = njSemanticColorIconAdditionalSignatureDefault; exports.njSemanticColorIconAdditionalSignatureDefaultDark = njSemanticColorIconAdditionalSignatureDefaultDark; exports.njSemanticColorIconBrandContrastDefault = njSemanticColorIconBrandContrastDefault; exports.njSemanticColorIconBrandContrastDefaultDark = njSemanticColorIconBrandContrastDefaultDark; exports.njSemanticColorIconBrandContrastFocused = njSemanticColorIconBrandContrastFocused; exports.njSemanticColorIconBrandContrastFocusedDark = njSemanticColorIconBrandContrastFocusedDark; exports.njSemanticColorIconBrandContrastHovered = njSemanticColorIconBrandContrastHovered; exports.njSemanticColorIconBrandContrastHoveredDark = njSemanticColorIconBrandContrastHoveredDark; exports.njSemanticColorIconBrandContrastPressed = njSemanticColorIconBrandContrastPressed; exports.njSemanticColorIconBrandContrastPressedDark = njSemanticColorIconBrandContrastPressedDark; exports.njSemanticColorIconBrandPrimaryDefault = njSemanticColorIconBrandPrimaryDefault; exports.njSemanticColorIconBrandPrimaryDefaultDark = njSemanticColorIconBrandPrimaryDefaultDark; exports.njSemanticColorIconBrandPrimaryFocused = njSemanticColorIconBrandPrimaryFocused; exports.njSemanticColorIconBrandPrimaryFocusedDark = njSemanticColorIconBrandPrimaryFocusedDark; exports.njSemanticColorIconBrandPrimaryHovered = njSemanticColorIconBrandPrimaryHovered; exports.njSemanticColorIconBrandPrimaryHoveredDark = njSemanticColorIconBrandPrimaryHoveredDark; exports.njSemanticColorIconBrandPrimaryPressed = njSemanticColorIconBrandPrimaryPressed; exports.njSemanticColorIconBrandPrimaryPressedDark = njSemanticColorIconBrandPrimaryPressedDark; exports.njSemanticColorIconNeutralContrastDefault = njSemanticColorIconNeutralContrastDefault; exports.njSemanticColorIconNeutralContrastDefaultDark = njSemanticColorIconNeutralContrastDefaultDark; exports.njSemanticColorIconNeutralContrastFocused = njSemanticColorIconNeutralContrastFocused; exports.njSemanticColorIconNeutralContrastFocusedDark = njSemanticColorIconNeutralContrastFocusedDark; exports.njSemanticColorIconNeutralContrastHovered = njSemanticColorIconNeutralContrastHovered; exports.njSemanticColorIconNeutralContrastHoveredDark = njSemanticColorIconNeutralContrastHoveredDark; exports.njSemanticColorIconNeutralContrastPressed = njSemanticColorIconNeutralContrastPressed; exports.njSemanticColorIconNeutralContrastPressedDark = njSemanticColorIconNeutralContrastPressedDark; exports.njSemanticColorIconNeutralInverseDefault = njSemanticColorIconNeutralInverseDefault; exports.njSemanticColorIconNeutralInverseDefaultDark = njSemanticColorIconNeutralInverseDefaultDark; exports.njSemanticColorIconNeutralInverseFocused = njSemanticColorIconNeutralInverseFocused; exports.njSemanticColorIconNeutralInverseFocusedDark = njSemanticColorIconNeutralInverseFocusedDark; exports.njSemanticColorIconNeutralInverseHovered = njSemanticColorIconNeutralInverseHovered; exports.njSemanticColorIconNeutralInverseHoveredDark = njSemanticColorIconNeutralInverseHoveredDark; exports.njSemanticColorIconNeutralInversePressed = njSemanticColorIconNeutralInversePressed; exports.njSemanticColorIconNeutralInversePressedDark = njSemanticColorIconNeutralInversePressedDark; exports.njSemanticColorIconNeutralPrimaryDefault = njSemanticColorIconNeutralPrimaryDefault; exports.njSemanticColorIconNeutralPrimaryDefaultDark = njSemanticColorIconNeutralPrimaryDefaultDark; exports.njSemanticColorIconNeutralPrimaryFocused = njSemanticColorIconNeutralPrimaryFocused; exports.njSemanticColorIconNeutralPrimaryFocusedDark = njSemanticColorIconNeutralPrimaryFocusedDark; exports.njSemanticColorIconNeutralPrimaryHovered = njSemanticColorIconNeutralPrimaryHovered; exports.njSemanticColorIconNeutralPrimaryHoveredDark = njSemanticColorIconNeutralPrimaryHoveredDark; exports.njSemanticColorIconNeutralPrimaryPressed = njSemanticColorIconNeutralPrimaryPressed; exports.njSemanticColorIconNeutralPrimaryPressedDark = njSemanticColorIconNeutralPrimaryPressedDark; exports.njSemanticColorIconNeutralSecondaryDefault = njSemanticColorIconNeutralSecondaryDefault; exports.njSemanticColorIconNeutralSecondaryDefaultDark = njSemanticColorIconNeutralSecondaryDefaultDark; exports.njSemanticColorIconNeutralSecondaryFocused = njSemanticColorIconNeutralSecondaryFocused; exports.njSemanticColorIconNeutralSecondaryFocusedDark = njSemanticColorIconNeutralSecondaryFocusedDark; exports.njSemanticColorIconNeutralSecondaryHovered = njSemanticColorIconNeutralSecondaryHovered; exports.njSemanticColorIconNeutralSecondaryHoveredDark = njSemanticColorIconNeutralSecondaryHoveredDark; exports.njSemanticColorIconNeutralSecondaryPressed = njSemanticColorIconNeutralSecondaryPressed; exports.njSemanticColorIconNeutralSecondaryPressedDark = njSemanticColorIconNeutralSecondaryPressedDark; exports.njSemanticColorIconNeutralTertiaryDefault = njSemanticColorIconNeutralTertiaryDefault; exports.njSemanticColorIconNeutralTertiaryDefaultDark = njSemanticColorIconNeutralTertiaryDefaultDark; exports.njSemanticColorIconNeutralTertiaryFocused = njSemanticColorIconNeutralTertiaryFocused; exports.njSemanticColorIconNeutralTertiaryFocusedDark = njSemanticColorIconNeutralTertiaryFocusedDark; exports.njSemanticColorIconNeutralTertiaryHovered = njSemanticColorIconNeutralTertiaryHovered; exports.njSemanticColorIconNeutralTertiaryHoveredDark = njSemanticColorIconNeutralTertiaryHoveredDark; exports.njSemanticColorIconNeutralTertiaryPressed = njSemanticColorIconNeutralTertiaryPressed; exports.njSemanticColorIconNeutralTertiaryPressedDark = njSemanticColorIconNeutralTertiaryPressedDark; exports.njSemanticColorIconStatusDangerContrastDefault = njSemanticColorIconStatusDangerContrastDefault; exports.njSemanticColorIconStatusDangerContrastDefaultDark = njSemanticColorIconStatusDangerContrastDefaultDark; exports.njSemanticColorIconStatusDangerPrimaryDefault = njSemanticColorIconStatusDangerPrimaryDefault; exports.njSemanticColorIconStatusDangerPrimaryDefaultDark = njSemanticColorIconStatusDangerPrimaryDefaultDark; exports.njSemanticColorIconStatusDangerPrimaryFocused = njSemanticColorIconStatusDangerPrimaryFocused; exports.njSemanticColorIconStatusDangerPrimaryFocusedDark = njSemanticColorIconStatusDangerPrimaryFocusedDark; exports.njSemanticColorIconStatusDangerPrimaryHovered = njSemanticColorIconStatusDangerPrimaryHovered; exports.njSemanticColorIconStatusDangerPrimaryHoveredDark = njSemanticColorIconStatusDangerPrimaryHoveredDark; exports.njSemanticColorIconStatusDangerPrimaryPressed = njSemanticColorIconStatusDangerPrimaryPressed; exports.njSemanticColorIconStatusDangerPrimaryPressedDark = njSemanticColorIconStatusDangerPrimaryPressedDark; exports.njSemanticColorIconStatusDiscoveryContrastDefault = njSemanticColorIconStatusDiscoveryContrastDefault; exports.njSemanticColorIconStatusDiscoveryContrastDefaultDark = njSemanticColorIconStatusDiscoveryContrastDefaultDark; exports.njSemanticColorIconStatusDiscoveryPrimaryDefault = njSemanticColorIconStatusDiscoveryPrimaryDefault; exports.njSemanticColorIconStatusDiscoveryPrimaryDefaultDark = njSemanticColorIconStatusDiscoveryPrimaryDefaultDark; exports.njSemanticColorIconStatusDiscoveryPrimaryFocused = njSemanticColorIconStatusDiscoveryPrimaryFocused; exports.njSemanticColorIconStatusDiscoveryPrimaryFocusedDark = njSemanticColorIconStatusDiscoveryPrimaryFocusedDark; exports.njSemanticColorIconStatusDiscoveryPrimaryHovered = njSemanticColorIconStatusDiscoveryPrimaryHovered; exports.njSemanticColorIconStatusDiscoveryPrimaryHoveredDark = njSemanticColorIconStatusDiscoveryPrimaryHoveredDark; exports.njSemanticColorIconStatusDiscoveryPrimaryPressed = njSemanticColorIconStatusDiscoveryPrimaryPressed; exports.njSemanticColorIconStatusDiscoveryPrimaryPressedDark = njSemanticColorIconStatusDiscoveryPrimaryPressedDark; exports.njSemanticColorIconStatusInformationContrastDefault = njSemanticColorIconStatusInformationContrastDefault; exports.njSemanticColorIconStatusInformationContrastDefaultDark = njSemanticColorIconStatusInformationContrastDefaultDark; exports.njSemanticColorIconStatusInformationPrimaryDefault = njSemanticColorIconStatusInformationPrimaryDefault; exports.njSemanticColorIconStatusInformationPrimaryDefaultDark = njSemanticColorIconStatusInformationPrimaryDefaultDark; exports.njSemanticColorIconStatusInformationPrimaryFocused = njSemanticColorIconStatusInformationPrimaryFocused; exports.njSemanticColorIconStatusInformationPrimaryFocusedDark = njSemanticColorIconStatusInformationPrimaryFocusedDark; exports.njSemanticColorIconStatusInformationPrimaryHovered = njSemanticColorIconStatusInformationPrimaryHovered; exports.njSemanticColorIconStatusInformationPrimaryHoveredDark = njSemanticColorIconStatusInformationPrimaryHoveredDark; exports.njSemanticColorIconStatusInformationPrimaryPressed = njSemanticColorIconStatusInformationPrimaryPressed; exports.njSemanticColorIconStatusInformationPrimaryPressedDark = njSemanticColorIconStatusInformationPrimaryPressedDark; exports.njSemanticColorIconStatusPlanetContrastDefault = njSemanticColorIconStatusPlanetContrastDefault; exports.njSemanticColorIconStatusPlanetContrastDefaultDark = njSemanticColorIconStatusPlanetContrastDefaultDark; exports.njSemanticColorIconStatusPlanetPrimaryDefault = njSemanticColorIconStatusPlanetPrimaryDefault; exports.njSemanticColorIconStatusPlanetPrimaryDefaultDark = njSemanticColorIconStatusPlanetPrimaryDefaultDark; exports.njSemanticColorIconStatusPlanetPrimaryFocused = njSemanticColorIconStatusPlanetPrimaryFocused; exports.njSemanticColorIconStatusPlanetPrimaryFocusedDark = njSemanticColorIconStatusPlanetPrimaryFocusedDark; exports.njSemanticColorIconStatusPlanetPrimaryHovered = njSemanticColorIconStatusPlanetPrimaryHovered; exports.njSemanticColorIconStatusPlanetPrimaryHoveredDark = njSemanticColorIconStatusPlanetPrimaryHoveredDark; exports.njSemanticColorIconStatusPlanetPrimaryPressed = njSemanticColorIconStatusPlanetPrimaryPressed; exports.njSemanticColorIconStatusPlanetPrimaryPressedDark = njSemanticColorIconStatusPlanetPrimaryPressedDark; exports.njSemanticColorIconStatusSuccessContrastDefault = njSemanticColorIconStatusSuccessContrastDefault; exports.njSemanticColorIconStatusSuccessContrastDefaultDark = njSemanticColorIconStatusSuccessContrastDefaultDark; exports.njSemanticColorIconStatusSuccessPrimaryDefault = njSemanticColorIconStatusSuccessPrimaryDefault; exports.njSemanticColorIconStatusSuccessPrimaryDefaultDark = njSemanticColorIconStatusSuccessPrimaryDefaultDark; exports.njSemanticColorIconStatusSuccessPrimaryFocused = njSemanticColorIconStatusSuccessPrimaryFocused; exports.njSemanticColorIconStatusSuccessPrimaryFocusedDark = njSemanticColorIconStatusSuccessPrimaryFocusedDark; exports.njSemanticColorIconStatusSuccessPrimaryHovered = njSemanticColorIconStatusSuccessPrimaryHovered; exports.njSemanticColorIconStatusSuccessPrimaryHoveredDark = njSemanticColorIconStatusSuccessPrimaryHoveredDark; exports.njSemanticColorIconStatusSuccessPrimaryPressed = njSemanticColorIconStatusSuccessPrimaryPressed; exports.njSemanticColorIconStatusSuccessPrimaryPressedDark = njSemanticColorIconStatusSuccessPrimaryPressedDark; exports.njSemanticColorIconStatusWarningContrastDefault = njSemanticColorIconStatusWarningContrastDefault; exports.njSemanticColorIconStatusWarningContrastDefaultDark = njSemanticColorIconStatusWarningContrastDefaultDark; exports.njSemanticColorIconStatusWarningPrimaryDefault = njSemanticColorIconStatusWarningPrimaryDefault; exports.njSemanticColorIconStatusWarningPrimaryDefaultDark = njSemanticColorIconStatusWarningPrimaryDefaultDark; exports.njSemanticColorIconStatusWarningPrimaryFocused = njSemanticColorIconStatusWarningPrimaryFocused; exports.njSemanticColorIconStatusWarningPrimaryFocusedDark = njSemanticColorIconStatusWarningPrimaryFocusedDark; exports.njSemanticColorIconStatusWarningPrimaryHovered = njSemanticColorIconStatusWarningPrimaryHovered; exports.njSemanticColorIconStatusWarningPrimaryHoveredDark = njSemanticColorIconStatusWarningPrimaryHoveredDark; exports.njSemanticColorIconStatusWarningPrimaryPressed = njSemanticColorIconStatusWarningPrimaryPressed; exports.njSemanticColorIconStatusWarningPrimaryPressedDark = njSemanticColorIconStatusWarningPrimaryPressedDark; exports.njSemanticColorTextAccentBlueContrastDefault = njSemanticColorTextAccentBlueContrastDefault; exports.njSemanticColorTextAccentBlueContrastDefaultDark = njSemanticColorTextAccentBlueContrastDefaultDark; exports.njSemanticColorTextAccentBlueContrastFocused = njSemanticColorTextAccentBlueContrastFocused; exports.njSemanticColorTextAccentBlueContrastFocusedDark = njSemanticColorTextAccentBlueContrastFocusedDark; exports.njSemanticColorTextAccentBlueContrastHovered = njSemanticColorTextAccentBlueContrastHovered; exports.njSemanticColorTextAccentBlueContrastHoveredDark = njSemanticColorTextAccentBlueContrastHoveredDark; exports.njSemanticColorTextAccentBlueContrastPressed = njSemanticColorTextAccentBlueContrastPressed; exports.njSemanticColorTextAccentBlueContrastPressedDark = njSemanticColorTextAccentBlueContrastPressedDark; exports.njSemanticColorTextAccentBluePrimaryDefault = njSemanticColorTextAccentBluePrimaryDefault; exports.njSemanticColorTextAccentBluePrimaryDefaultDark = njSemanticColorTextAccentBluePrimaryDefaultDark; exports.njSemanticColorTextAccentBluePrimaryFocused = njSemanticColorTextAccentBluePrimaryFocused; exports.njSemanticColorTextAccentBluePrimaryFocusedDark = njSemanticColorTextAccentBluePrimaryFocusedDark; exports.njSemanticColorTextAccentBluePrimaryHovered = njSemanticColorTextAccentBluePrimaryHovered; exports.njSemanticColorTextAccentBluePrimaryHoveredDark = njSemanticColorTextAccentBluePrimaryHoveredDark; exports.njSemanticColorTextAccentBluePrimaryPressed = njSemanticColorTextAccentBluePrimaryPressed; exports.njSemanticColorTextAccentBluePrimaryPressedDark = njSemanticColorTextAccentBluePrimaryPressedDark; exports.njSemanticColorTextAccentGreenContrastDefault = njSemanticColorTextAccentGreenContrastDefault; exports.njSemanticColorTextAccentGreenContrastDefaultDark = njSemanticColorTextAccentGreenContrastDefaultDark; exports.njSemanticColorTextAccentGreenContrastFocused = njSemanticColorTextAccentGreenContrastFocused; exports.njSemanticColorTextAccentGreenContrastFocusedDark = njSemanticColorTextAccentGreenContrastFocusedDark; exports.njSemanticColorTextAccentGreenContrastHovered = njSemanticColorTextAccentGreenContrastHovered; exports.njSemanticColorTextAccentGreenContrastHoveredDark = njSemanticColorTextAccentGreenContrastHoveredDark; exports.njSemanticColorTextAccentGreenContrastPressed = njSemanticColorTextAccentGreenContrastPressed; exports.njSemanticColorTextAccentGreenContrastPressedDark = njSemanticColorTextAccentGreenContrastPressedDark; exports.njSemanticColorTextAccentGreenPrimaryDefault = njSemanticColorTextAccentGreenPrimaryDefault; exports.njSemanticColorTextAccentGreenPrimaryDefaultDark = njSemanticColorTextAccentGreenPrimaryDefaultDark; exports.njSemanticColorTextAccentGreenPrimaryFocused = njSemanticColorTextAccentGreenPrimaryFocused; exports.njSemanticColorTextAccentGreenPrimaryFocusedDark = njSemanticColorTextAccentGreenPrimaryFocusedDark; exports.njSemanticColorTextAccentGreenPrimaryHovered = njSemanticColorTextAccentGreenPrimaryHovered; exports.njSemanticColorTextAccentGreenPrimaryHoveredDark = njSemanticColorTextAccentGreenPrimaryHoveredDark; exports.njSemanticColorTextAccentGreenPrimaryPressed = njSemanticColorTextAccentGreenPrimaryPressed; exports.njSemanticColorTextAccentGreenPrimaryPressedDark = njSemanticColorTextAccentGreenPrimaryPressedDark; exports.njSemanticColorTextAccentGreyContrastDefault = njSemanticColorTextAccentGreyContrastDefault; exports.njSemanticColorTextAccentGreyContrastDefaultDark = njSemanticColorTextAccentGreyContrastDefaultDark; exports.njSemanticColorTextAccentGreyContrastFocused = njSemanticColorTextAccentGreyContrastFocused; exports.njSemanticColorTextAccentGreyContrastFocusedDark = njSemanticColorTextAccentGreyContrastFocusedDark; exports.njSemanticColorTextAccentGreyContrastHovered = njSemanticColorTextAccentGreyContrastHovered; exports.njSemanticColorTextAccentGreyContrastHoveredDark = njSemanticColorTextAccentGreyContrastHoveredDark; exports.njSemanticColorTextAccentGreyContrastPressed = njSemanticColorTextAccentGreyContrastPressed; exports.njSemanticColorTextAccentGreyContrastPressedDark = njSemanticColorTextAccentGreyContrastPressedDark; exports.njSemanticColorTextAccentGreyPrimaryDefault = njSemanticColorTextAccentGreyPrimaryDefault; exports.njSemanticColorTextAccentGreyPrimaryDefaultDark = njSemanticColorTextAccentGreyPrimaryDefaultDark; exports.njSemanticColorTextAccentGreyPrimaryFocused = njSemanticColorTextAccentGreyPrimaryFocused; exports.njSemanticColorTextAccentGreyPrimaryFocusedDark = njSemanticColorTextAccentGreyPrimaryFocusedDark; exports.njSemanticColorTextAccentGreyPrimaryHovered = njSemanticColorTextAccentGreyPrimaryHovered; exports.njSemanticColorTextAccentGreyPrimaryHoveredDark = njSemanticColorTextAccentGreyPrimaryHoveredDark; exports.njSemanticColorTextAccentGreyPrimaryPressed = njSemanticColorTextAccentGreyPrimaryPressed; exports.njSemanticColorTextAccentGreyPrimaryPressedDark = njSemanticColorTextAccentGreyPrimaryPressedDark; exports.njSemanticColorTextAccentLimeContrastDefault = njSemanticColorTextAccentLimeContrastDefault; exports.njSemanticColorTextAccentLimeContrastDefaultDark = njSemanticColorTextAccentLimeContrastDefaultDark; exports.njSemanticColorTextAccentLimeContrastFocused = njSemanticColorTextAccentLimeContrastFocused; exports.njSemanticColorTextAccentLimeContrastFocusedDark = njSemanticColorTextAccentLimeContrastFocusedDark; exports.njSemanticColorTextAccentLimeContrastHovered = njSemanticColorTextAccentLimeContrastHovered; exports.njSemanticColorTextAccentLimeContrastHoveredDark = njSemanticColorTextAccentLimeContrastHoveredDark; exports.njSemanticColorTextAccentLimeContrastPressed = njSemanticColorTextAccentLimeContrastPressed; exports.njSemanticColorTextAccentLimeContrastPressedDark = njSemanticColorTextAccentLimeContrastPressedDark; exports.njSemanticColorTextAccentLimePrimaryDefault = njSemanticColorTextAccentLimePrimaryDefault; exports.njSemanticColorTextAccentLimePrimaryDefaultDark = njSemanticColorTextAccentLimePrimaryDefaultDark; exports.njSemanticColorTextAccentLimePrimaryFocused = njSemanticColorTextAccentLimePrimaryFocused; exports.njSemanticColorTextAccentLimePrimaryFocusedDark = njSemanticColorTextAccentLimePrimaryFocusedDark; exports.njSemanticColorTextAccentLimePrimaryHovered = njSemanticColorTextAccentLimePrimaryHovered; exports.njSemanticColorTextAccentLimePrimaryHoveredDark = njSemanticColorTextAccentLimePrimaryHoveredDark; exports.njSemanticColorTextAccentLimePrimaryPressed = njSemanticColorTextAccentLimePrimaryPressed; exports.njSemanticColorTextAccentLimePrimaryPressedDark = njSemanticColorTextAccentLimePrimaryPressedDark; exports.njSemanticColorTextAccentOrangeContrastDefault = njSemanticColorTextAccentOrangeContrastDefault; exports.njSemanticColorTextAccentOrangeContrastDefaultDark = njSemanticColorTextAccentOrangeContrastDefaultDark; exports.njSemanticColorTextAccentOrangeContrastFocused = njSemanticColorTextAccentOrangeContrastFocused; exports.njSemanticColorTextAccentOrangeContrastFocusedDark = njSemanticColorTextAccentOrangeContrastFocusedDark; exports.njSemanticColorTextAccentOrangeContrastHovered = njSemanticColorTextAccentOrangeContrastHovered; exports.njSemanticColorTextAccentOrangeContrastHoveredDark = njSemanticColorTextAccentOrangeContrastHoveredDark; exports.njSemanticColorTextAccentOrangeContrastPressed = njSemanticColorTextAccentOrangeContrastPressed; exports.njSemanticColorTextAccentOrangeContrastPressedDark = njSemanticColorTextAccentOrangeContrastPressedDark; exports.njSemanticColorTextAccentOrangePrimaryDefault = njSemanticColorTextAccentOrangePrimaryDefault; exports.njSemanticColorTextAccentOrangePrimaryDefaultDark = njSemanticColorTextAccentOrangePrimaryDefaultDark; exports.njSemanticColorTextAccentOrangePrimaryFocused = njSemanticColorTextAccentOrangePrimaryFocused; exports.njSemanticColorTextAccentOrangePrimaryFocusedDark = njSemanticColorTextAccentOrangePrimaryFocusedDark; exports.njSemanticColorTextAccentOrangePrimaryHovered = njSemanticColorTextAccentOrangePrimaryHovered; exports.njSemanticColorTextAccentOrangePrimaryHoveredDark = njSemanticColorTextAccentOrangePrimaryHoveredDark; exports.njSemanticColorTextAccentOrangePrimaryPressed = njSemanticColorTextAccentOrangePrimaryPressed; exports.njSemanticColorTextAccentOrangePrimaryPressedDark = njSemanticColorTextAccentOrangePrimaryPressedDark; exports.njSemanticColorTextAccentPinkContrastDefault = njSemanticColorTextAccentPinkContrastDefault; exports.njSemanticColorTextAccentPinkContrastDefaultDark = njSemanticColorTextAccentPinkContrastDefaultDark; exports.njSemanticColorTextAccentPinkContrastFocused = njSemanticColorTextAccentPinkContrastFocused; exports.njSemanticColorTextAccentPinkContrastFocusedDark = njSemanticColorTextAccentPinkContrastFocusedDark; exports.njSemanticColorTextAccentPinkContrastHovered = njSemanticColorTextAccentPinkContrastHovered; exports.njSemanticColorTextAccentPinkContrastHoveredDark = njSemanticColorTextAccentPinkContrastHoveredDark; exports.njSemanticColorTextAccentPinkContrastPressed = njSemanticColorTextAccentPinkContrastPressed; exports.njSemanticColorTextAccentPinkContrastPressedDark = njSemanticColorTextAccentPinkContrastPressedDark; exports.njSemanticColorTextAccentPinkPrimaryDefault = njSemanticColorTextAccentPinkPrimaryDefault; exports.njSemanticColorTextAccentPinkPrimaryDefaultDark = njSemanticColorTextAccentPinkPrimaryDefaultDark; exports.njSemanticColorTextAccentPinkPrimaryFocused = njSemanticColorTextAccentPinkPrimaryFocused; exports.njSemanticColorTextAccentPinkPrimaryFocusedDark = njSemanticColorTextAccentPinkPrimaryFocusedDark; exports.njSemanticColorTextAccentPinkPrimaryHovered = njSemanticColorTextAccentPinkPrimaryHovered; exports.njSemanticColorTextAccentPinkPrimaryHoveredDark = njSemanticColorTextAccentPinkPrimaryHoveredDark; exports.njSemanticColorTextAccentPinkPrimaryPressed = njSemanticColorTextAccentPinkPrimaryPressed; exports.njSemanticColorTextAccentPinkPrimaryPressedDark = njSemanticColorTextAccentPinkPrimaryPressedDark; exports.njSemanticColorTextAccentPurpleContrastDefault = njSemanticColorTextAccentPurpleContrastDefault; exports.njSemanticColorTextAccentPurpleContrastDefaultDark = njSemanticColorTextAccentPurpleContrastDefaultDark; exports.njSemanticColorTextAccentPurpleContrastFocused = njSemanticColorTextAccentPurpleContrastFocused; exports.njSemanticColorTextAccentPurpleContrastFocusedDark = njSemanticColorTextAccentPurpleContrastFocusedDark; exports.njSemanticColorTextAccentPurpleContrastHovered = njSemanticColorTextAccentPurpleContrastHovered; exports.njSemanticColorTextAccentPurpleContrastHoveredDark = njSemanticColorTextAccentPurpleContrastHoveredDark; exports.njSemanticColorTextAccentPurpleContrastPressed = njSemanticColorTextAccentPurpleContrastPressed; exports.njSemanticColorTextAccentPurpleContrastPressedDark = njSemanticColorTextAccentPurpleContrastPressedDark; exports.njSemanticColorTextAccentPurplePrimaryDefault = njSemanticColorTextAccentPurplePrimaryDefault; exports.njSemanticColorTextAccentPurplePrimaryDefaultDark = njSemanticColorTextAccentPurplePrimaryDefaultDark; exports.njSemanticColorTextAccentPurplePrimaryFocused = njSemanticColorTextAccentPurplePrimaryFocused; exports.njSemanticColorTextAccentPurplePrimaryFocusedDark = njSemanticColorTextAccentPurplePrimaryFocusedDark; exports.njSemanticColorTextAccentPurplePrimaryHovered = njSemanticColorTextAccentPurplePrimaryHovered; exports.njSemanticColorTextAccentPurplePrimaryHoveredDark = njSemanticColorTextAccentPurplePrimaryHoveredDark; exports.njSemanticColorTextAccentPurplePrimaryPressed = njSemanticColorTextAccentPurplePrimaryPressed; exports.njSemanticColorTextAccentPurplePrimaryPressedDark = njSemanticColorTextAccentPurplePrimaryPressedDark; exports.njSemanticColorTextAccentRedContrastDefault = njSemanticColorTextAccentRedContrastDefault; exports.njSemanticColorTextAccentRedContrastDefaultDark = njSemanticColorTextAccentRedContrastDefaultDark; exports.njSemanticColorTextAccentRedContrastFocused = njSemanticColorTextAccentRedContrastFocused; exports.njSemanticColorTextAccentRedContrastFocusedDark = njSemanticColorTextAccentRedContrastFocusedDark; exports.njSemanticColorTextAccentRedContrastHovered = njSemanticColorTextAccentRedContrastHovered; exports.njSemanticColorTextAccentRedContrastHoveredDark = njSemanticColorTextAccentRedContrastHoveredDark; exports.njSemanticColorTextAccentRedContrastPressed = njSemanticColorTextAccentRedContrastPressed; exports.njSemanticColorTextAccentRedContrastPressedDark = njSemanticColorTextAccentRedContrastPressedDark; exports.njSemanticColorTextAccentRedPrimaryDefault = njSemanticColorTextAccentRedPrimaryDefault; exports.njSemanticColorTextAccentRedPrimaryDefaultDark = njSemanticColorTextAccentRedPrimaryDefaultDark; exports.njSemanticColorTextAccentRedPrimaryFocused = njSemanticColorTextAccentRedPrimaryFocused; exports.njSemanticColorTextAccentRedPrimaryFocusedDark = njSemanticColorTextAccentRedPrimaryFocusedDark; exports.njSemanticColorTextAccentRedPrimaryHovered = njSemanticColorTextAccentRedPrimaryHovered; exports.njSemanticColorTextAccentRedPrimaryHoveredDark = njSemanticColorTextAccentRedPrimaryHoveredDark; exports.njSemanticColorTextAccentRedPrimaryPressed = njSemanticColorTextAccentRedPrimaryPressed; exports.njSemanticColorTextAccentRedPrimaryPressedDark = njSemanticColorTextAccentRedPrimaryPressedDark; exports.njSemanticColorTextAccentTealContrastDefault = njSemanticColorTextAccentTealContrastDefault; exports.njSemanticColorTextAccentTealContrastDefaultDark = njSemanticColorTextAccentTealContrastDefaultDark; exports.njSemanticColorTextAccentTealContrastFocused = njSemanticColorTextAccentTealContrastFocused; exports.njSemanticColorTextAccentTealContrastFocusedDark = njSemanticColorTextAccentTealContrastFocusedDark; exports.njSemanticColorTextAccentTealContrastHovered = njSemanticColorTextAccentTealContrastHovered; exports.njSemanticColorTextAccentTealContrastHoveredDark = njSemanticColorTextAccentTealContrastHoveredDark; exports.njSemanticColorTextAccentTealContrastPressed = njSemanticColorTextAccentTealContrastPressed; exports.njSemanticColorTextAccentTealContrastPressedDark = njSemanticColorTextAccentTealContrastPressedDark; exports.njSemanticColorTextAccentTealPrimaryDefault = njSemanticColorTextAccentTealPrimaryDefault; exports.njSemanticColorTextAccentTealPrimaryDefaultDark = njSemanticColorTextAccentTealPrimaryDefaultDark; exports.njSemanticColorTextAccentTealPrimaryFocused = njSemanticColorTextAccentTealPrimaryFocused; exports.njSemanticColorTextAccentTealPrimaryFocusedDark = njSemanticColorTextAccentTealPrimaryFocusedDark; exports.njSemanticColorTextAccentTealPrimaryHovered = njSemanticColorTextAccentTealPrimaryHovered; exports.njSemanticColorTextAccentTealPrimaryHoveredDark = njSemanticColorTextAccentTealPrimaryHoveredDark; exports.njSemanticColorTextAccentTealPrimaryPressed = njSemanticColorTextAccentTealPrimaryPressed; exports.njSemanticColorTextAccentTealPrimaryPressedDark = njSemanticColorTextAccentTealPrimaryPressedDark; exports.njSemanticColorTextAccentUltramarineContrastDefault = njSemanticColorTextAccentUltramarineContrastDefault; exports.njSemanticColorTextAccentUltramarineContrastDefaultDark = njSemanticColorTextAccentUltramarineContrastDefaultDark; exports.njSemanticColorTextAccentUltramarineContrastFocused = njSemanticColorTextAccentUltramarineContrastFocused; exports.njSemanticColorTextAccentUltramarineContrastFocusedDark = njSemanticColorTextAccentUltramarineContrastFocusedDark; exports.njSemanticColorTextAccentUltramarineContrastHovered = njSemanticColorTextAccentUltramarineContrastHovered; exports.njSemanticColorTextAccentUltramarineContrastHoveredDark = njSemanticColorTextAccentUltramarineContrastHoveredDark; exports.njSemanticColorTextAccentUltramarineContrastPressed = njSemanticColorTextAccentUltramarineContrastPressed; exports.njSemanticColorTextAccentUltramarineContrastPressedDark = njSemanticColorTextAccentUltramarineContrastPressedDark; exports.njSemanticColorTextAccentUltramarinePrimaryDefault = njSemanticColorTextAccentUltramarinePrimaryDefault; exports.njSemanticColorTextAccentUltramarinePrimaryDefaultDark = njSemanticColorTextAccentUltramarinePrimaryDefaultDark; exports.njSemanticColorTextAccentUltramarinePrimaryFocused = njSemanticColorTextAccentUltramarinePrimaryFocused; exports.njSemanticColorTextAccentUltramarinePrimaryFocusedDark = njSemanticColorTextAccentUltramarinePrimaryFocusedDark; exports.njSemanticColorTextAccentUltramarinePrimaryHovered = njSemanticColorTextAccentUltramarinePrimaryHovered; exports.njSemanticColorTextAccentUltramarinePrimaryHoveredDark = njSemanticColorTextAccentUltramarinePrimaryHoveredDark; exports.njSemanticColorTextAccentUltramarinePrimaryPressed = njSemanticColorTextAccentUltramarinePrimaryPressed; exports.njSemanticColorTextAccentUltramarinePrimaryPressedDark = njSemanticColorTextAccentUltramarinePrimaryPressedDark; exports.njSemanticColorTextAccentYellowContrastDefault = njSemanticColorTextAccentYellowContrastDefault; exports.njSemanticColorTextAccentYellowContrastDefaultDark = njSemanticColorTextAccentYellowContrastDefaultDark; exports.njSemanticColorTextAccentYellowContrastFocused = njSemanticColorTextAccentYellowContrastFocused; exports.njSemanticColorTextAccentYellowContrastFocusedDark = njSemanticColorTextAccentYellowContrastFocusedDark; exports.njSemanticColorTextAccentYellowContrastHovered = njSemanticColorTextAccentYellowContrastHovered; exports.njSemanticColorTextAccentYellowContrastHoveredDark = njSemanticColorTextAccentYellowContrastHoveredDark; exports.njSemanticColorTextAccentYellowContrastPressed = njSemanticColorTextAccentYellowContrastPressed; exports.njSemanticColorTextAccentYellowContrastPressedDark = njSemanticColorTextAccentYellowContrastPressedDark; exports.njSemanticColorTextAccentYellowPrimaryDefault = njSemanticColorTextAccentYellowPrimaryDefault; exports.njSemanticColorTextAccentYellowPrimaryDefaultDark = njSemanticColorTextAccentYellowPrimaryDefaultDark; exports.njSemanticColorTextAccentYellowPrimaryFocused = njSemanticColorTextAccentYellowPrimaryFocused; exports.njSemanticColorTextAccentYellowPrimaryFocusedDark = njSemanticColorTextAccentYellowPrimaryFocusedDark; exports.njSemanticColorTextAccentYellowPrimaryHovered = njSemanticColorTextAccentYellowPrimaryHovered; exports.njSemanticColorTextAccentYellowPrimaryHoveredDark = njSemanticColorTextAccentYellowPrimaryHoveredDark; exports.njSemanticColorTextAccentYellowPrimaryPressed = njSemanticColorTextAccentYellowPrimaryPressed; exports.njSemanticColorTextAccentYellowPrimaryPressedDark = njSemanticColorTextAccentYellowPrimaryPressedDark; exports.njSemanticColorTextAdditionalSignatureDefault = njSemanticColorTextAdditionalSignatureDefault; exports.njSemanticColorTextAdditionalSignatureDefaultDark = njSemanticColorTextAdditionalSignatureDefaultDark; exports.njSemanticColorTextBrandContrastDefault = njSemanticColorTextBrandContrastDefault; exports.njSemanticColorTextBrandContrastDefaultDark = njSemanticColorTextBrandContrastDefaultDark; exports.njSemanticColorTextBrandContrastFocused = njSemanticColorTextBrandContrastFocused; exports.njSemanticColorTextBrandContrastFocusedDark = njSemanticColorTextBrandContrastFocusedDark; exports.njSemanticColorTextBrandContrastHovered = njSemanticColorTextBrandContrastHovered; exports.njSemanticColorTextBrandContrastHoveredDark = njSemanticColorTextBrandContrastHoveredDark; exports.njSemanticColorTextBrandContrastPressed = njSemanticColorTextBrandContrastPressed; exports.njSemanticColorTextBrandContrastPressedDark = njSemanticColorTextBrandContrastPressedDark; exports.njSemanticColorTextBrandPrimaryDefault = njSemanticColorTextBrandPrimaryDefault; exports.njSemanticColorTextBrandPrimaryDefaultDark = njSemanticColorTextBrandPrimaryDefaultDark; exports.njSemanticColorTextBrandPrimaryFocused = njSemanticColorTextBrandPrimaryFocused; exports.njSemanticColorTextBrandPrimaryFocusedDark = njSemanticColorTextBrandPrimaryFocusedDark; exports.njSemanticColorTextBrandPrimaryHovered = njSemanticColorTextBrandPrimaryHovered; exports.njSemanticColorTextBrandPrimaryHoveredDark = njSemanticColorTextBrandPrimaryHoveredDark; exports.njSemanticColorTextBrandPrimaryPressed = njSemanticColorTextBrandPrimaryPressed; exports.njSemanticColorTextBrandPrimaryPressedDark = njSemanticColorTextBrandPrimaryPressedDark; exports.njSemanticColorTextNeutralContrastDefault = njSemanticColorTextNeutralContrastDefault; exports.njSemanticColorTextNeutralContrastDefaultDark = njSemanticColorTextNeutralContrastDefaultDark; exports.njSemanticColorTextNeutralContrastFocused = njSemanticColorTextNeutralContrastFocused; exports.njSemanticColorTextNeutralContrastFocusedDark = njSemanticColorTextNeutralContrastFocusedDark; exports.njSemanticColorTextNeutralContrastHovered = njSemanticColorTextNeutralContrastHovered; exports.njSemanticColorTextNeutralContrastHoveredDark = njSemanticColorTextNeutralContrastHoveredDark; exports.njSemanticColorTextNeutralContrastPressed = njSemanticColorTextNeutralContrastPressed; exports.njSemanticColorTextNeutralContrastPressedDark = njSemanticColorTextNeutralContrastPressedDark; exports.njSemanticColorTextNeutralInverseDefault = njSemanticColorTextNeutralInverseDefault; exports.njSemanticColorTextNeutralInverseDefaultDark = njSemanticColorTextNeutralInverseDefaultDark; exports.njSemanticColorTextNeutralInverseFocused = njSemanticColorTextNeutralInverseFocused; exports.njSemanticColorTextNeutralInverseFocusedDark = njSemanticColorTextNeutralInverseFocusedDark; exports.njSemanticColorTextNeutralInverseHovered = njSemanticColorTextNeutralInverseHovered; exports.njSemanticColorTextNeutralInverseHoveredDark = njSemanticColorTextNeutralInverseHoveredDark; exports.njSemanticColorTextNeutralInverseNotInvertibleDefault = njSemanticColorTextNeutralInverseNotInvertibleDefault; exports.njSemanticColorTextNeutralInverseNotInvertibleDefaultDark = njSemanticColorTextNeutralInverseNotInvertibleDefaultDark; exports.njSemanticColorTextNeutralInverseNotInvertibleFocused = njSemanticColorTextNeutralInverseNotInvertibleFocused; exports.njSemanticColorTextNeutralInverseNotInvertibleFocusedDark = njSemanticColorTextNeutralInverseNotInvertibleFocusedDark; exports.njSemanticColorTextNeutralInverseNotInvertibleHovered = njSemanticColorTextNeutralInverseNotInvertibleHovered; exports.njSemanticColorTextNeutralInverseNotInvertibleHoveredDark = njSemanticColorTextNeutralInverseNotInvertibleHoveredDark; exports.njSemanticColorTextNeutralInverseNotInvertiblePressed = njSemanticColorTextNeutralInverseNotInvertiblePressed; exports.njSemanticColorTextNeutralInverseNotInvertiblePressedDark = njSemanticColorTextNeutralInverseNotInvertiblePressedDark; exports.njSemanticColorTextNeutralInversePressed = njSemanticColorTextNeutralInversePressed; exports.njSemanticColorTextNeutralInversePressedDark = njSemanticColorTextNeutralInversePressedDark; exports.njSemanticColorTextNeutralPrimaryDefault = njSemanticColorTextNeutralPrimaryDefault; exports.njSemanticColorTextNeutralPrimaryDefaultDark = njSemanticColorTextNeutralPrimaryDefaultDark; exports.njSemanticColorTextNeutralPrimaryFocused = njSemanticColorTextNeutralPrimaryFocused; exports.njSemanticColorTextNeutralPrimaryFocusedDark = njSemanticColorTextNeutralPrimaryFocusedDark; exports.njSemanticColorTextNeutralPrimaryHovered = njSemanticColorTextNeutralPrimaryHovered; exports.njSemanticColorTextNeutralPrimaryHoveredDark = njSemanticColorTextNeutralPrimaryHoveredDark; exports.njSemanticColorTextNeutralPrimaryNotInvertibleDefault = njSemanticColorTextNeutralPrimaryNotInvertibleDefault; exports.njSemanticColorTextNeutralPrimaryNotInvertibleDefaultDark = njSemanticColorTextNeutralPrimaryNotInvertibleDefaultDark; exports.njSemanticColorTextNeutralPrimaryNotInvertibleFocused = njSemanticColorTextNeutralPrimaryNotInvertibleFocused; exports.njSemanticColorTextNeutralPrimaryNotInvertibleFocusedDark = njSemanticColorTextNeutralPrimaryNotInvertibleFocusedDark; exports.njSemanticColorTextNeutralPrimaryNotInvertibleHovered = njSemanticColorTextNeutralPrimaryNotInvertibleHovered; exports.njSemanticColorTextNeutralPrimaryNotInvertibleHoveredDark = njSemanticColorTextNeutralPrimaryNotInvertibleHoveredDark; exports.njSemanticColorTextNeutralPrimaryNotInvertiblePressed = njSemanticColorTextNeutralPrimaryNotInvertiblePressed; exports.njSemanticColorTextNeutralPrimaryNotInvertiblePressedDark = njSemanticColorTextNeutralPrimaryNotInvertiblePressedDark; exports.njSemanticColorTextNeutralPrimaryPressed = njSemanticColorTextNeutralPrimaryPressed; exports.njSemanticColorTextNeutralPrimaryPressedDark = njSemanticColorTextNeutralPrimaryPressedDark; exports.njSemanticColorTextNeutralSecondaryDefault = njSemanticColorTextNeutralSecondaryDefault; exports.njSemanticColorTextNeutralSecondaryDefaultDark = njSemanticColorTextNeutralSecondaryDefaultDark; exports.njSemanticColorTextNeutralTertiaryDefault = njSemanticColorTextNeutralTertiaryDefault; exports.njSemanticColorTextNeutralTertiaryDefaultDark = njSemanticColorTextNeutralTertiaryDefaultDark; exports.njSemanticColorTextNeutralTertiaryFocused = njSemanticColorTextNeutralTertiaryFocused; exports.njSemanticColorTextNeutralTertiaryFocusedDark = njSemanticColorTextNeutralTertiaryFocusedDark; exports.njSemanticColorTextNeutralTertiaryHovered = njSemanticColorTextNeutralTertiaryHovered; exports.njSemanticColorTextNeutralTertiaryHoveredDark = njSemanticColorTextNeutralTertiaryHoveredDark; exports.njSemanticColorTextNeutralTertiaryPressed = njSemanticColorTextNeutralTertiaryPressed; exports.njSemanticColorTextNeutralTertiaryPressedDark = njSemanticColorTextNeutralTertiaryPressedDark; exports.njSemanticColorTextStatusDangerContrastDefault = njSemanticColorTextStatusDangerContrastDefault; exports.njSemanticColorTextStatusDangerContrastDefaultDark = njSemanticColorTextStatusDangerContrastDefaultDark; exports.njSemanticColorTextStatusDangerContrastFocused = njSemanticColorTextStatusDangerContrastFocused; exports.njSemanticColorTextStatusDangerContrastFocusedDark = njSemanticColorTextStatusDangerContrastFocusedDark; exports.njSemanticColorTextStatusDangerContrastHovered = njSemanticColorTextStatusDangerContrastHovered; exports.njSemanticColorTextStatusDangerContrastHoveredDark = njSemanticColorTextStatusDangerContrastHoveredDark; exports.njSemanticColorTextStatusDangerContrastPressed = njSemanticColorTextStatusDangerContrastPressed; exports.njSemanticColorTextStatusDangerContrastPressedDark = njSemanticColorTextStatusDangerContrastPressedDark; exports.njSemanticColorTextStatusDangerPrimaryDefault = njSemanticColorTextStatusDangerPrimaryDefault; exports.njSemanticColorTextStatusDangerPrimaryDefaultDark = njSemanticColorTextStatusDangerPrimaryDefaultDark; exports.njSemanticColorTextStatusDangerPrimaryFocused = njSemanticColorTextStatusDangerPrimaryFocused; exports.njSemanticColorTextStatusDangerPrimaryFocusedDark = njSemanticColorTextStatusDangerPrimaryFocusedDark; exports.njSemanticColorTextStatusDangerPrimaryHovered = njSemanticColorTextStatusDangerPrimaryHovered; exports.njSemanticColorTextStatusDangerPrimaryHoveredDark = njSemanticColorTextStatusDangerPrimaryHoveredDark; exports.njSemanticColorTextStatusDangerPrimaryPressed = njSemanticColorTextStatusDangerPrimaryPressed; exports.njSemanticColorTextStatusDangerPrimaryPressedDark = njSemanticColorTextStatusDangerPrimaryPressedDark; exports.njSemanticColorTextStatusDiscoveryContrastDefault = njSemanticColorTextStatusDiscoveryContrastDefault; exports.njSemanticColorTextStatusDiscoveryContrastDefaultDark = njSemanticColorTextStatusDiscoveryContrastDefaultDark; exports.njSemanticColorTextStatusDiscoveryContrastFocused = njSemanticColorTextStatusDiscoveryContrastFocused; exports.njSemanticColorTextStatusDiscoveryContrastFocusedDark = njSemanticColorTextStatusDiscoveryContrastFocusedDark; exports.njSemanticColorTextStatusDiscoveryContrastHovered = njSemanticColorTextStatusDiscoveryContrastHovered; exports.njSemanticColorTextStatusDiscoveryContrastHoveredDark = njSemanticColorTextStatusDiscoveryContrastHoveredDark; exports.njSemanticColorTextStatusDiscoveryContrastPressed = njSemanticColorTextStatusDiscoveryContrastPressed; exports.njSemanticColorTextStatusDiscoveryContrastPressedDark = njSemanticColorTextStatusDiscoveryContrastPressedDark; exports.njSemanticColorTextStatusDiscoveryPrimaryDefault = njSemanticColorTextStatusDiscoveryPrimaryDefault; exports.njSemanticColorTextStatusDiscoveryPrimaryDefaultDark = njSemanticColorTextStatusDiscoveryPrimaryDefaultDark; exports.njSemanticColorTextStatusDiscoveryPrimaryFocused = njSemanticColorTextStatusDiscoveryPrimaryFocused; exports.njSemanticColorTextStatusDiscoveryPrimaryFocusedDark = njSemanticColorTextStatusDiscoveryPrimaryFocusedDark; exports.njSemanticColorTextStatusDiscoveryPrimaryHovered = njSemanticColorTextStatusDiscoveryPrimaryHovered; exports.njSemanticColorTextStatusDiscoveryPrimaryHoveredDark = njSemanticColorTextStatusDiscoveryPrimaryHoveredDark; exports.njSemanticColorTextStatusDiscoveryPrimaryPressed = njSemanticColorTextStatusDiscoveryPrimaryPressed; exports.njSemanticColorTextStatusDiscoveryPrimaryPressedDark = njSemanticColorTextStatusDiscoveryPrimaryPressedDark; exports.njSemanticColorTextStatusInformationContrastDefault = njSemanticColorTextStatusInformationContrastDefault; exports.njSemanticColorTextStatusInformationContrastDefaultDark = njSemanticColorTextStatusInformationContrastDefaultDark; exports.njSemanticColorTextStatusInformationContrastFocused = njSemanticColorTextStatusInformationContrastFocused; exports.njSemanticColorTextStatusInformationContrastFocusedDark = njSemanticColorTextStatusInformationContrastFocusedDark; exports.njSemanticColorTextStatusInformationContrastHovered = njSemanticColorTextStatusInformationContrastHovered; exports.njSemanticColorTextStatusInformationContrastHoveredDark = njSemanticColorTextStatusInformationContrastHoveredDark; exports.njSemanticColorTextStatusInformationContrastPressed = njSemanticColorTextStatusInformationContrastPressed; exports.njSemanticColorTextStatusInformationContrastPressedDark = njSemanticColorTextStatusInformationContrastPressedDark; exports.njSemanticColorTextStatusInformationPrimaryDefault = njSemanticColorTextStatusInformationPrimaryDefault; exports.njSemanticColorTextStatusInformationPrimaryDefaultDark = njSemanticColorTextStatusInformationPrimaryDefaultDark; exports.njSemanticColorTextStatusInformationPrimaryFocused = njSemanticColorTextStatusInformationPrimaryFocused; exports.njSemanticColorTextStatusInformationPrimaryFocusedDark = njSemanticColorTextStatusInformationPrimaryFocusedDark; exports.njSemanticColorTextStatusInformationPrimaryHovered = njSemanticColorTextStatusInformationPrimaryHovered; exports.njSemanticColorTextStatusInformationPrimaryHoveredDark = njSemanticColorTextStatusInformationPrimaryHoveredDark; exports.njSemanticColorTextStatusInformationPrimaryPressed = njSemanticColorTextStatusInformationPrimaryPressed; exports.njSemanticColorTextStatusInformationPrimaryPressedDark = njSemanticColorTextStatusInformationPrimaryPressedDark; exports.njSemanticColorTextStatusPlanetContrastDefault = njSemanticColorTextStatusPlanetContrastDefault; exports.njSemanticColorTextStatusPlanetContrastDefaultDark = njSemanticColorTextStatusPlanetContrastDefaultDark; exports.njSemanticColorTextStatusPlanetContrastFocused = njSemanticColorTextStatusPlanetContrastFocused; exports.njSemanticColorTextStatusPlanetContrastFocusedDark = njSemanticColorTextStatusPlanetContrastFocusedDark; exports.njSemanticColorTextStatusPlanetContrastHovered = njSemanticColorTextStatusPlanetContrastHovered; exports.njSemanticColorTextStatusPlanetContrastHoveredDark = njSemanticColorTextStatusPlanetContrastHoveredDark; exports.njSemanticColorTextStatusPlanetContrastPressed = njSemanticColorTextStatusPlanetContrastPressed; exports.njSemanticColorTextStatusPlanetContrastPressedDark = njSemanticColorTextStatusPlanetContrastPressedDark; exports.njSemanticColorTextStatusPlanetPrimaryDefault = njSemanticColorTextStatusPlanetPrimaryDefault; exports.njSemanticColorTextStatusPlanetPrimaryDefaultDark = njSemanticColorTextStatusPlanetPrimaryDefaultDark; exports.njSemanticColorTextStatusPlanetPrimaryFocused = njSemanticColorTextStatusPlanetPrimaryFocused; exports.njSemanticColorTextStatusPlanetPrimaryFocusedDark = njSemanticColorTextStatusPlanetPrimaryFocusedDark; exports.njSemanticColorTextStatusPlanetPrimaryHovered = njSemanticColorTextStatusPlanetPrimaryHovered; exports.njSemanticColorTextStatusPlanetPrimaryHoveredDark = njSemanticColorTextStatusPlanetPrimaryHoveredDark; exports.njSemanticColorTextStatusPlanetPrimaryPressed = njSemanticColorTextStatusPlanetPrimaryPressed; exports.njSemanticColorTextStatusPlanetPrimaryPressedDark = njSemanticColorTextStatusPlanetPrimaryPressedDark; exports.njSemanticColorTextStatusSuccessContrastDefault = njSemanticColorTextStatusSuccessContrastDefault; exports.njSemanticColorTextStatusSuccessContrastDefaultDark = njSemanticColorTextStatusSuccessContrastDefaultDark; exports.njSemanticColorTextStatusSuccessContrastFocused = njSemanticColorTextStatusSuccessContrastFocused; exports.njSemanticColorTextStatusSuccessContrastFocusedDark = njSemanticColorTextStatusSuccessContrastFocusedDark; exports.njSemanticColorTextStatusSuccessContrastHovered = njSemanticColorTextStatusSuccessContrastHovered; exports.njSemanticColorTextStatusSuccessContrastHoveredDark = njSemanticColorTextStatusSuccessContrastHoveredDark; exports.njSemanticColorTextStatusSuccessContrastPressed = njSemanticColorTextStatusSuccessContrastPressed; exports.njSemanticColorTextStatusSuccessContrastPressedDark = njSemanticColorTextStatusSuccessContrastPressedDark; exports.njSemanticColorTextStatusSuccessPrimaryDefault = njSemanticColorTextStatusSuccessPrimaryDefault; exports.njSemanticColorTextStatusSuccessPrimaryDefaultDark = njSemanticColorTextStatusSuccessPrimaryDefaultDark; exports.njSemanticColorTextStatusSuccessPrimaryFocused = njSemanticColorTextStatusSuccessPrimaryFocused; exports.njSemanticColorTextStatusSuccessPrimaryFocusedDark = njSemanticColorTextStatusSuccessPrimaryFocusedDark; exports.njSemanticColorTextStatusSuccessPrimaryHovered = njSemanticColorTextStatusSuccessPrimaryHovered; exports.njSemanticColorTextStatusSuccessPrimaryHoveredDark = njSemanticColorTextStatusSuccessPrimaryHoveredDark; exports.njSemanticColorTextStatusSuccessPrimaryPressed = njSemanticColorTextStatusSuccessPrimaryPressed; exports.njSemanticColorTextStatusSuccessPrimaryPressedDark = njSemanticColorTextStatusSuccessPrimaryPressedDark; exports.njSemanticColorTextStatusWarningContrastDefault = njSemanticColorTextStatusWarningContrastDefault; exports.njSemanticColorTextStatusWarningContrastDefaultDark = njSemanticColorTextStatusWarningContrastDefaultDark; exports.njSemanticColorTextStatusWarningContrastFocused = njSemanticColorTextStatusWarningContrastFocused; exports.njSemanticColorTextStatusWarningContrastFocusedDark = njSemanticColorTextStatusWarningContrastFocusedDark; exports.njSemanticColorTextStatusWarningContrastHovered = njSemanticColorTextStatusWarningContrastHovered; exports.njSemanticColorTextStatusWarningContrastHoveredDark = njSemanticColorTextStatusWarningContrastHoveredDark; exports.njSemanticColorTextStatusWarningContrastPressed = njSemanticColorTextStatusWarningContrastPressed; exports.njSemanticColorTextStatusWarningContrastPressedDark = njSemanticColorTextStatusWarningContrastPressedDark; exports.njSemanticColorTextStatusWarningPrimaryDefault = njSemanticColorTextStatusWarningPrimaryDefault; exports.njSemanticColorTextStatusWarningPrimaryDefaultDark = njSemanticColorTextStatusWarningPrimaryDefaultDark; exports.njSemanticColorTextStatusWarningPrimaryFocused = njSemanticColorTextStatusWarningPrimaryFocused; exports.njSemanticColorTextStatusWarningPrimaryFocusedDark = njSemanticColorTextStatusWarningPrimaryFocusedDark; exports.njSemanticColorTextStatusWarningPrimaryHovered = njSemanticColorTextStatusWarningPrimaryHovered; exports.njSemanticColorTextStatusWarningPrimaryHoveredDark = njSemanticColorTextStatusWarningPrimaryHoveredDark; exports.njSemanticColorTextStatusWarningPrimaryPressed = njSemanticColorTextStatusWarningPrimaryPressed; exports.njSemanticColorTextStatusWarningPrimaryPressedDark = njSemanticColorTextStatusWarningPrimaryPressedDark; exports.njSemanticElevationShadow16Dp = njSemanticElevationShadow16Dp; exports.njSemanticElevationShadow16DpDark = njSemanticElevationShadow16DpDark; exports.njSemanticElevationShadow24Dp = njSemanticElevationShadow24Dp; exports.njSemanticElevationShadow24DpDark = njSemanticElevationShadow24DpDark; exports.njSemanticElevationShadow2Dp = njSemanticElevationShadow2Dp; exports.njSemanticElevationShadow2DpDark = njSemanticElevationShadow2DpDark; exports.njSemanticElevationShadow4Dp = njSemanticElevationShadow4Dp; exports.njSemanticElevationShadow4DpDark = njSemanticElevationShadow4DpDark; exports.njSemanticElevationShadow6Dp = njSemanticElevationShadow6Dp; exports.njSemanticElevationShadow6DpDark = njSemanticElevationShadow6DpDark; exports.njSemanticElevationShadow8Dp = njSemanticElevationShadow8Dp; exports.njSemanticElevationShadow8DpDark = njSemanticElevationShadow8DpDark; exports.njSemanticElevationZIndexDropdown = njSemanticElevationZIndexDropdown; exports.njSemanticElevationZIndexDropdownDark = njSemanticElevationZIndexDropdownDark; exports.njSemanticElevationZIndexFixed = njSemanticElevationZIndexFixed; exports.njSemanticElevationZIndexFixedDark = njSemanticElevationZIndexFixedDark; exports.njSemanticElevationZIndexModal = njSemanticElevationZIndexModal; exports.njSemanticElevationZIndexModalBackdrop = njSemanticElevationZIndexModalBackdrop; exports.njSemanticElevationZIndexModalBackdropDark = njSemanticElevationZIndexModalBackdropDark; exports.njSemanticElevationZIndexModalDark = njSemanticElevationZIndexModalDark; exports.njSemanticElevationZIndexPopover = njSemanticElevationZIndexPopover; exports.njSemanticElevationZIndexPopoverDark = njSemanticElevationZIndexPopoverDark; exports.njSemanticElevationZIndexSticky = njSemanticElevationZIndexSticky; exports.njSemanticElevationZIndexStickyDark = njSemanticElevationZIndexStickyDark; exports.njSemanticElevationZIndexToast = njSemanticElevationZIndexToast; exports.njSemanticElevationZIndexToastContainer = njSemanticElevationZIndexToastContainer; exports.njSemanticElevationZIndexToastContainerDark = njSemanticElevationZIndexToastContainerDark; exports.njSemanticElevationZIndexToastDark = njSemanticElevationZIndexToastDark; exports.njSemanticElevationZIndexTooltip = njSemanticElevationZIndexTooltip; exports.njSemanticElevationZIndexTooltipDark = njSemanticElevationZIndexTooltipDark; exports.njSemanticFontFamilyDefault = njSemanticFontFamilyDefault; exports.njSemanticFontFamilyDefaultDark = njSemanticFontFamilyDefaultDark; exports.njSemanticFontFamilyMonospace = njSemanticFontFamilyMonospace; exports.njSemanticFontFamilyMonospaceDark = njSemanticFontFamilyMonospaceDark; exports.njSemanticFontFamilySansSerif = njSemanticFontFamilySansSerif; exports.njSemanticFontFamilySansSerifDark = njSemanticFontFamilySansSerifDark; exports.njSemanticFontLineHeightDefault = njSemanticFontLineHeightDefault; exports.njSemanticFontLineHeightDefaultDark = njSemanticFontLineHeightDefaultDark; exports.njSemanticFontLineHeightHeading2xlDesktop = njSemanticFontLineHeightHeading2xlDesktop; exports.njSemanticFontLineHeightHeading2xlDesktopDark = njSemanticFontLineHeightHeading2xlDesktopDark; exports.njSemanticFontLineHeightHeading2xlMobile = njSemanticFontLineHeightHeading2xlMobile; exports.njSemanticFontLineHeightHeading2xlMobileDark = njSemanticFontLineHeightHeading2xlMobileDark; exports.njSemanticFontLineHeightHeadingLgDesktop = njSemanticFontLineHeightHeadingLgDesktop; exports.njSemanticFontLineHeightHeadingLgDesktopDark = njSemanticFontLineHeightHeadingLgDesktopDark; exports.njSemanticFontLineHeightHeadingLgMobile = njSemanticFontLineHeightHeadingLgMobile; exports.njSemanticFontLineHeightHeadingLgMobileDark = njSemanticFontLineHeightHeadingLgMobileDark; exports.njSemanticFontLineHeightHeadingMdDesktop = njSemanticFontLineHeightHeadingMdDesktop; exports.njSemanticFontLineHeightHeadingMdDesktopDark = njSemanticFontLineHeightHeadingMdDesktopDark; exports.njSemanticFontLineHeightHeadingMdMobile = njSemanticFontLineHeightHeadingMdMobile; exports.njSemanticFontLineHeightHeadingMdMobileDark = njSemanticFontLineHeightHeadingMdMobileDark; exports.njSemanticFontLineHeightHeadingSmDesktop = njSemanticFontLineHeightHeadingSmDesktop; exports.njSemanticFontLineHeightHeadingSmDesktopDark = njSemanticFontLineHeightHeadingSmDesktopDark; exports.njSemanticFontLineHeightHeadingSmMobile = njSemanticFontLineHeightHeadingSmMobile; exports.njSemanticFontLineHeightHeadingSmMobileDark = njSemanticFontLineHeightHeadingSmMobileDark; exports.njSemanticFontLineHeightHeadingXlDesktop = njSemanticFontLineHeightHeadingXlDesktop; exports.njSemanticFontLineHeightHeadingXlDesktopDark = njSemanticFontLineHeightHeadingXlDesktopDark; exports.njSemanticFontLineHeightHeadingXlMobile = njSemanticFontLineHeightHeadingXlMobile; exports.njSemanticFontLineHeightHeadingXlMobileDark = njSemanticFontLineHeightHeadingXlMobileDark; exports.njSemanticFontLineHeightHeadingXsDesktop = njSemanticFontLineHeightHeadingXsDesktop; exports.njSemanticFontLineHeightHeadingXsDesktopDark = njSemanticFontLineHeightHeadingXsDesktopDark; exports.njSemanticFontLineHeightHeadingXsMobile = njSemanticFontLineHeightHeadingXsMobile; exports.njSemanticFontLineHeightHeadingXsMobileDark = njSemanticFontLineHeightHeadingXsMobileDark; exports.njSemanticFontLineHeightSansSerif = njSemanticFontLineHeightSansSerif; exports.njSemanticFontLineHeightSansSerifDark = njSemanticFontLineHeightSansSerifDark; exports.njSemanticFontLineHeightTextLgDesktop = njSemanticFontLineHeightTextLgDesktop; exports.njSemanticFontLineHeightTextLgDesktopDark = njSemanticFontLineHeightTextLgDesktopDark; exports.njSemanticFontLineHeightTextLgMobile = njSemanticFontLineHeightTextLgMobile; exports.njSemanticFontLineHeightTextLgMobileDark = njSemanticFontLineHeightTextLgMobileDark; exports.njSemanticFontLineHeightTextMdDesktop = njSemanticFontLineHeightTextMdDesktop; exports.njSemanticFontLineHeightTextMdDesktopDark = njSemanticFontLineHeightTextMdDesktopDark; exports.njSemanticFontLineHeightTextMdMobile = njSemanticFontLineHeightTextMdMobile; exports.njSemanticFontLineHeightTextMdMobileDark = njSemanticFontLineHeightTextMdMobileDark; exports.njSemanticFontLineHeightTextSmDesktop = njSemanticFontLineHeightTextSmDesktop; exports.njSemanticFontLineHeightTextSmDesktopDark = njSemanticFontLineHeightTextSmDesktopDark; exports.njSemanticFontLineHeightTextSmMobile = njSemanticFontLineHeightTextSmMobile; exports.njSemanticFontLineHeightTextSmMobileDark = njSemanticFontLineHeightTextSmMobileDark; exports.njSemanticFontLineHeightTextXsDesktop = njSemanticFontLineHeightTextXsDesktop; exports.njSemanticFontLineHeightTextXsDesktopDark = njSemanticFontLineHeightTextXsDesktopDark; exports.njSemanticFontLineHeightTextXsMobile = njSemanticFontLineHeightTextXsMobile; exports.njSemanticFontLineHeightTextXsMobileDark = njSemanticFontLineHeightTextXsMobileDark; exports.njSemanticFontSizeContent4 = njSemanticFontSizeContent4; exports.njSemanticFontSizeContent4Dark = njSemanticFontSizeContent4Dark; exports.njSemanticFontSizeHeading2xlDesktop = njSemanticFontSizeHeading2xlDesktop; exports.njSemanticFontSizeHeading2xlDesktopDark = njSemanticFontSizeHeading2xlDesktopDark; exports.njSemanticFontSizeHeading2xlMobile = njSemanticFontSizeHeading2xlMobile; exports.njSemanticFontSizeHeading2xlMobileDark = njSemanticFontSizeHeading2xlMobileDark; exports.njSemanticFontSizeHeading6 = njSemanticFontSizeHeading6; exports.njSemanticFontSizeHeading6Dark = njSemanticFontSizeHeading6Dark; exports.njSemanticFontSizeHeadingLgDesktop = njSemanticFontSizeHeadingLgDesktop; exports.njSemanticFontSizeHeadingLgDesktopDark = njSemanticFontSizeHeadingLgDesktopDark; exports.njSemanticFontSizeHeadingLgMobile = njSemanticFontSizeHeadingLgMobile; exports.njSemanticFontSizeHeadingLgMobileDark = njSemanticFontSizeHeadingLgMobileDark; exports.njSemanticFontSizeHeadingMdDesktop = njSemanticFontSizeHeadingMdDesktop; exports.njSemanticFontSizeHeadingMdDesktopDark = njSemanticFontSizeHeadingMdDesktopDark; exports.njSemanticFontSizeHeadingMdMobile = njSemanticFontSizeHeadingMdMobile; exports.njSemanticFontSizeHeadingMdMobileDark = njSemanticFontSizeHeadingMdMobileDark; exports.njSemanticFontSizeHeadingSmDesktop = njSemanticFontSizeHeadingSmDesktop; exports.njSemanticFontSizeHeadingSmDesktopDark = njSemanticFontSizeHeadingSmDesktopDark; exports.njSemanticFontSizeHeadingSmMobile = njSemanticFontSizeHeadingSmMobile; exports.njSemanticFontSizeHeadingSmMobileDark = njSemanticFontSizeHeadingSmMobileDark; exports.njSemanticFontSizeHeadingXlDesktop = njSemanticFontSizeHeadingXlDesktop; exports.njSemanticFontSizeHeadingXlDesktopDark = njSemanticFontSizeHeadingXlDesktopDark; exports.njSemanticFontSizeHeadingXlMobile = njSemanticFontSizeHeadingXlMobile; exports.njSemanticFontSizeHeadingXlMobileDark = njSemanticFontSizeHeadingXlMobileDark; exports.njSemanticFontSizeHeadingXsDesktop = njSemanticFontSizeHeadingXsDesktop; exports.njSemanticFontSizeHeadingXsDesktopDark = njSemanticFontSizeHeadingXsDesktopDark; exports.njSemanticFontSizeHeadingXsMobile = njSemanticFontSizeHeadingXsMobile; exports.njSemanticFontSizeHeadingXsMobileDark = njSemanticFontSizeHeadingXsMobileDark; exports.njSemanticFontSizeTextLgDesktop = njSemanticFontSizeTextLgDesktop; exports.njSemanticFontSizeTextLgDesktopDark = njSemanticFontSizeTextLgDesktopDark; exports.njSemanticFontSizeTextLgMobile = njSemanticFontSizeTextLgMobile; exports.njSemanticFontSizeTextLgMobileDark = njSemanticFontSizeTextLgMobileDark; exports.njSemanticFontSizeTextMdDesktop = njSemanticFontSizeTextMdDesktop; exports.njSemanticFontSizeTextMdDesktopDark = njSemanticFontSizeTextMdDesktopDark; exports.njSemanticFontSizeTextMdMobile = njSemanticFontSizeTextMdMobile; exports.njSemanticFontSizeTextMdMobileDark = njSemanticFontSizeTextMdMobileDark; exports.njSemanticFontSizeTextSmDesktop = njSemanticFontSizeTextSmDesktop; exports.njSemanticFontSizeTextSmDesktopDark = njSemanticFontSizeTextSmDesktopDark; exports.njSemanticFontSizeTextSmMobile = njSemanticFontSizeTextSmMobile; exports.njSemanticFontSizeTextSmMobileDark = njSemanticFontSizeTextSmMobileDark; exports.njSemanticFontSizeTextXsDesktop = njSemanticFontSizeTextXsDesktop; exports.njSemanticFontSizeTextXsDesktopDark = njSemanticFontSizeTextXsDesktopDark; exports.njSemanticFontSizeTextXsMobile = njSemanticFontSizeTextXsMobile; exports.njSemanticFontSizeTextXsMobileDark = njSemanticFontSizeTextXsMobileDark; exports.njSemanticFontWeightBlack = njSemanticFontWeightBlack; exports.njSemanticFontWeightBlackDark = njSemanticFontWeightBlackDark; exports.njSemanticFontWeightBold = njSemanticFontWeightBold; exports.njSemanticFontWeightBoldDark = njSemanticFontWeightBoldDark; exports.njSemanticFontWeightLight = njSemanticFontWeightLight; exports.njSemanticFontWeightLightDark = njSemanticFontWeightLightDark; exports.njSemanticFontWeightNormal = njSemanticFontWeightNormal; exports.njSemanticFontWeightNormalDark = njSemanticFontWeightNormalDark; exports.njSemanticMotionEasingFastOutLinearIn = njSemanticMotionEasingFastOutLinearIn; exports.njSemanticMotionEasingFastOutLinearInDark = njSemanticMotionEasingFastOutLinearInDark; exports.njSemanticMotionEasingFastOutSlowIn = njSemanticMotionEasingFastOutSlowIn; exports.njSemanticMotionEasingFastOutSlowInDark = njSemanticMotionEasingFastOutSlowInDark; exports.njSemanticMotionEasingLinearOutSlowIn = njSemanticMotionEasingLinearOutSlowIn; exports.njSemanticMotionEasingLinearOutSlowInDark = njSemanticMotionEasingLinearOutSlowInDark; exports.njSemanticOpacityDisabled = njSemanticOpacityDisabled; exports.njSemanticOpacityDisabledDark = njSemanticOpacityDisabledDark; exports.njSemanticSizeBorderFocusRingOffset = njSemanticSizeBorderFocusRingOffset; exports.njSemanticSizeBorderFocusRingOffsetDark = njSemanticSizeBorderFocusRingOffsetDark; exports.njSemanticSizeBorderFocusRingWidth = njSemanticSizeBorderFocusRingWidth; exports.njSemanticSizeBorderFocusRingWidthDark = njSemanticSizeBorderFocusRingWidthDark; exports.njSemanticSizeBorderRadiusLg = njSemanticSizeBorderRadiusLg; exports.njSemanticSizeBorderRadiusLgDark = njSemanticSizeBorderRadiusLgDark; exports.njSemanticSizeBorderRadiusMd = njSemanticSizeBorderRadiusMd; exports.njSemanticSizeBorderRadiusMdDark = njSemanticSizeBorderRadiusMdDark; exports.njSemanticSizeBorderRadiusNone = njSemanticSizeBorderRadiusNone; exports.njSemanticSizeBorderRadiusNoneDark = njSemanticSizeBorderRadiusNoneDark; exports.njSemanticSizeBorderRadiusPill = njSemanticSizeBorderRadiusPill; exports.njSemanticSizeBorderRadiusPillDark = njSemanticSizeBorderRadiusPillDark; exports.njSemanticSizeBorderRadiusSm = njSemanticSizeBorderRadiusSm; exports.njSemanticSizeBorderRadiusSmDark = njSemanticSizeBorderRadiusSmDark; exports.njSemanticSizeBorderRadiusXl = njSemanticSizeBorderRadiusXl; exports.njSemanticSizeBorderRadiusXlDark = njSemanticSizeBorderRadiusXlDark; exports.njSemanticSizeBorderRadiusXxl = njSemanticSizeBorderRadiusXxl; exports.njSemanticSizeBorderRadiusXxlDark = njSemanticSizeBorderRadiusXxlDark; exports.njSemanticSizeBorderWidth = njSemanticSizeBorderWidth; exports.njSemanticSizeBorderWidthDark = njSemanticSizeBorderWidthDark; exports.njSemanticSizeIcon2xs = njSemanticSizeIcon2xs; exports.njSemanticSizeIcon2xsDark = njSemanticSizeIcon2xsDark; exports.njSemanticSizeIcon3xl = njSemanticSizeIcon3xl; exports.njSemanticSizeIcon3xlDark = njSemanticSizeIcon3xlDark; exports.njSemanticSizeIcon4xl = njSemanticSizeIcon4xl; exports.njSemanticSizeIcon4xlDark = njSemanticSizeIcon4xlDark; exports.njSemanticSizeIcon5xl = njSemanticSizeIcon5xl; exports.njSemanticSizeIcon5xlDark = njSemanticSizeIcon5xlDark; exports.njSemanticSizeIcon6xl = njSemanticSizeIcon6xl; exports.njSemanticSizeIcon6xlDark = njSemanticSizeIcon6xlDark; exports.njSemanticSizeIconLg = njSemanticSizeIconLg; exports.njSemanticSizeIconLgDark = njSemanticSizeIconLgDark; exports.njSemanticSizeIconMd = njSemanticSizeIconMd; exports.njSemanticSizeIconMdDark = njSemanticSizeIconMdDark; exports.njSemanticSizeIconSm = njSemanticSizeIconSm; exports.njSemanticSizeIconSmDark = njSemanticSizeIconSmDark; exports.njSemanticSizeIconXl = njSemanticSizeIconXl; exports.njSemanticSizeIconXlDark = njSemanticSizeIconXlDark; exports.njSemanticSizeIconXs = njSemanticSizeIconXs; exports.njSemanticSizeIconXsDark = njSemanticSizeIconXsDark; exports.njSemanticSizeIconXxl = njSemanticSizeIconXxl; exports.njSemanticSizeIconXxlDark = njSemanticSizeIconXxlDark; exports.njSemanticSizeSpacing0 = njSemanticSizeSpacing0; exports.njSemanticSizeSpacing0Dark = njSemanticSizeSpacing0Dark; exports.njSemanticSizeSpacing112 = njSemanticSizeSpacing112; exports.njSemanticSizeSpacing112Dark = njSemanticSizeSpacing112Dark; exports.njSemanticSizeSpacing12 = njSemanticSizeSpacing12; exports.njSemanticSizeSpacing12Dark = njSemanticSizeSpacing12Dark; exports.njSemanticSizeSpacing16 = njSemanticSizeSpacing16; exports.njSemanticSizeSpacing16Dark = njSemanticSizeSpacing16Dark; exports.njSemanticSizeSpacing2 = njSemanticSizeSpacing2; exports.njSemanticSizeSpacing20 = njSemanticSizeSpacing20; exports.njSemanticSizeSpacing20Dark = njSemanticSizeSpacing20Dark; exports.njSemanticSizeSpacing24 = njSemanticSizeSpacing24; exports.njSemanticSizeSpacing24Dark = njSemanticSizeSpacing24Dark; exports.njSemanticSizeSpacing2Dark = njSemanticSizeSpacing2Dark; exports.njSemanticSizeSpacing32 = njSemanticSizeSpacing32; exports.njSemanticSizeSpacing32Dark = njSemanticSizeSpacing32Dark; exports.njSemanticSizeSpacing4 = njSemanticSizeSpacing4; exports.njSemanticSizeSpacing48 = njSemanticSizeSpacing48; exports.njSemanticSizeSpacing48Dark = njSemanticSizeSpacing48Dark; exports.njSemanticSizeSpacing4Dark = njSemanticSizeSpacing4Dark; exports.njSemanticSizeSpacing64 = njSemanticSizeSpacing64; exports.njSemanticSizeSpacing64Dark = njSemanticSizeSpacing64Dark; exports.njSemanticSizeSpacing8 = njSemanticSizeSpacing8; exports.njSemanticSizeSpacing80 = njSemanticSizeSpacing80; exports.njSemanticSizeSpacing80Dark = njSemanticSizeSpacing80Dark; exports.njSemanticSizeSpacing8Dark = njSemanticSizeSpacing8Dark; exports.njSemanticSizeSpacing96 = njSemanticSizeSpacing96; exports.njSemanticSizeSpacing96Dark = njSemanticSizeSpacing96Dark;