@aures5g/vue-component-library 0.38.0 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/components/infoStrip/UIPersonList.vue.d.ts +21 -0
- package/dist/src/components/infoStrip/uiPersonList.theme.d.ts +5 -0
- package/dist/src/index.d.ts +2 -1
- package/dist/tailwind.config.cjs +1 -1
- package/dist/tailwind.config.d.ts +2 -0
- package/dist/tailwind.config.js +3 -1
- package/dist/vue-component-library.cjs +30 -30
- package/dist/vue-component-library.css +1 -1
- package/dist/vue-component-library.js +437 -408
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
headline: string;
|
|
3
|
+
label: string;
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
icon?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const WRAPPER = "flex gap-[0.75rem]";
|
|
2
|
+
export declare const ICON_BOX = "flex justify-center items-center text-on-primary bg-black/[0.25] size-[2.5rem] rounded-[0.5rem]";
|
|
3
|
+
export declare const LABELS_WRAPPER = "flex flex-col justify-center";
|
|
4
|
+
export declare const HEADLINE = "text-on-primary/[0.82] body-small";
|
|
5
|
+
export declare const LABEL = "text-on-primary title-small";
|
package/dist/src/index.d.ts
CHANGED
|
@@ -25,4 +25,5 @@ import UISwitch from './components/switch/UISwitch.vue';
|
|
|
25
25
|
import UIDropdown from './components/dropdown/UIDropdown.vue';
|
|
26
26
|
import UIInfoStrip from './components/infoStrip/UIInfoStrip.vue';
|
|
27
27
|
import UIInfoStripSecondaryBox from './components/infoStrip/UIInfoStripSecondaryBox.vue';
|
|
28
|
-
|
|
28
|
+
import UIPersonList from './components/infoStrip/UIPersonList.vue';
|
|
29
|
+
export { ACBSPlugin, useACBSConfig, UIButton, UIMenu, UITag, UIBadge, UICopy, UITabView, UITabPanel, UIIconButton, UIToggleButton, UIRadioButton, UICheckbox, UIChip, UITextField, UIRichTooltip, UISnackbar, UIListItem, UIList, UIContextPanel, UIToolbar, UILanguagePicker, UIDivider, UISwitch, UIDropdown, UIInfoStrip, UIInfoStripSecondaryBox, UIPersonList, };
|
package/dist/tailwind.config.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=({addBase:r,addUtilities:a,addComponents:o})=>{r({html:{"font-family":"var(--typescale-font-family)"},"*::-webkit-scrollbar":{width:"4px",height:"4px"},"*::-webkit-scrollbar-thumb":{background:"var(--color-outline)","border-radius":"5px"}}),a({".no-scrollbar::-webkit-scrollbar":{display:"none"},".no-scrollbar":{"-ms-overflow-style":"none","scrollbar-width":"none"}}),o({".label-small":{"font-size":"11px","font-style":"normal","font-weight":"500","line-height":"16px","letter-spacing":"0.5px"},".label-medium":{"font-size":"12px","font-style":"normal","font-weight":"500","line-height":"16px","letter-spacing":"0.5px"},".label-large":{"font-size":"14px","font-style":"normal","font-weight":"500","line-height":"20px","letter-spacing":"0.1px"},".headline-small":{"font-size":"24px","font-style":"normal","font-weight":"400","line-height":"32px","letter-spacing":"0em"},".title-small":{"font-size":"14px","font-style":"normal","font-weight":"500","line-height":"20px","letter-spacing":"0.1px"},".title-large":{"font-size":"22px","font-style":"normal","font-weight":"400","line-height":"28px","letter-spacing":"0em"},".body-small":{"font-size":"12px","font-style":"normal","font-weight":"400","line-height":"16px","letter-spacing":"0.4px"}})},l={content:["./index.html","./src/**/*.{vue,js,ts,jsx,tsx}"],theme:{colors:{primary:"rgb(from var(--color-primary) R G B / <alpha-value>)","on-primary":"rgb(from var(--color-on-primary) R G B / <alpha-value>)","primary-container":"rgb(from var(--color-primary-container) R G B / <alpha-value>)","on-primary-container":"rgb(from var(--color-on-primary-container) R G B / <alpha-value>)","primary-fixed":"rgb(from var(--color-primary-fixed) R G B / <alpha-value>)","primary-fixed-dim":"rgb(from var(--color-primary-fixed-dim) R G B / <alpha-value>)","on-primary-fixed":"rgb(from var(--color-on-primary-fixed) R G B / <alpha-value>)","on-primary-fixed-variant":"rgb(from var(--color-on-primary-fixed-variant) R G B / <alpha-value>)",secondary:"rgb(from var(--color-secondary) R G B / <alpha-value>)","on-secondary":"rgb(from var(--color-on-secondary) R G B / <alpha-value>)","secondary-container":"rgb(from var(--color-secondary-container) R G B / <alpha-value>)","on-secondary-container":"rgb(from var(--color-on-secondary-container) R G B / <alpha-value>)","secondary-fixed":"rgb(from var(--color-secondary-fixed) R G B / <alpha-value>)","secondary-fixed-dim":"rgb(from var(--color-secondary-fixed-dim) R G B / <alpha-value>)","on-secondary-fixed":"rgb(from var(--color-on-secondary-fixed) R G B / <alpha-value>)","on-secondary-fixed-variant":"rgb(from var(--color-on-secondary-fixed-variant) R G B / <alpha-value>)",tertiary:"rgb(from var(--color-tertiary) R G B / <alpha-value>)","on-tertiary":"rgb(from var(--color-on-tertiary) R G B / <alpha-value>)","tertiary-container":"rgb(from var(--color-tertiary-container) R G B / <alpha-value>)","on-tertiary-container":"rgb(from var(--color-on-tertiary-container) R G B / <alpha-value>)","tertiary-fixed":"rgb(from var(--color-tertiary-fixed) R G B / <alpha-value>)","tertiary-fixed-dim":"rgb(from var(--color-tertiary-fixed-dim) R G B / <alpha-value>)","on-tertiary-fixed":"rgb(from var(--color-on-tertiary-fixed) R G B / <alpha-value>)","on-tertiary-fixed-variant":"rgb(from var(--color-on-tertiary-fixed-variant) R G B / <alpha-value>)",error:"rgb(from var(--color-error) R G B / <alpha-value>)","on-error":"rgb(from var(--color-on-error) R G B / <alpha-value>)","error-container":"rgb(from var(--color-error-container) R G B / <alpha-value>)","on-error-container":"rgb(from var(--color-on-error-container) R G B / <alpha-value>)",warning:"rgb(from var(--color-warning) R G B / <alpha-value>)","on-warning":"rgb(from var(--color-on-warning) R G B / <alpha-value>)","warning-container":"rgb(from var(--color-warning-container) R G B / <alpha-value>)","on-warning-container":"rgb(from var(--color-on-warning-container) R G B / <alpha-value>)",success:"rgb(from var(--color-success) R G B / <alpha-value>)","on-success":"rgb(from var(--color-on-success) R G B / <alpha-value>)","success-container":"rgb(from var(--color-success-container) R G B / <alpha-value>)","on-success-container":"rgb(from var(--color-on-success-container) R G B / <alpha-value>)","surface-dim":"rgb(from var(--color-surface-dim) R G B / <alpha-value>)",surface:"rgb(from var(--color-surface) R G B / <alpha-value>)","surface-container-lowest":"rgb(from var(--color-surface-container-lowest) R G B / <alpha-value>)","surface-container-low":"rgb(from var(--color-surface-container-low) R G B / <alpha-value>)","surface-container":"rgb(from var(--color-surface-container) R G B / <alpha-value>)","surface-container-high":"rgb(from var(--color-surface-container-high) R G B / <alpha-value>)","surface-container-highest":"rgb(from var(--color-surface-container-highest) R G B / <alpha-value>)","on-surface":"rgb(from var(--color-on-surface) R G B / <alpha-value>)","on-surface-variant":"rgb(from var(--color-on-surface-variant) R G B / <alpha-value>)",outline:"rgb(from var(--color-outline) R G B / <alpha-value>)","outline-variant":"rgb(from var(--color-outline-variant) R G B / <alpha-value>)","inverse-surface":"rgb(from var(--color-inverse-surface) R G B / <alpha-value>)","inverse-on-surface":"rgb(from var(--color-inverse-on-surface) R G B / <alpha-value>)","inverse-primary":"rgb(from var(--color-inverse-primary) R G B / <alpha-value>)",scrim:"rgb(from var(--color-scrim) R G B / <alpha-value>)",shadow:"rgb(from var(--color-shadow) R G B / <alpha-value>)",inherit:"inherit"},borderRadius:{xs:"var(--radius-extra-small)",sm:"var(--radius-small)",md:"var(--radius-medium)",lg:"var(--radius-large)",xl:"var(--radius-extra-large)",full:"var(--radius-full)"},spacing:{0:"0",xs:"var(--spacing-extra-small)",sm:"var(--spacing-small)",md:"var(--spacing-medium)",lg:"var(--spacing-large)",xl:"var(--spacing-extra-large)"},boxShadow:{0:"var(--elevation-0)",1:"var(--elevation-1)",2:"var(--elevation-2)",3:"var(--elevation-3)",4:"var(--elevation-4)",5:"var(--elevation-5)"}},plugins:[e]};module.exports=l;
|
|
1
|
+
"use strict";const e=({addBase:r,addUtilities:a,addComponents:o})=>{r({html:{"font-family":"var(--typescale-font-family)"},"*::-webkit-scrollbar":{width:"4px",height:"4px"},"*::-webkit-scrollbar-thumb":{background:"var(--color-outline)","border-radius":"5px"}}),a({".no-scrollbar::-webkit-scrollbar":{display:"none"},".no-scrollbar":{"-ms-overflow-style":"none","scrollbar-width":"none"}}),o({".label-small":{"font-size":"11px","font-style":"normal","font-weight":"500","line-height":"16px","letter-spacing":"0.5px"},".label-medium":{"font-size":"12px","font-style":"normal","font-weight":"500","line-height":"16px","letter-spacing":"0.5px"},".label-large":{"font-size":"14px","font-style":"normal","font-weight":"500","line-height":"20px","letter-spacing":"0.1px"},".headline-small":{"font-size":"24px","font-style":"normal","font-weight":"400","line-height":"32px","letter-spacing":"0em"},".title-small":{"font-size":"14px","font-style":"normal","font-weight":"500","line-height":"20px","letter-spacing":"0.1px"},".title-large":{"font-size":"22px","font-style":"normal","font-weight":"400","line-height":"28px","letter-spacing":"0em"},".body-small":{"font-size":"12px","font-style":"normal","font-weight":"400","line-height":"16px","letter-spacing":"0.4px"}})},l={content:["./index.html","./src/**/*.{vue,js,ts,jsx,tsx}"],theme:{colors:{primary:"rgb(from var(--color-primary) R G B / <alpha-value>)","on-primary":"rgb(from var(--color-on-primary) R G B / <alpha-value>)","primary-container":"rgb(from var(--color-primary-container) R G B / <alpha-value>)","on-primary-container":"rgb(from var(--color-on-primary-container) R G B / <alpha-value>)","primary-fixed":"rgb(from var(--color-primary-fixed) R G B / <alpha-value>)","primary-fixed-dim":"rgb(from var(--color-primary-fixed-dim) R G B / <alpha-value>)","on-primary-fixed":"rgb(from var(--color-on-primary-fixed) R G B / <alpha-value>)","on-primary-fixed-variant":"rgb(from var(--color-on-primary-fixed-variant) R G B / <alpha-value>)",secondary:"rgb(from var(--color-secondary) R G B / <alpha-value>)","on-secondary":"rgb(from var(--color-on-secondary) R G B / <alpha-value>)","secondary-container":"rgb(from var(--color-secondary-container) R G B / <alpha-value>)","on-secondary-container":"rgb(from var(--color-on-secondary-container) R G B / <alpha-value>)","secondary-fixed":"rgb(from var(--color-secondary-fixed) R G B / <alpha-value>)","secondary-fixed-dim":"rgb(from var(--color-secondary-fixed-dim) R G B / <alpha-value>)","on-secondary-fixed":"rgb(from var(--color-on-secondary-fixed) R G B / <alpha-value>)","on-secondary-fixed-variant":"rgb(from var(--color-on-secondary-fixed-variant) R G B / <alpha-value>)",tertiary:"rgb(from var(--color-tertiary) R G B / <alpha-value>)","on-tertiary":"rgb(from var(--color-on-tertiary) R G B / <alpha-value>)","tertiary-container":"rgb(from var(--color-tertiary-container) R G B / <alpha-value>)","on-tertiary-container":"rgb(from var(--color-on-tertiary-container) R G B / <alpha-value>)","tertiary-fixed":"rgb(from var(--color-tertiary-fixed) R G B / <alpha-value>)","tertiary-fixed-dim":"rgb(from var(--color-tertiary-fixed-dim) R G B / <alpha-value>)","on-tertiary-fixed":"rgb(from var(--color-on-tertiary-fixed) R G B / <alpha-value>)","on-tertiary-fixed-variant":"rgb(from var(--color-on-tertiary-fixed-variant) R G B / <alpha-value>)",error:"rgb(from var(--color-error) R G B / <alpha-value>)","on-error":"rgb(from var(--color-on-error) R G B / <alpha-value>)","error-container":"rgb(from var(--color-error-container) R G B / <alpha-value>)","on-error-container":"rgb(from var(--color-on-error-container) R G B / <alpha-value>)",warning:"rgb(from var(--color-warning) R G B / <alpha-value>)","on-warning":"rgb(from var(--color-on-warning) R G B / <alpha-value>)","warning-container":"rgb(from var(--color-warning-container) R G B / <alpha-value>)","on-warning-container":"rgb(from var(--color-on-warning-container) R G B / <alpha-value>)",success:"rgb(from var(--color-success) R G B / <alpha-value>)","on-success":"rgb(from var(--color-on-success) R G B / <alpha-value>)","success-container":"rgb(from var(--color-success-container) R G B / <alpha-value>)","on-success-container":"rgb(from var(--color-on-success-container) R G B / <alpha-value>)","surface-dim":"rgb(from var(--color-surface-dim) R G B / <alpha-value>)",surface:"rgb(from var(--color-surface) R G B / <alpha-value>)","surface-container-lowest":"rgb(from var(--color-surface-container-lowest) R G B / <alpha-value>)","surface-container-low":"rgb(from var(--color-surface-container-low) R G B / <alpha-value>)","surface-container":"rgb(from var(--color-surface-container) R G B / <alpha-value>)","surface-container-high":"rgb(from var(--color-surface-container-high) R G B / <alpha-value>)","surface-container-highest":"rgb(from var(--color-surface-container-highest) R G B / <alpha-value>)","on-surface":"rgb(from var(--color-on-surface) R G B / <alpha-value>)","on-surface-variant":"rgb(from var(--color-on-surface-variant) R G B / <alpha-value>)",outline:"rgb(from var(--color-outline) R G B / <alpha-value>)","outline-variant":"rgb(from var(--color-outline-variant) R G B / <alpha-value>)","inverse-surface":"rgb(from var(--color-inverse-surface) R G B / <alpha-value>)","inverse-on-surface":"rgb(from var(--color-inverse-on-surface) R G B / <alpha-value>)","inverse-primary":"rgb(from var(--color-inverse-primary) R G B / <alpha-value>)",scrim:"rgb(from var(--color-scrim) R G B / <alpha-value>)",shadow:"rgb(from var(--color-shadow) R G B / <alpha-value>)",inherit:"inherit",white:"#ffffff",black:"#000000"},borderRadius:{xs:"var(--radius-extra-small)",sm:"var(--radius-small)",md:"var(--radius-medium)",lg:"var(--radius-large)",xl:"var(--radius-extra-large)",full:"var(--radius-full)"},spacing:{0:"0",xs:"var(--spacing-extra-small)",sm:"var(--spacing-small)",md:"var(--spacing-medium)",lg:"var(--spacing-large)",xl:"var(--spacing-extra-large)"},boxShadow:{0:"var(--elevation-0)",1:"var(--elevation-1)",2:"var(--elevation-2)",3:"var(--elevation-3)",4:"var(--elevation-4)",5:"var(--elevation-5)"}},plugins:[e]};module.exports=l;
|
|
@@ -56,6 +56,8 @@ declare const _default: {
|
|
|
56
56
|
readonly scrim: "rgb(from var(--color-scrim) R G B / <alpha-value>)";
|
|
57
57
|
readonly shadow: "rgb(from var(--color-shadow) R G B / <alpha-value>)";
|
|
58
58
|
readonly inherit: "inherit";
|
|
59
|
+
readonly white: "#ffffff";
|
|
60
|
+
readonly black: "#000000";
|
|
59
61
|
};
|
|
60
62
|
readonly borderRadius: {
|
|
61
63
|
readonly xs: "var(--radius-extra-small)";
|
package/dist/tailwind.config.js
CHANGED
|
@@ -126,7 +126,9 @@ const e = ({ addBase: r, addUtilities: a, addComponents: o }) => {
|
|
|
126
126
|
"inverse-primary": "rgb(from var(--color-inverse-primary) R G B / <alpha-value>)",
|
|
127
127
|
scrim: "rgb(from var(--color-scrim) R G B / <alpha-value>)",
|
|
128
128
|
shadow: "rgb(from var(--color-shadow) R G B / <alpha-value>)",
|
|
129
|
-
inherit: "inherit"
|
|
129
|
+
inherit: "inherit",
|
|
130
|
+
white: "#ffffff",
|
|
131
|
+
black: "#000000"
|
|
130
132
|
},
|
|
131
133
|
borderRadius: {
|
|
132
134
|
xs: "var(--radius-extra-small)",
|