@nswds/tokens 3.2.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/border/global.css +6 -0
- package/dist/css/shadow/global.css +12 -0
- package/dist/css/typography/global.css +1 -0
- package/dist/css/typography/semantic.css +56 -0
- package/dist/index.cjs +522 -90
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +396 -0
- package/dist/index.d.ts +396 -0
- package/dist/index.js +522 -90
- package/dist/index.js.map +1 -1
- package/dist/js/border/global.js +6 -0
- package/dist/js/shadow/global.js +16 -0
- package/dist/js/typography/global.js +1 -0
- package/dist/js/typography/semantic.js +72 -0
- package/dist/json/border/global.json +8 -0
- package/dist/json/shadow/global.json +18 -0
- package/dist/json/typography/global.json +2 -1
- package/dist/json/typography/semantic.json +65 -0
- package/dist/less/border/global.less +4 -0
- package/dist/less/shadow/global.less +10 -0
- package/dist/less/typography/global.less +1 -0
- package/dist/less/typography/semantic.less +45 -0
- package/dist/scss/border/global.scss +4 -0
- package/dist/scss/shadow/global.scss +10 -0
- package/dist/scss/typography/global.scss +1 -0
- package/dist/scss/typography/semantic.scss +45 -0
- package/dist/tailwind/border/global.css +6 -0
- package/dist/tailwind/shadow/global.css +12 -0
- package/dist/tailwind/typography/global.css +1 -0
- package/dist/tokens/border.base.json +33 -0
- package/dist/tokens/global/border/canonical.json +33 -0
- package/dist/tokens/global/shadow/canonical.json +286 -0
- package/dist/tokens/global/typography/canonical.json +5 -0
- package/dist/tokens/semantic/typography/canonical.json +103 -0
- package/dist/tokens/typography.base.json +5 -0
- package/dist/ts/border/global.ts +6 -0
- package/dist/ts/shadow/global.ts +16 -0
- package/dist/ts/typography/global.ts +1 -0
- package/dist/ts/typography/semantic.ts +72 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -39028,7 +39028,8 @@ var require_global4 = __commonJS({
|
|
|
39028
39028
|
"font-weight-regular": 400,
|
|
39029
39029
|
"font-weight-medium": 500,
|
|
39030
39030
|
"font-weight-semibold": 600,
|
|
39031
|
-
"font-weight-bold": 700
|
|
39031
|
+
"font-weight-bold": 700,
|
|
39032
|
+
"font-weight-extrabold": 800
|
|
39032
39033
|
},
|
|
39033
39034
|
"line-height": {
|
|
39034
39035
|
"line-height-none": 1,
|
|
@@ -39047,6 +39048,115 @@ var require_global4 = __commonJS({
|
|
|
39047
39048
|
}
|
|
39048
39049
|
});
|
|
39049
39050
|
|
|
39051
|
+
// src/json/typography/semantic.json
|
|
39052
|
+
var require_semantic = __commonJS({
|
|
39053
|
+
"src/json/typography/semantic.json"(exports$1, module) {
|
|
39054
|
+
module.exports = {
|
|
39055
|
+
"heading-1": {
|
|
39056
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39057
|
+
fontSize: "2.25rem",
|
|
39058
|
+
fontWeight: 800,
|
|
39059
|
+
lineHeight: 1.2,
|
|
39060
|
+
letterSpacing: "-0.0125em"
|
|
39061
|
+
},
|
|
39062
|
+
"heading-2": {
|
|
39063
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39064
|
+
fontSize: "1.5rem",
|
|
39065
|
+
fontWeight: 700,
|
|
39066
|
+
lineHeight: 1.3333333,
|
|
39067
|
+
letterSpacing: "0em"
|
|
39068
|
+
},
|
|
39069
|
+
"heading-3": {
|
|
39070
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39071
|
+
fontSize: "1.25rem",
|
|
39072
|
+
fontWeight: 600,
|
|
39073
|
+
lineHeight: 1.6,
|
|
39074
|
+
letterSpacing: "0em"
|
|
39075
|
+
},
|
|
39076
|
+
"heading-4": {
|
|
39077
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39078
|
+
fontSize: "1rem",
|
|
39079
|
+
fontWeight: 600,
|
|
39080
|
+
lineHeight: 1.5,
|
|
39081
|
+
letterSpacing: "0em"
|
|
39082
|
+
},
|
|
39083
|
+
body: {
|
|
39084
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39085
|
+
fontSize: "1rem",
|
|
39086
|
+
fontWeight: 400,
|
|
39087
|
+
lineHeight: 1.75,
|
|
39088
|
+
letterSpacing: "0em"
|
|
39089
|
+
},
|
|
39090
|
+
"body-sm": {
|
|
39091
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39092
|
+
fontSize: "0.875rem",
|
|
39093
|
+
fontWeight: 400,
|
|
39094
|
+
lineHeight: 1.75,
|
|
39095
|
+
letterSpacing: "0em"
|
|
39096
|
+
},
|
|
39097
|
+
lead: {
|
|
39098
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39099
|
+
fontSize: "1.25rem",
|
|
39100
|
+
fontWeight: 400,
|
|
39101
|
+
lineHeight: 1.6,
|
|
39102
|
+
letterSpacing: "0em"
|
|
39103
|
+
},
|
|
39104
|
+
caption: {
|
|
39105
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
39106
|
+
fontSize: "0.75rem",
|
|
39107
|
+
fontWeight: 400,
|
|
39108
|
+
lineHeight: 1.5,
|
|
39109
|
+
letterSpacing: "0.025em"
|
|
39110
|
+
},
|
|
39111
|
+
code: {
|
|
39112
|
+
fontFamily: "'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace",
|
|
39113
|
+
fontSize: "0.875rem",
|
|
39114
|
+
fontWeight: 400,
|
|
39115
|
+
lineHeight: 1.5,
|
|
39116
|
+
letterSpacing: "0em"
|
|
39117
|
+
}
|
|
39118
|
+
};
|
|
39119
|
+
}
|
|
39120
|
+
});
|
|
39121
|
+
|
|
39122
|
+
// src/json/border/global.json
|
|
39123
|
+
var require_global5 = __commonJS({
|
|
39124
|
+
"src/json/border/global.json"(exports$1, module) {
|
|
39125
|
+
module.exports = {
|
|
39126
|
+
"border-width": {
|
|
39127
|
+
"border-width-thin": "0.0625rem",
|
|
39128
|
+
"border-width-thick": "0.125rem",
|
|
39129
|
+
"border-width-thicker": "0.25rem",
|
|
39130
|
+
"border-width-default": "0.0625rem"
|
|
39131
|
+
}
|
|
39132
|
+
};
|
|
39133
|
+
}
|
|
39134
|
+
});
|
|
39135
|
+
|
|
39136
|
+
// src/json/shadow/global.json
|
|
39137
|
+
var require_global6 = __commonJS({
|
|
39138
|
+
"src/json/shadow/global.json"(exports$1, module) {
|
|
39139
|
+
module.exports = {
|
|
39140
|
+
"box-shadow": {
|
|
39141
|
+
"box-shadow-thin": "inset 0 0 0 0.0625rem",
|
|
39142
|
+
"box-shadow-thick": "inset 0 0 0 0.125rem",
|
|
39143
|
+
"box-shadow-thicker": "inset 0 0 0 0.25rem"
|
|
39144
|
+
},
|
|
39145
|
+
"shadow-color": {
|
|
39146
|
+
"shadow-color-5": "rgb(0 0 0 / 0.05)",
|
|
39147
|
+
"shadow-color-10": "rgb(0 0 0 / 0.1)",
|
|
39148
|
+
"shadow-color-25": "rgb(0 0 0 / 0.25)"
|
|
39149
|
+
},
|
|
39150
|
+
shadow: {
|
|
39151
|
+
"shadow-sm": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
39152
|
+
"shadow-md": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
39153
|
+
"shadow-lg": "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
39154
|
+
"shadow-xl": "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)"
|
|
39155
|
+
}
|
|
39156
|
+
};
|
|
39157
|
+
}
|
|
39158
|
+
});
|
|
39159
|
+
|
|
39050
39160
|
// src/css/colors/global/hex.css
|
|
39051
39161
|
var hex_exports = {};
|
|
39052
39162
|
__export(hex_exports, {
|
|
@@ -39241,7 +39351,28 @@ var global_exports4 = {};
|
|
|
39241
39351
|
__export(global_exports4, {
|
|
39242
39352
|
default: () => global_default4
|
|
39243
39353
|
});
|
|
39244
|
-
var global_default4 = ":root {\n --font-family-sans: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /** Primary typeface \u2014 Public Sans (the NSW Government brand typeface) with system, Helvetica/Arial, and emoji fallbacks. Use for all UI and body text. */\n --font-family-display: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /** Display typeface \u2014 currently the same stack as sans; a separate token so display/heading type can diverge from body text later without a breaking change. */\n --font-family-system: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /** System typeface \u2014 currently the same stack as sans; a separate token for system-chrome contexts (toasts, native-feeling UI) that may diverge later. */\n --font-family-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; /** Monospace stack \u2014 JetBrains Mono with ui-monospace and system fallbacks for code, tabular data, and technical content. */\n --font-size-12: 0.75rem; /** Font size 12px (0.75rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-14: 0.875rem; /** Font size 14px (0.875rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-16: 1rem; /** Font size 16px (1rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-18: 1.125rem; /** Font size 18px (1.125rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-20: 1.25rem; /** Font size 20px (1.25rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-22: 1.375rem; /** Font size 22px (1.375rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-24: 1.5rem; /** Font size 24px (1.5rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-30: 1.875rem; /** Font size 30px (1.875rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-36: 2.25rem; /** Font size 36px (2.25rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-48: 3rem; /** Font size 48px (3rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-56: 3.5rem; /** Font size 56px (3.5rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-64: 4rem; /** Font size 64px (4rem) \u2014 the step name is the px value at the default root font size. */\n --font-weight-light: 300; /** Light (300) \u2014 large display text only; avoid at body sizes for legibility. */\n --font-weight-regular: 400; /** Regular (400) \u2014 default body text weight. */\n --font-weight-medium: 500; /** Medium (500) \u2014 subtle emphasis, labels, and navigation. */\n --font-weight-semibold: 600; /** Semibold (600) \u2014 headings and strong emphasis. */\n --font-weight-bold: 700; /** Bold (700) \u2014 highest emphasis; key figures and primary headings. */\n --line-height-none: 1; /** Solid (1) \u2014 display headings set at their own size (48/48, 56/56, 64/64 in the prose scale). */\n --line-height-tight: 1.2; /** Tight (1.2) \u2014 large headings (36/30 in the prose scale). */\n --line-height-snug: 1.3333333; /** Snug (1.3333333) \u2014 mid-size headings (32/24, 40/30 in the prose scale). */\n --line-height-base: 1.5; /** Base (1.5) \u2014 default for UI text and dense content (24/16, 36/24 in the prose scale); meets WCAG 1.4.12 text-spacing. */\n --line-height-relaxed: 1.6; /** Relaxed (1.6) \u2014 subheadings and lead text (32/20 in the prose scale). */\n --line-height-loose: 1.75; /** Loose (1.75) \u2014 long-form body text (28/16 in the prose scale). */\n --letter-spacing-tight: -0.0125em; /** Tight tracking (-0.0125em) \u2014 large display headings. Value is an em multiplier; string outputs render it with the em unit. */\n --letter-spacing-normal: 0em; /** Normal tracking (0em) \u2014 default for body text. Value is an em multiplier; string outputs render it with the em unit. */\n --letter-spacing-wide: 0.025em; /** Wide tracking (0.025em) \u2014 small caps, overlines, and small labels. Value is an em multiplier; string outputs render it with the em unit. */\n}\n";
|
|
39354
|
+
var global_default4 = ":root {\n --font-family-sans: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /** Primary typeface \u2014 Public Sans (the NSW Government brand typeface) with system, Helvetica/Arial, and emoji fallbacks. Use for all UI and body text. */\n --font-family-display: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /** Display typeface \u2014 currently the same stack as sans; a separate token so display/heading type can diverge from body text later without a breaking change. */\n --font-family-system: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; /** System typeface \u2014 currently the same stack as sans; a separate token for system-chrome contexts (toasts, native-feeling UI) that may diverge later. */\n --font-family-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; /** Monospace stack \u2014 JetBrains Mono with ui-monospace and system fallbacks for code, tabular data, and technical content. */\n --font-size-12: 0.75rem; /** Font size 12px (0.75rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-14: 0.875rem; /** Font size 14px (0.875rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-16: 1rem; /** Font size 16px (1rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-18: 1.125rem; /** Font size 18px (1.125rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-20: 1.25rem; /** Font size 20px (1.25rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-22: 1.375rem; /** Font size 22px (1.375rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-24: 1.5rem; /** Font size 24px (1.5rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-30: 1.875rem; /** Font size 30px (1.875rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-36: 2.25rem; /** Font size 36px (2.25rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-48: 3rem; /** Font size 48px (3rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-56: 3.5rem; /** Font size 56px (3.5rem) \u2014 the step name is the px value at the default root font size. */\n --font-size-64: 4rem; /** Font size 64px (4rem) \u2014 the step name is the px value at the default root font size. */\n --font-weight-light: 300; /** Light (300) \u2014 large display text only; avoid at body sizes for legibility. */\n --font-weight-regular: 400; /** Regular (400) \u2014 default body text weight. */\n --font-weight-medium: 500; /** Medium (500) \u2014 subtle emphasis, labels, and navigation. */\n --font-weight-semibold: 600; /** Semibold (600) \u2014 headings and strong emphasis. */\n --font-weight-bold: 700; /** Bold (700) \u2014 highest emphasis; key figures and primary headings. */\n --font-weight-extrabold: 800; /** Extrabold (800) \u2014 hero/display headings (the prose scale uses 800 for h1). */\n --line-height-none: 1; /** Solid (1) \u2014 display headings set at their own size (48/48, 56/56, 64/64 in the prose scale). */\n --line-height-tight: 1.2; /** Tight (1.2) \u2014 large headings (36/30 in the prose scale). */\n --line-height-snug: 1.3333333; /** Snug (1.3333333) \u2014 mid-size headings (32/24, 40/30 in the prose scale). */\n --line-height-base: 1.5; /** Base (1.5) \u2014 default for UI text and dense content (24/16, 36/24 in the prose scale); meets WCAG 1.4.12 text-spacing. */\n --line-height-relaxed: 1.6; /** Relaxed (1.6) \u2014 subheadings and lead text (32/20 in the prose scale). */\n --line-height-loose: 1.75; /** Loose (1.75) \u2014 long-form body text (28/16 in the prose scale). */\n --letter-spacing-tight: -0.0125em; /** Tight tracking (-0.0125em) \u2014 large display headings. Value is an em multiplier; string outputs render it with the em unit. */\n --letter-spacing-normal: 0em; /** Normal tracking (0em) \u2014 default for body text. Value is an em multiplier; string outputs render it with the em unit. */\n --letter-spacing-wide: 0.025em; /** Wide tracking (0.025em) \u2014 small caps, overlines, and small labels. Value is an em multiplier; string outputs render it with the em unit. */\n}\n";
|
|
39355
|
+
|
|
39356
|
+
// src/css/typography/semantic.css
|
|
39357
|
+
var semantic_exports = {};
|
|
39358
|
+
__export(semantic_exports, {
|
|
39359
|
+
default: () => semantic_default
|
|
39360
|
+
});
|
|
39361
|
+
var semantic_default = ":root {\n --typography-heading-1-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-heading-1-font-size: 2.25rem;\n --typography-heading-1-font-weight: 800;\n --typography-heading-1-line-height: 1.2;\n --typography-heading-1-letter-spacing: -0.0125em;\n --typography-heading-1: 800 2.25rem/1.2 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-heading-2-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-heading-2-font-size: 1.5rem;\n --typography-heading-2-font-weight: 700;\n --typography-heading-2-line-height: 1.3333333;\n --typography-heading-2-letter-spacing: 0em;\n --typography-heading-2: 700 1.5rem/1.3333333 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-heading-3-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-heading-3-font-size: 1.25rem;\n --typography-heading-3-font-weight: 600;\n --typography-heading-3-line-height: 1.6;\n --typography-heading-3-letter-spacing: 0em;\n --typography-heading-3: 600 1.25rem/1.6 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-heading-4-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-heading-4-font-size: 1rem;\n --typography-heading-4-font-weight: 600;\n --typography-heading-4-line-height: 1.5;\n --typography-heading-4-letter-spacing: 0em;\n --typography-heading-4: 600 1rem/1.5 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-body-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-body-font-size: 1rem;\n --typography-body-font-weight: 400;\n --typography-body-line-height: 1.75;\n --typography-body-letter-spacing: 0em;\n --typography-body: 400 1rem/1.75 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-body-sm-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-body-sm-font-size: 0.875rem;\n --typography-body-sm-font-weight: 400;\n --typography-body-sm-line-height: 1.75;\n --typography-body-sm-letter-spacing: 0em;\n --typography-body-sm: 400 0.875rem/1.75 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-lead-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-lead-font-size: 1.25rem;\n --typography-lead-font-weight: 400;\n --typography-lead-line-height: 1.6;\n --typography-lead-letter-spacing: 0em;\n --typography-lead: 400 1.25rem/1.6 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-caption-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-caption-font-size: 0.75rem;\n --typography-caption-font-weight: 400;\n --typography-caption-line-height: 1.5;\n --typography-caption-letter-spacing: 0.025em;\n --typography-caption: 400 0.75rem/1.5 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --typography-code-font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;\n --typography-code-font-size: 0.875rem;\n --typography-code-font-weight: 400;\n --typography-code-line-height: 1.5;\n --typography-code-letter-spacing: 0em;\n --typography-code: 400 0.875rem/1.5 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;\n}\n";
|
|
39362
|
+
|
|
39363
|
+
// src/css/border/global.css
|
|
39364
|
+
var global_exports5 = {};
|
|
39365
|
+
__export(global_exports5, {
|
|
39366
|
+
default: () => global_default5
|
|
39367
|
+
});
|
|
39368
|
+
var global_default5 = ":root {\n --border-width-thin: 0.0625rem; /** Thin border (0.0625rem / 1px at the default root) \u2014 hairlines, dividers, and default control borders. */\n --border-width-thick: 0.125rem; /** Thick border (0.125rem / 2px at the default root) \u2014 emphasis borders and selected states. */\n --border-width-thicker: 0.25rem; /** Thicker border (0.25rem / 4px at the default root) \u2014 focus rings and high-emphasis outlines. */\n --border-width-default: 0.0625rem; /** Default border width \u2014 aliases thin so the system-wide default can be retuned in one place. */\n}\n";
|
|
39369
|
+
|
|
39370
|
+
// src/css/shadow/global.css
|
|
39371
|
+
var global_exports6 = {};
|
|
39372
|
+
__export(global_exports6, {
|
|
39373
|
+
default: () => global_default6
|
|
39374
|
+
});
|
|
39375
|
+
var global_default6 = ":root {\n --box-shadow-thin: inset 0 0 0 0.0625rem; /** Thin inset ring (inset 0 0 0 border-width.thin) \u2014 border-via-shadow that does not affect layout; renders with currentColor. */\n --box-shadow-thick: inset 0 0 0 0.125rem; /** Thick inset ring (inset 0 0 0 border-width.thick) \u2014 emphasis/selected outline; renders with currentColor. */\n --box-shadow-thicker: inset 0 0 0 0.25rem; /** Thicker inset ring (inset 0 0 0 border-width.thicker) \u2014 focus indication; renders with currentColor. */\n --shadow-color-5: rgb(0 0 0 / 0.05); /** Shadow black at 5% alpha \u2014 the faintest elevation tint. Step name is the alpha percentage. */\n --shadow-color-10: rgb(0 0 0 / 0.1); /** Shadow black at 10% alpha \u2014 the standard elevation tint. Step name is the alpha percentage. */\n --shadow-color-25: rgb(0 0 0 / 0.25); /** Shadow black at 25% alpha \u2014 strong elevation for overlays/modals. Step name is the alpha percentage. */\n --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); /** Small elevation \u2014 cards and raised controls (Tailwind shadow-sm geometry). DRAFT pending design review. */\n --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); /** Medium elevation \u2014 dropdowns and popovers (Tailwind shadow-md geometry). DRAFT pending design review. */\n --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); /** Large elevation \u2014 dialogs and floating panels (Tailwind shadow-lg geometry). DRAFT pending design review. */\n --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); /** Extra-large elevation \u2014 modals and full overlays (Tailwind shadow-xl geometry). DRAFT pending design review. */\n}\n";
|
|
39245
39376
|
|
|
39246
39377
|
// src/js/colors/global/hex.js
|
|
39247
39378
|
var hex_exports7 = {};
|
|
@@ -43036,8 +43167,8 @@ var fuchsiaTeal4 = {
|
|
|
43036
43167
|
};
|
|
43037
43168
|
|
|
43038
43169
|
// src/js/space/global.js
|
|
43039
|
-
var
|
|
43040
|
-
__export(
|
|
43170
|
+
var global_exports7 = {};
|
|
43171
|
+
__export(global_exports7, {
|
|
43041
43172
|
space: () => space
|
|
43042
43173
|
});
|
|
43043
43174
|
var space = {
|
|
@@ -43056,8 +43187,8 @@ var space = {
|
|
|
43056
43187
|
};
|
|
43057
43188
|
|
|
43058
43189
|
// src/js/radius/global.js
|
|
43059
|
-
var
|
|
43060
|
-
__export(
|
|
43190
|
+
var global_exports8 = {};
|
|
43191
|
+
__export(global_exports8, {
|
|
43061
43192
|
radius: () => radius
|
|
43062
43193
|
});
|
|
43063
43194
|
var radius = {
|
|
@@ -43069,8 +43200,8 @@ var radius = {
|
|
|
43069
43200
|
};
|
|
43070
43201
|
|
|
43071
43202
|
// src/js/breakpoints/global.js
|
|
43072
|
-
var
|
|
43073
|
-
__export(
|
|
43203
|
+
var global_exports9 = {};
|
|
43204
|
+
__export(global_exports9, {
|
|
43074
43205
|
breakpoint: () => breakpoint
|
|
43075
43206
|
});
|
|
43076
43207
|
var breakpoint = {
|
|
@@ -43082,8 +43213,8 @@ var breakpoint = {
|
|
|
43082
43213
|
};
|
|
43083
43214
|
|
|
43084
43215
|
// src/js/typography/global.js
|
|
43085
|
-
var
|
|
43086
|
-
__export(
|
|
43216
|
+
var global_exports10 = {};
|
|
43217
|
+
__export(global_exports10, {
|
|
43087
43218
|
fontFamily: () => fontFamily,
|
|
43088
43219
|
fontSize: () => fontSize,
|
|
43089
43220
|
fontWeight: () => fontWeight,
|
|
@@ -43115,7 +43246,8 @@ var fontWeight = {
|
|
|
43115
43246
|
regular: 400,
|
|
43116
43247
|
medium: 500,
|
|
43117
43248
|
semibold: 600,
|
|
43118
|
-
bold: 700
|
|
43249
|
+
bold: 700,
|
|
43250
|
+
extrabold: 800
|
|
43119
43251
|
};
|
|
43120
43252
|
var lineHeight = {
|
|
43121
43253
|
none: 1,
|
|
@@ -43131,6 +43263,119 @@ var letterSpacing = {
|
|
|
43131
43263
|
wide: "0.025em"
|
|
43132
43264
|
};
|
|
43133
43265
|
|
|
43266
|
+
// src/js/typography/semantic.js
|
|
43267
|
+
var semantic_exports2 = {};
|
|
43268
|
+
__export(semantic_exports2, {
|
|
43269
|
+
body: () => body,
|
|
43270
|
+
bodySm: () => bodySm,
|
|
43271
|
+
caption: () => caption,
|
|
43272
|
+
code: () => code,
|
|
43273
|
+
heading1: () => heading1,
|
|
43274
|
+
heading2: () => heading2,
|
|
43275
|
+
heading3: () => heading3,
|
|
43276
|
+
heading4: () => heading4,
|
|
43277
|
+
lead: () => lead
|
|
43278
|
+
});
|
|
43279
|
+
var heading1 = {
|
|
43280
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43281
|
+
fontSize: "2.25rem",
|
|
43282
|
+
fontWeight: 800,
|
|
43283
|
+
lineHeight: 1.2,
|
|
43284
|
+
letterSpacing: "-0.0125em"
|
|
43285
|
+
};
|
|
43286
|
+
var heading2 = {
|
|
43287
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43288
|
+
fontSize: "1.5rem",
|
|
43289
|
+
fontWeight: 700,
|
|
43290
|
+
lineHeight: 1.3333333,
|
|
43291
|
+
letterSpacing: "0em"
|
|
43292
|
+
};
|
|
43293
|
+
var heading3 = {
|
|
43294
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43295
|
+
fontSize: "1.25rem",
|
|
43296
|
+
fontWeight: 600,
|
|
43297
|
+
lineHeight: 1.6,
|
|
43298
|
+
letterSpacing: "0em"
|
|
43299
|
+
};
|
|
43300
|
+
var heading4 = {
|
|
43301
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43302
|
+
fontSize: "1rem",
|
|
43303
|
+
fontWeight: 600,
|
|
43304
|
+
lineHeight: 1.5,
|
|
43305
|
+
letterSpacing: "0em"
|
|
43306
|
+
};
|
|
43307
|
+
var body = {
|
|
43308
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43309
|
+
fontSize: "1rem",
|
|
43310
|
+
fontWeight: 400,
|
|
43311
|
+
lineHeight: 1.75,
|
|
43312
|
+
letterSpacing: "0em"
|
|
43313
|
+
};
|
|
43314
|
+
var bodySm = {
|
|
43315
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43316
|
+
fontSize: "0.875rem",
|
|
43317
|
+
fontWeight: 400,
|
|
43318
|
+
lineHeight: 1.75,
|
|
43319
|
+
letterSpacing: "0em"
|
|
43320
|
+
};
|
|
43321
|
+
var lead = {
|
|
43322
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43323
|
+
fontSize: "1.25rem",
|
|
43324
|
+
fontWeight: 400,
|
|
43325
|
+
lineHeight: 1.6,
|
|
43326
|
+
letterSpacing: "0em"
|
|
43327
|
+
};
|
|
43328
|
+
var caption = {
|
|
43329
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
43330
|
+
fontSize: "0.75rem",
|
|
43331
|
+
fontWeight: 400,
|
|
43332
|
+
lineHeight: 1.5,
|
|
43333
|
+
letterSpacing: "0.025em"
|
|
43334
|
+
};
|
|
43335
|
+
var code = {
|
|
43336
|
+
fontFamily: "'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace",
|
|
43337
|
+
fontSize: "0.875rem",
|
|
43338
|
+
fontWeight: 400,
|
|
43339
|
+
lineHeight: 1.5,
|
|
43340
|
+
letterSpacing: "0em"
|
|
43341
|
+
};
|
|
43342
|
+
|
|
43343
|
+
// src/js/border/global.js
|
|
43344
|
+
var global_exports11 = {};
|
|
43345
|
+
__export(global_exports11, {
|
|
43346
|
+
borderWidth: () => borderWidth
|
|
43347
|
+
});
|
|
43348
|
+
var borderWidth = {
|
|
43349
|
+
thin: "0.0625rem",
|
|
43350
|
+
thick: "0.125rem",
|
|
43351
|
+
thicker: "0.25rem",
|
|
43352
|
+
default: "0.0625rem"
|
|
43353
|
+
};
|
|
43354
|
+
|
|
43355
|
+
// src/js/shadow/global.js
|
|
43356
|
+
var global_exports12 = {};
|
|
43357
|
+
__export(global_exports12, {
|
|
43358
|
+
boxShadow: () => boxShadow,
|
|
43359
|
+
shadow: () => shadow,
|
|
43360
|
+
shadowColor: () => shadowColor
|
|
43361
|
+
});
|
|
43362
|
+
var boxShadow = {
|
|
43363
|
+
thin: "inset 0 0 0 0.0625rem",
|
|
43364
|
+
thick: "inset 0 0 0 0.125rem",
|
|
43365
|
+
thicker: "inset 0 0 0 0.25rem"
|
|
43366
|
+
};
|
|
43367
|
+
var shadowColor = {
|
|
43368
|
+
5: "rgb(0 0 0 / 0.05)",
|
|
43369
|
+
10: "rgb(0 0 0 / 0.1)",
|
|
43370
|
+
25: "rgb(0 0 0 / 0.25)"
|
|
43371
|
+
};
|
|
43372
|
+
var shadow = {
|
|
43373
|
+
sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
43374
|
+
md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
43375
|
+
lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
43376
|
+
xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)"
|
|
43377
|
+
};
|
|
43378
|
+
|
|
43134
43379
|
// src/less/colors/global/hex.less
|
|
43135
43380
|
var hex_exports13 = {};
|
|
43136
43381
|
__export(hex_exports13, {
|
|
@@ -43300,32 +43545,53 @@ __export(rgb_exports18, {
|
|
|
43300
43545
|
var rgb_default12 = "@ember-50: rgb(34, 39, 43);\n@ember-100: rgb(28, 42, 59);\n@ember-150: rgb(28, 42, 76);\n@ember-200: rgb(37, 38, 92);\n@ember-250: rgb(51, 31, 104);\n@ember-300: rgb(68, 17, 112);\n@ember-350: rgb(97, 17, 117);\n@ember-400: rgb(128, 15, 115);\n@ember-450: rgb(159, 9, 106);\n@ember-500: rgb(188, 7, 88);\n@ember-550: rgb(215, 21, 58);\n@ember-600: rgb(222, 43, 52);\n@ember-650: rgb(228, 59, 46);\n@ember-700: rgb(233, 73, 39);\n@ember-750: rgb(238, 86, 33);\n@ember-800: rgb(243, 99, 27);\n@ember-850: rgb(247, 115, 0);\n@ember-900: rgb(249, 130, 0);\n@ember-950: rgb(251, 145, 0);\n@ember-1000: rgb(251, 160, 0);\n@ember-1050: rgb(250, 175, 5);\n@earthfire-50: rgb(82, 55, 25);\n@earthfire-100: rgb(95, 54, 13);\n@earthfire-150: rgb(108, 51, 0);\n@earthfire-200: rgb(122, 46, 0);\n@earthfire-250: rgb(135, 38, 0);\n@earthfire-300: rgb(148, 27, 0);\n@earthfire-350: rgb(167, 42, 5);\n@earthfire-400: rgb(185, 56, 11);\n@earthfire-450: rgb(204, 70, 17);\n@earthfire-500: rgb(224, 85, 22);\n@earthfire-550: rgb(243, 99, 27);\n@earthfire-600: rgb(247, 115, 0);\n@earthfire-650: rgb(249, 130, 0);\n@earthfire-700: rgb(251, 145, 0);\n@earthfire-750: rgb(251, 160, 0);\n@earthfire-800: rgb(250, 175, 5);\n@earthfire-850: rgb(250, 187, 59);\n@earthfire-900: rgb(250, 199, 87);\n@earthfire-950: rgb(251, 210, 111);\n@earthfire-1000: rgb(252, 221, 133);\n@earthfire-1050: rgb(253, 231, 154);\n@fuchsia-heat-50: rgb(101, 0, 77);\n@fuchsia-heat-100: rgb(123, 2, 95);\n@fuchsia-heat-150: rgb(146, 4, 114);\n@fuchsia-heat-200: rgb(169, 8, 133);\n@fuchsia-heat-250: rgb(193, 13, 153);\n@fuchsia-heat-300: rgb(217, 18, 174);\n@fuchsia-heat-350: rgb(230, 30, 146);\n@fuchsia-heat-400: rgb(240, 45, 119);\n@fuchsia-heat-450: rgb(245, 62, 91);\n@fuchsia-heat-500: rgb(246, 80, 62);\n@fuchsia-heat-550: rgb(243, 99, 27);\n@fuchsia-heat-600: rgb(247, 115, 0);\n@fuchsia-heat-650: rgb(249, 130, 0);\n@fuchsia-heat-700: rgb(251, 145, 0);\n@fuchsia-heat-750: rgb(251, 160, 0);\n@fuchsia-heat-800: rgb(250, 175, 5);\n@fuchsia-heat-850: rgb(250, 187, 59);\n@fuchsia-heat-900: rgb(250, 199, 87);\n@fuchsia-heat-950: rgb(251, 210, 111);\n@fuchsia-heat-1000: rgb(252, 221, 133);\n@fuchsia-heat-1050: rgb(253, 231, 154);\n@polar-glow-50: rgb(0, 38, 100);\n@polar-glow-100: rgb(1, 51, 128);\n@polar-glow-150: rgb(3, 65, 158);\n@polar-glow-200: rgb(7, 79, 189);\n@polar-glow-250: rgb(13, 93, 220);\n@polar-glow-300: rgb(20, 108, 253);\n@polar-glow-350: rgb(0, 119, 231);\n@polar-glow-400: rgb(0, 126, 208);\n@polar-glow-450: rgb(0, 130, 184);\n@polar-glow-500: rgb(0, 130, 162);\n@polar-glow-550: rgb(46, 128, 142);\n@polar-glow-600: rgb(66, 146, 159);\n@polar-glow-650: rgb(84, 163, 176);\n@polar-glow-700: rgb(103, 182, 193);\n@polar-glow-750: rgb(121, 200, 211);\n@polar-glow-800: rgb(140, 219, 229);\n@polar-glow-850: rgb(154, 223, 229);\n@polar-glow-900: rgb(169, 227, 229);\n@polar-glow-950: rgb(182, 231, 230);\n@polar-glow-1000: rgb(196, 235, 231);\n@polar-glow-1050: rgb(209, 238, 234);\n@glacier-pool-50: rgb(68, 17, 112);\n@glacier-pool-100: rgb(81, 30, 136);\n@glacier-pool-150: rgb(93, 43, 161);\n@glacier-pool-200: rgb(106, 57, 187);\n@glacier-pool-250: rgb(117, 70, 214);\n@glacier-pool-300: rgb(128, 85, 241);\n@glacier-pool-350: rgb(115, 89, 246);\n@glacier-pool-400: rgb(100, 94, 250);\n@glacier-pool-450: rgb(83, 98, 252);\n@glacier-pool-500: rgb(60, 103, 253);\n@glacier-pool-550: rgb(20, 108, 253);\n@glacier-pool-600: rgb(0, 137, 255);\n@glacier-pool-650: rgb(12, 162, 255);\n@glacier-pool-700: rgb(59, 185, 255);\n@glacier-pool-750: rgb(100, 205, 255);\n@glacier-pool-800: rgb(140, 224, 255);\n@glacier-pool-850: rgb(154, 227, 255);\n@glacier-pool-900: rgb(167, 229, 255);\n@glacier-pool-950: rgb(179, 232, 254);\n@glacier-pool-1000: rgb(191, 234, 254);\n@glacier-pool-1050: rgb(203, 237, 253);\n@deep-current-50: rgb(11, 63, 71);\n@deep-current-100: rgb(18, 75, 84);\n@deep-current-150: rgb(25, 88, 98);\n@deep-current-200: rgb(32, 101, 113);\n@deep-current-250: rgb(39, 114, 127);\n@deep-current-300: rgb(46, 128, 142);\n@deep-current-350: rgb(0, 130, 162);\n@deep-current-400: rgb(0, 130, 184);\n@deep-current-450: rgb(0, 126, 208);\n@deep-current-500: rgb(0, 119, 231);\n@deep-current-550: rgb(20, 108, 253);\n@deep-current-600: rgb(0, 137, 255);\n@deep-current-650: rgb(12, 162, 255);\n@deep-current-700: rgb(59, 185, 255);\n@deep-current-750: rgb(100, 205, 255);\n@deep-current-800: rgb(140, 224, 255);\n@deep-current-850: rgb(154, 227, 255);\n@deep-current-900: rgb(167, 229, 255);\n@deep-current-950: rgb(179, 232, 254);\n@deep-current-1000: rgb(191, 234, 254);\n@deep-current-1050: rgb(203, 237, 253);\n@blue-red-50: rgb(0, 38, 100);\n@blue-red-100: rgb(1, 51, 128);\n@blue-red-150: rgb(3, 65, 158);\n@blue-red-200: rgb(7, 79, 189);\n@blue-red-250: rgb(13, 93, 220);\n@blue-red-300: rgb(20, 108, 253);\n@blue-red-350: rgb(76, 142, 255);\n@blue-red-400: rgb(121, 172, 255);\n@blue-red-450: rgb(165, 200, 255);\n@blue-red-500: rgb(210, 228, 255);\n@blue-red-550: rgb(254, 215, 214);\n@blue-red-600: rgb(249, 175, 174);\n@blue-red-650: rgb(241, 134, 135);\n@blue-red-700: rgb(229, 89, 97);\n@blue-red-750: rgb(215, 21, 58);\n@blue-red-800: rgb(191, 15, 52);\n@blue-red-850: rgb(167, 10, 45);\n@blue-red-900: rgb(143, 5, 39);\n@blue-red-950: rgb(121, 2, 32);\n@blue-red-1000: rgb(99, 0, 25);\n@blue-orange-50: rgb(0, 38, 100);\n@blue-orange-100: rgb(1, 51, 128);\n@blue-orange-150: rgb(3, 65, 158);\n@blue-orange-200: rgb(7, 79, 189);\n@blue-orange-250: rgb(13, 93, 220);\n@blue-orange-300: rgb(20, 108, 253);\n@blue-orange-350: rgb(76, 142, 255);\n@blue-orange-400: rgb(121, 172, 255);\n@blue-orange-450: rgb(165, 200, 255);\n@blue-orange-500: rgb(210, 228, 255);\n@blue-orange-550: rgb(255, 226, 214);\n@blue-orange-600: rgb(255, 196, 173);\n@blue-orange-650: rgb(254, 166, 131);\n@blue-orange-700: rgb(250, 134, 87);\n@blue-orange-750: rgb(243, 99, 27);\n@blue-orange-800: rgb(224, 85, 22);\n@blue-orange-850: rgb(204, 70, 17);\n@blue-orange-900: rgb(185, 56, 11);\n@blue-orange-950: rgb(167, 42, 5);\n@blue-orange-1000: rgb(148, 27, 0);\n@purple-yellow-50: rgb(68, 17, 112);\n@purple-yellow-100: rgb(81, 30, 136);\n@purple-yellow-150: rgb(93, 43, 161);\n@purple-yellow-200: rgb(106, 57, 187);\n@purple-yellow-250: rgb(117, 70, 214);\n@purple-yellow-300: rgb(128, 85, 241);\n@purple-yellow-350: rgb(150, 123, 247);\n@purple-yellow-400: rgb(174, 158, 251);\n@purple-yellow-450: rgb(199, 191, 254);\n@purple-yellow-500: rgb(227, 223, 255);\n@purple-yellow-550: rgb(255, 240, 218);\n@purple-yellow-600: rgb(255, 224, 180);\n@purple-yellow-650: rgb(254, 208, 139);\n@purple-yellow-700: rgb(252, 192, 93);\n@purple-yellow-750: rgb(250, 175, 5);\n@purple-yellow-800: rgb(219, 153, 3);\n@purple-yellow-850: rgb(189, 132, 2);\n@purple-yellow-900: rgb(160, 111, 1);\n@purple-yellow-950: rgb(132, 91, 0);\n@purple-yellow-1000: rgb(105, 72, 0);\n@fuchsia-teal-50: rgb(101, 0, 77);\n@fuchsia-teal-100: rgb(123, 2, 95);\n@fuchsia-teal-150: rgb(146, 4, 114);\n@fuchsia-teal-200: rgb(169, 8, 133);\n@fuchsia-teal-250: rgb(193, 13, 153);\n@fuchsia-teal-300: rgb(217, 18, 174);\n@fuchsia-teal-350: rgb(230, 91, 191);\n@fuchsia-teal-400: rgb(240, 136, 207);\n@fuchsia-teal-450: rgb(248, 177, 223);\n@fuchsia-teal-500: rgb(253, 216, 239);\n@fuchsia-teal-550: rgb(214, 229, 232);\n@fuchsia-teal-600: rgb(174, 203, 209);\n@fuchsia-teal-650: rgb(134, 178, 186);\n@fuchsia-teal-700: rgb(93, 153, 164);\n@fuchsia-teal-750: rgb(46, 128, 142);\n@fuchsia-teal-800: rgb(39, 114, 127);\n@fuchsia-teal-850: rgb(32, 101, 113);\n@fuchsia-teal-900: rgb(25, 88, 98);\n@fuchsia-teal-950: rgb(18, 75, 84);\n@fuchsia-teal-1000: rgb(11, 63, 71);\n";
|
|
43301
43546
|
|
|
43302
43547
|
// src/less/space/global.less
|
|
43303
|
-
var
|
|
43304
|
-
__export(
|
|
43305
|
-
default: () =>
|
|
43548
|
+
var global_exports13 = {};
|
|
43549
|
+
__export(global_exports13, {
|
|
43550
|
+
default: () => global_default7
|
|
43306
43551
|
});
|
|
43307
|
-
var
|
|
43552
|
+
var global_default7 = "@space-0: 0rem; // Spacing step 0 on the 4px grid (0px at the default root font size). Use for padding, margins, and gaps.\n@space-1: 0.25rem; // Spacing step 1 on the 4px grid (4px at the default root font size). Use for padding, margins, and gaps.\n@space-2: 0.5rem; // Spacing step 2 on the 4px grid (8px at the default root font size). Use for padding, margins, and gaps.\n@space-3: 0.75rem; // Spacing step 3 on the 4px grid (12px at the default root font size). Use for padding, margins, and gaps.\n@space-4: 1rem; // Spacing step 4 on the 4px grid (16px at the default root font size). Use for padding, margins, and gaps.\n@space-5: 1.25rem; // Spacing step 5 on the 4px grid (20px at the default root font size). Use for padding, margins, and gaps.\n@space-6: 1.5rem; // Spacing step 6 on the 4px grid (24px at the default root font size). Use for padding, margins, and gaps.\n@space-8: 2rem; // Spacing step 8 on the 4px grid (32px at the default root font size). Use for padding, margins, and gaps.\n@space-10: 2.5rem; // Spacing step 10 on the 4px grid (40px at the default root font size). Use for padding, margins, and gaps.\n@space-12: 3rem; // Spacing step 12 on the 4px grid (48px at the default root font size). Use for padding, margins, and gaps.\n@space-14: 3.5rem; // Spacing step 14 on the 4px grid (56px at the default root font size). Use for padding, margins, and gaps.\n@space-16: 4rem; // Spacing step 16 on the 4px grid (64px at the default root font size). Use for padding, margins, and gaps.\n";
|
|
43308
43553
|
|
|
43309
43554
|
// src/less/radius/global.less
|
|
43310
|
-
var
|
|
43311
|
-
__export(
|
|
43312
|
-
default: () =>
|
|
43555
|
+
var global_exports14 = {};
|
|
43556
|
+
__export(global_exports14, {
|
|
43557
|
+
default: () => global_default8
|
|
43313
43558
|
});
|
|
43314
|
-
var
|
|
43559
|
+
var global_default8 = "@radius-none: 0px; // Square corners \u2014 tables, full-bleed surfaces, and elements flush to container edges.\n@radius-sm: 4px; // Small rounding \u2014 inputs, buttons, tags, and compact controls.\n@radius-md: 8px; // Medium rounding \u2014 cards, panels, and modals.\n@radius-lg: 16px; // Large rounding \u2014 hero surfaces and prominent containers.\n@radius-pill: 9999px; // Fully rounded ends \u2014 pills, badges, and circular icon buttons.\n";
|
|
43315
43560
|
|
|
43316
43561
|
// src/less/breakpoints/global.less
|
|
43317
|
-
var
|
|
43318
|
-
__export(
|
|
43319
|
-
default: () =>
|
|
43562
|
+
var global_exports15 = {};
|
|
43563
|
+
__export(global_exports15, {
|
|
43564
|
+
default: () => global_default9
|
|
43320
43565
|
});
|
|
43321
|
-
var
|
|
43566
|
+
var global_default9 = "@breakpoint-xs: 480px; // Extra-small breakpoint \u2014 large phones and up.\n@breakpoint-sm: 768px; // Small breakpoint \u2014 tablets portrait and up.\n@breakpoint-md: 992px; // Medium breakpoint \u2014 tablets landscape / small laptops and up.\n@breakpoint-lg: 1200px; // Large breakpoint \u2014 desktops and up.\n@breakpoint-xl: 1600px; // Extra-large breakpoint \u2014 wide desktops and up.\n";
|
|
43322
43567
|
|
|
43323
43568
|
// src/less/typography/global.less
|
|
43324
|
-
var
|
|
43325
|
-
__export(
|
|
43326
|
-
default: () =>
|
|
43569
|
+
var global_exports16 = {};
|
|
43570
|
+
__export(global_exports16, {
|
|
43571
|
+
default: () => global_default10
|
|
43572
|
+
});
|
|
43573
|
+
var global_default10 = "@font-family-sans: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; // Primary typeface \u2014 Public Sans (the NSW Government brand typeface) with system, Helvetica/Arial, and emoji fallbacks. Use for all UI and body text.\n@font-family-display: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; // Display typeface \u2014 currently the same stack as sans; a separate token so display/heading type can diverge from body text later without a breaking change.\n@font-family-system: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; // System typeface \u2014 currently the same stack as sans; a separate token for system-chrome contexts (toasts, native-feeling UI) that may diverge later.\n@font-family-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; // Monospace stack \u2014 JetBrains Mono with ui-monospace and system fallbacks for code, tabular data, and technical content.\n@font-size-12: 0.75rem; // Font size 12px (0.75rem) \u2014 the step name is the px value at the default root font size.\n@font-size-14: 0.875rem; // Font size 14px (0.875rem) \u2014 the step name is the px value at the default root font size.\n@font-size-16: 1rem; // Font size 16px (1rem) \u2014 the step name is the px value at the default root font size.\n@font-size-18: 1.125rem; // Font size 18px (1.125rem) \u2014 the step name is the px value at the default root font size.\n@font-size-20: 1.25rem; // Font size 20px (1.25rem) \u2014 the step name is the px value at the default root font size.\n@font-size-22: 1.375rem; // Font size 22px (1.375rem) \u2014 the step name is the px value at the default root font size.\n@font-size-24: 1.5rem; // Font size 24px (1.5rem) \u2014 the step name is the px value at the default root font size.\n@font-size-30: 1.875rem; // Font size 30px (1.875rem) \u2014 the step name is the px value at the default root font size.\n@font-size-36: 2.25rem; // Font size 36px (2.25rem) \u2014 the step name is the px value at the default root font size.\n@font-size-48: 3rem; // Font size 48px (3rem) \u2014 the step name is the px value at the default root font size.\n@font-size-56: 3.5rem; // Font size 56px (3.5rem) \u2014 the step name is the px value at the default root font size.\n@font-size-64: 4rem; // Font size 64px (4rem) \u2014 the step name is the px value at the default root font size.\n@font-weight-light: 300; // Light (300) \u2014 large display text only; avoid at body sizes for legibility.\n@font-weight-regular: 400; // Regular (400) \u2014 default body text weight.\n@font-weight-medium: 500; // Medium (500) \u2014 subtle emphasis, labels, and navigation.\n@font-weight-semibold: 600; // Semibold (600) \u2014 headings and strong emphasis.\n@font-weight-bold: 700; // Bold (700) \u2014 highest emphasis; key figures and primary headings.\n@font-weight-extrabold: 800; // Extrabold (800) \u2014 hero/display headings (the prose scale uses 800 for h1).\n@line-height-none: 1; // Solid (1) \u2014 display headings set at their own size (48/48, 56/56, 64/64 in the prose scale).\n@line-height-tight: 1.2; // Tight (1.2) \u2014 large headings (36/30 in the prose scale).\n@line-height-snug: 1.3333333; // Snug (1.3333333) \u2014 mid-size headings (32/24, 40/30 in the prose scale).\n@line-height-base: 1.5; // Base (1.5) \u2014 default for UI text and dense content (24/16, 36/24 in the prose scale); meets WCAG 1.4.12 text-spacing.\n@line-height-relaxed: 1.6; // Relaxed (1.6) \u2014 subheadings and lead text (32/20 in the prose scale).\n@line-height-loose: 1.75; // Loose (1.75) \u2014 long-form body text (28/16 in the prose scale).\n@letter-spacing-tight: -0.0125em; // Tight tracking (-0.0125em) \u2014 large display headings. Value is an em multiplier; string outputs render it with the em unit.\n@letter-spacing-normal: 0em; // Normal tracking (0em) \u2014 default for body text. Value is an em multiplier; string outputs render it with the em unit.\n@letter-spacing-wide: 0.025em; // Wide tracking (0.025em) \u2014 small caps, overlines, and small labels. Value is an em multiplier; string outputs render it with the em unit.\n";
|
|
43574
|
+
|
|
43575
|
+
// src/less/typography/semantic.less
|
|
43576
|
+
var semantic_exports3 = {};
|
|
43577
|
+
__export(semantic_exports3, {
|
|
43578
|
+
default: () => semantic_default2
|
|
43579
|
+
});
|
|
43580
|
+
var semantic_default2 = "@typography-heading-1-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-heading-1-font-size: 2.25rem;\n@typography-heading-1-font-weight: 800;\n@typography-heading-1-line-height: 1.2;\n@typography-heading-1-letter-spacing: -0.0125em;\n@typography-heading-2-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-heading-2-font-size: 1.5rem;\n@typography-heading-2-font-weight: 700;\n@typography-heading-2-line-height: 1.3333333;\n@typography-heading-2-letter-spacing: 0em;\n@typography-heading-3-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-heading-3-font-size: 1.25rem;\n@typography-heading-3-font-weight: 600;\n@typography-heading-3-line-height: 1.6;\n@typography-heading-3-letter-spacing: 0em;\n@typography-heading-4-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-heading-4-font-size: 1rem;\n@typography-heading-4-font-weight: 600;\n@typography-heading-4-line-height: 1.5;\n@typography-heading-4-letter-spacing: 0em;\n@typography-body-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-body-font-size: 1rem;\n@typography-body-font-weight: 400;\n@typography-body-line-height: 1.75;\n@typography-body-letter-spacing: 0em;\n@typography-body-sm-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-body-sm-font-size: 0.875rem;\n@typography-body-sm-font-weight: 400;\n@typography-body-sm-line-height: 1.75;\n@typography-body-sm-letter-spacing: 0em;\n@typography-lead-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-lead-font-size: 1.25rem;\n@typography-lead-font-weight: 400;\n@typography-lead-line-height: 1.6;\n@typography-lead-letter-spacing: 0em;\n@typography-caption-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n@typography-caption-font-size: 0.75rem;\n@typography-caption-font-weight: 400;\n@typography-caption-line-height: 1.5;\n@typography-caption-letter-spacing: 0.025em;\n@typography-code-font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;\n@typography-code-font-size: 0.875rem;\n@typography-code-font-weight: 400;\n@typography-code-line-height: 1.5;\n@typography-code-letter-spacing: 0em;\n";
|
|
43581
|
+
|
|
43582
|
+
// src/less/border/global.less
|
|
43583
|
+
var global_exports17 = {};
|
|
43584
|
+
__export(global_exports17, {
|
|
43585
|
+
default: () => global_default11
|
|
43586
|
+
});
|
|
43587
|
+
var global_default11 = "@border-width-thin: 0.0625rem; // Thin border (0.0625rem / 1px at the default root) \u2014 hairlines, dividers, and default control borders.\n@border-width-thick: 0.125rem; // Thick border (0.125rem / 2px at the default root) \u2014 emphasis borders and selected states.\n@border-width-thicker: 0.25rem; // Thicker border (0.25rem / 4px at the default root) \u2014 focus rings and high-emphasis outlines.\n@border-width-default: 0.0625rem; // Default border width \u2014 aliases thin so the system-wide default can be retuned in one place.\n";
|
|
43588
|
+
|
|
43589
|
+
// src/less/shadow/global.less
|
|
43590
|
+
var global_exports18 = {};
|
|
43591
|
+
__export(global_exports18, {
|
|
43592
|
+
default: () => global_default12
|
|
43327
43593
|
});
|
|
43328
|
-
var
|
|
43594
|
+
var global_default12 = "@box-shadow-thin: inset 0 0 0 0.0625rem; // Thin inset ring (inset 0 0 0 border-width.thin) \u2014 border-via-shadow that does not affect layout; renders with currentColor.\n@box-shadow-thick: inset 0 0 0 0.125rem; // Thick inset ring (inset 0 0 0 border-width.thick) \u2014 emphasis/selected outline; renders with currentColor.\n@box-shadow-thicker: inset 0 0 0 0.25rem; // Thicker inset ring (inset 0 0 0 border-width.thicker) \u2014 focus indication; renders with currentColor.\n@shadow-color-5: rgb(0 0 0 / 0.05); // Shadow black at 5% alpha \u2014 the faintest elevation tint. Step name is the alpha percentage.\n@shadow-color-10: rgb(0 0 0 / 0.1); // Shadow black at 10% alpha \u2014 the standard elevation tint. Step name is the alpha percentage.\n@shadow-color-25: rgb(0 0 0 / 0.25); // Shadow black at 25% alpha \u2014 strong elevation for overlays/modals. Step name is the alpha percentage.\n@shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); // Small elevation \u2014 cards and raised controls (Tailwind shadow-sm geometry). DRAFT pending design review.\n@shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); // Medium elevation \u2014 dropdowns and popovers (Tailwind shadow-md geometry). DRAFT pending design review.\n@shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); // Large elevation \u2014 dialogs and floating panels (Tailwind shadow-lg geometry). DRAFT pending design review.\n@shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); // Extra-large elevation \u2014 modals and full overlays (Tailwind shadow-xl geometry). DRAFT pending design review.\n";
|
|
43329
43595
|
|
|
43330
43596
|
// src/scss/colors/global/hex.scss
|
|
43331
43597
|
var hex_exports19 = {};
|
|
@@ -43496,32 +43762,53 @@ __export(rgb_exports24, {
|
|
|
43496
43762
|
var rgb_default18 = "$ember-50: rgb(34, 39, 43);\n$ember-100: rgb(28, 42, 59);\n$ember-150: rgb(28, 42, 76);\n$ember-200: rgb(37, 38, 92);\n$ember-250: rgb(51, 31, 104);\n$ember-300: rgb(68, 17, 112);\n$ember-350: rgb(97, 17, 117);\n$ember-400: rgb(128, 15, 115);\n$ember-450: rgb(159, 9, 106);\n$ember-500: rgb(188, 7, 88);\n$ember-550: rgb(215, 21, 58);\n$ember-600: rgb(222, 43, 52);\n$ember-650: rgb(228, 59, 46);\n$ember-700: rgb(233, 73, 39);\n$ember-750: rgb(238, 86, 33);\n$ember-800: rgb(243, 99, 27);\n$ember-850: rgb(247, 115, 0);\n$ember-900: rgb(249, 130, 0);\n$ember-950: rgb(251, 145, 0);\n$ember-1000: rgb(251, 160, 0);\n$ember-1050: rgb(250, 175, 5);\n$earthfire-50: rgb(82, 55, 25);\n$earthfire-100: rgb(95, 54, 13);\n$earthfire-150: rgb(108, 51, 0);\n$earthfire-200: rgb(122, 46, 0);\n$earthfire-250: rgb(135, 38, 0);\n$earthfire-300: rgb(148, 27, 0);\n$earthfire-350: rgb(167, 42, 5);\n$earthfire-400: rgb(185, 56, 11);\n$earthfire-450: rgb(204, 70, 17);\n$earthfire-500: rgb(224, 85, 22);\n$earthfire-550: rgb(243, 99, 27);\n$earthfire-600: rgb(247, 115, 0);\n$earthfire-650: rgb(249, 130, 0);\n$earthfire-700: rgb(251, 145, 0);\n$earthfire-750: rgb(251, 160, 0);\n$earthfire-800: rgb(250, 175, 5);\n$earthfire-850: rgb(250, 187, 59);\n$earthfire-900: rgb(250, 199, 87);\n$earthfire-950: rgb(251, 210, 111);\n$earthfire-1000: rgb(252, 221, 133);\n$earthfire-1050: rgb(253, 231, 154);\n$fuchsia-heat-50: rgb(101, 0, 77);\n$fuchsia-heat-100: rgb(123, 2, 95);\n$fuchsia-heat-150: rgb(146, 4, 114);\n$fuchsia-heat-200: rgb(169, 8, 133);\n$fuchsia-heat-250: rgb(193, 13, 153);\n$fuchsia-heat-300: rgb(217, 18, 174);\n$fuchsia-heat-350: rgb(230, 30, 146);\n$fuchsia-heat-400: rgb(240, 45, 119);\n$fuchsia-heat-450: rgb(245, 62, 91);\n$fuchsia-heat-500: rgb(246, 80, 62);\n$fuchsia-heat-550: rgb(243, 99, 27);\n$fuchsia-heat-600: rgb(247, 115, 0);\n$fuchsia-heat-650: rgb(249, 130, 0);\n$fuchsia-heat-700: rgb(251, 145, 0);\n$fuchsia-heat-750: rgb(251, 160, 0);\n$fuchsia-heat-800: rgb(250, 175, 5);\n$fuchsia-heat-850: rgb(250, 187, 59);\n$fuchsia-heat-900: rgb(250, 199, 87);\n$fuchsia-heat-950: rgb(251, 210, 111);\n$fuchsia-heat-1000: rgb(252, 221, 133);\n$fuchsia-heat-1050: rgb(253, 231, 154);\n$polar-glow-50: rgb(0, 38, 100);\n$polar-glow-100: rgb(1, 51, 128);\n$polar-glow-150: rgb(3, 65, 158);\n$polar-glow-200: rgb(7, 79, 189);\n$polar-glow-250: rgb(13, 93, 220);\n$polar-glow-300: rgb(20, 108, 253);\n$polar-glow-350: rgb(0, 119, 231);\n$polar-glow-400: rgb(0, 126, 208);\n$polar-glow-450: rgb(0, 130, 184);\n$polar-glow-500: rgb(0, 130, 162);\n$polar-glow-550: rgb(46, 128, 142);\n$polar-glow-600: rgb(66, 146, 159);\n$polar-glow-650: rgb(84, 163, 176);\n$polar-glow-700: rgb(103, 182, 193);\n$polar-glow-750: rgb(121, 200, 211);\n$polar-glow-800: rgb(140, 219, 229);\n$polar-glow-850: rgb(154, 223, 229);\n$polar-glow-900: rgb(169, 227, 229);\n$polar-glow-950: rgb(182, 231, 230);\n$polar-glow-1000: rgb(196, 235, 231);\n$polar-glow-1050: rgb(209, 238, 234);\n$glacier-pool-50: rgb(68, 17, 112);\n$glacier-pool-100: rgb(81, 30, 136);\n$glacier-pool-150: rgb(93, 43, 161);\n$glacier-pool-200: rgb(106, 57, 187);\n$glacier-pool-250: rgb(117, 70, 214);\n$glacier-pool-300: rgb(128, 85, 241);\n$glacier-pool-350: rgb(115, 89, 246);\n$glacier-pool-400: rgb(100, 94, 250);\n$glacier-pool-450: rgb(83, 98, 252);\n$glacier-pool-500: rgb(60, 103, 253);\n$glacier-pool-550: rgb(20, 108, 253);\n$glacier-pool-600: rgb(0, 137, 255);\n$glacier-pool-650: rgb(12, 162, 255);\n$glacier-pool-700: rgb(59, 185, 255);\n$glacier-pool-750: rgb(100, 205, 255);\n$glacier-pool-800: rgb(140, 224, 255);\n$glacier-pool-850: rgb(154, 227, 255);\n$glacier-pool-900: rgb(167, 229, 255);\n$glacier-pool-950: rgb(179, 232, 254);\n$glacier-pool-1000: rgb(191, 234, 254);\n$glacier-pool-1050: rgb(203, 237, 253);\n$deep-current-50: rgb(11, 63, 71);\n$deep-current-100: rgb(18, 75, 84);\n$deep-current-150: rgb(25, 88, 98);\n$deep-current-200: rgb(32, 101, 113);\n$deep-current-250: rgb(39, 114, 127);\n$deep-current-300: rgb(46, 128, 142);\n$deep-current-350: rgb(0, 130, 162);\n$deep-current-400: rgb(0, 130, 184);\n$deep-current-450: rgb(0, 126, 208);\n$deep-current-500: rgb(0, 119, 231);\n$deep-current-550: rgb(20, 108, 253);\n$deep-current-600: rgb(0, 137, 255);\n$deep-current-650: rgb(12, 162, 255);\n$deep-current-700: rgb(59, 185, 255);\n$deep-current-750: rgb(100, 205, 255);\n$deep-current-800: rgb(140, 224, 255);\n$deep-current-850: rgb(154, 227, 255);\n$deep-current-900: rgb(167, 229, 255);\n$deep-current-950: rgb(179, 232, 254);\n$deep-current-1000: rgb(191, 234, 254);\n$deep-current-1050: rgb(203, 237, 253);\n$blue-red-50: rgb(0, 38, 100);\n$blue-red-100: rgb(1, 51, 128);\n$blue-red-150: rgb(3, 65, 158);\n$blue-red-200: rgb(7, 79, 189);\n$blue-red-250: rgb(13, 93, 220);\n$blue-red-300: rgb(20, 108, 253);\n$blue-red-350: rgb(76, 142, 255);\n$blue-red-400: rgb(121, 172, 255);\n$blue-red-450: rgb(165, 200, 255);\n$blue-red-500: rgb(210, 228, 255);\n$blue-red-550: rgb(254, 215, 214);\n$blue-red-600: rgb(249, 175, 174);\n$blue-red-650: rgb(241, 134, 135);\n$blue-red-700: rgb(229, 89, 97);\n$blue-red-750: rgb(215, 21, 58);\n$blue-red-800: rgb(191, 15, 52);\n$blue-red-850: rgb(167, 10, 45);\n$blue-red-900: rgb(143, 5, 39);\n$blue-red-950: rgb(121, 2, 32);\n$blue-red-1000: rgb(99, 0, 25);\n$blue-orange-50: rgb(0, 38, 100);\n$blue-orange-100: rgb(1, 51, 128);\n$blue-orange-150: rgb(3, 65, 158);\n$blue-orange-200: rgb(7, 79, 189);\n$blue-orange-250: rgb(13, 93, 220);\n$blue-orange-300: rgb(20, 108, 253);\n$blue-orange-350: rgb(76, 142, 255);\n$blue-orange-400: rgb(121, 172, 255);\n$blue-orange-450: rgb(165, 200, 255);\n$blue-orange-500: rgb(210, 228, 255);\n$blue-orange-550: rgb(255, 226, 214);\n$blue-orange-600: rgb(255, 196, 173);\n$blue-orange-650: rgb(254, 166, 131);\n$blue-orange-700: rgb(250, 134, 87);\n$blue-orange-750: rgb(243, 99, 27);\n$blue-orange-800: rgb(224, 85, 22);\n$blue-orange-850: rgb(204, 70, 17);\n$blue-orange-900: rgb(185, 56, 11);\n$blue-orange-950: rgb(167, 42, 5);\n$blue-orange-1000: rgb(148, 27, 0);\n$purple-yellow-50: rgb(68, 17, 112);\n$purple-yellow-100: rgb(81, 30, 136);\n$purple-yellow-150: rgb(93, 43, 161);\n$purple-yellow-200: rgb(106, 57, 187);\n$purple-yellow-250: rgb(117, 70, 214);\n$purple-yellow-300: rgb(128, 85, 241);\n$purple-yellow-350: rgb(150, 123, 247);\n$purple-yellow-400: rgb(174, 158, 251);\n$purple-yellow-450: rgb(199, 191, 254);\n$purple-yellow-500: rgb(227, 223, 255);\n$purple-yellow-550: rgb(255, 240, 218);\n$purple-yellow-600: rgb(255, 224, 180);\n$purple-yellow-650: rgb(254, 208, 139);\n$purple-yellow-700: rgb(252, 192, 93);\n$purple-yellow-750: rgb(250, 175, 5);\n$purple-yellow-800: rgb(219, 153, 3);\n$purple-yellow-850: rgb(189, 132, 2);\n$purple-yellow-900: rgb(160, 111, 1);\n$purple-yellow-950: rgb(132, 91, 0);\n$purple-yellow-1000: rgb(105, 72, 0);\n$fuchsia-teal-50: rgb(101, 0, 77);\n$fuchsia-teal-100: rgb(123, 2, 95);\n$fuchsia-teal-150: rgb(146, 4, 114);\n$fuchsia-teal-200: rgb(169, 8, 133);\n$fuchsia-teal-250: rgb(193, 13, 153);\n$fuchsia-teal-300: rgb(217, 18, 174);\n$fuchsia-teal-350: rgb(230, 91, 191);\n$fuchsia-teal-400: rgb(240, 136, 207);\n$fuchsia-teal-450: rgb(248, 177, 223);\n$fuchsia-teal-500: rgb(253, 216, 239);\n$fuchsia-teal-550: rgb(214, 229, 232);\n$fuchsia-teal-600: rgb(174, 203, 209);\n$fuchsia-teal-650: rgb(134, 178, 186);\n$fuchsia-teal-700: rgb(93, 153, 164);\n$fuchsia-teal-750: rgb(46, 128, 142);\n$fuchsia-teal-800: rgb(39, 114, 127);\n$fuchsia-teal-850: rgb(32, 101, 113);\n$fuchsia-teal-900: rgb(25, 88, 98);\n$fuchsia-teal-950: rgb(18, 75, 84);\n$fuchsia-teal-1000: rgb(11, 63, 71);\n";
|
|
43497
43763
|
|
|
43498
43764
|
// src/scss/space/global.scss
|
|
43499
|
-
var
|
|
43500
|
-
__export(
|
|
43501
|
-
default: () =>
|
|
43765
|
+
var global_exports19 = {};
|
|
43766
|
+
__export(global_exports19, {
|
|
43767
|
+
default: () => global_default13
|
|
43502
43768
|
});
|
|
43503
|
-
var
|
|
43769
|
+
var global_default13 = "$space-0: 0rem; // Spacing step 0 on the 4px grid (0px at the default root font size). Use for padding, margins, and gaps.\n$space-1: 0.25rem; // Spacing step 1 on the 4px grid (4px at the default root font size). Use for padding, margins, and gaps.\n$space-2: 0.5rem; // Spacing step 2 on the 4px grid (8px at the default root font size). Use for padding, margins, and gaps.\n$space-3: 0.75rem; // Spacing step 3 on the 4px grid (12px at the default root font size). Use for padding, margins, and gaps.\n$space-4: 1rem; // Spacing step 4 on the 4px grid (16px at the default root font size). Use for padding, margins, and gaps.\n$space-5: 1.25rem; // Spacing step 5 on the 4px grid (20px at the default root font size). Use for padding, margins, and gaps.\n$space-6: 1.5rem; // Spacing step 6 on the 4px grid (24px at the default root font size). Use for padding, margins, and gaps.\n$space-8: 2rem; // Spacing step 8 on the 4px grid (32px at the default root font size). Use for padding, margins, and gaps.\n$space-10: 2.5rem; // Spacing step 10 on the 4px grid (40px at the default root font size). Use for padding, margins, and gaps.\n$space-12: 3rem; // Spacing step 12 on the 4px grid (48px at the default root font size). Use for padding, margins, and gaps.\n$space-14: 3.5rem; // Spacing step 14 on the 4px grid (56px at the default root font size). Use for padding, margins, and gaps.\n$space-16: 4rem; // Spacing step 16 on the 4px grid (64px at the default root font size). Use for padding, margins, and gaps.\n";
|
|
43504
43770
|
|
|
43505
43771
|
// src/scss/radius/global.scss
|
|
43506
|
-
var
|
|
43507
|
-
__export(
|
|
43508
|
-
default: () =>
|
|
43772
|
+
var global_exports20 = {};
|
|
43773
|
+
__export(global_exports20, {
|
|
43774
|
+
default: () => global_default14
|
|
43509
43775
|
});
|
|
43510
|
-
var
|
|
43776
|
+
var global_default14 = "$radius-none: 0px; // Square corners \u2014 tables, full-bleed surfaces, and elements flush to container edges.\n$radius-sm: 4px; // Small rounding \u2014 inputs, buttons, tags, and compact controls.\n$radius-md: 8px; // Medium rounding \u2014 cards, panels, and modals.\n$radius-lg: 16px; // Large rounding \u2014 hero surfaces and prominent containers.\n$radius-pill: 9999px; // Fully rounded ends \u2014 pills, badges, and circular icon buttons.\n";
|
|
43511
43777
|
|
|
43512
43778
|
// src/scss/breakpoints/global.scss
|
|
43513
|
-
var
|
|
43514
|
-
__export(
|
|
43515
|
-
default: () =>
|
|
43779
|
+
var global_exports21 = {};
|
|
43780
|
+
__export(global_exports21, {
|
|
43781
|
+
default: () => global_default15
|
|
43516
43782
|
});
|
|
43517
|
-
var
|
|
43783
|
+
var global_default15 = "$breakpoint-xs: 480px; // Extra-small breakpoint \u2014 large phones and up.\n$breakpoint-sm: 768px; // Small breakpoint \u2014 tablets portrait and up.\n$breakpoint-md: 992px; // Medium breakpoint \u2014 tablets landscape / small laptops and up.\n$breakpoint-lg: 1200px; // Large breakpoint \u2014 desktops and up.\n$breakpoint-xl: 1600px; // Extra-large breakpoint \u2014 wide desktops and up.\n";
|
|
43518
43784
|
|
|
43519
43785
|
// src/scss/typography/global.scss
|
|
43520
|
-
var
|
|
43521
|
-
__export(
|
|
43522
|
-
default: () =>
|
|
43786
|
+
var global_exports22 = {};
|
|
43787
|
+
__export(global_exports22, {
|
|
43788
|
+
default: () => global_default16
|
|
43789
|
+
});
|
|
43790
|
+
var global_default16 = "$font-family-sans: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; // Primary typeface \u2014 Public Sans (the NSW Government brand typeface) with system, Helvetica/Arial, and emoji fallbacks. Use for all UI and body text.\n$font-family-display: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; // Display typeface \u2014 currently the same stack as sans; a separate token so display/heading type can diverge from body text later without a breaking change.\n$font-family-system: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; // System typeface \u2014 currently the same stack as sans; a separate token for system-chrome contexts (toasts, native-feeling UI) that may diverge later.\n$font-family-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace; // Monospace stack \u2014 JetBrains Mono with ui-monospace and system fallbacks for code, tabular data, and technical content.\n$font-size-12: 0.75rem; // Font size 12px (0.75rem) \u2014 the step name is the px value at the default root font size.\n$font-size-14: 0.875rem; // Font size 14px (0.875rem) \u2014 the step name is the px value at the default root font size.\n$font-size-16: 1rem; // Font size 16px (1rem) \u2014 the step name is the px value at the default root font size.\n$font-size-18: 1.125rem; // Font size 18px (1.125rem) \u2014 the step name is the px value at the default root font size.\n$font-size-20: 1.25rem; // Font size 20px (1.25rem) \u2014 the step name is the px value at the default root font size.\n$font-size-22: 1.375rem; // Font size 22px (1.375rem) \u2014 the step name is the px value at the default root font size.\n$font-size-24: 1.5rem; // Font size 24px (1.5rem) \u2014 the step name is the px value at the default root font size.\n$font-size-30: 1.875rem; // Font size 30px (1.875rem) \u2014 the step name is the px value at the default root font size.\n$font-size-36: 2.25rem; // Font size 36px (2.25rem) \u2014 the step name is the px value at the default root font size.\n$font-size-48: 3rem; // Font size 48px (3rem) \u2014 the step name is the px value at the default root font size.\n$font-size-56: 3.5rem; // Font size 56px (3.5rem) \u2014 the step name is the px value at the default root font size.\n$font-size-64: 4rem; // Font size 64px (4rem) \u2014 the step name is the px value at the default root font size.\n$font-weight-light: 300; // Light (300) \u2014 large display text only; avoid at body sizes for legibility.\n$font-weight-regular: 400; // Regular (400) \u2014 default body text weight.\n$font-weight-medium: 500; // Medium (500) \u2014 subtle emphasis, labels, and navigation.\n$font-weight-semibold: 600; // Semibold (600) \u2014 headings and strong emphasis.\n$font-weight-bold: 700; // Bold (700) \u2014 highest emphasis; key figures and primary headings.\n$font-weight-extrabold: 800; // Extrabold (800) \u2014 hero/display headings (the prose scale uses 800 for h1).\n$line-height-none: 1; // Solid (1) \u2014 display headings set at their own size (48/48, 56/56, 64/64 in the prose scale).\n$line-height-tight: 1.2; // Tight (1.2) \u2014 large headings (36/30 in the prose scale).\n$line-height-snug: 1.3333333; // Snug (1.3333333) \u2014 mid-size headings (32/24, 40/30 in the prose scale).\n$line-height-base: 1.5; // Base (1.5) \u2014 default for UI text and dense content (24/16, 36/24 in the prose scale); meets WCAG 1.4.12 text-spacing.\n$line-height-relaxed: 1.6; // Relaxed (1.6) \u2014 subheadings and lead text (32/20 in the prose scale).\n$line-height-loose: 1.75; // Loose (1.75) \u2014 long-form body text (28/16 in the prose scale).\n$letter-spacing-tight: -0.0125em; // Tight tracking (-0.0125em) \u2014 large display headings. Value is an em multiplier; string outputs render it with the em unit.\n$letter-spacing-normal: 0em; // Normal tracking (0em) \u2014 default for body text. Value is an em multiplier; string outputs render it with the em unit.\n$letter-spacing-wide: 0.025em; // Wide tracking (0.025em) \u2014 small caps, overlines, and small labels. Value is an em multiplier; string outputs render it with the em unit.\n";
|
|
43791
|
+
|
|
43792
|
+
// src/scss/typography/semantic.scss
|
|
43793
|
+
var semantic_exports4 = {};
|
|
43794
|
+
__export(semantic_exports4, {
|
|
43795
|
+
default: () => semantic_default3
|
|
43796
|
+
});
|
|
43797
|
+
var semantic_default3 = "$typography-heading-1-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-heading-1-font-size: 2.25rem;\n$typography-heading-1-font-weight: 800;\n$typography-heading-1-line-height: 1.2;\n$typography-heading-1-letter-spacing: -0.0125em;\n$typography-heading-2-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-heading-2-font-size: 1.5rem;\n$typography-heading-2-font-weight: 700;\n$typography-heading-2-line-height: 1.3333333;\n$typography-heading-2-letter-spacing: 0em;\n$typography-heading-3-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-heading-3-font-size: 1.25rem;\n$typography-heading-3-font-weight: 600;\n$typography-heading-3-line-height: 1.6;\n$typography-heading-3-letter-spacing: 0em;\n$typography-heading-4-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-heading-4-font-size: 1rem;\n$typography-heading-4-font-weight: 600;\n$typography-heading-4-line-height: 1.5;\n$typography-heading-4-letter-spacing: 0em;\n$typography-body-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-body-font-size: 1rem;\n$typography-body-font-weight: 400;\n$typography-body-line-height: 1.75;\n$typography-body-letter-spacing: 0em;\n$typography-body-sm-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-body-sm-font-size: 0.875rem;\n$typography-body-sm-font-weight: 400;\n$typography-body-sm-line-height: 1.75;\n$typography-body-sm-letter-spacing: 0em;\n$typography-lead-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-lead-font-size: 1.25rem;\n$typography-lead-font-weight: 400;\n$typography-lead-line-height: 1.6;\n$typography-lead-letter-spacing: 0em;\n$typography-caption-font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n$typography-caption-font-size: 0.75rem;\n$typography-caption-font-weight: 400;\n$typography-caption-line-height: 1.5;\n$typography-caption-letter-spacing: 0.025em;\n$typography-code-font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;\n$typography-code-font-size: 0.875rem;\n$typography-code-font-weight: 400;\n$typography-code-line-height: 1.5;\n$typography-code-letter-spacing: 0em;\n";
|
|
43798
|
+
|
|
43799
|
+
// src/scss/border/global.scss
|
|
43800
|
+
var global_exports23 = {};
|
|
43801
|
+
__export(global_exports23, {
|
|
43802
|
+
default: () => global_default17
|
|
43803
|
+
});
|
|
43804
|
+
var global_default17 = "$border-width-thin: 0.0625rem; // Thin border (0.0625rem / 1px at the default root) \u2014 hairlines, dividers, and default control borders.\n$border-width-thick: 0.125rem; // Thick border (0.125rem / 2px at the default root) \u2014 emphasis borders and selected states.\n$border-width-thicker: 0.25rem; // Thicker border (0.25rem / 4px at the default root) \u2014 focus rings and high-emphasis outlines.\n$border-width-default: 0.0625rem; // Default border width \u2014 aliases thin so the system-wide default can be retuned in one place.\n";
|
|
43805
|
+
|
|
43806
|
+
// src/scss/shadow/global.scss
|
|
43807
|
+
var global_exports24 = {};
|
|
43808
|
+
__export(global_exports24, {
|
|
43809
|
+
default: () => global_default18
|
|
43523
43810
|
});
|
|
43524
|
-
var
|
|
43811
|
+
var global_default18 = "$box-shadow-thin: inset 0 0 0 0.0625rem; // Thin inset ring (inset 0 0 0 border-width.thin) \u2014 border-via-shadow that does not affect layout; renders with currentColor.\n$box-shadow-thick: inset 0 0 0 0.125rem; // Thick inset ring (inset 0 0 0 border-width.thick) \u2014 emphasis/selected outline; renders with currentColor.\n$box-shadow-thicker: inset 0 0 0 0.25rem; // Thicker inset ring (inset 0 0 0 border-width.thicker) \u2014 focus indication; renders with currentColor.\n$shadow-color-5: rgb(0 0 0 / 0.05); // Shadow black at 5% alpha \u2014 the faintest elevation tint. Step name is the alpha percentage.\n$shadow-color-10: rgb(0 0 0 / 0.1); // Shadow black at 10% alpha \u2014 the standard elevation tint. Step name is the alpha percentage.\n$shadow-color-25: rgb(0 0 0 / 0.25); // Shadow black at 25% alpha \u2014 strong elevation for overlays/modals. Step name is the alpha percentage.\n$shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); // Small elevation \u2014 cards and raised controls (Tailwind shadow-sm geometry). DRAFT pending design review.\n$shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); // Medium elevation \u2014 dropdowns and popovers (Tailwind shadow-md geometry). DRAFT pending design review.\n$shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); // Large elevation \u2014 dialogs and floating panels (Tailwind shadow-lg geometry). DRAFT pending design review.\n$shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); // Extra-large elevation \u2014 modals and full overlays (Tailwind shadow-xl geometry). DRAFT pending design review.\n";
|
|
43525
43812
|
|
|
43526
43813
|
// src/tailwind/colors/global/hex.css
|
|
43527
43814
|
var hex_exports25 = {};
|
|
@@ -43692,32 +43979,46 @@ __export(rgb_exports30, {
|
|
|
43692
43979
|
var rgb_default24 = "@theme {\n --color-ember-50: var(--ember-50);\n --color-ember-100: var(--ember-100);\n --color-ember-150: var(--ember-150);\n --color-ember-200: var(--ember-200);\n --color-ember-250: var(--ember-250);\n --color-ember-300: var(--ember-300);\n --color-ember-350: var(--ember-350);\n --color-ember-400: var(--ember-400);\n --color-ember-450: var(--ember-450);\n --color-ember-500: var(--ember-500);\n --color-ember-550: var(--ember-550);\n --color-ember-600: var(--ember-600);\n --color-ember-650: var(--ember-650);\n --color-ember-700: var(--ember-700);\n --color-ember-750: var(--ember-750);\n --color-ember-800: var(--ember-800);\n --color-ember-850: var(--ember-850);\n --color-ember-900: var(--ember-900);\n --color-ember-950: var(--ember-950);\n --color-ember-1000: var(--ember-1000);\n --color-ember-1050: var(--ember-1050);\n --color-earthfire-50: var(--earthfire-50);\n --color-earthfire-100: var(--earthfire-100);\n --color-earthfire-150: var(--earthfire-150);\n --color-earthfire-200: var(--earthfire-200);\n --color-earthfire-250: var(--earthfire-250);\n --color-earthfire-300: var(--earthfire-300);\n --color-earthfire-350: var(--earthfire-350);\n --color-earthfire-400: var(--earthfire-400);\n --color-earthfire-450: var(--earthfire-450);\n --color-earthfire-500: var(--earthfire-500);\n --color-earthfire-550: var(--earthfire-550);\n --color-earthfire-600: var(--earthfire-600);\n --color-earthfire-650: var(--earthfire-650);\n --color-earthfire-700: var(--earthfire-700);\n --color-earthfire-750: var(--earthfire-750);\n --color-earthfire-800: var(--earthfire-800);\n --color-earthfire-850: var(--earthfire-850);\n --color-earthfire-900: var(--earthfire-900);\n --color-earthfire-950: var(--earthfire-950);\n --color-earthfire-1000: var(--earthfire-1000);\n --color-earthfire-1050: var(--earthfire-1050);\n --color-fuchsia-heat-50: var(--fuchsia-heat-50);\n --color-fuchsia-heat-100: var(--fuchsia-heat-100);\n --color-fuchsia-heat-150: var(--fuchsia-heat-150);\n --color-fuchsia-heat-200: var(--fuchsia-heat-200);\n --color-fuchsia-heat-250: var(--fuchsia-heat-250);\n --color-fuchsia-heat-300: var(--fuchsia-heat-300);\n --color-fuchsia-heat-350: var(--fuchsia-heat-350);\n --color-fuchsia-heat-400: var(--fuchsia-heat-400);\n --color-fuchsia-heat-450: var(--fuchsia-heat-450);\n --color-fuchsia-heat-500: var(--fuchsia-heat-500);\n --color-fuchsia-heat-550: var(--fuchsia-heat-550);\n --color-fuchsia-heat-600: var(--fuchsia-heat-600);\n --color-fuchsia-heat-650: var(--fuchsia-heat-650);\n --color-fuchsia-heat-700: var(--fuchsia-heat-700);\n --color-fuchsia-heat-750: var(--fuchsia-heat-750);\n --color-fuchsia-heat-800: var(--fuchsia-heat-800);\n --color-fuchsia-heat-850: var(--fuchsia-heat-850);\n --color-fuchsia-heat-900: var(--fuchsia-heat-900);\n --color-fuchsia-heat-950: var(--fuchsia-heat-950);\n --color-fuchsia-heat-1000: var(--fuchsia-heat-1000);\n --color-fuchsia-heat-1050: var(--fuchsia-heat-1050);\n --color-polar-glow-50: var(--polar-glow-50);\n --color-polar-glow-100: var(--polar-glow-100);\n --color-polar-glow-150: var(--polar-glow-150);\n --color-polar-glow-200: var(--polar-glow-200);\n --color-polar-glow-250: var(--polar-glow-250);\n --color-polar-glow-300: var(--polar-glow-300);\n --color-polar-glow-350: var(--polar-glow-350);\n --color-polar-glow-400: var(--polar-glow-400);\n --color-polar-glow-450: var(--polar-glow-450);\n --color-polar-glow-500: var(--polar-glow-500);\n --color-polar-glow-550: var(--polar-glow-550);\n --color-polar-glow-600: var(--polar-glow-600);\n --color-polar-glow-650: var(--polar-glow-650);\n --color-polar-glow-700: var(--polar-glow-700);\n --color-polar-glow-750: var(--polar-glow-750);\n --color-polar-glow-800: var(--polar-glow-800);\n --color-polar-glow-850: var(--polar-glow-850);\n --color-polar-glow-900: var(--polar-glow-900);\n --color-polar-glow-950: var(--polar-glow-950);\n --color-polar-glow-1000: var(--polar-glow-1000);\n --color-polar-glow-1050: var(--polar-glow-1050);\n --color-glacier-pool-50: var(--glacier-pool-50);\n --color-glacier-pool-100: var(--glacier-pool-100);\n --color-glacier-pool-150: var(--glacier-pool-150);\n --color-glacier-pool-200: var(--glacier-pool-200);\n --color-glacier-pool-250: var(--glacier-pool-250);\n --color-glacier-pool-300: var(--glacier-pool-300);\n --color-glacier-pool-350: var(--glacier-pool-350);\n --color-glacier-pool-400: var(--glacier-pool-400);\n --color-glacier-pool-450: var(--glacier-pool-450);\n --color-glacier-pool-500: var(--glacier-pool-500);\n --color-glacier-pool-550: var(--glacier-pool-550);\n --color-glacier-pool-600: var(--glacier-pool-600);\n --color-glacier-pool-650: var(--glacier-pool-650);\n --color-glacier-pool-700: var(--glacier-pool-700);\n --color-glacier-pool-750: var(--glacier-pool-750);\n --color-glacier-pool-800: var(--glacier-pool-800);\n --color-glacier-pool-850: var(--glacier-pool-850);\n --color-glacier-pool-900: var(--glacier-pool-900);\n --color-glacier-pool-950: var(--glacier-pool-950);\n --color-glacier-pool-1000: var(--glacier-pool-1000);\n --color-glacier-pool-1050: var(--glacier-pool-1050);\n --color-deep-current-50: var(--deep-current-50);\n --color-deep-current-100: var(--deep-current-100);\n --color-deep-current-150: var(--deep-current-150);\n --color-deep-current-200: var(--deep-current-200);\n --color-deep-current-250: var(--deep-current-250);\n --color-deep-current-300: var(--deep-current-300);\n --color-deep-current-350: var(--deep-current-350);\n --color-deep-current-400: var(--deep-current-400);\n --color-deep-current-450: var(--deep-current-450);\n --color-deep-current-500: var(--deep-current-500);\n --color-deep-current-550: var(--deep-current-550);\n --color-deep-current-600: var(--deep-current-600);\n --color-deep-current-650: var(--deep-current-650);\n --color-deep-current-700: var(--deep-current-700);\n --color-deep-current-750: var(--deep-current-750);\n --color-deep-current-800: var(--deep-current-800);\n --color-deep-current-850: var(--deep-current-850);\n --color-deep-current-900: var(--deep-current-900);\n --color-deep-current-950: var(--deep-current-950);\n --color-deep-current-1000: var(--deep-current-1000);\n --color-deep-current-1050: var(--deep-current-1050);\n --color-blue-red-50: var(--blue-red-50);\n --color-blue-red-100: var(--blue-red-100);\n --color-blue-red-150: var(--blue-red-150);\n --color-blue-red-200: var(--blue-red-200);\n --color-blue-red-250: var(--blue-red-250);\n --color-blue-red-300: var(--blue-red-300);\n --color-blue-red-350: var(--blue-red-350);\n --color-blue-red-400: var(--blue-red-400);\n --color-blue-red-450: var(--blue-red-450);\n --color-blue-red-500: var(--blue-red-500);\n --color-blue-red-550: var(--blue-red-550);\n --color-blue-red-600: var(--blue-red-600);\n --color-blue-red-650: var(--blue-red-650);\n --color-blue-red-700: var(--blue-red-700);\n --color-blue-red-750: var(--blue-red-750);\n --color-blue-red-800: var(--blue-red-800);\n --color-blue-red-850: var(--blue-red-850);\n --color-blue-red-900: var(--blue-red-900);\n --color-blue-red-950: var(--blue-red-950);\n --color-blue-red-1000: var(--blue-red-1000);\n --color-blue-orange-50: var(--blue-orange-50);\n --color-blue-orange-100: var(--blue-orange-100);\n --color-blue-orange-150: var(--blue-orange-150);\n --color-blue-orange-200: var(--blue-orange-200);\n --color-blue-orange-250: var(--blue-orange-250);\n --color-blue-orange-300: var(--blue-orange-300);\n --color-blue-orange-350: var(--blue-orange-350);\n --color-blue-orange-400: var(--blue-orange-400);\n --color-blue-orange-450: var(--blue-orange-450);\n --color-blue-orange-500: var(--blue-orange-500);\n --color-blue-orange-550: var(--blue-orange-550);\n --color-blue-orange-600: var(--blue-orange-600);\n --color-blue-orange-650: var(--blue-orange-650);\n --color-blue-orange-700: var(--blue-orange-700);\n --color-blue-orange-750: var(--blue-orange-750);\n --color-blue-orange-800: var(--blue-orange-800);\n --color-blue-orange-850: var(--blue-orange-850);\n --color-blue-orange-900: var(--blue-orange-900);\n --color-blue-orange-950: var(--blue-orange-950);\n --color-blue-orange-1000: var(--blue-orange-1000);\n --color-purple-yellow-50: var(--purple-yellow-50);\n --color-purple-yellow-100: var(--purple-yellow-100);\n --color-purple-yellow-150: var(--purple-yellow-150);\n --color-purple-yellow-200: var(--purple-yellow-200);\n --color-purple-yellow-250: var(--purple-yellow-250);\n --color-purple-yellow-300: var(--purple-yellow-300);\n --color-purple-yellow-350: var(--purple-yellow-350);\n --color-purple-yellow-400: var(--purple-yellow-400);\n --color-purple-yellow-450: var(--purple-yellow-450);\n --color-purple-yellow-500: var(--purple-yellow-500);\n --color-purple-yellow-550: var(--purple-yellow-550);\n --color-purple-yellow-600: var(--purple-yellow-600);\n --color-purple-yellow-650: var(--purple-yellow-650);\n --color-purple-yellow-700: var(--purple-yellow-700);\n --color-purple-yellow-750: var(--purple-yellow-750);\n --color-purple-yellow-800: var(--purple-yellow-800);\n --color-purple-yellow-850: var(--purple-yellow-850);\n --color-purple-yellow-900: var(--purple-yellow-900);\n --color-purple-yellow-950: var(--purple-yellow-950);\n --color-purple-yellow-1000: var(--purple-yellow-1000);\n --color-fuchsia-teal-50: var(--fuchsia-teal-50);\n --color-fuchsia-teal-100: var(--fuchsia-teal-100);\n --color-fuchsia-teal-150: var(--fuchsia-teal-150);\n --color-fuchsia-teal-200: var(--fuchsia-teal-200);\n --color-fuchsia-teal-250: var(--fuchsia-teal-250);\n --color-fuchsia-teal-300: var(--fuchsia-teal-300);\n --color-fuchsia-teal-350: var(--fuchsia-teal-350);\n --color-fuchsia-teal-400: var(--fuchsia-teal-400);\n --color-fuchsia-teal-450: var(--fuchsia-teal-450);\n --color-fuchsia-teal-500: var(--fuchsia-teal-500);\n --color-fuchsia-teal-550: var(--fuchsia-teal-550);\n --color-fuchsia-teal-600: var(--fuchsia-teal-600);\n --color-fuchsia-teal-650: var(--fuchsia-teal-650);\n --color-fuchsia-teal-700: var(--fuchsia-teal-700);\n --color-fuchsia-teal-750: var(--fuchsia-teal-750);\n --color-fuchsia-teal-800: var(--fuchsia-teal-800);\n --color-fuchsia-teal-850: var(--fuchsia-teal-850);\n --color-fuchsia-teal-900: var(--fuchsia-teal-900);\n --color-fuchsia-teal-950: var(--fuchsia-teal-950);\n --color-fuchsia-teal-1000: var(--fuchsia-teal-1000);\n}\n\n:root {\n --ember-50: rgb(34, 39, 43);\n --ember-100: rgb(28, 42, 59);\n --ember-150: rgb(28, 42, 76);\n --ember-200: rgb(37, 38, 92);\n --ember-250: rgb(51, 31, 104);\n --ember-300: rgb(68, 17, 112);\n --ember-350: rgb(97, 17, 117);\n --ember-400: rgb(128, 15, 115);\n --ember-450: rgb(159, 9, 106);\n --ember-500: rgb(188, 7, 88);\n --ember-550: rgb(215, 21, 58);\n --ember-600: rgb(222, 43, 52);\n --ember-650: rgb(228, 59, 46);\n --ember-700: rgb(233, 73, 39);\n --ember-750: rgb(238, 86, 33);\n --ember-800: rgb(243, 99, 27);\n --ember-850: rgb(247, 115, 0);\n --ember-900: rgb(249, 130, 0);\n --ember-950: rgb(251, 145, 0);\n --ember-1000: rgb(251, 160, 0);\n --ember-1050: rgb(250, 175, 5);\n --earthfire-50: rgb(82, 55, 25);\n --earthfire-100: rgb(95, 54, 13);\n --earthfire-150: rgb(108, 51, 0);\n --earthfire-200: rgb(122, 46, 0);\n --earthfire-250: rgb(135, 38, 0);\n --earthfire-300: rgb(148, 27, 0);\n --earthfire-350: rgb(167, 42, 5);\n --earthfire-400: rgb(185, 56, 11);\n --earthfire-450: rgb(204, 70, 17);\n --earthfire-500: rgb(224, 85, 22);\n --earthfire-550: rgb(243, 99, 27);\n --earthfire-600: rgb(247, 115, 0);\n --earthfire-650: rgb(249, 130, 0);\n --earthfire-700: rgb(251, 145, 0);\n --earthfire-750: rgb(251, 160, 0);\n --earthfire-800: rgb(250, 175, 5);\n --earthfire-850: rgb(250, 187, 59);\n --earthfire-900: rgb(250, 199, 87);\n --earthfire-950: rgb(251, 210, 111);\n --earthfire-1000: rgb(252, 221, 133);\n --earthfire-1050: rgb(253, 231, 154);\n --fuchsia-heat-50: rgb(101, 0, 77);\n --fuchsia-heat-100: rgb(123, 2, 95);\n --fuchsia-heat-150: rgb(146, 4, 114);\n --fuchsia-heat-200: rgb(169, 8, 133);\n --fuchsia-heat-250: rgb(193, 13, 153);\n --fuchsia-heat-300: rgb(217, 18, 174);\n --fuchsia-heat-350: rgb(230, 30, 146);\n --fuchsia-heat-400: rgb(240, 45, 119);\n --fuchsia-heat-450: rgb(245, 62, 91);\n --fuchsia-heat-500: rgb(246, 80, 62);\n --fuchsia-heat-550: rgb(243, 99, 27);\n --fuchsia-heat-600: rgb(247, 115, 0);\n --fuchsia-heat-650: rgb(249, 130, 0);\n --fuchsia-heat-700: rgb(251, 145, 0);\n --fuchsia-heat-750: rgb(251, 160, 0);\n --fuchsia-heat-800: rgb(250, 175, 5);\n --fuchsia-heat-850: rgb(250, 187, 59);\n --fuchsia-heat-900: rgb(250, 199, 87);\n --fuchsia-heat-950: rgb(251, 210, 111);\n --fuchsia-heat-1000: rgb(252, 221, 133);\n --fuchsia-heat-1050: rgb(253, 231, 154);\n --polar-glow-50: rgb(0, 38, 100);\n --polar-glow-100: rgb(1, 51, 128);\n --polar-glow-150: rgb(3, 65, 158);\n --polar-glow-200: rgb(7, 79, 189);\n --polar-glow-250: rgb(13, 93, 220);\n --polar-glow-300: rgb(20, 108, 253);\n --polar-glow-350: rgb(0, 119, 231);\n --polar-glow-400: rgb(0, 126, 208);\n --polar-glow-450: rgb(0, 130, 184);\n --polar-glow-500: rgb(0, 130, 162);\n --polar-glow-550: rgb(46, 128, 142);\n --polar-glow-600: rgb(66, 146, 159);\n --polar-glow-650: rgb(84, 163, 176);\n --polar-glow-700: rgb(103, 182, 193);\n --polar-glow-750: rgb(121, 200, 211);\n --polar-glow-800: rgb(140, 219, 229);\n --polar-glow-850: rgb(154, 223, 229);\n --polar-glow-900: rgb(169, 227, 229);\n --polar-glow-950: rgb(182, 231, 230);\n --polar-glow-1000: rgb(196, 235, 231);\n --polar-glow-1050: rgb(209, 238, 234);\n --glacier-pool-50: rgb(68, 17, 112);\n --glacier-pool-100: rgb(81, 30, 136);\n --glacier-pool-150: rgb(93, 43, 161);\n --glacier-pool-200: rgb(106, 57, 187);\n --glacier-pool-250: rgb(117, 70, 214);\n --glacier-pool-300: rgb(128, 85, 241);\n --glacier-pool-350: rgb(115, 89, 246);\n --glacier-pool-400: rgb(100, 94, 250);\n --glacier-pool-450: rgb(83, 98, 252);\n --glacier-pool-500: rgb(60, 103, 253);\n --glacier-pool-550: rgb(20, 108, 253);\n --glacier-pool-600: rgb(0, 137, 255);\n --glacier-pool-650: rgb(12, 162, 255);\n --glacier-pool-700: rgb(59, 185, 255);\n --glacier-pool-750: rgb(100, 205, 255);\n --glacier-pool-800: rgb(140, 224, 255);\n --glacier-pool-850: rgb(154, 227, 255);\n --glacier-pool-900: rgb(167, 229, 255);\n --glacier-pool-950: rgb(179, 232, 254);\n --glacier-pool-1000: rgb(191, 234, 254);\n --glacier-pool-1050: rgb(203, 237, 253);\n --deep-current-50: rgb(11, 63, 71);\n --deep-current-100: rgb(18, 75, 84);\n --deep-current-150: rgb(25, 88, 98);\n --deep-current-200: rgb(32, 101, 113);\n --deep-current-250: rgb(39, 114, 127);\n --deep-current-300: rgb(46, 128, 142);\n --deep-current-350: rgb(0, 130, 162);\n --deep-current-400: rgb(0, 130, 184);\n --deep-current-450: rgb(0, 126, 208);\n --deep-current-500: rgb(0, 119, 231);\n --deep-current-550: rgb(20, 108, 253);\n --deep-current-600: rgb(0, 137, 255);\n --deep-current-650: rgb(12, 162, 255);\n --deep-current-700: rgb(59, 185, 255);\n --deep-current-750: rgb(100, 205, 255);\n --deep-current-800: rgb(140, 224, 255);\n --deep-current-850: rgb(154, 227, 255);\n --deep-current-900: rgb(167, 229, 255);\n --deep-current-950: rgb(179, 232, 254);\n --deep-current-1000: rgb(191, 234, 254);\n --deep-current-1050: rgb(203, 237, 253);\n --blue-red-50: rgb(0, 38, 100);\n --blue-red-100: rgb(1, 51, 128);\n --blue-red-150: rgb(3, 65, 158);\n --blue-red-200: rgb(7, 79, 189);\n --blue-red-250: rgb(13, 93, 220);\n --blue-red-300: rgb(20, 108, 253);\n --blue-red-350: rgb(76, 142, 255);\n --blue-red-400: rgb(121, 172, 255);\n --blue-red-450: rgb(165, 200, 255);\n --blue-red-500: rgb(210, 228, 255);\n --blue-red-550: rgb(254, 215, 214);\n --blue-red-600: rgb(249, 175, 174);\n --blue-red-650: rgb(241, 134, 135);\n --blue-red-700: rgb(229, 89, 97);\n --blue-red-750: rgb(215, 21, 58);\n --blue-red-800: rgb(191, 15, 52);\n --blue-red-850: rgb(167, 10, 45);\n --blue-red-900: rgb(143, 5, 39);\n --blue-red-950: rgb(121, 2, 32);\n --blue-red-1000: rgb(99, 0, 25);\n --blue-orange-50: rgb(0, 38, 100);\n --blue-orange-100: rgb(1, 51, 128);\n --blue-orange-150: rgb(3, 65, 158);\n --blue-orange-200: rgb(7, 79, 189);\n --blue-orange-250: rgb(13, 93, 220);\n --blue-orange-300: rgb(20, 108, 253);\n --blue-orange-350: rgb(76, 142, 255);\n --blue-orange-400: rgb(121, 172, 255);\n --blue-orange-450: rgb(165, 200, 255);\n --blue-orange-500: rgb(210, 228, 255);\n --blue-orange-550: rgb(255, 226, 214);\n --blue-orange-600: rgb(255, 196, 173);\n --blue-orange-650: rgb(254, 166, 131);\n --blue-orange-700: rgb(250, 134, 87);\n --blue-orange-750: rgb(243, 99, 27);\n --blue-orange-800: rgb(224, 85, 22);\n --blue-orange-850: rgb(204, 70, 17);\n --blue-orange-900: rgb(185, 56, 11);\n --blue-orange-950: rgb(167, 42, 5);\n --blue-orange-1000: rgb(148, 27, 0);\n --purple-yellow-50: rgb(68, 17, 112);\n --purple-yellow-100: rgb(81, 30, 136);\n --purple-yellow-150: rgb(93, 43, 161);\n --purple-yellow-200: rgb(106, 57, 187);\n --purple-yellow-250: rgb(117, 70, 214);\n --purple-yellow-300: rgb(128, 85, 241);\n --purple-yellow-350: rgb(150, 123, 247);\n --purple-yellow-400: rgb(174, 158, 251);\n --purple-yellow-450: rgb(199, 191, 254);\n --purple-yellow-500: rgb(227, 223, 255);\n --purple-yellow-550: rgb(255, 240, 218);\n --purple-yellow-600: rgb(255, 224, 180);\n --purple-yellow-650: rgb(254, 208, 139);\n --purple-yellow-700: rgb(252, 192, 93);\n --purple-yellow-750: rgb(250, 175, 5);\n --purple-yellow-800: rgb(219, 153, 3);\n --purple-yellow-850: rgb(189, 132, 2);\n --purple-yellow-900: rgb(160, 111, 1);\n --purple-yellow-950: rgb(132, 91, 0);\n --purple-yellow-1000: rgb(105, 72, 0);\n --fuchsia-teal-50: rgb(101, 0, 77);\n --fuchsia-teal-100: rgb(123, 2, 95);\n --fuchsia-teal-150: rgb(146, 4, 114);\n --fuchsia-teal-200: rgb(169, 8, 133);\n --fuchsia-teal-250: rgb(193, 13, 153);\n --fuchsia-teal-300: rgb(217, 18, 174);\n --fuchsia-teal-350: rgb(230, 91, 191);\n --fuchsia-teal-400: rgb(240, 136, 207);\n --fuchsia-teal-450: rgb(248, 177, 223);\n --fuchsia-teal-500: rgb(253, 216, 239);\n --fuchsia-teal-550: rgb(214, 229, 232);\n --fuchsia-teal-600: rgb(174, 203, 209);\n --fuchsia-teal-650: rgb(134, 178, 186);\n --fuchsia-teal-700: rgb(93, 153, 164);\n --fuchsia-teal-750: rgb(46, 128, 142);\n --fuchsia-teal-800: rgb(39, 114, 127);\n --fuchsia-teal-850: rgb(32, 101, 113);\n --fuchsia-teal-900: rgb(25, 88, 98);\n --fuchsia-teal-950: rgb(18, 75, 84);\n --fuchsia-teal-1000: rgb(11, 63, 71);\n}\n";
|
|
43693
43980
|
|
|
43694
43981
|
// src/tailwind/space/global.css
|
|
43695
|
-
var
|
|
43696
|
-
__export(
|
|
43697
|
-
default: () =>
|
|
43982
|
+
var global_exports25 = {};
|
|
43983
|
+
__export(global_exports25, {
|
|
43984
|
+
default: () => global_default19
|
|
43698
43985
|
});
|
|
43699
|
-
var
|
|
43986
|
+
var global_default19 = "@theme {\n --spacing-0: 0rem;\n --spacing-1: 0.25rem;\n --spacing-2: 0.5rem;\n --spacing-3: 0.75rem;\n --spacing-4: 1rem;\n --spacing-5: 1.25rem;\n --spacing-6: 1.5rem;\n --spacing-8: 2rem;\n --spacing-10: 2.5rem;\n --spacing-12: 3rem;\n --spacing-14: 3.5rem;\n --spacing-16: 4rem;\n}\n";
|
|
43700
43987
|
|
|
43701
43988
|
// src/tailwind/radius/global.css
|
|
43702
|
-
var
|
|
43703
|
-
__export(
|
|
43704
|
-
default: () =>
|
|
43989
|
+
var global_exports26 = {};
|
|
43990
|
+
__export(global_exports26, {
|
|
43991
|
+
default: () => global_default20
|
|
43705
43992
|
});
|
|
43706
|
-
var
|
|
43993
|
+
var global_default20 = "@theme {\n --radius-none: 0px;\n --radius-sm: 4px;\n --radius-md: 8px;\n --radius-lg: 16px;\n --radius-pill: 9999px;\n}\n";
|
|
43707
43994
|
|
|
43708
43995
|
// src/tailwind/breakpoints/global.css
|
|
43709
|
-
var
|
|
43710
|
-
__export(
|
|
43711
|
-
default: () =>
|
|
43996
|
+
var global_exports27 = {};
|
|
43997
|
+
__export(global_exports27, {
|
|
43998
|
+
default: () => global_default21
|
|
43712
43999
|
});
|
|
43713
|
-
var
|
|
44000
|
+
var global_default21 = "@theme {\n --breakpoint-xs: 480px;\n --breakpoint-sm: 768px;\n --breakpoint-md: 992px;\n --breakpoint-lg: 1200px;\n --breakpoint-xl: 1600px;\n}\n";
|
|
43714
44001
|
|
|
43715
44002
|
// src/tailwind/typography/global.css
|
|
43716
|
-
var
|
|
43717
|
-
__export(
|
|
43718
|
-
default: () =>
|
|
44003
|
+
var global_exports28 = {};
|
|
44004
|
+
__export(global_exports28, {
|
|
44005
|
+
default: () => global_default22
|
|
44006
|
+
});
|
|
44007
|
+
var global_default22 = "@theme {\n --font-sans: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --font-display: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --font-system: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';\n --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;\n --text-12: 0.75rem;\n --text-14: 0.875rem;\n --text-16: 1rem;\n --text-18: 1.125rem;\n --text-20: 1.25rem;\n --text-22: 1.375rem;\n --text-24: 1.5rem;\n --text-30: 1.875rem;\n --text-36: 2.25rem;\n --text-48: 3rem;\n --text-56: 3.5rem;\n --text-64: 4rem;\n --font-weight-light: 300;\n --font-weight-regular: 400;\n --font-weight-medium: 500;\n --font-weight-semibold: 600;\n --font-weight-bold: 700;\n --font-weight-extrabold: 800;\n --leading-none: 1;\n --leading-tight: 1.2;\n --leading-snug: 1.3333333;\n --leading-base: 1.5;\n --leading-relaxed: 1.6;\n --leading-loose: 1.75;\n --tracking-tight: -0.0125em;\n --tracking-normal: 0em;\n --tracking-wide: 0.025em;\n}\n";
|
|
44008
|
+
|
|
44009
|
+
// src/tailwind/border/global.css
|
|
44010
|
+
var global_exports29 = {};
|
|
44011
|
+
__export(global_exports29, {
|
|
44012
|
+
default: () => global_default23
|
|
44013
|
+
});
|
|
44014
|
+
var global_default23 = "@theme {\n --border-width-thin: 0.0625rem;\n --border-width-thick: 0.125rem;\n --border-width-thicker: 0.25rem;\n --border-width-default: 0.0625rem;\n}\n";
|
|
44015
|
+
|
|
44016
|
+
// src/tailwind/shadow/global.css
|
|
44017
|
+
var global_exports30 = {};
|
|
44018
|
+
__export(global_exports30, {
|
|
44019
|
+
default: () => global_default24
|
|
43719
44020
|
});
|
|
43720
|
-
var
|
|
44021
|
+
var global_default24 = "@theme {\n --inset-shadow-thin: inset 0 0 0 0.0625rem;\n --inset-shadow-thick: inset 0 0 0 0.125rem;\n --inset-shadow-thicker: inset 0 0 0 0.25rem;\n --shadow-color-5: rgb(0 0 0 / 0.05);\n --shadow-color-10: rgb(0 0 0 / 0.1);\n --shadow-color-25: rgb(0 0 0 / 0.25);\n --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);\n --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);\n}\n";
|
|
43721
44022
|
|
|
43722
44023
|
// src/ts/colors/global/hex.ts
|
|
43723
44024
|
var hex_exports31 = {};
|
|
@@ -47512,8 +47813,8 @@ var fuchsiaTeal8 = {
|
|
|
47512
47813
|
};
|
|
47513
47814
|
|
|
47514
47815
|
// src/ts/space/global.ts
|
|
47515
|
-
var
|
|
47516
|
-
__export(
|
|
47816
|
+
var global_exports31 = {};
|
|
47817
|
+
__export(global_exports31, {
|
|
47517
47818
|
space: () => space2
|
|
47518
47819
|
});
|
|
47519
47820
|
var space2 = {
|
|
@@ -47532,8 +47833,8 @@ var space2 = {
|
|
|
47532
47833
|
};
|
|
47533
47834
|
|
|
47534
47835
|
// src/ts/radius/global.ts
|
|
47535
|
-
var
|
|
47536
|
-
__export(
|
|
47836
|
+
var global_exports32 = {};
|
|
47837
|
+
__export(global_exports32, {
|
|
47537
47838
|
radius: () => radius2
|
|
47538
47839
|
});
|
|
47539
47840
|
var radius2 = {
|
|
@@ -47545,8 +47846,8 @@ var radius2 = {
|
|
|
47545
47846
|
};
|
|
47546
47847
|
|
|
47547
47848
|
// src/ts/breakpoints/global.ts
|
|
47548
|
-
var
|
|
47549
|
-
__export(
|
|
47849
|
+
var global_exports33 = {};
|
|
47850
|
+
__export(global_exports33, {
|
|
47550
47851
|
breakpoint: () => breakpoint2
|
|
47551
47852
|
});
|
|
47552
47853
|
var breakpoint2 = {
|
|
@@ -47558,8 +47859,8 @@ var breakpoint2 = {
|
|
|
47558
47859
|
};
|
|
47559
47860
|
|
|
47560
47861
|
// src/ts/typography/global.ts
|
|
47561
|
-
var
|
|
47562
|
-
__export(
|
|
47862
|
+
var global_exports34 = {};
|
|
47863
|
+
__export(global_exports34, {
|
|
47563
47864
|
fontFamily: () => fontFamily2,
|
|
47564
47865
|
fontSize: () => fontSize2,
|
|
47565
47866
|
fontWeight: () => fontWeight2,
|
|
@@ -47591,7 +47892,8 @@ var fontWeight2 = {
|
|
|
47591
47892
|
regular: 400,
|
|
47592
47893
|
medium: 500,
|
|
47593
47894
|
semibold: 600,
|
|
47594
|
-
bold: 700
|
|
47895
|
+
bold: 700,
|
|
47896
|
+
extrabold: 800
|
|
47595
47897
|
};
|
|
47596
47898
|
var lineHeight2 = {
|
|
47597
47899
|
none: 1,
|
|
@@ -47607,6 +47909,119 @@ var letterSpacing2 = {
|
|
|
47607
47909
|
wide: "0.025em"
|
|
47608
47910
|
};
|
|
47609
47911
|
|
|
47912
|
+
// src/ts/typography/semantic.ts
|
|
47913
|
+
var semantic_exports5 = {};
|
|
47914
|
+
__export(semantic_exports5, {
|
|
47915
|
+
body: () => body2,
|
|
47916
|
+
bodySm: () => bodySm2,
|
|
47917
|
+
caption: () => caption2,
|
|
47918
|
+
code: () => code2,
|
|
47919
|
+
heading1: () => heading12,
|
|
47920
|
+
heading2: () => heading22,
|
|
47921
|
+
heading3: () => heading32,
|
|
47922
|
+
heading4: () => heading42,
|
|
47923
|
+
lead: () => lead2
|
|
47924
|
+
});
|
|
47925
|
+
var heading12 = {
|
|
47926
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47927
|
+
fontSize: "2.25rem",
|
|
47928
|
+
fontWeight: 800,
|
|
47929
|
+
lineHeight: 1.2,
|
|
47930
|
+
letterSpacing: "-0.0125em"
|
|
47931
|
+
};
|
|
47932
|
+
var heading22 = {
|
|
47933
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47934
|
+
fontSize: "1.5rem",
|
|
47935
|
+
fontWeight: 700,
|
|
47936
|
+
lineHeight: 1.3333333,
|
|
47937
|
+
letterSpacing: "0em"
|
|
47938
|
+
};
|
|
47939
|
+
var heading32 = {
|
|
47940
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47941
|
+
fontSize: "1.25rem",
|
|
47942
|
+
fontWeight: 600,
|
|
47943
|
+
lineHeight: 1.6,
|
|
47944
|
+
letterSpacing: "0em"
|
|
47945
|
+
};
|
|
47946
|
+
var heading42 = {
|
|
47947
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47948
|
+
fontSize: "1rem",
|
|
47949
|
+
fontWeight: 600,
|
|
47950
|
+
lineHeight: 1.5,
|
|
47951
|
+
letterSpacing: "0em"
|
|
47952
|
+
};
|
|
47953
|
+
var body2 = {
|
|
47954
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47955
|
+
fontSize: "1rem",
|
|
47956
|
+
fontWeight: 400,
|
|
47957
|
+
lineHeight: 1.75,
|
|
47958
|
+
letterSpacing: "0em"
|
|
47959
|
+
};
|
|
47960
|
+
var bodySm2 = {
|
|
47961
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47962
|
+
fontSize: "0.875rem",
|
|
47963
|
+
fontWeight: 400,
|
|
47964
|
+
lineHeight: 1.75,
|
|
47965
|
+
letterSpacing: "0em"
|
|
47966
|
+
};
|
|
47967
|
+
var lead2 = {
|
|
47968
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47969
|
+
fontSize: "1.25rem",
|
|
47970
|
+
fontWeight: 400,
|
|
47971
|
+
lineHeight: 1.6,
|
|
47972
|
+
letterSpacing: "0em"
|
|
47973
|
+
};
|
|
47974
|
+
var caption2 = {
|
|
47975
|
+
fontFamily: "'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
47976
|
+
fontSize: "0.75rem",
|
|
47977
|
+
fontWeight: 400,
|
|
47978
|
+
lineHeight: 1.5,
|
|
47979
|
+
letterSpacing: "0.025em"
|
|
47980
|
+
};
|
|
47981
|
+
var code2 = {
|
|
47982
|
+
fontFamily: "'JetBrains Mono', ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace",
|
|
47983
|
+
fontSize: "0.875rem",
|
|
47984
|
+
fontWeight: 400,
|
|
47985
|
+
lineHeight: 1.5,
|
|
47986
|
+
letterSpacing: "0em"
|
|
47987
|
+
};
|
|
47988
|
+
|
|
47989
|
+
// src/ts/border/global.ts
|
|
47990
|
+
var global_exports35 = {};
|
|
47991
|
+
__export(global_exports35, {
|
|
47992
|
+
borderWidth: () => borderWidth2
|
|
47993
|
+
});
|
|
47994
|
+
var borderWidth2 = {
|
|
47995
|
+
thin: "0.0625rem",
|
|
47996
|
+
thick: "0.125rem",
|
|
47997
|
+
thicker: "0.25rem",
|
|
47998
|
+
default: "0.0625rem"
|
|
47999
|
+
};
|
|
48000
|
+
|
|
48001
|
+
// src/ts/shadow/global.ts
|
|
48002
|
+
var global_exports36 = {};
|
|
48003
|
+
__export(global_exports36, {
|
|
48004
|
+
boxShadow: () => boxShadow2,
|
|
48005
|
+
shadow: () => shadow2,
|
|
48006
|
+
shadowColor: () => shadowColor2
|
|
48007
|
+
});
|
|
48008
|
+
var boxShadow2 = {
|
|
48009
|
+
thin: "inset 0 0 0 0.0625rem",
|
|
48010
|
+
thick: "inset 0 0 0 0.125rem",
|
|
48011
|
+
thicker: "inset 0 0 0 0.25rem"
|
|
48012
|
+
};
|
|
48013
|
+
var shadowColor2 = {
|
|
48014
|
+
"5": "rgb(0 0 0 / 0.05)",
|
|
48015
|
+
"10": "rgb(0 0 0 / 0.1)",
|
|
48016
|
+
"25": "rgb(0 0 0 / 0.25)"
|
|
48017
|
+
};
|
|
48018
|
+
var shadow2 = {
|
|
48019
|
+
sm: "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",
|
|
48020
|
+
md: "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",
|
|
48021
|
+
lg: "0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",
|
|
48022
|
+
xl: "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)"
|
|
48023
|
+
};
|
|
48024
|
+
|
|
47610
48025
|
// src/index.ts
|
|
47611
48026
|
var globalColorHex = require_hex();
|
|
47612
48027
|
var globalColorHsl = require_hsl();
|
|
@@ -47660,6 +48075,9 @@ var spaceJsonGlobal = require_global();
|
|
|
47660
48075
|
var radiusJsonGlobal = require_global2();
|
|
47661
48076
|
var breakpointsJsonGlobal = require_global3();
|
|
47662
48077
|
var typographyJsonGlobal = require_global4();
|
|
48078
|
+
var typographyJsonSemantic = require_semantic();
|
|
48079
|
+
var borderJsonGlobal = require_global5();
|
|
48080
|
+
var shadowJsonGlobal = require_global6();
|
|
47663
48081
|
var tokens = {
|
|
47664
48082
|
colors: {
|
|
47665
48083
|
global: { hex: globalColorHex, hsl: globalColorHsl, oklch: globalColorOklch, rgb: globalColorRgb },
|
|
@@ -47683,7 +48101,9 @@ var tokens = {
|
|
|
47683
48101
|
space: { global: global_exports },
|
|
47684
48102
|
radius: { global: global_exports2 },
|
|
47685
48103
|
breakpoints: { global: global_exports3 },
|
|
47686
|
-
typography: { global: global_exports4 }
|
|
48104
|
+
typography: { global: global_exports4, semantic: semantic_exports },
|
|
48105
|
+
border: { global: global_exports5 },
|
|
48106
|
+
shadow: { global: global_exports6 }
|
|
47687
48107
|
},
|
|
47688
48108
|
js: {
|
|
47689
48109
|
global: { hex: hex_exports7, hsl: hsl_exports7, oklch: oklch_exports7, rgb: rgb_exports7 },
|
|
@@ -47694,10 +48114,12 @@ var tokens = {
|
|
|
47694
48114
|
"fuchsia-orange": { hex: hex_exports11, hsl: hsl_exports11, oklch: oklch_exports11, rgb: rgb_exports11 },
|
|
47695
48115
|
"data-visualisation": { hex: hex_exports12, hsl: hsl_exports12, oklch: oklch_exports12, rgb: rgb_exports12 }
|
|
47696
48116
|
},
|
|
47697
|
-
space: { global:
|
|
47698
|
-
radius: { global:
|
|
47699
|
-
breakpoints: { global:
|
|
47700
|
-
typography: { global:
|
|
48117
|
+
space: { global: global_exports7 },
|
|
48118
|
+
radius: { global: global_exports8 },
|
|
48119
|
+
breakpoints: { global: global_exports9 },
|
|
48120
|
+
typography: { global: global_exports10, semantic: semantic_exports2 },
|
|
48121
|
+
border: { global: global_exports11 },
|
|
48122
|
+
shadow: { global: global_exports12 }
|
|
47701
48123
|
},
|
|
47702
48124
|
json: {
|
|
47703
48125
|
global: { hex: globalJsonHex, hsl: globalJsonHsl, oklch: globalJsonOklch, rgb: globalJsonRgb },
|
|
@@ -47711,7 +48133,9 @@ var tokens = {
|
|
|
47711
48133
|
space: { global: spaceJsonGlobal },
|
|
47712
48134
|
radius: { global: radiusJsonGlobal },
|
|
47713
48135
|
breakpoints: { global: breakpointsJsonGlobal },
|
|
47714
|
-
typography: { global: typographyJsonGlobal }
|
|
48136
|
+
typography: { global: typographyJsonGlobal, semantic: typographyJsonSemantic },
|
|
48137
|
+
border: { global: borderJsonGlobal },
|
|
48138
|
+
shadow: { global: shadowJsonGlobal }
|
|
47715
48139
|
},
|
|
47716
48140
|
less: {
|
|
47717
48141
|
global: { hex: hex_exports13, hsl: hsl_exports13, oklch: oklch_exports13, rgb: rgb_exports13 },
|
|
@@ -47722,10 +48146,12 @@ var tokens = {
|
|
|
47722
48146
|
"fuchsia-orange": { hex: hex_exports17, hsl: hsl_exports17, oklch: oklch_exports17, rgb: rgb_exports17 },
|
|
47723
48147
|
"data-visualisation": { hex: hex_exports18, hsl: hsl_exports18, oklch: oklch_exports18, rgb: rgb_exports18 }
|
|
47724
48148
|
},
|
|
47725
|
-
space: { global:
|
|
47726
|
-
radius: { global:
|
|
47727
|
-
breakpoints: { global:
|
|
47728
|
-
typography: { global:
|
|
48149
|
+
space: { global: global_exports13 },
|
|
48150
|
+
radius: { global: global_exports14 },
|
|
48151
|
+
breakpoints: { global: global_exports15 },
|
|
48152
|
+
typography: { global: global_exports16, semantic: semantic_exports3 },
|
|
48153
|
+
border: { global: global_exports17 },
|
|
48154
|
+
shadow: { global: global_exports18 }
|
|
47729
48155
|
},
|
|
47730
48156
|
scss: {
|
|
47731
48157
|
global: { hex: hex_exports19, hsl: hsl_exports19, oklch: oklch_exports19, rgb: rgb_exports19 },
|
|
@@ -47736,10 +48162,12 @@ var tokens = {
|
|
|
47736
48162
|
"fuchsia-orange": { hex: hex_exports23, hsl: hsl_exports23, oklch: oklch_exports23, rgb: rgb_exports23 },
|
|
47737
48163
|
"data-visualisation": { hex: hex_exports24, hsl: hsl_exports24, oklch: oklch_exports24, rgb: rgb_exports24 }
|
|
47738
48164
|
},
|
|
47739
|
-
space: { global:
|
|
47740
|
-
radius: { global:
|
|
47741
|
-
breakpoints: { global:
|
|
47742
|
-
typography: { global:
|
|
48165
|
+
space: { global: global_exports19 },
|
|
48166
|
+
radius: { global: global_exports20 },
|
|
48167
|
+
breakpoints: { global: global_exports21 },
|
|
48168
|
+
typography: { global: global_exports22, semantic: semantic_exports4 },
|
|
48169
|
+
border: { global: global_exports23 },
|
|
48170
|
+
shadow: { global: global_exports24 }
|
|
47743
48171
|
},
|
|
47744
48172
|
tailwind: {
|
|
47745
48173
|
global: { hex: hex_exports25, hsl: hsl_exports25, oklch: oklch_exports25, rgb: rgb_exports25 },
|
|
@@ -47750,10 +48178,12 @@ var tokens = {
|
|
|
47750
48178
|
"fuchsia-orange": { hex: hex_exports29, hsl: hsl_exports29, oklch: oklch_exports29, rgb: rgb_exports29 },
|
|
47751
48179
|
"data-visualisation": { hex: hex_exports30, hsl: hsl_exports30, oklch: oklch_exports30, rgb: rgb_exports30 }
|
|
47752
48180
|
},
|
|
47753
|
-
space: { global:
|
|
47754
|
-
radius: { global:
|
|
47755
|
-
breakpoints: { global:
|
|
47756
|
-
typography: { global:
|
|
48181
|
+
space: { global: global_exports25 },
|
|
48182
|
+
radius: { global: global_exports26 },
|
|
48183
|
+
breakpoints: { global: global_exports27 },
|
|
48184
|
+
typography: { global: global_exports28 },
|
|
48185
|
+
border: { global: global_exports29 },
|
|
48186
|
+
shadow: { global: global_exports30 }
|
|
47757
48187
|
},
|
|
47758
48188
|
ts: {
|
|
47759
48189
|
global: { hex: hex_exports31, hsl: hsl_exports31, oklch: oklch_exports31, rgb: rgb_exports31 },
|
|
@@ -47764,10 +48194,12 @@ var tokens = {
|
|
|
47764
48194
|
"fuchsia-orange": { hex: hex_exports35, hsl: hsl_exports35, oklch: oklch_exports35, rgb: rgb_exports35 },
|
|
47765
48195
|
"data-visualisation": { hex: hex_exports36, hsl: hsl_exports36, oklch: oklch_exports36, rgb: rgb_exports36 }
|
|
47766
48196
|
},
|
|
47767
|
-
space: { global:
|
|
47768
|
-
radius: { global:
|
|
47769
|
-
breakpoints: { global:
|
|
47770
|
-
typography: { global:
|
|
48197
|
+
space: { global: global_exports31 },
|
|
48198
|
+
radius: { global: global_exports32 },
|
|
48199
|
+
breakpoints: { global: global_exports33 },
|
|
48200
|
+
typography: { global: global_exports34, semantic: semantic_exports5 },
|
|
48201
|
+
border: { global: global_exports35 },
|
|
48202
|
+
shadow: { global: global_exports36 }
|
|
47771
48203
|
}
|
|
47772
48204
|
};
|
|
47773
48205
|
var colorTokens = tokens.colors;
|