@flitsmeister/design-system 1.0.13 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +54 -2
- package/dist-lib/assets/style-entry-l0sNRNKZ.js +1 -0
- package/dist-lib/flitsmeister-design-system.es.js +242 -0
- package/dist-lib/flitsmeister-design-system.umd.js +1 -0
- package/dist-lib/main.css +2 -0
- package/dist-lib/style.css +1 -0
- package/index.js +3 -0
- package/package.json +42 -36
- package/tokens/schema_exports/fm-design-system/fm-design-system.css +286 -0
- package/tokens/schema_exports/fm-design-system/fm-design-system.json +562 -0
- package/tokens/schema_exports/fm-design-system/fm-design-system.xml +207 -0
- package/tokens/schema_exports/safedrive/safedrive.css +349 -0
- package/tokens/schema_exports/safedrive/safedrive.json +658 -0
- package/tokens/schema_exports/safedrive/safedrive.xml +248 -0
- package/web/components/fmxButton.vue +214 -197
- package/web/components/fmxInput.vue +136 -112
- package/web/components/navbar.vue +9 -6
- package/.github/workflows/npm-publish.yml +0 -34
- package/postcss.config.js +0 -20
- package/svgo.config.js +0 -37
- package/tailwind.config.js +0 -146
- package/web/.eslintrc +0 -5
- package/web/App.vue +0 -60
- package/web/icons/bold/add.svg +0 -3
- package/web/icons/bold/check.svg +0 -3
- package/web/icons/bold/checkbox-checked.svg +0 -4
- package/web/icons/bold/checkbox-unchecked.svg +0 -3
- package/web/icons/bold/chevron-backward.svg +0 -3
- package/web/icons/bold/chevron-down.svg +0 -3
- package/web/icons/bold/chevron-forward.svg +0 -3
- package/web/icons/bold/chevron-up.svg +0 -3
- package/web/icons/bold/close-1.svg +0 -3
- package/web/icons/bold/close.svg +0 -4
- package/web/icons/bold/dot.svg +0 -3
- package/web/icons/bold/open-external.svg +0 -3
- package/web/icons/bold/prominent-1.svg +0 -3
- package/web/icons/bold/prominent.svg +0 -3
- package/web/icons/bold/question.svg +0 -4
- package/web/icons/bold/remove.svg +0 -3
- package/web/icons/bold/search.svg +0 -3
- package/web/icons/bold/spinner.svg +0 -3
- package/web/icons/bold/warning.svg +0 -3
- package/web/icons/duotone/check.svg +0 -4
- package/web/icons/filled/achievements.svg +0 -3
- package/web/icons/filled/add.svg +0 -3
- package/web/icons/filled/app-settings.svg +0 -3
- package/web/icons/filled/calendar.svg +0 -7
- package/web/icons/filled/car-simplified.svg +0 -3
- package/web/icons/filled/check.svg +0 -3
- package/web/icons/filled/clock.svg +0 -3
- package/web/icons/filled/close.svg +0 -3
- package/web/icons/filled/control.svg +0 -7
- package/web/icons/filled/danger.svg +0 -7
- package/web/icons/filled/delete.svg +0 -3
- package/web/icons/filled/deviceOne.svg +0 -3
- package/web/icons/filled/deviceTwo.svg +0 -3
- package/web/icons/filled/disputeFine.svg +0 -3
- package/web/icons/filled/email.svg +0 -3
- package/web/icons/filled/gasPrices.svg +0 -3
- package/web/icons/filled/hazard.svg +0 -3
- package/web/icons/filled/highway.svg +0 -3
- package/web/icons/filled/info.svg +0 -4
- package/web/icons/filled/lock-close.svg +0 -3
- package/web/icons/filled/lock-open.svg +0 -3
- package/web/icons/filled/lock.svg +0 -3
- package/web/icons/filled/microphone.svg +0 -4
- package/web/icons/filled/notificaiton-unread.svg +0 -4
- package/web/icons/filled/notificaiton.svg +0 -3
- package/web/icons/filled/parking.svg +0 -3
- package/web/icons/filled/play.svg +0 -8
- package/web/icons/filled/question.svg +0 -3
- package/web/icons/filled/rating-empty.svg +0 -3
- package/web/icons/filled/rating-full.svg +0 -3
- package/web/icons/filled/rating-half.svg +0 -4
- package/web/icons/filled/remove.svg +0 -3
- package/web/icons/filled/return-location.svg +0 -3
- package/web/icons/filled/support.svg +0 -3
- package/web/icons/filled/toll.svg +0 -3
- package/web/icons/filled/tripHistory.svg +0 -3
- package/web/icons/filled/truck.svg +0 -3
- package/web/icons/filled/user-pin.svg +0 -3
- package/web/icons/filled/user-profile.svg +0 -3
- package/web/icons/filled/warning.svg +0 -4
- package/web/icons/filled/zone-default.svg +0 -3
- package/web/icons/filled/zone-indoor.svg +0 -3
- package/web/icons/filled/zone-street.svg +0 -3
- package/web/icons/stroke/arrow-Down.svg +0 -3
- package/web/icons/stroke/arrow-Up.svg +0 -3
- package/web/icons/stroke/arrow-left.svg +0 -3
- package/web/icons/stroke/arrow-right.svg +0 -3
- package/web/icons/stroke/check.svg +0 -3
- package/web/icons/stroke/checkbox-checked.svg +0 -4
- package/web/icons/stroke/checkbox-unchecked.svg +0 -3
- package/web/icons/stroke/chevron-backward.svg +0 -3
- package/web/icons/stroke/chevron-down.svg +0 -3
- package/web/icons/stroke/chevron-forward.svg +0 -3
- package/web/icons/stroke/chevron-up.svg +0 -3
- package/web/icons/stroke/clock.svg +0 -3
- package/web/icons/stroke/close-1.svg +0 -3
- package/web/icons/stroke/close.svg +0 -4
- package/web/icons/stroke/download.svg +0 -4
- package/web/icons/stroke/email.svg +0 -4
- package/web/icons/stroke/hamburger.svg +0 -3
- package/web/icons/stroke/login.svg +0 -4
- package/web/icons/stroke/logout.svg +0 -3
- package/web/icons/stroke/more.svg +0 -5
- package/web/icons/stroke/open-external.svg +0 -3
- package/web/icons/stroke/question.svg +0 -4
- package/web/icons/stroke/search.svg +0 -3
- package/web/icons/stroke/spinner.svg +0 -3
- package/web/icons/stroke/warning.svg +0 -3
- package/web/index.html +0 -25
- package/web/locales/da.json +0 -197
- package/web/locales/de.json +0 -197
- package/web/locales/en.json +0 -333
- package/web/locales/fi.json +0 -197
- package/web/locales/fr.json +0 -197
- package/web/locales/nl.json +0 -333
- package/web/locales/no.json +0 -197
- package/web/locales/pl.json +0 -197
- package/web/locales/sv.json +0 -197
- package/web/pages/buttons.html +0 -32
- package/web/pages/buttons.vue +0 -18
- package/web/pages/colors.html +0 -32
- package/web/pages/colors.vue +0 -29
- package/web/pages/icons.vue +0 -49
- package/web/pages/index.html +0 -25
- package/web/pages/index.vue +0 -15
- package/web/pages/input.html +0 -47
- package/web/pages/input.vue +0 -34
- package/web/router.js +0 -20
- package/web/static/apple-touch-icon.png +0 -0
- package/web/static/download.png +0 -0
- package/web/static/facebook-login.png +0 -0
- package/web/static/facebook-migrate.png +0 -0
- package/web/static/favicon-16x16.png +0 -0
- package/web/static/favicon-32x32.png +0 -0
- package/web/static/favicon.ico +0 -0
- package/web/static/fleet-bg.png +0 -0
- package/web/static/flitsmeister-logo-small.png +0 -0
- package/web/static/flitsmeister-logo.png +0 -0
- package/web/static/flitsmeister_app_icon.png +0 -0
- package/web/static/fm-dash-logo.svg +0 -19
- package/web/static/icon-facebook.png +0 -0
- package/web/static/index.png +0 -0
- package/web/static/login-bg.png +0 -0
- package/web/static/no_invoices.png +0 -0
- package/web/static/person-shrugging.png +0 -0
- package/web/static/pro_confetti@2x.png +0 -0
- package/web/static/pro_star@2x.png +0 -0
- package/web/static/sso/bmfleet.png +0 -0
- package/web/static/sso/pitstop.png +0 -0
- package/web/static/sso/truckmeister.png +0 -0
- package/web/static/sso/webshop.png +0 -0
- package/web/static/triplogging_whatsnew.png +0 -0
- package/web/store.js +0 -79
- package/web/styles/app.scss +0 -9
- package/web/styles/flashmaster/fm-design-system.json +0 -4414
- package/web/styles/flashmaster/primitives.json +0 -604
- package/web/styles/flashmaster.scss +0 -162
- package/webpack.config.js +0 -161
package/README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
|
|
2
|
+
# Flitsmeister Design System
|
|
3
|
+
|
|
4
|
+
This project serves two main purposes:
|
|
5
|
+
|
|
6
|
+
1. **Dev Docs Site**: A documentation and demo site for developing and previewing the design system.
|
|
7
|
+
2. **Library Use**: A consumable library of Vue components and design tokens for use in other projects.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Consuming the Design System as a Library
|
|
12
|
+
|
|
13
|
+
### 1. Using Design Tokens (CSS)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
Design tokens are exported as platform-specific files in `tokens/schema_exports/`. For easier consumption, the package maps these files to the `themes/` export path (see the `exports` field in `package.json`).
|
|
17
|
+
|
|
18
|
+
**How to import CSS tokens:**
|
|
19
|
+
|
|
20
|
+
- Choose the appropriate CSS file for your schema (e.g., `fm-design-system.css`) and import it using the `themes/` alias:
|
|
21
|
+
|
|
22
|
+
```js
|
|
23
|
+
import '@flitsmeister/design-system/themes/fm-design-system/fm-design-system.css';
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
- This will provide all color, spacing, and other design tokens as CSS custom properties. You can use these variables directly in your own CSS or with Tailwind.
|
|
27
|
+
|
|
28
|
+
> **Note:** No bundled `main.css` is provided. You must import the relevant CSS export(s) for your use case.
|
|
29
|
+
|
|
30
|
+
### 2. Using Vue Components
|
|
31
|
+
|
|
32
|
+
You can import individual Vue components directly from the package:
|
|
33
|
+
|
|
34
|
+
```js
|
|
35
|
+
import { fmxButton, fmxInput } from "@flitsmeister/design-system";
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
These are standard Vue 3 single-file components. Register and use them in your app as you would any other Vue component.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## About the Design System
|
|
43
|
+
|
|
44
|
+
- Provides Flitsmeister design system colors, typography, buttons, icons, and input components.
|
|
45
|
+
- Design tokens are managed and exported from Figma, with automated scripts generating platform-specific outputs (CSS, iOS JSON, Android XML, etc.).
|
|
46
|
+
- See the `/tokens/schema_exports/` directory for all available exports.
|
|
47
|
+
|
|
48
|
+
## Automated Design Token Export Workflow
|
|
49
|
+
|
|
50
|
+
1. **Source of Truth**: All design tokens are exported from Figma as JSON and stored in `tokens/schema_sourcefiles/`.
|
|
51
|
+
2. **Automated Exports**: Run `tokens/scripts/export-tokens.js` to generate fully resolved, platform-specific files in `tokens/schema_exports/{schema}/`.
|
|
52
|
+
3. **Schema Index & Documentation**: The `/schemas` page in the dev site lists all schemas and export formats with download links.
|
|
53
|
+
4. **Static File Serving**: All schema sourcefiles and exports are served as static files for easy download and integration.
|
|
54
|
+
5. **Best Practices**: Never edit generated files by hand. Always update the Figma export and re-run the export script to propagate changes.
|
|
3
55
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
import { createElementBlock as o, createCommentVNode as u, openBlock as r, normalizeClass as l, createElementVNode as i, resolveComponent as b, createVNode as m, toDisplayString as c, Transition as h, withCtx as y, renderSlot as _ } from "vue";
|
|
2
|
+
const p = (t, n) => {
|
|
3
|
+
const e = t.__vccOpts || t;
|
|
4
|
+
for (const [d, s] of n)
|
|
5
|
+
e[d] = s;
|
|
6
|
+
return e;
|
|
7
|
+
}, x = {
|
|
8
|
+
name: "Icon",
|
|
9
|
+
props: {
|
|
10
|
+
name: {
|
|
11
|
+
type: String,
|
|
12
|
+
required: !0
|
|
13
|
+
},
|
|
14
|
+
iconClass: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: ""
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}, v = ["xlink:href"];
|
|
20
|
+
function C(t, n, e, d, s, a) {
|
|
21
|
+
return e.name ? (r(), o("svg", {
|
|
22
|
+
key: 0,
|
|
23
|
+
class: l(e.iconClass)
|
|
24
|
+
}, [
|
|
25
|
+
i("use", {
|
|
26
|
+
"xlink:href": `#${e.name}`
|
|
27
|
+
}, null, 8, v)
|
|
28
|
+
], 2)) : u("", !0);
|
|
29
|
+
}
|
|
30
|
+
const S = /* @__PURE__ */ p(x, [["render", C], ["__scopeId", "data-v-6c8ee23e"]]), I = {
|
|
31
|
+
name: "fmxInput",
|
|
32
|
+
components: {
|
|
33
|
+
Icon: S
|
|
34
|
+
},
|
|
35
|
+
props: {
|
|
36
|
+
type: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: "text",
|
|
39
|
+
validator: (t) => ["text", "search", "email", "number", "password", "tel"].includes(
|
|
40
|
+
t
|
|
41
|
+
)
|
|
42
|
+
},
|
|
43
|
+
placeholder: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: "Type Here..."
|
|
46
|
+
},
|
|
47
|
+
modelValue: {
|
|
48
|
+
type: [String, Number],
|
|
49
|
+
default: ""
|
|
50
|
+
},
|
|
51
|
+
rules: {
|
|
52
|
+
type: Array,
|
|
53
|
+
default: () => []
|
|
54
|
+
},
|
|
55
|
+
disabled: {
|
|
56
|
+
type: Boolean,
|
|
57
|
+
default: !1
|
|
58
|
+
},
|
|
59
|
+
readonly: {
|
|
60
|
+
type: Boolean,
|
|
61
|
+
default: !1
|
|
62
|
+
},
|
|
63
|
+
customClass: {
|
|
64
|
+
type: String,
|
|
65
|
+
default: ""
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
data() {
|
|
69
|
+
return {
|
|
70
|
+
errorMessage: "",
|
|
71
|
+
icon: "",
|
|
72
|
+
iconClass: "text-current"
|
|
73
|
+
};
|
|
74
|
+
},
|
|
75
|
+
computed: {
|
|
76
|
+
inputClass() {
|
|
77
|
+
return {
|
|
78
|
+
"border-outline-danger": this.errorMessage,
|
|
79
|
+
"border-transparent focus:border-outline-brand hover:border-outline-brand": !this.errorMessage
|
|
80
|
+
};
|
|
81
|
+
},
|
|
82
|
+
labelClass() {
|
|
83
|
+
return {
|
|
84
|
+
"peer-focus:top-[6px] peer-focus:left-2.5 peer-focus:text-sm peer-focus:font-bold": !0,
|
|
85
|
+
"top-[6px] left-2.5 text-sm font-bold": this.modelValue && this.modelValue.length > 0
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
methods: {
|
|
90
|
+
handleInput(t) {
|
|
91
|
+
this.$emit("update:modelValue", t.target.value);
|
|
92
|
+
},
|
|
93
|
+
handleBlur() {
|
|
94
|
+
this.runValidation(this.modelValue);
|
|
95
|
+
},
|
|
96
|
+
runValidation(t) {
|
|
97
|
+
for (let n of this.rules) {
|
|
98
|
+
const e = n(t);
|
|
99
|
+
if (e) {
|
|
100
|
+
this.errorMessage = e, this.iconClass = "text-content-danger", this.icon = "stroke-warning";
|
|
101
|
+
return;
|
|
102
|
+
} else
|
|
103
|
+
this.errorMessage = "", this.iconClass = "text-content-brand", this.icon = "bold-check";
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}, k = ["data-inputgroup-type"], B = { class: "relative" }, V = ["type", "value", "disabled", "readonly"], w = {
|
|
108
|
+
key: 0,
|
|
109
|
+
class: "text-content-danger text-sm font-bold mt-1"
|
|
110
|
+
};
|
|
111
|
+
function z(t, n, e, d, s, a) {
|
|
112
|
+
const g = b("Icon");
|
|
113
|
+
return r(), o("div", {
|
|
114
|
+
class: l(["inputgroup w-full max-w-sm min-w-[200px] mb-6", [e.customClass]]),
|
|
115
|
+
"data-inputgroup-type": e.type
|
|
116
|
+
}, [
|
|
117
|
+
i("div", B, [
|
|
118
|
+
i("input", {
|
|
119
|
+
type: e.type,
|
|
120
|
+
value: e.modelValue,
|
|
121
|
+
onInput: n[0] || (n[0] = (...f) => a.handleInput && a.handleInput(...f)),
|
|
122
|
+
onBlur: n[1] || (n[1] = (...f) => a.handleBlur && a.handleBlur(...f)),
|
|
123
|
+
disabled: e.disabled,
|
|
124
|
+
readonly: e.readonly,
|
|
125
|
+
class: l(["peer w-full bg-surface-defaulthighest text-content-default text-lg leading-snug border-2 rounded-2xl px-3 pt-6 pb-1 transition duration-300 ease focus:outline-none focus:border-out", a.inputClass])
|
|
126
|
+
}, null, 42, V),
|
|
127
|
+
i("label", {
|
|
128
|
+
class: l([
|
|
129
|
+
"absolute px-1 left-2.5 top-3.5 text-content-defaultalt text-lg transition-all transform origin-left pointer-events-none",
|
|
130
|
+
a.labelClass
|
|
131
|
+
])
|
|
132
|
+
}, c(e.placeholder), 3),
|
|
133
|
+
m(h, { name: "icon-scale" }, {
|
|
134
|
+
default: y(() => [
|
|
135
|
+
i("span", {
|
|
136
|
+
class: l(["iconwrapper absolute right-3 top-2.5", s.iconClass])
|
|
137
|
+
}, [
|
|
138
|
+
m(g, { name: s.icon }, null, 8, ["name"])
|
|
139
|
+
], 2)
|
|
140
|
+
]),
|
|
141
|
+
_: 1
|
|
142
|
+
})
|
|
143
|
+
]),
|
|
144
|
+
s.errorMessage ? (r(), o("p", w, c(s.errorMessage), 1)) : u("", !0)
|
|
145
|
+
], 10, k);
|
|
146
|
+
}
|
|
147
|
+
const A = /* @__PURE__ */ p(I, [["render", z], ["__scopeId", "data-v-b86bf579"]]), M = {
|
|
148
|
+
name: "fmxButton",
|
|
149
|
+
props: {
|
|
150
|
+
type: {
|
|
151
|
+
type: String,
|
|
152
|
+
default: "button",
|
|
153
|
+
validator: (t) => ["button", "submit", "reset"].includes(t)
|
|
154
|
+
},
|
|
155
|
+
title: {
|
|
156
|
+
type: String
|
|
157
|
+
},
|
|
158
|
+
href: {
|
|
159
|
+
type: String,
|
|
160
|
+
default: "/"
|
|
161
|
+
},
|
|
162
|
+
target: {
|
|
163
|
+
type: String,
|
|
164
|
+
default: "_self"
|
|
165
|
+
},
|
|
166
|
+
size: {
|
|
167
|
+
type: String,
|
|
168
|
+
default: "md",
|
|
169
|
+
validator: (t) => ["sm", "md", "lg", "xl"].includes(t)
|
|
170
|
+
},
|
|
171
|
+
role: {
|
|
172
|
+
type: String,
|
|
173
|
+
default: "strong",
|
|
174
|
+
validator: (t) => [
|
|
175
|
+
"primary",
|
|
176
|
+
"secondary",
|
|
177
|
+
"success",
|
|
178
|
+
"warning",
|
|
179
|
+
"danger",
|
|
180
|
+
"dangeralt",
|
|
181
|
+
"danger-alt",
|
|
182
|
+
"info",
|
|
183
|
+
"strong",
|
|
184
|
+
"weak"
|
|
185
|
+
].includes(t)
|
|
186
|
+
},
|
|
187
|
+
buttontype: {
|
|
188
|
+
type: String,
|
|
189
|
+
default: "filled",
|
|
190
|
+
validator: (t) => ["filled", "text", "outline", "squared"].includes(t)
|
|
191
|
+
},
|
|
192
|
+
icon: {
|
|
193
|
+
type: String,
|
|
194
|
+
default: ""
|
|
195
|
+
},
|
|
196
|
+
iconPosition: {
|
|
197
|
+
type: String,
|
|
198
|
+
default: "prepend",
|
|
199
|
+
validator: (t) => ["prepend", "append"].includes(t)
|
|
200
|
+
},
|
|
201
|
+
disabled: {
|
|
202
|
+
type: Boolean,
|
|
203
|
+
default: !1
|
|
204
|
+
},
|
|
205
|
+
customClasses: {
|
|
206
|
+
type: String,
|
|
207
|
+
default: ""
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
computed: {
|
|
211
|
+
buttonClasses() {
|
|
212
|
+
return `btn btn-size-${this.size} btn-role-${this.role} btn-buttontype-${this.buttontype} ${this.customClasses}`;
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}, N = ["title", "href", "target", "disabled", "data-role", "data-buttontype", "data-size"], P = {
|
|
216
|
+
key: 0,
|
|
217
|
+
class: "icon"
|
|
218
|
+
}, q = {
|
|
219
|
+
key: 1,
|
|
220
|
+
class: "icon"
|
|
221
|
+
};
|
|
222
|
+
function E(t, n, e, d, s, a) {
|
|
223
|
+
return r(), o("button", {
|
|
224
|
+
class: l(a.buttonClasses),
|
|
225
|
+
title: e.title,
|
|
226
|
+
href: e.href,
|
|
227
|
+
target: e.target,
|
|
228
|
+
disabled: e.disabled,
|
|
229
|
+
"data-role": e.role,
|
|
230
|
+
"data-buttontype": e.buttontype,
|
|
231
|
+
"data-size": e.size
|
|
232
|
+
}, [
|
|
233
|
+
e.icon && e.iconPosition === "prepend" ? (r(), o("span", P, c(e.icon), 1)) : u("", !0),
|
|
234
|
+
_(t.$slots, "default", {}, void 0, !0),
|
|
235
|
+
e.icon && e.iconPosition === "append" ? (r(), o("span", q, c(e.icon), 1)) : u("", !0)
|
|
236
|
+
], 10, N);
|
|
237
|
+
}
|
|
238
|
+
const D = /* @__PURE__ */ p(M, [["render", E], ["__scopeId", "data-v-a8e93ea3"]]);
|
|
239
|
+
export {
|
|
240
|
+
D as fmxButton,
|
|
241
|
+
A as fmxInput
|
|
242
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(l,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(l=typeof globalThis<"u"?globalThis:l||self,e(l.FlitsmeisterDesignSystem={},l.Vue))})(this,function(l,e){"use strict";const i=(n,a)=>{const t=n.__vccOpts||n;for(const[r,s]of a)t[r]=s;return t},c={name:"Icon",props:{name:{type:String,required:!0},iconClass:{type:String,default:""}}},u=["xlink:href"];function f(n,a,t,r,s,o){return t.name?(e.openBlock(),e.createElementBlock("svg",{key:0,class:e.normalizeClass(t.iconClass)},[e.createElementVNode("use",{"xlink:href":`#${t.name}`},null,8,u)],2)):e.createCommentVNode("",!0)}const m={name:"fmxInput",components:{Icon:i(c,[["render",f],["__scopeId","data-v-6c8ee23e"]])},props:{type:{type:String,default:"text",validator:n=>["text","search","email","number","password","tel"].includes(n)},placeholder:{type:String,default:"Type Here..."},modelValue:{type:[String,Number],default:""},rules:{type:Array,default:()=>[]},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},customClass:{type:String,default:""}},data(){return{errorMessage:"",icon:"",iconClass:"text-current"}},computed:{inputClass(){return{"border-outline-danger":this.errorMessage,"border-transparent focus:border-outline-brand hover:border-outline-brand":!this.errorMessage}},labelClass(){return{"peer-focus:top-[6px] peer-focus:left-2.5 peer-focus:text-sm peer-focus:font-bold":!0,"top-[6px] left-2.5 text-sm font-bold":this.modelValue&&this.modelValue.length>0}}},methods:{handleInput(n){this.$emit("update:modelValue",n.target.value)},handleBlur(){this.runValidation(this.modelValue)},runValidation(n){for(let a of this.rules){const t=a(n);if(t){this.errorMessage=t,this.iconClass="text-content-danger",this.icon="stroke-warning";return}else this.errorMessage="",this.iconClass="text-content-brand",this.icon="bold-check"}}}},p=["data-inputgroup-type"],g={class:"relative"},y=["type","value","disabled","readonly"],b={key:0,class:"text-content-danger text-sm font-bold mt-1"};function h(n,a,t,r,s,o){const I=e.resolveComponent("Icon");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["inputgroup w-full max-w-sm min-w-[200px] mb-6",[t.customClass]]),"data-inputgroup-type":t.type},[e.createElementVNode("div",g,[e.createElementVNode("input",{type:t.type,value:t.modelValue,onInput:a[0]||(a[0]=(...d)=>o.handleInput&&o.handleInput(...d)),onBlur:a[1]||(a[1]=(...d)=>o.handleBlur&&o.handleBlur(...d)),disabled:t.disabled,readonly:t.readonly,class:e.normalizeClass(["peer w-full bg-surface-defaulthighest text-content-default text-lg leading-snug border-2 rounded-2xl px-3 pt-6 pb-1 transition duration-300 ease focus:outline-none focus:border-out",o.inputClass])},null,42,y),e.createElementVNode("label",{class:e.normalizeClass(["absolute px-1 left-2.5 top-3.5 text-content-defaultalt text-lg transition-all transform origin-left pointer-events-none",o.labelClass])},e.toDisplayString(t.placeholder),3),e.createVNode(e.Transition,{name:"icon-scale"},{default:e.withCtx(()=>[e.createElementVNode("span",{class:e.normalizeClass(["iconwrapper absolute right-3 top-2.5",s.iconClass])},[e.createVNode(I,{name:s.icon},null,8,["name"])],2)]),_:1})]),s.errorMessage?(e.openBlock(),e.createElementBlock("p",b,e.toDisplayString(s.errorMessage),1)):e.createCommentVNode("",!0)],10,p)}const _=i(m,[["render",h],["__scopeId","data-v-b86bf579"]]),x={name:"fmxButton",props:{type:{type:String,default:"button",validator:n=>["button","submit","reset"].includes(n)},title:{type:String},href:{type:String,default:"/"},target:{type:String,default:"_self"},size:{type:String,default:"md",validator:n=>["sm","md","lg","xl"].includes(n)},role:{type:String,default:"strong",validator:n=>["primary","secondary","success","warning","danger","dangeralt","danger-alt","info","strong","weak"].includes(n)},buttontype:{type:String,default:"filled",validator:n=>["filled","text","outline","squared"].includes(n)},icon:{type:String,default:""},iconPosition:{type:String,default:"prepend",validator:n=>["prepend","append"].includes(n)},disabled:{type:Boolean,default:!1},customClasses:{type:String,default:""}},computed:{buttonClasses(){return`btn btn-size-${this.size} btn-role-${this.role} btn-buttontype-${this.buttontype} ${this.customClasses}`}}},C=["title","href","target","disabled","data-role","data-buttontype","data-size"],S={key:0,class:"icon"},k={key:1,class:"icon"};function B(n,a,t,r,s,o){return e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(o.buttonClasses),title:t.title,href:t.href,target:t.target,disabled:t.disabled,"data-role":t.role,"data-buttontype":t.buttontype,"data-size":t.size},[t.icon&&t.iconPosition==="prepend"?(e.openBlock(),e.createElementBlock("span",S,e.toDisplayString(t.icon),1)):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default",{},void 0,!0),t.icon&&t.iconPosition==="append"?(e.openBlock(),e.createElementBlock("span",k,e.toDisplayString(t.icon),1)):e.createCommentVNode("",!0)],10,C)}const V=i(x,[["render",B],["__scopeId","data-v-a8e93ea3"]]);l.fmxButton=V,l.fmxInput=_,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-content:""}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-blue-600:oklch(54.6% .245 262.881);--color-indigo-500:oklch(58.5% .233 277.117);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-700:oklch(37.2% .044 257.287);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-neutral-100:oklch(97% 0 0);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height:calc(1.5/1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25/1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--leading-tight:1.25;--leading-snug:1.375;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-2xl:1rem;--blur-sm:8px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-surface-neutral-default-highest:var(--token-color-surface-neutral-default-highest);--color-surface-neutral-default-higher:var(--token-color-surface-neutral-default-higher);--color-surface-neutral-default:var(--token-color-surface-neutral-default);--color-surface-neutral-default-lower:var(--token-color-surface-neutral-default-lower);--color-surface-neutral-default-lowest:var(--token-color-surface-neutral-default-lowest);--color-surface-brand-brand:var(--token-color-surface-brand-brand);--color-surface-brand-brand-alt:var(--token-color-surface-brand-brand-alt);--color-surface-brand-pro:var(--token-color-surface-brand-pro);--color-surface-brand-pro-alt:var(--token-color-surface-brand-pro-alt);--color-surface-brand-pro-plus:var(--token-color-surface-brand-pro-plus);--color-surface-functional-danger:var(--token-color-surface-functional-danger);--color-surface-functional-danger-alt:var(--token-color-surface-functional-danger-alt);--color-surface-functional-warning:var(--token-color-surface-functional-warning);--color-surface-functional-warning-alt:var(--token-color-surface-functional-warning-alt);--color-surface-functional-attention:var(--token-color-surface-functional-attention);--color-surface-functional-info:var(--token-color-surface-functional-info);--color-surface-functional-info-alt:var(--token-color-surface-functional-info-alt);--color-surface-functional-success:var(--token-color-surface-functional-success);--color-surface-utility-default-higher-opac0:var(--token-color-surface-utility-default-higher-opac0);--color-surface-utility-scrim-lighter:var(--token-color-surface-utility-scrim-lighter);--color-surface-utility-scrim:var(--token-color-surface-utility-scrim);--color-surface-utility-scrim-darker:var(--token-color-surface-utility-scrim-darker);--color-content-neutral-default:var(--token-color-content-neutral-default);--color-content-neutral-default-alt:var(--token-color-content-neutral-default-alt);--color-content-neutral-weak:var(--token-color-content-neutral-weak);--color-content-neutral-label:var(--token-color-content-neutral-label);--color-content-brand-brand:var(--token-color-content-brand-brand);--color-content-brand-pro:var(--token-color-content-brand-pro);--color-content-brand-pro-plus:var(--token-color-content-brand-pro-plus);--color-content-functional-warning:var(--token-color-content-functional-warning);--color-content-functional-info:var(--token-color-content-functional-info);--color-content-functional-success:var(--token-color-content-functional-success);--color-content-functional-danger:var(--token-color-content-functional-danger);--color-content-functional-attention:var(--token-color-content-functional-attention);--color-outline-neutral-default:var(--token-color-outline-neutral-default);--color-outline-neutral-default-alt:var(--token-color-outline-neutral-default-alt);--color-outline-neutral-stronger:var(--token-color-outline-neutral-stronger);--color-outline-neutral-strongest:var(--token-color-outline-neutral-strongest);--color-outline-neutral-inverted:var(--token-color-outline-neutral-inverted);--color-outline-brand-brand:var(--token-color-outline-brand-brand);--color-outline-functional-danger:var(--token-color-outline-functional-danger);--color-outline-functional-danger-alt:var(--token-color-outline-functional-danger-alt);--color-outline-functional-warning:var(--token-color-outline-functional-warning);--color-outline-functional-warning-alt:var(--token-color-outline-functional-warning-alt);--color-outline-functional-success:var(--token-color-outline-functional-success);--color-outline-functional-informative:var(--token-color-outline-functional-informative);--color-outline-functional-avg-speed-check:var(--token-color-outline-functional-avg-speed-check);--color-surface-defaulthighest:var(--token-color-surface-neutral-default-highest);--color-surface-defaulthigher:var(--token-color-surface-neutral-default-higher);--color-surface-default:var(--token-color-surface-neutral-default);--color-surface-defaultlower:var(--token-color-surface-neutral-default-lower);--color-surface-defaultlowest:var(--token-color-surface-neutral-default-lowest);--color-surface-brand:var(--token-color-surface-brand-brand);--color-surface-brandalt:var(--token-color-surface-brand-brand-alt);--color-surface-pro:var(--token-color-surface-brand-pro);--color-surface-proalt:var(--token-color-surface-brand-pro-alt);--color-surface-pro-plus:var(--token-color-surface-brand-pro-plus);--color-surface-danger:var(--token-color-surface-functional-danger);--color-surface-dangeralt:var(--token-color-surface-functional-danger-alt);--color-surface-warning:var(--token-color-surface-functional-warning);--color-surface-warningalt:var(--token-color-surface-functional-warning-alt);--color-surface-attention:var(--token-color-surface-functional-attention);--color-surface-info:var(--token-color-surface-functional-info);--color-surface-infoalt:var(--token-color-surface-functional-info-alt);--color-surface-success:var(--token-color-surface-functional-success);--color-surface-succesalt:var(--token-color-surface-functional-succes-alt);--color-content-default:var(--token-color-content-neutral-default);--color-content-defaultalt:var(--token-color-content-neutral-default-alt);--color-content-weak:var(--token-color-content-neutral-weak);--color-content-label:var(--token-color-content-neutral-label);--color-content-brand:var(--token-color-content-brand-brand);--color-content-pro:var(--token-color-content-brand-pro);--color-content-proplus:var(--token-color-content-brand-pro-plus);--color-content-warning:var(--token-color-content-functional-warning);--color-content-info:var(--token-color-content-functional-info);--color-content-success:var(--token-color-content-functional-success);--color-content-danger:var(--token-color-content-functional-danger);--color-content-attention:var(--token-color-content-functional-attention);--color-outline-default:var(--token-color-outline-neutral-default);--color-outline-defaultalt:var(--token-color-outline-neutral-default-alt);--color-outline-stronger:var(--token-color-outline-neutral-stronger);--color-outline-strongest:var(--token-color-outline-neutral-strongest);--color-outline-inverted:var(--token-color-outline-neutral-inverted);--color-outline-brand:var(--token-color-outline-brand-brand);--color-outline-danger:var(--token-color-outline-functional-danger);--color-outline-dangeralt:var(--token-color-outline-functional-danger-alt);--color-outline-warning:var(--token-color-outline-functional-warning);--color-outline-warningalt:var(--token-color-outline-functional-warning-alt);--color-outline-success:var(--token-color-outline-functional-success);--color-outline-informative:var(--token-color-outline-functional-informative);--color-outline-avg-speed-check:var(--token-color-outline-functional-avg-speed-check);--color-special-speedcam:var(--token-color-special-feature-speedcam);--color-special-avg-speed-check:var(--token-color-special-feature-avg-speed-check);--color-special-parking:var(--token-color-special-feature-parking);--color-special-parking-alt:var(--token-color-special-feature-parking-alt);--color-special-police:var(--token-color-special-feature-police);--color-special-firetruck:var(--token-color-special-feature-firetruck);--color-special-ambulance:var(--token-color-special-feature-ambulance);--color-special-emergency:var(--token-color-special-feature-emergency);--color-special-signal:var(--token-color-special-feature-signal);--spacing-xxxl:calc(var(--token-shape-padding-padding-xxxl,64)*1px);--spacing-xxl:calc(var(--token-shape-padding-padding-xxl,48)*1px);--spacing-xl:calc(var(--token-shape-padding-padding-xl,32)*1px);--spacing-lg:calc(var(--token-shape-padding-padding-lg,24)*1px);--spacing-md:calc(var(--token-shape-padding-padding-md,16)*1px);--spacing-sm:calc(var(--token-shape-padding-padding-sm,12)*1px);--spacing-xs:calc(var(--token-shape-padding-padding-xs,8)*1px);--spacing-xxs:calc(var(--token-shape-padding-padding-xxs,4)*1px);--spacing-xxxs:calc(var(--token-shape-padding-padding-xxxs,2)*1px);--spacing-nudge:calc(var(--token-shape-padding-padding-nudge,1)*1px);--spacing-none:calc(var(--token-shape-padding-padding-none,0)*1px)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing)*0)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.top-2\.5{top:calc(var(--spacing)*2.5)}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-\[6px\]{top:6px}.right-0{right:calc(var(--spacing)*0)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.bottom-4{bottom:calc(var(--spacing)*4)}.left-2\.5{left:calc(var(--spacing)*2.5)}.z-10{z-index:10}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.my-auto{margin-block:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.-mr-1{margin-right:calc(var(--spacing)*-1)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-xs{margin-right:var(--spacing-xs)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xxl{margin-bottom:var(--spacing-xxl)}.ml-3{margin-left:calc(var(--spacing)*3)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-md{margin-left:var(--spacing-md)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-3{height:calc(var(--spacing)*3)}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.h-20{height:calc(var(--spacing)*20)}.h-\[8\.5rem\]{height:8.5rem}.h-\[60px\]{height:60px}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-56{width:calc(var(--spacing)*56)}.w-full{width:100%}.max-w-\[360px\]{max-width:360px}.max-w-sm{max-width:var(--spacing-sm)}.min-w-\[200px\]{min-width:200px}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:0}.origin-top-right{transform-origin:100% 0}.translate-y-8{--tw-translate-y:calc(var(--spacing)*8);translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-x-6{column-gap:calc(var(--spacing)*6)}.gap-y-4{row-gap:calc(var(--spacing)*4)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-b-xl{border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r-8{border-right-style:var(--tw-border-style);border-right-width:8px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-neutral-100{border-color:var(--color-neutral-100)}.border-outline-danger{border-color:var(--color-outline-danger)}.border-slate-200{border-color:var(--color-slate-200)}.border-surface-defaulthighest{border-color:var(--color-surface-defaulthighest)}.border-transparent{border-color:#0000}.border-r-white{border-right-color:var(--color-white)}.bg-black{background-color:var(--color-black)}.bg-content-brand-brand{background-color:var(--color-content-brand-brand)}.bg-content-brand-pro{background-color:var(--color-content-brand-pro)}.bg-content-brand-pro-plus{background-color:var(--color-content-brand-pro-plus)}.bg-content-functional-attention{background-color:var(--color-content-functional-attention)}.bg-content-functional-danger{background-color:var(--color-content-functional-danger)}.bg-content-functional-info{background-color:var(--color-content-functional-info)}.bg-content-functional-success{background-color:var(--color-content-functional-success)}.bg-content-functional-warning{background-color:var(--color-content-functional-warning)}.bg-content-neutral-default{background-color:var(--color-content-neutral-default)}.bg-content-neutral-default-alt{background-color:var(--color-content-neutral-default-alt)}.bg-content-neutral-label{background-color:var(--color-content-neutral-label)}.bg-content-neutral-weak{background-color:var(--color-content-neutral-weak)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-800{background-color:var(--color-gray-800)}.bg-outline-brand-brand{background-color:var(--color-outline-brand-brand)}.bg-outline-functional-avg-speed-check{background-color:var(--color-outline-functional-avg-speed-check)}.bg-outline-functional-danger{background-color:var(--color-outline-functional-danger)}.bg-outline-functional-danger-alt{background-color:var(--color-outline-functional-danger-alt)}.bg-outline-functional-informative{background-color:var(--color-outline-functional-informative)}.bg-outline-functional-success{background-color:var(--color-outline-functional-success)}.bg-outline-functional-warning{background-color:var(--color-outline-functional-warning)}.bg-outline-functional-warning-alt{background-color:var(--color-outline-functional-warning-alt)}.bg-outline-neutral-default{background-color:var(--color-outline-neutral-default)}.bg-outline-neutral-default-alt{background-color:var(--color-outline-neutral-default-alt)}.bg-outline-neutral-inverted{background-color:var(--color-outline-neutral-inverted)}.bg-outline-neutral-stronger{background-color:var(--color-outline-neutral-stronger)}.bg-outline-neutral-strongest{background-color:var(--color-outline-neutral-strongest)}.bg-surface-brand{background-color:var(--color-surface-brand)}.bg-surface-brand-brand{background-color:var(--color-surface-brand-brand)}.bg-surface-brand-brand-alt{background-color:var(--color-surface-brand-brand-alt)}.bg-surface-brand-pro{background-color:var(--color-surface-brand-pro)}.bg-surface-brand-pro-alt{background-color:var(--color-surface-brand-pro-alt)}.bg-surface-brand-pro-plus{background-color:var(--color-surface-brand-pro-plus)}.bg-surface-brandalt{background-color:var(--color-surface-brandalt)}.bg-surface-danger{background-color:var(--color-surface-danger)}.bg-surface-dangeralt{background-color:var(--color-surface-dangeralt)}.bg-surface-default{background-color:var(--color-surface-default)}.bg-surface-defaulthigher{background-color:var(--color-surface-defaulthigher)}.bg-surface-defaulthighest{background-color:var(--color-surface-defaulthighest)}.bg-surface-functional-attention{background-color:var(--color-surface-functional-attention)}.bg-surface-functional-danger{background-color:var(--color-surface-functional-danger)}.bg-surface-functional-danger-alt{background-color:var(--color-surface-functional-danger-alt)}.bg-surface-functional-info{background-color:var(--color-surface-functional-info)}.bg-surface-functional-info-alt{background-color:var(--color-surface-functional-info-alt)}.bg-surface-functional-success{background-color:var(--color-surface-functional-success)}.bg-surface-functional-warning{background-color:var(--color-surface-functional-warning)}.bg-surface-functional-warning-alt{background-color:var(--color-surface-functional-warning-alt)}.bg-surface-info{background-color:var(--color-surface-info)}.bg-surface-neutral-default{background-color:var(--color-surface-neutral-default)}.bg-surface-neutral-default-higher{background-color:var(--color-surface-neutral-default-higher)}.bg-surface-neutral-default-highest{background-color:var(--color-surface-neutral-default-highest)}.bg-surface-neutral-default-lower{background-color:var(--color-surface-neutral-default-lower)}.bg-surface-neutral-default-lowest{background-color:var(--color-surface-neutral-default-lowest)}.bg-surface-success{background-color:var(--color-surface-success)}.bg-surface-utility-default-higher-opac0{background-color:var(--color-surface-utility-default-higher-opac0)}.bg-surface-utility-scrim{background-color:var(--color-surface-utility-scrim)}.bg-surface-utility-scrim-darker{background-color:var(--color-surface-utility-scrim-darker)}.bg-surface-utility-scrim-lighter{background-color:var(--color-surface-utility-scrim-lighter)}.bg-surface-warning{background-color:var(--color-surface-warning)}.bg-white{background-color:var(--color-white)}.bg-white\/30{background-color:#ffffff4d}@supports (color:color-mix(in lab, red, red)){.bg-white\/30{background-color:color-mix(in oklab,var(--color-white)30%,transparent)}}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-8{padding:calc(var(--spacing)*8)}.p-xs{padding:var(--spacing-xs)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-xs{padding-inline:var(--spacing-xs)}.py-1{padding-block:calc(var(--spacing)*1)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-lg{padding-block:var(--spacing-lg)}.py-md{padding-block:var(--spacing-md)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-10{padding-top:calc(var(--spacing)*10)}.pr-8{padding-right:calc(var(--spacing)*8)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-16{padding-bottom:calc(var(--spacing)*16)}.pb-md{padding-bottom:var(--spacing-md)}.pb-xxl{padding-bottom:var(--spacing-xxl)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-4{padding-left:calc(var(--spacing)*4)}.text-center{text-align:center}.text-left{text-align:left}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-black{color:var(--color-black)}.text-blue-600{color:var(--color-blue-600)}.text-content-brand{color:var(--color-content-brand)}.text-content-brand-brand{color:var(--color-content-brand-brand)}.text-content-brand-pro{color:var(--color-content-brand-pro)}.text-content-brand-pro-plus{color:var(--color-content-brand-pro-plus)}.text-content-danger{color:var(--color-content-danger)}.text-content-default{color:var(--color-content-default)}.text-content-defaultalt{color:var(--color-content-defaultalt)}.text-content-functional-attention{color:var(--color-content-functional-attention)}.text-content-functional-danger{color:var(--color-content-functional-danger)}.text-content-functional-info{color:var(--color-content-functional-info)}.text-content-functional-success{color:var(--color-content-functional-success)}.text-content-functional-warning{color:var(--color-content-functional-warning)}.text-content-label{color:var(--color-content-label)}.text-content-neutral-default{color:var(--color-content-neutral-default)}.text-content-neutral-default-alt{color:var(--color-content-neutral-default-alt)}.text-content-neutral-label{color:var(--color-content-neutral-label)}.text-content-neutral-weak{color:var(--color-content-neutral-weak)}.text-content-success{color:var(--color-content-success)}.text-current{color:currentColor}.text-gray-100{color:var(--color-gray-100)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-outline-brand-brand{color:var(--color-outline-brand-brand)}.text-outline-functional-avg-speed-check{color:var(--color-outline-functional-avg-speed-check)}.text-outline-functional-danger{color:var(--color-outline-functional-danger)}.text-outline-functional-danger-alt{color:var(--color-outline-functional-danger-alt)}.text-outline-functional-informative{color:var(--color-outline-functional-informative)}.text-outline-functional-success{color:var(--color-outline-functional-success)}.text-outline-functional-warning{color:var(--color-outline-functional-warning)}.text-outline-functional-warning-alt{color:var(--color-outline-functional-warning-alt)}.text-outline-neutral-default{color:var(--color-outline-neutral-default)}.text-outline-neutral-default-alt{color:var(--color-outline-neutral-default-alt)}.text-outline-neutral-inverted{color:var(--color-outline-neutral-inverted)}.text-outline-neutral-stronger{color:var(--color-outline-neutral-stronger)}.text-outline-neutral-strongest{color:var(--color-outline-neutral-strongest)}.text-red-500{color:var(--color-red-500)}.text-slate-700{color:var(--color-slate-700)}.text-surface-brand-brand{color:var(--color-surface-brand-brand)}.text-surface-brand-brand-alt{color:var(--color-surface-brand-brand-alt)}.text-surface-brand-pro{color:var(--color-surface-brand-pro)}.text-surface-brand-pro-alt{color:var(--color-surface-brand-pro-alt)}.text-surface-brand-pro-plus{color:var(--color-surface-brand-pro-plus)}.text-surface-functional-attention{color:var(--color-surface-functional-attention)}.text-surface-functional-danger{color:var(--color-surface-functional-danger)}.text-surface-functional-danger-alt{color:var(--color-surface-functional-danger-alt)}.text-surface-functional-info{color:var(--color-surface-functional-info)}.text-surface-functional-info-alt{color:var(--color-surface-functional-info-alt)}.text-surface-functional-success{color:var(--color-surface-functional-success)}.text-surface-functional-warning{color:var(--color-surface-functional-warning)}.text-surface-functional-warning-alt{color:var(--color-surface-functional-warning-alt)}.text-surface-neutral-default{color:var(--color-surface-neutral-default)}.text-surface-neutral-default-higher{color:var(--color-surface-neutral-default-higher)}.text-surface-neutral-default-highest{color:var(--color-surface-neutral-default-highest)}.text-surface-neutral-default-lower{color:var(--color-surface-neutral-default-lower)}.text-surface-neutral-default-lowest{color:var(--color-surface-neutral-default-lowest)}.text-surface-utility-default-higher-opac0{color:var(--color-surface-utility-default-higher-opac0)}.text-surface-utility-scrim{color:var(--color-surface-utility-scrim)}.text-surface-utility-scrim-darker{color:var(--color-surface-utility-scrim-darker)}.text-surface-utility-scrim-lighter{color:var(--color-surface-utility-scrim-lighter)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-gray-300{--tw-shadow-color:oklch(87.2% .01 258.338)}@supports (color:color-mix(in lab, red, red)){.shadow-gray-300{--tw-shadow-color:color-mix(in oklab,var(--color-gray-300)var(--tw-shadow-alpha),transparent)}}.ring-black{--tw-ring-color:var(--color-black)}.ring-content-weak{--tw-ring-color:var(--color-content-weak)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ring-inset{--tw-ring-inset:inset}.group-focus-within\:line-clamp-2:is(:where(.group):focus-within *){-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.group-focus-within\:whitespace-normal:is(:where(.group):focus-within *){white-space:normal}@media (hover:hover){.group-hover\:line-clamp-2:is(:where(.group):hover *){-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.group-hover\:scale-105:is(:where(.group):hover *){--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:bg-surface-defaulthighest:is(:where(.group):hover *){background-color:var(--color-surface-defaulthighest)}.group-hover\:text-5xl:is(:where(.group):hover *){font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.group-hover\:whitespace-normal:is(:where(.group):hover *){white-space:normal}.group-hover\:text-content-brand:is(:where(.group):hover *){color:var(--color-content-brand)}.group-hover\:shadow-lg:is(:where(.group):hover *){--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.peer-focus\:top-\[6px\]:is(:where(.peer):focus~*){top:6px}.peer-focus\:left-2\.5:is(:where(.peer):focus~*){left:calc(var(--spacing)*2.5)}.peer-focus\:text-sm:is(:where(.peer):focus~*){font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.peer-focus\:font-bold:is(:where(.peer):focus~*){--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.peer-focus\:outline-none:is(:where(.peer):focus~*){--tw-outline-style:none;outline-style:none}.placeholder\:text-slate-400::placeholder{color:var(--color-slate-400)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:start-\[2px\]:after{content:var(--tw-content);inset-inline-start:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-3:after{content:var(--tw-content);height:calc(var(--spacing)*3)}.after\:w-3:after{content:var(--tw-content);width:calc(var(--spacing)*3)}.after\:rounded-full:after{content:var(--tw-content);border-radius:3.40282e38px}.after\:border:after{content:var(--tw-content);border-style:var(--tw-border-style);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);border-color:var(--color-gray-300)}.after\:bg-white:after{content:var(--tw-content);background-color:var(--color-white)}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.peer-checked\:after\:translate-x-full:is(:where(.peer):checked~*):after{content:var(--tw-content);--tw-translate-x:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.peer-checked\:after\:border-white:is(:where(.peer):checked~*):after{content:var(--tw-content);border-color:var(--color-white)}@media (hover:hover){.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:border-outline-brand:hover{border-color:var(--color-outline-brand)}.hover\:border-slate-400:hover{border-color:var(--color-slate-400)}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}}.focus\:border-outline-brand:focus{border-color:var(--color-outline-brand)}.focus\:border-slate-400:focus{border-color:var(--color-slate-400)}.focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-indigo-500:focus{--tw-ring-color:var(--color-indigo-500)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.active\:scale-100:active{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}@media (min-width:40rem){.sm\:inset-0{inset:calc(var(--spacing)*0)}.sm\:flex{display:flex}.sm\:items-center{align-items:center}.sm\:justify-center{justify-content:center}}@media (min-width:48rem){.md\:bottom-0{bottom:calc(var(--spacing)*0)}.md\:mr-auto{margin-right:auto}.md\:justify-end{justify-content:flex-end}.md\:py-xxs{padding-block:var(--spacing-xxs)}.md\:pl-md{padding-left:var(--spacing-md)}.md\:text-left{text-align:left}}@media (min-width:64rem){.lg\:w-1\/3{width:33.3333%}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width:80rem){.xl\:rounded-2xl{border-radius:var(--radius-2xl)}.xl\:p-12{padding:calc(var(--spacing)*12)}}.rtl\:peer-checked\:after\:-translate-x-full:where(:dir(rtl),[dir=rtl],[dir=rtl] *):is(:where(.peer):checked~*):after{content:var(--tw-content);--tw-translate-x:-100%;translate:var(--tw-translate-x)var(--tw-translate-y)}@media (prefers-color-scheme:dark){.dark\:border-gray-600{border-color:var(--color-gray-600)}.dark\:bg-blue-600\/20{background-color:#155dfc33}@supports (color:color-mix(in lab, red, red)){.dark\:bg-blue-600\/20{background-color:color-mix(in oklab,var(--color-blue-600)20%,transparent)}}.dark\:bg-gray-300{background-color:var(--color-gray-300)}.dark\:shadow-gray-700{--tw-shadow-color:oklch(37.3% .034 259.733)}@supports (color:color-mix(in lab, red, red)){.dark\:shadow-gray-700{--tw-shadow-color:color-mix(in oklab,var(--color-gray-700)var(--tw-shadow-alpha),transparent)}}}.type-display-lg{font-size:6.5rem;font-weight:900;line-height:1.05}.type-display,.type-display-md{font-size:5rem;font-weight:800;line-height:1.2}.type-display-sm{font-size:4.5rem;font-weight:700;line-height:normal}.type-headline-lg{font-size:2.5rem;font-weight:900;line-height:1.2}.type-headline,.type-headline-md{font-size:2rem;font-weight:800;line-height:1.3}.type-title-lg{font-size:1.5rem;font-weight:600;line-height:1.3}.type-title,.type-title-md{font-size:1.25rem;font-weight:600;line-height:1.3}.type-body-lg,.type-body,.type-body-md{font-weight:500;line-height:1.5}.type-body-sm{font-size:.875rem;font-weight:400;line-height:1.5}body .type-special{font-style:italic;font-weight:800}body .type-prominent{font-weight:700}}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;text-rendering:optimizeLegibility;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}select{background-color:#fff}:root{--token-shape-padding-padding-xxxl:64;--token-shape-padding-padding-xxl:48;--token-shape-padding-padding-xl:32;--token-shape-padding-padding-lg:24;--token-shape-padding-padding-md:16;--token-shape-padding-padding-sm:12;--token-shape-padding-padding-xs:8;--token-shape-padding-padding-xxs:4;--token-shape-padding-padding-xxxs:2;--token-shape-padding-padding-nudge:1;--token-shape-padding-padding-none:0;--token-shape-size-size-xxxl:96;--token-shape-size-size-xxl:80;--token-shape-size-size-xl:64;--token-shape-size-size-lx:48;--token-shape-size-size-lg:40;--token-shape-size-size-md:32;--token-shape-size-size-sm:24;--token-shape-size-size-xs:20;--token-shape-size-size-xxs:16;--token-shape-size-size-xxxs:8;--token-shape-radius-radius-round:9001;--token-shape-radius-radius-xxxl:64;--token-shape-radius-radius-xxl:48;--token-shape-radius-radius-xl:32;--token-shape-radius-radius-lg:24;--token-shape-radius-radius-md:16;--token-shape-radius-radius-sm:12;--token-shape-radius-radius-xs:8;--token-shape-radius-radius-xxs:4;--token-shape-radius-radius-xxxs:2;--token-shape-radius-radius-none:0;--token-shape-radius-radius-fmx:26.6;--token-shape-stroke-with-stroke-none:0;--token-shape-stroke-with-stroke-xs:1;--token-shape-stroke-with-stroke-sm:2;--token-shape-stroke-with-stroke-md:3;--token-shape-stroke-with-stroke-lg:8;--token-shape-stroke-with-stroke-xl:16;--token-shape-spacing:0;--token-shape-button-height-button-height-sm:40;--token-shape-button-height-button-heigh-md:48;--token-shape-button-height-button-height-lg:60;--token-shape-button-height-button-height-xl:80;--token-shape-button-width-button-width-auto:auto;--token-shape-button-width-button-width-min:240;--token-shape-button-width-button-width-fill:fill;--token-color-surface-neutral-default-highest:#fff;--token-color-surface-neutral-default-higher:#f0f1f2;--token-color-surface-neutral-default:#e1e3e5;--token-color-surface-neutral-default-lower:#40464a;--token-color-surface-neutral-default-lowest:#161616;--token-color-surface-brand-brand:#007fe8;--token-color-surface-brand-brand-alt:#d0ebff;--token-color-surface-brand-pro:#ae61fa;--token-color-surface-brand-pro-alt:#f3d9fa;--token-color-surface-brand-pro-plus:#724899;--token-color-surface-functional-danger:#f24d4d;--token-color-surface-functional-danger-alt:#ffe3e3;--token-color-surface-functional-warning:#ff8b17;--token-color-surface-functional-warning-alt:#ffbe17;--token-color-surface-functional-attention:#fc0;--token-color-surface-functional-info:#386bff;--token-color-surface-functional-info-alt:#dbe4ff;--token-color-surface-functional-success:#39a049;--token-color-surface-functional-succes-alt:#d3f9d8;--token-color-surface-utility-default-higher-opac0:#f0f1f200;--token-color-surface-utility-defautl-opac75:#fff;--token-color-surface-utility-defautl-opac30:#fff;--token-color-surface-utility-scrim-lighter:#000;--token-color-surface-utility-scrim:#000;--token-color-surface-utility-scrim-darker:#000;--token-color-content-neutral-default:#161616;--token-color-content-neutral-default-alt:#6a747b;--token-color-content-neutral-weak:#cbcfd2;--token-color-content-neutral-label:#fff;--token-color-content-brand-brand:#007fe8;--token-color-content-brand-pro:#ae61fa;--token-color-content-brand-pro-plus:#724899;--token-color-content-functional-warning:#ff8b17;--token-color-content-functional-info:#345cce;--token-color-content-functional-success:#39a049;--token-color-content-functional-danger:#f24d4d;--token-color-content-functional-attention:#fc0;--token-color-outline-neutral-default:#000;--token-color-outline-neutral-default-alt:#000;--token-color-outline-neutral-stronger:#000;--token-color-outline-neutral-strongest:#161616;--token-color-outline-neutral-inverted:#fff;--token-color-outline-brand-brand:#007fe8;--token-color-outline-functional-danger:#f24d4d;--token-color-outline-functional-danger-alt:#c92a2a;--token-color-outline-functional-warning:#ff8b17;--token-color-outline-functional-warning-alt:#e8590c;--token-color-outline-functional-success:#39a049;--token-color-outline-functional-informative:#345cce;--token-color-outline-functional-avg-speed-check:#364fc7;--token-color-special-feature-speedcam:#1eb3ff;--token-color-special-feature-avg-speed-check:#386bff;--token-color-special-feature-parking:#066cbf;--token-color-special-feature-parking-alt:#adcbe4;--token-color-special-feature-police:#0c469e;--token-color-special-feature-firetruck:#c92a2a;--token-color-special-feature-ambulance:#ffeb12;--token-color-special-feature-emergency:#faff12;--token-color-special-feature-signal:#9fff53;--token-color-special-gradient-gerrit-start:#c2d84d;--token-color-special-gradient-gerrit-end:#7db527;--token-color-special-gradient-pro-start:#ae40f2;--token-color-special-gradient-pro-end:#4f19e9;--token-color-special-shadow-shadow-shadow-default:#000;--token-color-system-black:#000;--token-color-system-white:#fff;--token-color-system-dark:false;--token-color-system-show-dark:0;--token-color-system-show-light:100;--token-color-system-theme:light;--token-color-system-utility01:#ff2cac;--token-color-system-utility02:#31daec;--token-color-system-utility03:#ffbe17;--token-color-system-utility04:#10ff7d;--token-modifiers-blur-sharpest:2;--token-modifiers-blur-sharp:4;--token-modifiers-blur-default:8;--token-modifiers-blur-soft:16;--token-modifiers-blur-softer:32;--token-modifiers-timing-fastest:.1;--token-modifiers-timing-fast:.2;--token-modifiers-timing-default:.4;--token-modifiers-timing-slow:.6;--token-modifiers-timing-slowest:1;--token-modifiers-effects:0;--token-modifiers-opacity-faded:10;--token-modifiers-opacity-disabled:20;--token-modifiers-opacity-default:66;--token-modifiers-opacity-pressed:80;--token-modifiers-opacity-solid:90;--token-modifiers-shadow-higher:10;--token-modifiers-shadow-default:8;--token-modifiers-shadow-lower:4}:root.dark{--token-shape-radius-radius-fmx:0;--token-color-surface-neutral-default-highest:#2b2f32;--token-color-surface-neutral-default-higher:#1d1f20;--token-color-surface-neutral-default:#161616;--token-color-surface-neutral-default-lower:#1d1f20;--token-color-surface-neutral-default-lowest:#000;--token-color-surface-brand-brand:#0086f5;--token-color-surface-brand-brand-alt:#273744;--token-color-surface-brand-pro-alt:#862e9c;--token-color-surface-functional-danger:#fa4848;--token-color-surface-functional-danger-alt:#492728;--token-color-surface-functional-warning:#fd7e14;--token-color-surface-functional-warning-alt:#d9480f;--token-color-surface-functional-info:#2e74ff;--token-color-surface-functional-info-alt:#364fc7;--token-color-surface-functional-success:#38a849;--token-color-surface-functional-succes-alt:#17401d;--token-color-surface-utility-default-higher-opac0:#1d1f2000;--token-color-surface-utility-defautl-opac75:#000;--token-color-surface-utility-defautl-opac30:#000;--token-color-surface-utility-scrim-darker:#000;--token-color-content-neutral-default:#f0f1f2;--token-color-content-neutral-default-alt:#aab1b6;--token-color-content-neutral-weak:#6a747b;--token-color-content-neutral-label:#f0f1f2;--token-color-content-brand-brand:#0086f5;--token-color-content-functional-warning:#fe942a;--token-color-content-functional-info:#2e74ff;--token-color-content-functional-success:#38a849;--token-color-content-functional-danger:#fa4848;--token-color-outline-neutral-default:#fff;--token-color-outline-neutral-default-alt:#fff;--token-color-outline-neutral-stronger:#fff;--token-color-outline-neutral-strongest:#f0f1f2;--token-color-outline-neutral-inverted:#000;--token-color-outline-brand-brand:#0086f5;--token-color-outline-functional-danger:#fa4848;--token-color-outline-functional-warning:#fe942a;--token-color-outline-functional-success:#38a849;--token-color-outline-functional-informative:#2e74ff;--token-color-special-feature-avg-speed-check:#2e74ff;--token-color-special-feature-parking-alt:#273744;--token-color-special-shadow-shadow-shadow-default:#000;--token-color-system-dark:true;--token-color-system-show-dark:100;--token-color-system-show-light:0;--token-color-system-theme:dark;--token-modifiers-blur-sharpest:0;--token-modifiers-blur-sharp:0;--token-modifiers-blur-default:0;--token-modifiers-blur-soft:0;--token-modifiers-blur-softer:0;--token-modifiers-timing-fastest:0;--token-modifiers-timing-fast:0;--token-modifiers-timing-default:0;--token-modifiers-timing-slow:0;--token-modifiers-timing-slowest:0;--token-modifiers-opacity-faded:0;--token-modifiers-opacity-disabled:0;--token-modifiers-opacity-default:0;--token-modifiers-opacity-pressed:0;--token-modifiers-opacity-solid:0;--token-modifiers-shadow-higher:0;--token-modifiers-shadow-default:0;--token-modifiers-shadow-lower:0}.container{margin-left:auto;margin-right:auto}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-content{syntax:"*";inherits:false;initial-value:""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
svg[data-v-6c8ee23e]{width:1em;height:1em;fill:currentColor;display:inline-block}.icon-scale-enter-active[data-v-b86bf579],.icon-scale-leave-active[data-v-b86bf579]{transition:transform .3s cubic-bezier(.68,-.55,.27,1.55)}.icon-scale-enter-from[data-v-b86bf579],.icon-scale-leave-to[data-v-b86bf579]{transform:scale(0)}.icon-scale-enter-to[data-v-b86bf579],.icon-scale-leave-from[data-v-b86bf579]{transform:scale(1)}span.iconwrapper[data-v-b86bf579]{display:block;height:2.25rem;width:2.25rem}span.iconwrapper svg[data-v-b86bf579]{width:100%;height:100%}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){[data-v-a8e93ea3],[data-v-a8e93ea3]:before,[data-v-a8e93ea3]:after,[data-v-a8e93ea3]::backdrop{--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-font-weight:initial;--tw-border-style:solid}}}.btn[data-v-a8e93ea3]{cursor:pointer;--tw-border-style:none;transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s));--tw-duration:.2s;border-style:none;align-items:center;transition-duration:.2s;display:inline-flex}@media (hover:hover){.btn[data-v-a8e93ea3]:not([disabled]):hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}}.btn[data-v-a8e93ea3]:not([disabled]):active{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y);opacity:.8}.btn+.btn[data-v-a8e93ea3]{margin-left:1em}.btn[data-size=sm][data-v-a8e93ea3]{height:calc(var(--spacing,.25rem)*10);padding-inline:calc(var(--spacing,.25rem)*3);font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height, 1.5 ));--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500)}.btn[data-size=md][data-v-a8e93ea3]{height:calc(var(--spacing,.25rem)*12);padding-inline:calc(var(--spacing,.25rem)*4);font-size:var(--text-lg,1.125rem);line-height:var(--tw-leading,var(--text-lg--line-height,calc(1.75/1.125)));--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700)}.btn[data-size=lg][data-v-a8e93ea3]{height:60px;padding-inline:calc(var(--spacing,.25rem)*6);font-size:var(--text-2xl,1.5rem);line-height:var(--tw-leading,var(--text-2xl--line-height,calc(2/1.5)));--tw-font-weight:var(--font-weight-bold,700);font-weight:var(--font-weight-bold,700)}.btn[data-size=xl][data-v-a8e93ea3]{height:calc(var(--spacing,.25rem)*20);padding-inline:calc(var(--spacing,.25rem)*8);font-size:var(--text-3xl,1.875rem);line-height:var(--tw-leading,var(--text-3xl--line-height, 1.2 ));--tw-font-weight:var(--font-weight-extrabold,800);font-weight:var(--font-weight-extrabold,800)}.btn[data-buttontype=filled][data-v-a8e93ea3]{border-radius:3.40282e38px}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline],.btn[data-buttontype=squared])[data-size=sm][data-v-a8e93ea3]{border-radius:var(--radius-lg,.5rem)}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline],.btn[data-buttontype=squared])[data-size=md][data-v-a8e93ea3]{border-radius:var(--radius-xl,.75rem)}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline],.btn[data-buttontype=squared])[data-size=lg][data-v-a8e93ea3]{border-radius:var(--radius-2xl,1rem)}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline],.btn[data-buttontype=squared])[data-size=xl][data-v-a8e93ea3]{border-radius:var(--radius-3xl,1.5rem)}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=primary][data-v-a8e93ea3]{background-color:var(--color-surface-brand,var(--token-color-surface-brand-brand));color:var(--color-content-label,var(--token-color-content-neutral-label))}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=secondary][data-v-a8e93ea3]{background-color:var(--color-surface-brandalt,var(--token-color-surface-brand-brand-alt));color:var(--color-content-brand,var(--token-color-content-brand-brand))}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=success][data-v-a8e93ea3]{background-color:var(--color-surface-success,var(--token-color-surface-functional-success));color:var(--color-content-label,var(--token-color-content-neutral-label))}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=warning][data-v-a8e93ea3]{background-color:var(--color-surface-warning,var(--token-color-surface-functional-warning));color:var(--color-content-label,var(--token-color-content-neutral-label))}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=danger][data-v-a8e93ea3]{background-color:var(--color-surface-danger,var(--token-color-surface-functional-danger));color:var(--color-content-label,var(--token-color-content-neutral-label))}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=dangeralt][data-v-a8e93ea3],:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=danger-alt][data-v-a8e93ea3]{background-color:var(--color-surface-dangeralt,var(--token-color-surface-functional-danger-alt));color:var(--color-content-danger,var(--token-color-content-functional-danger))}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=info][data-v-a8e93ea3]{background-color:var(--color-surface-info,var(--token-color-surface-functional-info));color:var(--color-content-label,var(--token-color-content-neutral-label))}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=strong][data-v-a8e93ea3]{background-color:var(--color-black,#000);color:var(--color-white,#fff)}:is(.btn[data-buttontype=filled],.btn[data-buttontype=squared])[data-role=weak][data-v-a8e93ea3]{background-color:var(--color-white,#fff);color:var(--color-content-default,var(--token-color-content-neutral-default))}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline])[data-role=primary][data-v-a8e93ea3]{color:var(--color-content-brand,var(--token-color-content-brand-brand))}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline])[data-role=secondary][data-v-a8e93ea3]{color:var(--color-content-defaultalt,var(--token-color-content-neutral-default-alt))}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline])[data-role=success][data-v-a8e93ea3]{color:var(--color-content-success,var(--token-color-content-functional-success))}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline])[data-role=warning][data-v-a8e93ea3]{color:var(--color-content-warning,var(--token-color-content-functional-warning))}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline])[data-role=danger][data-v-a8e93ea3]{color:var(--color-content-danger,var(--token-color-content-functional-danger))}:is(.btn[data-buttontype=text],.btn[data-buttontype=outline])[data-role=info][data-v-a8e93ea3]{color:var(--color-content-info,var(--token-color-content-functional-info))}body .btn[class][disabled][data-v-a8e93ea3]{cursor:not-allowed;background-color:var(--color-surface-default,var(--token-color-surface-neutral-default));color:var(--color-content-weak,var(--token-color-content-neutral-weak))}body .btn[class][disabled][data-v-a8e93ea3]:active{animation:.2s horizontal-shaking-a8e93ea3}.btn[data-buttontype=outline][data-v-a8e93ea3]{border-style:var(--tw-border-style);--tw-border-style:solid;border:3px solid}.icon[data-v-a8e93ea3]{margin:0 .5rem}@keyframes horizontal-shaking-a8e93ea3{0%{transform:translate(0)}25%{transform:translate(3px)}50%{transform:translate(-3px)}75%{transform:translate(3px)}to{transform:translate(0)}}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
|
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,51 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flitsmeister/design-system",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Flitsmeister design system and demo site",
|
|
5
5
|
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./fmxInput": "./web/components/fmxInput.vue",
|
|
9
|
+
"./fmxButton": "./web/components/fmxButton.vue",
|
|
10
|
+
"./main.css": "./dist-lib/main.css",
|
|
11
|
+
"./themes/*": "./tokens/schema_exports/*"
|
|
12
|
+
},
|
|
6
13
|
"scripts": {
|
|
7
|
-
"
|
|
8
|
-
"build": "
|
|
9
|
-
"build
|
|
14
|
+
"dev": "vite",
|
|
15
|
+
"build": "vite build",
|
|
16
|
+
"build:docs": "vite build",
|
|
17
|
+
"build:lib": "vite build --config vite.config.lib.mjs && BUILD_CSS=1 vite build --config vite.config.lib.mjs",
|
|
18
|
+
"preview": "vite preview",
|
|
10
19
|
"test": "exit 0;"
|
|
11
20
|
},
|
|
12
21
|
"author": "Flitsmeister",
|
|
13
22
|
"license": "ISC",
|
|
14
23
|
"dependencies": {
|
|
15
|
-
"@
|
|
16
|
-
"@
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"postcss-loader": "~7.0.2",
|
|
29
|
-
"sass-loader": "~14",
|
|
30
|
-
"style-loader": "~3.3.1",
|
|
31
|
-
"tailwindcss": "~3.2.6",
|
|
32
|
-
"uuid": "~9.0.0",
|
|
33
|
-
"vue": "~3.2.47",
|
|
34
|
-
"vue-i18n": "~9.2.2",
|
|
35
|
-
"vue-loader": "~17.0.1",
|
|
24
|
+
"@pivanov/vite-plugin-svg-sprite": "^3",
|
|
25
|
+
"@tailwindcss/postcss": "~4.1.13",
|
|
26
|
+
"@vitejs/plugin-vue": "^5",
|
|
27
|
+
"autoprefixer": "^10.4",
|
|
28
|
+
"axios": "~1.11",
|
|
29
|
+
"flagpack-core": "^2",
|
|
30
|
+
"postcss": "^8.4",
|
|
31
|
+
"sass": "^1.69",
|
|
32
|
+
"svgo": "~3.3.2",
|
|
33
|
+
"tailwindcss": "^4",
|
|
34
|
+
"uuid": "^9",
|
|
35
|
+
"vite": "^5",
|
|
36
|
+
"vue": "^3.2.0",
|
|
36
37
|
"vue-router": "~4.1.6",
|
|
37
|
-
"
|
|
38
|
-
"vue-template-compiler": "~2.7.14",
|
|
39
|
-
"vuex": "~4.1.0",
|
|
40
|
-
"webpack": "~5.75.0",
|
|
41
|
-
"webpack-cli": "~5.0.1"
|
|
38
|
+
"vuex": "~4.1"
|
|
42
39
|
},
|
|
43
40
|
"devDependencies": {
|
|
44
41
|
"@flitsmeister/eslint": "~1.2.1",
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
42
|
+
"vite-plugin-static-copy": "~3.1.4"
|
|
43
|
+
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"vue": "^3.2.0",
|
|
46
|
+
"vue-i18n": "~11.1.7"
|
|
49
47
|
},
|
|
50
48
|
"repository": {
|
|
51
49
|
"type": "git",
|
|
@@ -61,5 +59,13 @@
|
|
|
61
59
|
"bugs": {
|
|
62
60
|
"url": "https://github.com/flitsmeister/design-system/issues"
|
|
63
61
|
},
|
|
64
|
-
"homepage": "https://github.com/flitsmeister/design-system#readme"
|
|
65
|
-
|
|
62
|
+
"homepage": "https://github.com/flitsmeister/design-system#readme",
|
|
63
|
+
"files": [
|
|
64
|
+
"dist-lib/",
|
|
65
|
+
"index.js",
|
|
66
|
+
"web/components/",
|
|
67
|
+
"tokens/schema_exports/",
|
|
68
|
+
"package.json",
|
|
69
|
+
"README.md"
|
|
70
|
+
]
|
|
71
|
+
}
|