srcdev-nuxt-components 2.5.18 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nuxt.config.ts +3 -1
- package/package.json +1 -1
- package/assets/styles/a11y/_utils.css +0 -20
- package/assets/styles/a11y/_variables.css +0 -8
- package/assets/styles/a11y/index.css +0 -2
- package/assets/styles/forms/index.css +0 -2
- package/assets/styles/forms/themes/_error.css +0 -77
- package/assets/styles/forms/themes/_ghost.css +0 -77
- package/assets/styles/forms/themes/_input-action.css +0 -20
- package/assets/styles/forms/themes/_primary.css +0 -82
- package/assets/styles/forms/themes/_secondary.css +0 -77
- package/assets/styles/forms/themes/_success.css +0 -77
- package/assets/styles/forms/themes/_tertiary.css +0 -77
- package/assets/styles/forms/themes/_warning.css +0 -77
- package/assets/styles/forms/themes/index.css +0 -8
- package/assets/styles/forms/variables/_sizes.css +0 -82
- package/assets/styles/forms/variables/_theme.css +0 -11
- package/assets/styles/forms/variables/index.css +0 -2
- package/assets/styles/main.css +0 -5
- package/assets/styles/typography/index.css +0 -2
- package/assets/styles/typography/utils/_font-classes.css +0 -160
- package/assets/styles/typography/utils/_weights.css +0 -69
- package/assets/styles/typography/utils/index.css +0 -2
- package/assets/styles/typography/variables/_colors.css +0 -14
- package/assets/styles/typography/variables/_reponsive-font-size.css +0 -10
- package/assets/styles/typography/variables/index.css +0 -2
- package/assets/styles/utils/_animations.css +0 -42
- package/assets/styles/utils/_canvasWidths.css +0 -18
- package/assets/styles/utils/_display.css +0 -7
- package/assets/styles/utils/_margin-helpers.css +0 -334
- package/assets/styles/utils/_padding-helpers.css +0 -308
- package/assets/styles/utils/_page.css +0 -24
- package/assets/styles/utils/_placement.css +0 -73
- package/assets/styles/utils/index.css +0 -7
- package/assets/styles/variables/colors/_blue.css +0 -15
- package/assets/styles/variables/colors/_gray.css +0 -16
- package/assets/styles/variables/colors/_green.css +0 -15
- package/assets/styles/variables/colors/_orange.css +0 -15
- package/assets/styles/variables/colors/_red.css +0 -15
- package/assets/styles/variables/colors/_yellow.css +0 -15
- package/assets/styles/variables/colors/colors.css +0 -6
- package/assets/styles/variables/components/_accordian.css +0 -7
- package/assets/styles/variables/components/_container-glow-core.css +0 -16
- package/assets/styles/variables/components/_display-dialog-core.css +0 -35
- package/assets/styles/variables/components/_tabs.css +0 -18
- package/assets/styles/variables/components/display-prompt-core/_scaffolding.css +0 -57
- package/assets/styles/variables/components/display-prompt-core/index.css +0 -2
- package/assets/styles/variables/components/display-prompt-core/themes/_error.css +0 -39
- package/assets/styles/variables/components/display-prompt-core/themes/_info.css +0 -39
- package/assets/styles/variables/components/display-prompt-core/themes/_success.css +0 -39
- package/assets/styles/variables/components/display-prompt-core/themes/_warning.css +0 -39
- package/assets/styles/variables/components/display-prompt-core/themes/index.css +0 -4
- package/assets/styles/variables/components/index.css +0 -5
- package/assets/styles/variables/index.css +0 -2
- package/components/animated-svg-text/AnimatedSvgText.vue +0 -87
- package/components/canvas-switcher/CanvasSwitcher.vue +0 -77
- package/components/clip-element/ClipElement.vue +0 -73
- package/components/clipped-panels/ClippedPanel.vue +0 -73
- package/components/deep-expanding-menu/DeepExpandingMenu.vue +0 -214
- package/components/deep-expanding-menu/DeepExpandingMenuOld.vue +0 -218
- package/components/display-banner/DisplayBanner.vue +0 -63
- package/components/display-details/DisplayDetailsCore.vue +0 -312
- package/components/functional/accordian/AccordianCore.vue +0 -138
- package/components/functional/display-dialog/DisplayDialogCore.vue +0 -244
- package/components/functional/display-dialog/variants/DisplayDialogConfirm.vue +0 -45
- package/components/functional/display-dialog/variants/DisplayDialogScrollableContent.vue +0 -49
- package/components/functional/pop-over/PopOver.vue +0 -88
- package/components/image-galleries/SliderGallery.vue +0 -778
- package/components/masonry-grid-ordered/MasonryGridOrdered.vue +0 -158
- package/components/presentation/container-glow/ContainerGlowCore.vue +0 -211
- package/components/presentation/display-grid/DisplayGridCore.vue +0 -22
- package/components/presentation/display-prompt/DisplayPromptCore.vue +0 -150
- package/components/presentation/display-prompt/variants/DisplayPromptError.vue +0 -53
- package/components/presentation/layout-grids/LayoutGridA.vue +0 -103
- package/components/presentation/layout-grids/LayoutGridB.vue +0 -132
- package/components/presentation/layout-row/LayoutRow.vue +0 -157
- package/components/presentation/masonry-grid/MasonryGrid.vue +0 -62
- package/components/presentation/masonry-grid-sorted/MasonryGridSorted.vue +0 -115
- package/components/presentation/tabs/TabsCore.vue +0 -308
- package/components/responsive-header/NavigationItems.vue +0 -164
- package/components/responsive-header/ResponsiveHeader.vue +0 -586
- package/components/rotating-carousel/RotatingCarouselImage.vue +0 -200
- package/composables/useDialogControls.ts +0 -23
- package/composables/useStyleClassPassthrough.ts +0 -35
- package/composables/useTabs.ts +0 -201
- package/types/gallery-data.ts +0 -13
- package/types/responsiveHeader.ts +0 -38
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<DisplayDialogCore variant="confirm" :styleClassPassthrough :lockViewport="true" :dataDialogId>
|
|
3
|
-
<template #dialogTitle>
|
|
4
|
-
<slot name="dialogTitle">
|
|
5
|
-
<p class="text-normal wght-700">Confirm</p>
|
|
6
|
-
</slot>
|
|
7
|
-
</template>
|
|
8
|
-
<template #dialogContent>
|
|
9
|
-
<slot name="dialogContent"></slot>
|
|
10
|
-
</template>
|
|
11
|
-
<template #actionButtons>
|
|
12
|
-
<slot name="actionButtonLeft"></slot>
|
|
13
|
-
<slot name="actionButtonRight"></slot>
|
|
14
|
-
</template>
|
|
15
|
-
</DisplayDialogCore>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
const props = defineProps({
|
|
20
|
-
styleClassPassthrough: {
|
|
21
|
-
type: Array as PropType<string[]>,
|
|
22
|
-
default: () => [],
|
|
23
|
-
},
|
|
24
|
-
dataDialogId: {
|
|
25
|
-
type: String,
|
|
26
|
-
required: true,
|
|
27
|
-
},
|
|
28
|
-
});
|
|
29
|
-
</script>
|
|
30
|
-
|
|
31
|
-
<style lang="css">
|
|
32
|
-
.display-dialog-core {
|
|
33
|
-
.inner {
|
|
34
|
-
.header {
|
|
35
|
-
/* background-color: aquamarine; */
|
|
36
|
-
}
|
|
37
|
-
.dialog-content {
|
|
38
|
-
/* background-color: bisque; */
|
|
39
|
-
}
|
|
40
|
-
.footer {
|
|
41
|
-
/* background-color: blueviolet; */
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
</style>
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<DisplayDialogCore variant="dialog" :styleClassPassthrough :lockViewport="true" :allowContentScroll :dataDialogId>
|
|
3
|
-
<template #dialogTitle>
|
|
4
|
-
<slot name="dialogTitle">
|
|
5
|
-
<p class="text-normal wght-700">Confirm</p>
|
|
6
|
-
</slot>
|
|
7
|
-
</template>
|
|
8
|
-
<template #dialogContent>
|
|
9
|
-
<slot name="dialogContent"></slot>
|
|
10
|
-
</template>
|
|
11
|
-
<template #actionButtons>
|
|
12
|
-
<slot name="actionButtonLeft"></slot>
|
|
13
|
-
<slot name="actionButtonRight"></slot>
|
|
14
|
-
</template>
|
|
15
|
-
</DisplayDialogCore>
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup lang="ts">
|
|
19
|
-
const props = defineProps({
|
|
20
|
-
styleClassPassthrough: {
|
|
21
|
-
type: Array as PropType<string[]>,
|
|
22
|
-
default: () => [],
|
|
23
|
-
},
|
|
24
|
-
allowContentScroll: {
|
|
25
|
-
type: Boolean,
|
|
26
|
-
default: false,
|
|
27
|
-
},
|
|
28
|
-
dataDialogId: {
|
|
29
|
-
type: String,
|
|
30
|
-
required: true,
|
|
31
|
-
},
|
|
32
|
-
});
|
|
33
|
-
</script>
|
|
34
|
-
|
|
35
|
-
<style lang="css">
|
|
36
|
-
.display-dialog-core {
|
|
37
|
-
.inner {
|
|
38
|
-
.header {
|
|
39
|
-
/* background-color: aquamarine; */
|
|
40
|
-
}
|
|
41
|
-
.dialog-content {
|
|
42
|
-
/* background-color: bisque; */
|
|
43
|
-
}
|
|
44
|
-
.footer {
|
|
45
|
-
/* background-color: blueviolet; */
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
</style>
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<ClientOnly>
|
|
3
|
-
<button :popovertarget popovertargetaction="toggle" class="popover-trigger" :class="[elementClasses]">
|
|
4
|
-
<slot name="trigger"></slot>
|
|
5
|
-
</button>
|
|
6
|
-
|
|
7
|
-
<div class="dialog" popover role="tooltip" :id="popovertarget" :class="[elementClasses]">
|
|
8
|
-
<button :popovertarget popovertargetaction="hide">x</button>
|
|
9
|
-
<slot name="popoverCotent"></slot>
|
|
10
|
-
</div>
|
|
11
|
-
</ClientOnly>
|
|
12
|
-
</template>
|
|
13
|
-
|
|
14
|
-
<script setup lang="ts">
|
|
15
|
-
const props = defineProps({
|
|
16
|
-
popovertarget: {
|
|
17
|
-
type: String,
|
|
18
|
-
required: true,
|
|
19
|
-
},
|
|
20
|
-
styleClassPassthrough: {
|
|
21
|
-
type: Array as PropType<string[]>,
|
|
22
|
-
default: () => [],
|
|
23
|
-
},
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
const anchorName = `--anchor-${useId()}`;
|
|
27
|
-
|
|
28
|
-
const { elementClasses } = useStyleClassPassthrough(props.styleClassPassthrough);
|
|
29
|
-
</script>
|
|
30
|
-
|
|
31
|
-
<style scoped lang="css">
|
|
32
|
-
@layer popover-setup {
|
|
33
|
-
/* @position-try --right {
|
|
34
|
-
inset: auto;
|
|
35
|
-
top: anchor(top);
|
|
36
|
-
left: calc(anchor(right) + 10px);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
@position-try --left {
|
|
40
|
-
inset: auto;
|
|
41
|
-
top: anchor(top);
|
|
42
|
-
right: calc(anchor(left) + 10px);
|
|
43
|
-
} */
|
|
44
|
-
|
|
45
|
-
.popover-trigger {
|
|
46
|
-
anchor-name: v-bind(anchorName);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.dialog {
|
|
50
|
-
display: none;
|
|
51
|
-
position: absolute;
|
|
52
|
-
position-anchor: v-bind(anchorName);
|
|
53
|
-
margin: 0;
|
|
54
|
-
inset: auto;
|
|
55
|
-
top: calc(anchor(top) + 0px);
|
|
56
|
-
left: calc(anchor(right) + 10px);
|
|
57
|
-
opacity: 0;
|
|
58
|
-
transition: opacity 200ms, display 200ms, overlay 200ms;
|
|
59
|
-
transition-behavior: allow-discrete;
|
|
60
|
-
|
|
61
|
-
position-try-fallbacks: flip-inline;
|
|
62
|
-
|
|
63
|
-
&:popover-open {
|
|
64
|
-
display: block;
|
|
65
|
-
opacity: 1;
|
|
66
|
-
|
|
67
|
-
@starting-style {
|
|
68
|
-
display: block;
|
|
69
|
-
opacity: 0;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
@position-try --top-left {
|
|
75
|
-
top: anchor(top);
|
|
76
|
-
right: calc(anchor(left + 10px));
|
|
77
|
-
left: unset;
|
|
78
|
-
/* width: revert; */
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
@position-try --bottom-right {
|
|
82
|
-
top: anchor(bottom);
|
|
83
|
-
/* right: calc(anchor(left + 10px)); */
|
|
84
|
-
/* left: unset; */
|
|
85
|
-
/* width: revert; */
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
</style>
|