@bitrix24/b24ui-nuxt 0.7.2 → 1.0.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/.nuxt/b24ui/accordion.ts +3 -3
- package/.nuxt/b24ui/advice.ts +6 -5
- package/.nuxt/b24ui/alert.ts +102 -49
- package/.nuxt/b24ui/avatar-group.ts +10 -10
- package/.nuxt/b24ui/avatar.ts +18 -18
- package/.nuxt/b24ui/badge.ts +167 -176
- package/.nuxt/b24ui/button-group.ts +3 -1
- package/.nuxt/b24ui/button.ts +179 -170
- package/.nuxt/b24ui/calendar.ts +48 -28
- package/.nuxt/b24ui/checkbox.ts +82 -85
- package/.nuxt/b24ui/chip.ts +121 -32
- package/.nuxt/b24ui/container.ts +1 -1
- package/.nuxt/b24ui/content/table-wrapper.ts +11 -11
- package/.nuxt/b24ui/countdown.ts +11 -11
- package/.nuxt/b24ui/description-list.ts +6 -6
- package/.nuxt/b24ui/dropdown-menu.ts +111 -183
- package/.nuxt/b24ui/form-field.ts +19 -19
- package/.nuxt/b24ui/index.ts +0 -1
- package/.nuxt/b24ui/input-menu.ts +294 -357
- package/.nuxt/b24ui/input-number.ts +111 -259
- package/.nuxt/b24ui/input.ts +136 -259
- package/.nuxt/b24ui/kbd.ts +15 -13
- package/.nuxt/b24ui/link.ts +5 -5
- package/.nuxt/b24ui/modal.ts +14 -12
- package/.nuxt/b24ui/navbar-divider.ts +1 -1
- package/.nuxt/b24ui/navbar-section.ts +1 -1
- package/.nuxt/b24ui/navbar.ts +1 -1
- package/.nuxt/b24ui/navigation-menu.ts +70 -754
- package/.nuxt/b24ui/popover.ts +2 -2
- package/.nuxt/b24ui/progress.ts +58 -68
- package/.nuxt/b24ui/prose/a.ts +1 -1
- package/.nuxt/b24ui/prose/blockquote.ts +1 -1
- package/.nuxt/b24ui/prose/code.ts +45 -9
- package/.nuxt/b24ui/prose/h1.ts +21 -2
- package/.nuxt/b24ui/prose/h2.ts +21 -12
- package/.nuxt/b24ui/prose/h3.ts +21 -12
- package/.nuxt/b24ui/prose/h4.ts +21 -12
- package/.nuxt/b24ui/prose/h5.ts +21 -12
- package/.nuxt/b24ui/prose/h6.ts +21 -12
- package/.nuxt/b24ui/prose/hr.ts +1 -1
- package/.nuxt/b24ui/prose/ol.ts +1 -1
- package/.nuxt/b24ui/prose/p.ts +26 -1
- package/.nuxt/b24ui/prose/thead.ts +1 -1
- package/.nuxt/b24ui/prose/ul.ts +1 -1
- package/.nuxt/b24ui/radio-group.ts +115 -155
- package/.nuxt/b24ui/range.ts +38 -26
- package/.nuxt/b24ui/select-menu.ts +251 -306
- package/.nuxt/b24ui/select.ts +246 -301
- package/.nuxt/b24ui/separator.ts +40 -85
- package/.nuxt/b24ui/sidebar-header.ts +1 -1
- package/.nuxt/b24ui/sidebar-heading.ts +1 -1
- package/.nuxt/b24ui/sidebar-layout.ts +130 -19
- package/.nuxt/b24ui/sidebar-section.ts +1 -1
- package/.nuxt/b24ui/skeleton.ts +19 -1
- package/.nuxt/b24ui/slideover.ts +35 -34
- package/.nuxt/b24ui/switch.ts +59 -48
- package/.nuxt/b24ui/tabs.ts +26 -239
- package/.nuxt/b24ui/textarea.ts +50 -236
- package/.nuxt/b24ui/toast.ts +38 -30
- package/.nuxt/b24ui/toaster.ts +1 -1
- package/.nuxt/b24ui/tooltip.ts +5 -5
- package/cli/templates.mjs +2 -1
- package/dist/meta.d.mts +18759 -5002
- package/dist/meta.mjs +18759 -5002
- package/dist/module.d.mts +1 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +3 -5
- package/dist/runtime/air-design-tokens/001_b24_global.css +1 -0
- package/dist/runtime/air-design-tokens/002_b24_context_utility.css +0 -0
- package/dist/runtime/air-design-tokens/003_b24_context_light.css +1 -0
- package/dist/runtime/air-design-tokens/004_b24_context_dark.css +1 -0
- package/dist/runtime/air-design-tokens/005_b24_context_edge-light.css +1 -0
- package/dist/runtime/air-design-tokens/006_b24_context_edge-dark.css +1 -0
- package/dist/runtime/air-design-tokens/007_b24_global.css +1 -0
- package/dist/runtime/air-design-tokens/008_ui_global.css +1 -0
- package/dist/runtime/air-design-tokens/009_b24_tools.css +1 -0
- package/dist/runtime/air-design-tokens/components/badge-counter.css +1 -0
- package/dist/runtime/air-design-tokens/components/button.css +1 -0
- package/dist/runtime/air-design-tokens/components/navigation-menu.css +1 -0
- package/dist/runtime/air-design-tokens/components/popup.css +1 -0
- package/dist/runtime/air-design-tokens/components/scrollbar.css +2 -0
- package/dist/runtime/air-design-tokens/index.css +1 -0
- package/dist/runtime/components/Accordion.vue.d.ts +1 -1
- package/dist/runtime/components/Advice.vue +1 -13
- package/dist/runtime/components/Advice.vue.d.ts +1 -1
- package/dist/runtime/components/Alert.vue +6 -4
- package/dist/runtime/components/Alert.vue.d.ts +11 -4
- package/dist/runtime/components/App.vue.d.ts +1 -1
- package/dist/runtime/components/Avatar.vue.d.ts +1 -1
- package/dist/runtime/components/AvatarGroup.vue.d.ts +1 -1
- package/dist/runtime/components/Badge.vue +7 -11
- package/dist/runtime/components/Badge.vue.d.ts +6 -8
- package/dist/runtime/components/Button.vue +18 -15
- package/dist/runtime/components/Button.vue.d.ts +5 -7
- package/dist/runtime/components/ButtonGroup.vue.d.ts +1 -1
- package/dist/runtime/components/Calendar.vue +8 -8
- package/dist/runtime/components/Calendar.vue.d.ts +14 -8
- package/dist/runtime/components/Checkbox.vue.d.ts +2 -2
- package/dist/runtime/components/Chip.vue +28 -7
- package/dist/runtime/components/Chip.vue.d.ts +22 -2
- package/dist/runtime/components/Collapsible.vue.d.ts +1 -1
- package/dist/runtime/components/Container.vue.d.ts +1 -1
- package/dist/runtime/components/Countdown.vue.d.ts +5 -3
- package/dist/runtime/components/DescriptionList.vue.d.ts +1 -1
- package/dist/runtime/components/DropdownMenu.vue +20 -9
- package/dist/runtime/components/DropdownMenu.vue.d.ts +1 -5
- package/dist/runtime/components/DropdownMenuContent.vue +29 -7
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +14 -6
- package/dist/runtime/components/Form.vue +3 -3
- package/dist/runtime/components/Form.vue.d.ts +6 -5
- package/dist/runtime/components/FormField.vue +2 -2
- package/dist/runtime/components/FormField.vue.d.ts +4 -4
- package/dist/runtime/components/Input.vue +8 -4
- package/dist/runtime/components/Input.vue.d.ts +9 -8
- package/dist/runtime/components/InputMenu.vue +44 -18
- package/dist/runtime/components/InputMenu.vue.d.ts +17 -223
- package/dist/runtime/components/InputNumber.vue +14 -11
- package/dist/runtime/components/InputNumber.vue.d.ts +13 -87
- package/dist/runtime/components/Kbd.vue +6 -3
- package/dist/runtime/components/Kbd.vue.d.ts +7 -3
- package/dist/runtime/components/Link.vue +6 -5
- package/dist/runtime/components/Link.vue.d.ts +1 -3
- package/dist/runtime/components/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/components/Modal.vue +37 -33
- package/dist/runtime/components/Modal.vue.d.ts +2 -2
- package/dist/runtime/components/ModalDialogClose.vue.d.ts +1 -1
- package/dist/runtime/components/Navbar.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarSection.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -1
- package/dist/runtime/components/NavigationMenu.vue +95 -84
- package/dist/runtime/components/NavigationMenu.vue.d.ts +31 -33
- package/dist/runtime/components/OverlayProvider.vue.d.ts +1 -1
- package/dist/runtime/components/Popover.vue +8 -2
- package/dist/runtime/components/Popover.vue.d.ts +9 -3
- package/dist/runtime/components/Progress.vue.d.ts +3 -3
- package/dist/runtime/components/RadioGroup.vue +1 -1
- package/dist/runtime/components/RadioGroup.vue.d.ts +6 -5
- package/dist/runtime/components/Range.vue.d.ts +6 -6
- package/dist/runtime/components/Select.vue +25 -11
- package/dist/runtime/components/Select.vue.d.ts +7 -7
- package/dist/runtime/components/SelectMenu.vue +38 -19
- package/dist/runtime/components/SelectMenu.vue.d.ts +11 -10
- package/dist/runtime/components/Separator.vue +4 -4
- package/dist/runtime/components/Separator.vue.d.ts +6 -3
- package/dist/runtime/components/Sidebar.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarBody.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarFooter.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarHeader.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarHeading.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarLayout.vue +148 -63
- package/dist/runtime/components/SidebarLayout.vue.d.ts +61 -8
- package/dist/runtime/components/SidebarSection.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +4 -1
- package/dist/runtime/components/Skeleton.vue +7 -3
- package/dist/runtime/components/Skeleton.vue.d.ts +12 -1
- package/dist/runtime/components/Slideover.vue +120 -43
- package/dist/runtime/components/Slideover.vue.d.ts +22 -9
- package/dist/runtime/components/Switch.vue.d.ts +2 -2
- package/dist/runtime/components/Tabs.vue +11 -3
- package/dist/runtime/components/Tabs.vue.d.ts +8 -7
- package/dist/runtime/components/Textarea.vue +8 -4
- package/dist/runtime/components/Textarea.vue.d.ts +8 -7
- package/dist/runtime/components/Toast.vue +16 -8
- package/dist/runtime/components/Toast.vue.d.ts +16 -15
- package/dist/runtime/components/Toaster.vue.d.ts +2 -2
- package/dist/runtime/components/Tooltip.vue +9 -5
- package/dist/runtime/components/Tooltip.vue.d.ts +7 -1
- package/dist/runtime/components/content/TableWrapper.vue.d.ts +1 -1
- package/dist/runtime/composables/defineShortcuts.js +5 -3
- package/dist/runtime/composables/useAvatarGroup.d.ts +1 -1
- package/dist/runtime/composables/useButtonGroup.d.ts +1 -1
- package/dist/runtime/composables/useComponentIcons.d.ts +1 -1
- package/dist/runtime/composables/useFormField.d.ts +4 -7
- package/dist/runtime/composables/useFormField.js +6 -3
- package/dist/runtime/composables/useKbd.d.ts +1 -1
- package/dist/runtime/composables/useLocale.js +2 -2
- package/dist/runtime/composables/useOverlay.d.ts +29 -2
- package/dist/runtime/composables/useOverlay.js +8 -7
- package/dist/runtime/composables/usePortal.d.ts +1 -1
- package/dist/runtime/composables/useSidebarLayout.d.ts +20 -0
- package/dist/runtime/composables/useSidebarLayout.js +16 -0
- package/dist/runtime/dictionary/icons.js +7 -7
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/inertia/components/Link.vue +3 -0
- package/dist/runtime/inertia/components/Link.vue.d.ts +1 -1
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/inertia/stubs.d.ts +1 -0
- package/dist/runtime/inertia/stubs.js +4 -2
- package/dist/runtime/locale/ar.js +6 -0
- package/dist/runtime/locale/br.js +6 -0
- package/dist/runtime/locale/de.js +6 -0
- package/dist/runtime/locale/en.js +6 -0
- package/dist/runtime/locale/fr.js +6 -0
- package/dist/runtime/locale/id.js +6 -0
- package/dist/runtime/locale/it.js +6 -0
- package/dist/runtime/locale/ja.js +6 -0
- package/dist/runtime/locale/kz.js +6 -0
- package/dist/runtime/locale/la.js +6 -0
- package/dist/runtime/locale/ms.js +6 -0
- package/dist/runtime/locale/pl.js +6 -0
- package/dist/runtime/locale/ru.js +6 -0
- package/dist/runtime/locale/sc.js +6 -0
- package/dist/runtime/locale/tc.js +6 -0
- package/dist/runtime/locale/th.js +6 -0
- package/dist/runtime/locale/tr.js +6 -0
- package/dist/runtime/locale/ua.js +6 -0
- package/dist/runtime/locale/vn.js +6 -0
- package/dist/runtime/plugins/ui-version.d.ts +5 -0
- package/dist/runtime/plugins/ui-version.js +8 -0
- package/dist/runtime/prose/A.vue.d.ts +4 -1
- package/dist/runtime/prose/Blockquote.vue.d.ts +4 -1
- package/dist/runtime/prose/Code.vue.d.ts +4 -1
- package/dist/runtime/prose/Em.vue.d.ts +4 -1
- package/dist/runtime/prose/H1.vue +4 -1
- package/dist/runtime/prose/H1.vue.d.ts +7 -1
- package/dist/runtime/prose/H2.vue +4 -1
- package/dist/runtime/prose/H2.vue.d.ts +7 -1
- package/dist/runtime/prose/H3.vue +4 -1
- package/dist/runtime/prose/H3.vue.d.ts +7 -1
- package/dist/runtime/prose/H4.vue +4 -1
- package/dist/runtime/prose/H4.vue.d.ts +7 -1
- package/dist/runtime/prose/H5.vue +4 -1
- package/dist/runtime/prose/H5.vue.d.ts +7 -1
- package/dist/runtime/prose/H6.vue +4 -1
- package/dist/runtime/prose/H6.vue.d.ts +7 -1
- package/dist/runtime/prose/Hr.vue.d.ts +1 -1
- package/dist/runtime/prose/Img.vue.d.ts +1 -1
- package/dist/runtime/prose/Li.vue.d.ts +4 -1
- package/dist/runtime/prose/Ol.vue.d.ts +4 -1
- package/dist/runtime/prose/P.vue +6 -1
- package/dist/runtime/prose/P.vue.d.ts +12 -1
- package/dist/runtime/prose/Pre.vue.d.ts +4 -1
- package/dist/runtime/prose/Strong.vue.d.ts +4 -1
- package/dist/runtime/prose/Table.vue.d.ts +5 -2
- package/dist/runtime/prose/Tbody.vue.d.ts +4 -1
- package/dist/runtime/prose/Td.vue.d.ts +4 -1
- package/dist/runtime/prose/Th.vue.d.ts +4 -1
- package/dist/runtime/prose/Thead.vue.d.ts +4 -1
- package/dist/runtime/prose/Tr.vue.d.ts +4 -1
- package/dist/runtime/prose/Ul.vue.d.ts +4 -1
- package/dist/runtime/types/index.d.ts +0 -1
- package/dist/runtime/types/index.js +0 -1
- package/dist/runtime/types/locale.d.ts +6 -0
- package/dist/runtime/utils/index.d.ts +6 -0
- package/dist/runtime/utils/index.js +27 -0
- package/dist/runtime/utils/tv.js +66 -1
- package/dist/runtime/vue/components/Link.vue +3 -0
- package/dist/runtime/vue/components/Link.vue.d.ts +1 -1
- package/dist/runtime/vue/stubs.d.ts +1 -0
- package/dist/runtime/vue/stubs.js +3 -1
- package/dist/shared/b24ui-nuxt.dLc5H7ID.mjs +6100 -0
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +40 -28
- package/.nuxt/b24ui/stacked-layout.ts +0 -34
- package/dist/runtime/air-design-tokens.css +0 -1
- package/dist/runtime/components/StackedLayout.vue +0 -117
- package/dist/runtime/components/StackedLayout.vue.d.ts +0 -44
- package/dist/shared/b24ui-nuxt.CxsFEY3M.mjs +0 -7895
package/.nuxt/b24ui/popover.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"slots": {
|
|
3
|
-
"content": "
|
|
4
|
-
"arrow": "fill-
|
|
3
|
+
"content": "light bg-(--popup-window-background-color) shadow-(--popup-window-box-shadow) rounded-(--popup-window-border-radius) will-change-[opacity] motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in] origin-(--reka-popover-content-transform-origin) focus:outline-none pointer-events-auto",
|
|
4
|
+
"arrow": "fill-(--popup-window-background-color)"
|
|
5
5
|
}
|
|
6
6
|
}
|
package/.nuxt/b24ui/progress.ts
CHANGED
|
@@ -7,6 +7,12 @@ const animation = [
|
|
|
7
7
|
] as const
|
|
8
8
|
|
|
9
9
|
const color = [
|
|
10
|
+
"air-primary",
|
|
11
|
+
"air-primary-success",
|
|
12
|
+
"air-primary-alert",
|
|
13
|
+
"air-primary-copilot",
|
|
14
|
+
"air-primary-warning",
|
|
15
|
+
"air-secondary",
|
|
10
16
|
"default",
|
|
11
17
|
"danger",
|
|
12
18
|
"success",
|
|
@@ -39,10 +45,14 @@ const orientation = [
|
|
|
39
45
|
export default {
|
|
40
46
|
"slots": {
|
|
41
47
|
"root": "gap-2",
|
|
42
|
-
"base":
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
48
|
+
"base": [
|
|
49
|
+
"relative overflow-hidden",
|
|
50
|
+
"rounded-(--ui-border-radius-pill)",
|
|
51
|
+
"bg-(--ui-color-base-5)"
|
|
52
|
+
],
|
|
53
|
+
"indicator": "rounded-(--ui-border-radius-pill) size-full transition-transform duration-200 ease-out bg-(--b24ui-background)",
|
|
54
|
+
"status": "flex justify-end text-(--b24ui-typography-legend-color) transition-[width] duration-200",
|
|
55
|
+
"steps": "grid items-end text-(--b24ui-typography-legend-color)",
|
|
46
56
|
"step": "truncate text-end row-start-1 col-start-1 transition-opacity" as typeof step[number]
|
|
47
57
|
},
|
|
48
58
|
"variants": {
|
|
@@ -54,55 +64,65 @@ export default {
|
|
|
54
64
|
"elastic": ""
|
|
55
65
|
},
|
|
56
66
|
"color": {
|
|
67
|
+
"air-primary": {
|
|
68
|
+
"root": "style-filled"
|
|
69
|
+
},
|
|
70
|
+
"air-primary-success": {
|
|
71
|
+
"root": "style-filled-success"
|
|
72
|
+
},
|
|
73
|
+
"air-primary-alert": {
|
|
74
|
+
"root": "style-filled-alert"
|
|
75
|
+
},
|
|
76
|
+
"air-primary-copilot": {
|
|
77
|
+
"root": "style-filled-copilot"
|
|
78
|
+
},
|
|
79
|
+
"air-primary-warning": {
|
|
80
|
+
"root": "style-filled-warning"
|
|
81
|
+
},
|
|
82
|
+
"air-secondary": {
|
|
83
|
+
"root": "style-tinted"
|
|
84
|
+
},
|
|
57
85
|
"default": {
|
|
58
|
-
"
|
|
59
|
-
"steps": "text-base-500"
|
|
86
|
+
"root": "style-old-default"
|
|
60
87
|
},
|
|
61
88
|
"danger": {
|
|
62
|
-
"
|
|
63
|
-
"steps": "text-base-500"
|
|
89
|
+
"root": "style-old-danger"
|
|
64
90
|
},
|
|
65
91
|
"success": {
|
|
66
|
-
"
|
|
67
|
-
"steps": "text-base-500"
|
|
92
|
+
"root": "style-old-success"
|
|
68
93
|
},
|
|
69
94
|
"warning": {
|
|
70
|
-
"
|
|
71
|
-
"steps": "text-base-500"
|
|
95
|
+
"root": "style-old-warning"
|
|
72
96
|
},
|
|
73
97
|
"primary": {
|
|
74
|
-
"
|
|
75
|
-
"steps": "text-base-500"
|
|
98
|
+
"root": "style-old-primary"
|
|
76
99
|
},
|
|
77
100
|
"secondary": {
|
|
78
|
-
"
|
|
79
|
-
"steps": "text-base-500"
|
|
101
|
+
"root": "style-old-secondary"
|
|
80
102
|
},
|
|
81
103
|
"collab": {
|
|
82
|
-
"
|
|
83
|
-
"steps": "text-base-500"
|
|
104
|
+
"root": "style-old-collab"
|
|
84
105
|
},
|
|
85
106
|
"ai": {
|
|
86
|
-
"
|
|
87
|
-
"steps": "text-base-500"
|
|
107
|
+
"root": "style-old-ai"
|
|
88
108
|
}
|
|
89
109
|
},
|
|
90
110
|
"size": {
|
|
91
111
|
"xs": {
|
|
92
|
-
"status": "text-xs",
|
|
93
|
-
"steps": "text-xs"
|
|
112
|
+
"status": "text-(length:--ui-font-size-xs)/(--ui-font-line-height-sm)",
|
|
113
|
+
"steps": "text-(length:--ui-font-size-xs)/(--ui-font-line-height-sm)"
|
|
94
114
|
},
|
|
95
115
|
"sm": {
|
|
96
|
-
"status": "text-sm",
|
|
97
|
-
"steps": "text-sm"
|
|
116
|
+
"status": "text-(length:--ui-font-size-sm)/(--ui-font-line-height-sm)",
|
|
117
|
+
"steps": "text-(length:--ui-font-size-sm)/(--ui-font-line-height-sm)"
|
|
98
118
|
},
|
|
99
119
|
"md": {
|
|
100
|
-
"status": "text-sm",
|
|
101
|
-
"steps": "text-sm"
|
|
120
|
+
"status": "text-(length:--ui-font-size-sm)/(--ui-font-line-height-sm)",
|
|
121
|
+
"steps": "text-(length:--ui-font-size-sm)/(--ui-font-line-height-sm)"
|
|
102
122
|
},
|
|
103
123
|
"lg": {
|
|
104
|
-
"status": "text-sm",
|
|
105
|
-
"steps": "text-sm"
|
|
124
|
+
"status": "text-(length:--ui-font-size-sm)/(--ui-font-line-height-sm)",
|
|
125
|
+
"steps": "text-(length:--ui-font-size-sm)/(--ui-font-line-height-sm)"
|
|
106
126
|
}
|
|
107
127
|
},
|
|
108
128
|
"step": {
|
|
@@ -110,7 +130,7 @@ export default {
|
|
|
110
130
|
"step": "opacity-100" as typeof step[number]
|
|
111
131
|
},
|
|
112
132
|
"first": {
|
|
113
|
-
"step": "opacity-100 text-
|
|
133
|
+
"step": "opacity-100 text-(--b24ui-typography-legend-color)" as typeof step[number]
|
|
114
134
|
},
|
|
115
135
|
"other": {
|
|
116
136
|
"step": "opacity-0" as typeof step[number]
|
|
@@ -154,75 +174,45 @@ export default {
|
|
|
154
174
|
"status": "flex-col-reverse"
|
|
155
175
|
}
|
|
156
176
|
},
|
|
157
|
-
{
|
|
158
|
-
"orientation": "horizontal" as typeof orientation[number],
|
|
159
|
-
"size": "2xs" as typeof size[number],
|
|
160
|
-
"class": "h-px"
|
|
161
|
-
},
|
|
162
177
|
{
|
|
163
178
|
"orientation": "horizontal" as typeof orientation[number],
|
|
164
179
|
"size": "xs" as typeof size[number],
|
|
165
|
-
"class": "h-
|
|
180
|
+
"class": "h-[2px]"
|
|
166
181
|
},
|
|
167
182
|
{
|
|
168
183
|
"orientation": "horizontal" as typeof orientation[number],
|
|
169
184
|
"size": "sm" as typeof size[number],
|
|
170
|
-
"class": "h-
|
|
185
|
+
"class": "h-[4px]"
|
|
171
186
|
},
|
|
172
187
|
{
|
|
173
188
|
"orientation": "horizontal" as typeof orientation[number],
|
|
174
189
|
"size": "md" as typeof size[number],
|
|
175
|
-
"class": "h-
|
|
190
|
+
"class": "h-[8px]"
|
|
176
191
|
},
|
|
177
192
|
{
|
|
178
193
|
"orientation": "horizontal" as typeof orientation[number],
|
|
179
194
|
"size": "lg" as typeof size[number],
|
|
180
|
-
"class": "h-
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"orientation": "horizontal" as typeof orientation[number],
|
|
184
|
-
"size": "xl" as typeof size[number],
|
|
185
|
-
"class": "h-4"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"orientation": "horizontal" as typeof orientation[number],
|
|
189
|
-
"size": "2xl" as typeof size[number],
|
|
190
|
-
"class": "h-5"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"orientation": "vertical" as typeof orientation[number],
|
|
194
|
-
"size": "2xs" as typeof size[number],
|
|
195
|
-
"class": "w-px"
|
|
195
|
+
"class": "h-[12px]"
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"orientation": "vertical" as typeof orientation[number],
|
|
199
199
|
"size": "xs" as typeof size[number],
|
|
200
|
-
"class": "w-
|
|
200
|
+
"class": "w-[2px]"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"orientation": "vertical" as typeof orientation[number],
|
|
204
204
|
"size": "sm" as typeof size[number],
|
|
205
|
-
"class": "w-
|
|
205
|
+
"class": "w-[4px]"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"orientation": "vertical" as typeof orientation[number],
|
|
209
209
|
"size": "md" as typeof size[number],
|
|
210
|
-
"class": "w-
|
|
210
|
+
"class": "w-[8px]"
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"orientation": "vertical" as typeof orientation[number],
|
|
214
214
|
"size": "lg" as typeof size[number],
|
|
215
|
-
"class": "w-
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"orientation": "vertical" as typeof orientation[number],
|
|
219
|
-
"size": "xl" as typeof size[number],
|
|
220
|
-
"class": "w-4"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"orientation": "vertical" as typeof orientation[number],
|
|
224
|
-
"size": "2xl" as typeof size[number],
|
|
225
|
-
"class": "w-5"
|
|
215
|
+
"class": "w-[12px]"
|
|
226
216
|
},
|
|
227
217
|
{
|
|
228
218
|
"orientation": "horizontal" as typeof orientation[number],
|
|
@@ -296,8 +286,8 @@ export default {
|
|
|
296
286
|
}
|
|
297
287
|
],
|
|
298
288
|
"defaultVariants": {
|
|
289
|
+
"color": "air-primary" as typeof color[number],
|
|
299
290
|
"animation": "loading" as typeof animation[number],
|
|
300
|
-
"color": "primary" as typeof color[number],
|
|
301
291
|
"size": "md" as typeof size[number]
|
|
302
292
|
}
|
|
303
293
|
}
|
package/.nuxt/b24ui/prose/a.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"slots": {
|
|
3
|
-
"base": "cursor-pointer text-
|
|
3
|
+
"base": "cursor-pointer text-(--ui-color-accent-main-link) hover:underline underline-offset-2 hover:text-(--ui-color-accent-main-primary-alt) focus-visible:outline-info-text transition-colors [&>code]:transition-colors [&>code]:ring-dashed hover:[&>code]:text-(--ui-color-accent-main-primary-alt) hover:[&>code]:bg-(--ui-color-design-selection-bg) hover:[&>code]:ring-(--ui-color-design-selection-stroke)"
|
|
4
4
|
}
|
|
5
5
|
}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
const color = [
|
|
2
|
+
"air-primary",
|
|
3
|
+
"air-primary-success",
|
|
4
|
+
"air-primary-alert",
|
|
5
|
+
"air-primary-copilot",
|
|
6
|
+
"air-primary-warning",
|
|
2
7
|
"default",
|
|
3
8
|
"danger",
|
|
4
9
|
"success",
|
|
@@ -11,18 +16,49 @@ const color = [
|
|
|
11
16
|
|
|
12
17
|
export default {
|
|
13
18
|
"slots": {
|
|
14
|
-
"base": "px-1.5 py-0.5 font-
|
|
19
|
+
"base": "px-1.5 py-0.5 font-[family-name:var(--ui-font-family-system-mono)] font-(--ui-font-weight-medium) text-(length:--ui-font-size-sm)/[normal] rounded-(--ui-border-radius-md) inline-block ring-(--b24ui-border-width) ring-inset text-(--b24ui-color) bg-(--b24ui-background) ring-(--b24ui-border-color)"
|
|
15
20
|
},
|
|
16
21
|
"variants": {
|
|
17
22
|
"color": {
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
23
|
+
"air-primary": {
|
|
24
|
+
"base": "style-filled"
|
|
25
|
+
},
|
|
26
|
+
"air-primary-success": {
|
|
27
|
+
"base": "style-filled-success"
|
|
28
|
+
},
|
|
29
|
+
"air-primary-alert": {
|
|
30
|
+
"base": "style-filled-alert"
|
|
31
|
+
},
|
|
32
|
+
"air-primary-copilot": {
|
|
33
|
+
"base": "style-filled-copilot"
|
|
34
|
+
},
|
|
35
|
+
"air-primary-warning": {
|
|
36
|
+
"base": "style-filled-warning"
|
|
37
|
+
},
|
|
38
|
+
"default": {
|
|
39
|
+
"base": "style-old-default"
|
|
40
|
+
},
|
|
41
|
+
"danger": {
|
|
42
|
+
"base": "style-old-danger"
|
|
43
|
+
},
|
|
44
|
+
"success": {
|
|
45
|
+
"base": "style-old-success"
|
|
46
|
+
},
|
|
47
|
+
"warning": {
|
|
48
|
+
"base": "style-old-warning"
|
|
49
|
+
},
|
|
50
|
+
"primary": {
|
|
51
|
+
"base": "style-old-primary"
|
|
52
|
+
},
|
|
53
|
+
"secondary": {
|
|
54
|
+
"base": "style-old-secondary"
|
|
55
|
+
},
|
|
56
|
+
"collab": {
|
|
57
|
+
"base": "style-old-collab"
|
|
58
|
+
},
|
|
59
|
+
"ai": {
|
|
60
|
+
"base": "style-old-ai"
|
|
61
|
+
}
|
|
26
62
|
}
|
|
27
63
|
},
|
|
28
64
|
"defaultVariants": {
|
package/.nuxt/b24ui/prose/h1.ts
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
|
+
const accent = [
|
|
2
|
+
"default",
|
|
3
|
+
"accent",
|
|
4
|
+
"accent-more",
|
|
5
|
+
"less",
|
|
6
|
+
"less-more"
|
|
7
|
+
] as const
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
"slots": {
|
|
3
|
-
"base": "mb-2
|
|
4
|
-
|
|
11
|
+
"base": "relative mb-2 scroll-mt-[calc(45px+var(--b24ui-header-height))] lg:scroll-mt-(--b24ui-header-height) text-(length:--ui-font-size-5xl)"
|
|
12
|
+
},
|
|
13
|
+
"variants": {
|
|
14
|
+
"accent": {
|
|
15
|
+
"default": "text-(--b24ui-typography-label-color)",
|
|
16
|
+
"accent": "text-(--ui-color-accent-brand-blue)" as typeof accent[number],
|
|
17
|
+
"accent-more": "text-(--ui-color-accent-soft-element-blue)",
|
|
18
|
+
"less": "text-(--b24ui-typography-description-color)",
|
|
19
|
+
"less-more": "text-(--ui-color-design-plain-na-content-secondary)"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"defaultVariants": {
|
|
23
|
+
"accent": "default" as typeof accent[number]
|
|
5
24
|
}
|
|
6
25
|
}
|
package/.nuxt/b24ui/prose/h2.ts
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
+
const accent = [
|
|
2
|
+
"default",
|
|
3
|
+
"accent",
|
|
4
|
+
"accent-more",
|
|
5
|
+
"less",
|
|
6
|
+
"less-more"
|
|
7
|
+
] as const
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
"slots": {
|
|
3
|
-
"base": "relative mb-2
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
"base": "relative mb-2 scroll-mt-[calc(48px+45px+var(--b24ui-header-height))] lg:scroll-mt-[calc(48px+var(--b24ui-header-height))] text-(length:--ui-font-size-4xl)"
|
|
12
|
+
},
|
|
13
|
+
"variants": {
|
|
14
|
+
"accent": {
|
|
15
|
+
"default": "text-(--b24ui-typography-label-color)",
|
|
16
|
+
"accent": "text-(--ui-color-accent-brand-blue)" as typeof accent[number],
|
|
17
|
+
"accent-more": "text-(--ui-color-accent-soft-element-blue)",
|
|
18
|
+
"less": "text-(--b24ui-typography-description-color)",
|
|
19
|
+
"less-more": "text-(--ui-color-design-plain-na-content-secondary)"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"defaultVariants": {
|
|
23
|
+
"accent": "default" as typeof accent[number]
|
|
15
24
|
}
|
|
16
25
|
}
|
package/.nuxt/b24ui/prose/h3.ts
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
+
const accent = [
|
|
2
|
+
"default",
|
|
3
|
+
"accent",
|
|
4
|
+
"accent-more",
|
|
5
|
+
"less",
|
|
6
|
+
"less-more"
|
|
7
|
+
] as const
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
"slots": {
|
|
3
|
-
"base": "relative mb-2
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
"base": "relative mb-2 scroll-mt-[calc(32px+45px+var(--b24ui-header-height))] lg:scroll-mt-[calc(32px+var(--b24ui-header-height))] text-(length:--ui-font-size-3xl)"
|
|
12
|
+
},
|
|
13
|
+
"variants": {
|
|
14
|
+
"accent": {
|
|
15
|
+
"default": "text-(--b24ui-typography-label-color)",
|
|
16
|
+
"accent": "text-(--ui-color-accent-brand-blue)" as typeof accent[number],
|
|
17
|
+
"accent-more": "text-(--ui-color-accent-soft-element-blue)",
|
|
18
|
+
"less": "text-(--b24ui-typography-description-color)",
|
|
19
|
+
"less-more": "text-(--ui-color-design-plain-na-content-secondary)"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"defaultVariants": {
|
|
23
|
+
"accent": "default" as typeof accent[number]
|
|
15
24
|
}
|
|
16
25
|
}
|
package/.nuxt/b24ui/prose/h4.ts
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
+
const accent = [
|
|
2
|
+
"default",
|
|
3
|
+
"accent",
|
|
4
|
+
"accent-more",
|
|
5
|
+
"less",
|
|
6
|
+
"less-more"
|
|
7
|
+
] as const
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
"slots": {
|
|
3
|
-
"base": "relative mb-2
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
"base": "relative mb-2 scroll-mt-[calc(32px+45px+var(--b24ui-header-height))] lg:scroll-mt-[calc(32px+var(--b24ui-header-height))] text-(length:--ui-font-size-2xl)"
|
|
12
|
+
},
|
|
13
|
+
"variants": {
|
|
14
|
+
"accent": {
|
|
15
|
+
"default": "text-(--b24ui-typography-label-color)",
|
|
16
|
+
"accent": "text-(--ui-color-accent-brand-blue)" as typeof accent[number],
|
|
17
|
+
"accent-more": "text-(--ui-color-accent-soft-element-blue)",
|
|
18
|
+
"less": "text-(--b24ui-typography-description-color)",
|
|
19
|
+
"less-more": "text-(--ui-color-design-plain-na-content-secondary)"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"defaultVariants": {
|
|
23
|
+
"accent": "default" as typeof accent[number]
|
|
15
24
|
}
|
|
16
25
|
}
|
package/.nuxt/b24ui/prose/h5.ts
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
+
const accent = [
|
|
2
|
+
"default",
|
|
3
|
+
"accent",
|
|
4
|
+
"accent-more",
|
|
5
|
+
"less",
|
|
6
|
+
"less-more"
|
|
7
|
+
] as const
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
"slots": {
|
|
3
|
-
"base": "relative mb-2
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
"base": "relative mb-2 scroll-mt-[calc(32px+45px+var(--b24ui-header-height))] lg:scroll-mt-[calc(32px+var(--b24ui-header-height))] text-(length:--ui-font-size-xl)"
|
|
12
|
+
},
|
|
13
|
+
"variants": {
|
|
14
|
+
"accent": {
|
|
15
|
+
"default": "text-(--b24ui-typography-label-color)",
|
|
16
|
+
"accent": "text-(--ui-color-accent-brand-blue)" as typeof accent[number],
|
|
17
|
+
"accent-more": "text-(--ui-color-accent-soft-element-blue)",
|
|
18
|
+
"less": "text-(--b24ui-typography-description-color)",
|
|
19
|
+
"less-more": "text-(--ui-color-design-plain-na-content-secondary)"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"defaultVariants": {
|
|
23
|
+
"accent": "default" as typeof accent[number]
|
|
15
24
|
}
|
|
16
25
|
}
|
package/.nuxt/b24ui/prose/h6.ts
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
|
+
const accent = [
|
|
2
|
+
"default",
|
|
3
|
+
"accent",
|
|
4
|
+
"accent-more",
|
|
5
|
+
"less",
|
|
6
|
+
"less-more"
|
|
7
|
+
] as const
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
"slots": {
|
|
3
|
-
"base": "relative mb-2
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
"base": "relative mb-2 scroll-mt-[calc(32px+45px+var(--b24ui-header-height))] lg:scroll-mt-[calc(32px+var(--b24ui-header-height))] text-(length:--ui-font-size-md)"
|
|
12
|
+
},
|
|
13
|
+
"variants": {
|
|
14
|
+
"accent": {
|
|
15
|
+
"default": "text-(--b24ui-typography-label-color)",
|
|
16
|
+
"accent": "text-(--ui-color-accent-brand-blue)" as typeof accent[number],
|
|
17
|
+
"accent-more": "text-(--ui-color-accent-soft-element-blue)",
|
|
18
|
+
"less": "text-(--b24ui-typography-description-color)",
|
|
19
|
+
"less-more": "text-(--ui-color-design-plain-na-content-secondary)"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"defaultVariants": {
|
|
23
|
+
"accent": "default" as typeof accent[number]
|
|
15
24
|
}
|
|
16
25
|
}
|
package/.nuxt/b24ui/prose/hr.ts
CHANGED
package/.nuxt/b24ui/prose/ol.ts
CHANGED
package/.nuxt/b24ui/prose/p.ts
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
|
+
const accent = [
|
|
2
|
+
"default",
|
|
3
|
+
"accent",
|
|
4
|
+
"accent-more",
|
|
5
|
+
"less",
|
|
6
|
+
"less-more"
|
|
7
|
+
] as const
|
|
8
|
+
|
|
1
9
|
export default {
|
|
2
10
|
"slots": {
|
|
3
|
-
"base": "mb-2 leading-relaxed text-pretty"
|
|
11
|
+
"base": "mb-2 last:mb-0 leading-relaxed text-pretty"
|
|
12
|
+
},
|
|
13
|
+
"variants": {
|
|
14
|
+
"small": {
|
|
15
|
+
"true": "text-sm",
|
|
16
|
+
"false": "text-base"
|
|
17
|
+
},
|
|
18
|
+
"accent": {
|
|
19
|
+
"default": "text-(--b24ui-typography-label-color)",
|
|
20
|
+
"accent": "text-(--ui-color-accent-brand-blue)" as typeof accent[number],
|
|
21
|
+
"accent-more": "text-(--ui-color-accent-soft-element-blue)",
|
|
22
|
+
"less": "text-(--b24ui-typography-description-color)",
|
|
23
|
+
"less-more": "text-(--ui-color-design-plain-na-content-secondary)"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"defaultVariants": {
|
|
27
|
+
"small": false,
|
|
28
|
+
"accent": "default" as typeof accent[number]
|
|
4
29
|
}
|
|
5
30
|
}
|
package/.nuxt/b24ui/prose/ul.ts
CHANGED