sit-onyx 1.0.0-beta.271 → 1.0.0-beta.273
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.d.vue.ts +2 -2
- package/dist/components/OnyxPopover/OnyxPopover.d.vue.ts +1 -1
- package/dist/components/OnyxResizeHandle/OnyxResizeHandle.d.vue.ts +4 -4
- package/dist/index.esm-bundler.js +19 -21
- package/dist/index.esm-bundler.js.map +1 -1
- package/dist/index.js +28 -29
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +0 -1
- package/package.json +12 -11
- package/src/styles/mixins/checkbox.scss +18 -4
- package/src/styles/variables/density-compact.css +1 -1
- package/src/styles/variables/density-cozy.css +1 -1
- package/src/styles/variables/density-default.css +1 -1
- package/src/styles/variables/spacing.css +1 -1
- package/src/styles/variables/themes/onyx.css +1 -1
- package/src/styles/variables/themes/value.css +1 -1
- package/dist/types/themes.d.ts +0 -2
- package/src/styles/variables/themes/digits.css +0 -414
- package/src/styles/variables/themes/kaufland.css +0 -429
- package/src/styles/variables/themes/lidl.css +0 -426
|
@@ -212,7 +212,7 @@ declare function __VLS_template(): {
|
|
|
212
212
|
active: boolean | "auto";
|
|
213
213
|
}> & Omit<Readonly<OnyxMenuItemProps> & Readonly<{
|
|
214
214
|
"onUpdate:open"?: ((value: Nullable<boolean>) => any) | undefined;
|
|
215
|
-
}>, "t" | "open" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "active" | "restAttrs" | "rootAttrs" | "
|
|
215
|
+
}>, "t" | "open" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "active" | "restAttrs" | "rootAttrs" | "OnyxExternalLinkIcon" | "OnyxListItem" | "withModifiers" | "mergeVueProps" | "listItem" | "arrowSmallLeft" | "chevronRightSmall" | "extractLinkProps" | "menuItemProps" | "hasChildren" | "handleBackButtonKeydown"> & import('vue').ShallowUnwrapRef<{
|
|
216
216
|
arrowSmallLeft: typeof arrowSmallLeft;
|
|
217
217
|
chevronRightSmall: typeof chevronRightSmall;
|
|
218
218
|
withModifiers: typeof withModifiers;
|
|
@@ -389,7 +389,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxMenuItemProps,
|
|
|
389
389
|
active: boolean | "auto";
|
|
390
390
|
}> & Omit<Readonly<OnyxMenuItemProps> & Readonly<{
|
|
391
391
|
"onUpdate:open"?: ((value: Nullable<boolean>) => any) | undefined;
|
|
392
|
-
}>, "t" | "open" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "active" | "restAttrs" | "rootAttrs" | "
|
|
392
|
+
}>, "t" | "open" | "OnyxIcon" | "isActive" | "ButtonOrLinkLayout" | "active" | "restAttrs" | "rootAttrs" | "OnyxExternalLinkIcon" | "OnyxListItem" | "withModifiers" | "mergeVueProps" | "listItem" | "arrowSmallLeft" | "chevronRightSmall" | "extractLinkProps" | "menuItemProps" | "hasChildren" | "handleBackButtonKeydown"> & import('vue').ShallowUnwrapRef<{
|
|
393
393
|
arrowSmallLeft: typeof arrowSmallLeft;
|
|
394
394
|
chevronRightSmall: typeof chevronRightSmall;
|
|
395
395
|
withModifiers: typeof withModifiers;
|
|
@@ -38,7 +38,7 @@ declare const __VLS_component: import('vue').DefineComponent<OnyxPopoverProps, {
|
|
|
38
38
|
/**
|
|
39
39
|
* Actual used popover position.
|
|
40
40
|
*/
|
|
41
|
-
popoverPosition: import('vue').ComputedRef<"top" | "left" | "right" | "
|
|
41
|
+
popoverPosition: import('vue').ComputedRef<"top" | "left" | "right" | "top right" | "top left" | "bottom" | "bottom right" | "bottom left">;
|
|
42
42
|
/**
|
|
43
43
|
* Actual used popover alignment.
|
|
44
44
|
*/
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { OnyxResizeHandleProps } from './types.js';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<OnyxResizeHandleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
-
end: () => any;
|
|
4
|
-
start: () => any;
|
|
5
3
|
updateWidth: (width: number) => any;
|
|
6
4
|
autoSize: () => any;
|
|
5
|
+
start: () => any;
|
|
6
|
+
end: () => any;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<OnyxResizeHandleProps> & Readonly<{
|
|
8
|
-
onEnd?: (() => any) | undefined;
|
|
9
|
-
onStart?: (() => any) | undefined;
|
|
10
8
|
onUpdateWidth?: ((width: number) => any) | undefined;
|
|
11
9
|
onAutoSize?: (() => any) | undefined;
|
|
10
|
+
onStart?: (() => any) | undefined;
|
|
11
|
+
onEnd?: (() => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
min: number;
|
|
14
14
|
alignment: import('./types.js', { with: { "resolution-mode": "import" } }).ResizeHandleAlignment;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed, provide, inject, toRef, ref, watch, defineComponent, watchEffect, toRefs, createElementBlock, openBlock, normalizeClass, renderSlot, onMounted, createVNode, createElementVNode, withModifiers, readonly, useTemplateRef, createCommentVNode, unref, createBlock, resolveDynamicComponent, withCtx, createTextVNode, toDisplayString, normalizeProps, mergeProps, Fragment, useId, useSlots, useAttrs, isProxy, toRaw, customRef, reactive, onBeforeMount, renderList, normalizeStyle, toHandlers, toValue,
|
|
1
|
+
import { computed, provide, inject, toRef, ref, watch, defineComponent, watchEffect, toRefs, createElementBlock, openBlock, normalizeClass, renderSlot, onMounted, createVNode, createElementVNode, withModifiers, readonly, useTemplateRef, createCommentVNode, unref, createBlock, resolveDynamicComponent, withCtx, createTextVNode, toDisplayString, normalizeProps, mergeProps, Fragment, useId, useSlots, useAttrs, isProxy, toRaw, customRef, reactive, onBeforeMount, renderList, normalizeStyle, toHandlers, toValue, onBeforeUnmount, shallowRef, nextTick, onUnmounted, Teleport, withDirectives, vModelCheckbox, createSlots, guardReactiveProps, vModelText, h, resolveComponent, vShow, vModelDynamic, withKeys, createStaticVNode, useModel } from "vue";
|
|
2
2
|
const ONYX_BREAKPOINTS = {
|
|
3
3
|
"2xs": 320,
|
|
4
4
|
xs: 577,
|
|
@@ -1436,7 +1436,7 @@ function _sfc_render$1g(_ctx, _cache) {
|
|
|
1436
1436
|
},
|
|
1437
1437
|
null,
|
|
1438
1438
|
-1
|
|
1439
|
-
/*
|
|
1439
|
+
/* CACHED */
|
|
1440
1440
|
)
|
|
1441
1441
|
]));
|
|
1442
1442
|
}
|
|
@@ -1450,7 +1450,7 @@ function _sfc_render$1f(_ctx, _cache) {
|
|
|
1450
1450
|
{ class: "onyx-loading-dots__center" },
|
|
1451
1451
|
null,
|
|
1452
1452
|
-1
|
|
1453
|
-
/*
|
|
1453
|
+
/* CACHED */
|
|
1454
1454
|
)
|
|
1455
1455
|
]));
|
|
1456
1456
|
}
|
|
@@ -8453,8 +8453,8 @@ const useMoreListChild = (injectionKey) => {
|
|
|
8453
8453
|
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
8454
8454
|
__name: "OnyxMoreList",
|
|
8455
8455
|
props: {
|
|
8456
|
-
injectionKey: { type:
|
|
8457
|
-
is: { type:
|
|
8456
|
+
injectionKey: { type: null, required: true },
|
|
8457
|
+
is: { type: null, required: false, default: "div" }
|
|
8458
8458
|
},
|
|
8459
8459
|
emits: ["visibilityChange"],
|
|
8460
8460
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
@@ -11181,7 +11181,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11181
11181
|
{ class: "onyx-switch__frame" },
|
|
11182
11182
|
null,
|
|
11183
11183
|
-1
|
|
11184
|
-
/*
|
|
11184
|
+
/* CACHED */
|
|
11185
11185
|
))
|
|
11186
11186
|
])
|
|
11187
11187
|
]),
|
|
@@ -11512,7 +11512,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11512
11512
|
},
|
|
11513
11513
|
null,
|
|
11514
11514
|
-1
|
|
11515
|
-
/*
|
|
11515
|
+
/* CACHED */
|
|
11516
11516
|
),
|
|
11517
11517
|
createElementVNode(
|
|
11518
11518
|
"path",
|
|
@@ -11522,7 +11522,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11522
11522
|
},
|
|
11523
11523
|
null,
|
|
11524
11524
|
-1
|
|
11525
|
-
/*
|
|
11525
|
+
/* CACHED */
|
|
11526
11526
|
),
|
|
11527
11527
|
createElementVNode(
|
|
11528
11528
|
"path",
|
|
@@ -11532,7 +11532,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11532
11532
|
},
|
|
11533
11533
|
null,
|
|
11534
11534
|
-1
|
|
11535
|
-
/*
|
|
11535
|
+
/* CACHED */
|
|
11536
11536
|
),
|
|
11537
11537
|
createElementVNode(
|
|
11538
11538
|
"path",
|
|
@@ -11542,7 +11542,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
11542
11542
|
},
|
|
11543
11543
|
null,
|
|
11544
11544
|
-1
|
|
11545
|
-
/*
|
|
11545
|
+
/* CACHED */
|
|
11546
11546
|
)
|
|
11547
11547
|
]),
|
|
11548
11548
|
2
|
|
@@ -12232,7 +12232,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12232
12232
|
createElementVNode("th", { scope: "col" }, "Time")
|
|
12233
12233
|
],
|
|
12234
12234
|
-1
|
|
12235
|
-
/*
|
|
12235
|
+
/* CACHED */
|
|
12236
12236
|
)
|
|
12237
12237
|
])),
|
|
12238
12238
|
default: withCtx(() => [
|
|
@@ -12248,7 +12248,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12248
12248
|
createElementVNode("td", { class: "font--soft" }, "-")
|
|
12249
12249
|
],
|
|
12250
12250
|
-1
|
|
12251
|
-
/*
|
|
12251
|
+
/* CACHED */
|
|
12252
12252
|
)),
|
|
12253
12253
|
_cache[10] || (_cache[10] = createElementVNode(
|
|
12254
12254
|
"tr",
|
|
@@ -12262,7 +12262,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12262
12262
|
createElementVNode("td", { class: "font--soft" }, "06:30")
|
|
12263
12263
|
],
|
|
12264
12264
|
-1
|
|
12265
|
-
/*
|
|
12265
|
+
/* CACHED */
|
|
12266
12266
|
)),
|
|
12267
12267
|
_cache[11] || (_cache[11] = createElementVNode(
|
|
12268
12268
|
"tr",
|
|
@@ -12276,7 +12276,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12276
12276
|
createElementVNode("td", { class: "font--soft" }, "06:45")
|
|
12277
12277
|
],
|
|
12278
12278
|
-1
|
|
12279
|
-
/*
|
|
12279
|
+
/* CACHED */
|
|
12280
12280
|
)),
|
|
12281
12281
|
_cache[12] || (_cache[12] = createElementVNode(
|
|
12282
12282
|
"tr",
|
|
@@ -12290,7 +12290,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12290
12290
|
createElementVNode("td", { class: "font--soft" }, "-")
|
|
12291
12291
|
],
|
|
12292
12292
|
-1
|
|
12293
|
-
/*
|
|
12293
|
+
/* CACHED */
|
|
12294
12294
|
)),
|
|
12295
12295
|
_cache[13] || (_cache[13] = createElementVNode(
|
|
12296
12296
|
"tr",
|
|
@@ -12304,7 +12304,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12304
12304
|
createElementVNode("td", { class: "font--soft" }, "14:56")
|
|
12305
12305
|
],
|
|
12306
12306
|
-1
|
|
12307
|
-
/*
|
|
12307
|
+
/* CACHED */
|
|
12308
12308
|
)),
|
|
12309
12309
|
_cache[14] || (_cache[14] = createElementVNode(
|
|
12310
12310
|
"tr",
|
|
@@ -12318,7 +12318,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12318
12318
|
createElementVNode("td", { class: "font--soft" }, "12:05")
|
|
12319
12319
|
],
|
|
12320
12320
|
-1
|
|
12321
|
-
/*
|
|
12321
|
+
/* CACHED */
|
|
12322
12322
|
))
|
|
12323
12323
|
]),
|
|
12324
12324
|
_: 1,
|
|
@@ -12442,7 +12442,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12442
12442
|
null,
|
|
12443
12443
|
null,
|
|
12444
12444
|
-1
|
|
12445
|
-
/*
|
|
12445
|
+
/* CACHED */
|
|
12446
12446
|
)),
|
|
12447
12447
|
createVNode($setup["OnyxCheckboxGroup"], {
|
|
12448
12448
|
label: "Checkbox group (skeleton)",
|
|
@@ -12469,7 +12469,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12469
12469
|
{ class: "onyx-text--monospace" },
|
|
12470
12470
|
"0.0.0",
|
|
12471
12471
|
-1
|
|
12472
|
-
/*
|
|
12472
|
+
/* CACHED */
|
|
12473
12473
|
)
|
|
12474
12474
|
])),
|
|
12475
12475
|
default: withCtx(() => [
|
|
@@ -12542,7 +12542,6 @@ const useThemeTransition = (theme) => {
|
|
|
12542
12542
|
const ONYX_COLORS = ["primary", "neutral", "danger", "warning", "success", "info"];
|
|
12543
12543
|
const TEXT_SIZES = ["small", "default", "large"];
|
|
12544
12544
|
const TRUNCATION_TYPES = ["ellipsis", "multiline"];
|
|
12545
|
-
const ONYX_THEMES = ["onyx", "digits", "kaufland", "lidl", "schwarz"];
|
|
12546
12545
|
const ORIENTATIONS = ["horizontal", "vertical"];
|
|
12547
12546
|
const createOnyx = (options = {}) => ({
|
|
12548
12547
|
install: (app) => {
|
|
@@ -12586,7 +12585,6 @@ export {
|
|
|
12586
12585
|
NOTIFICATIONS_PROVIDER_INJECTION_KEY,
|
|
12587
12586
|
ONYX_BREAKPOINTS,
|
|
12588
12587
|
ONYX_COLORS,
|
|
12589
|
-
ONYX_THEMES,
|
|
12590
12588
|
ORIENTATIONS,
|
|
12591
12589
|
OnyxAccordion,
|
|
12592
12590
|
OnyxAccordionItem,
|