@aures5g/vue-component-library 0.39.0 → 0.41.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/brandLogo/UIBrandLogo.vue.d.ts +9 -0
- package/dist/src/components/infoStrip/brandLogo/uiBrandLogo.const.d.ts +83 -0
- package/dist/src/components/infoStrip/brandLogo/uiBrandLogo.theme.d.ts +6 -0
- package/dist/src/components/infoStrip/uiPersonList.theme.d.ts +5 -0
- package/dist/src/index.d.ts +3 -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 +2188 -2035
- 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,9 @@
|
|
|
1
|
+
import { type BrandLogoSeverities, type Brands } from './uiBrandLogo.const';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
severity?: BrandLogoSeverities;
|
|
4
|
+
brand: Brands;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
|
+
severity: BrandLogoSeverities;
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
export declare const BRAND_LOGO_SEVERITY: {
|
|
2
|
+
readonly DEFAULT: "default";
|
|
3
|
+
readonly ENEMY: "enemy";
|
|
4
|
+
readonly VIP: "vip";
|
|
5
|
+
};
|
|
6
|
+
export type BrandLogoSeverities = (typeof BRAND_LOGO_SEVERITY)[keyof typeof BRAND_LOGO_SEVERITY];
|
|
7
|
+
export declare const BRANDS: {
|
|
8
|
+
readonly AUTOSPLATKA: "CZ_Financing";
|
|
9
|
+
readonly MOTOTECHNA_BRAND: "MototechnaBrand";
|
|
10
|
+
readonly MOTOTECHNA_DRIVE: "CZ_DRIVE";
|
|
11
|
+
readonly MOTOTECHNA_GROUP: "CZ_MG";
|
|
12
|
+
readonly MOTOTECHNA_SK: "SK_MOT";
|
|
13
|
+
readonly CZ_AAA: "CZ_AAA";
|
|
14
|
+
readonly PL_AAA: "PL_AAA";
|
|
15
|
+
readonly SK_AAA: "SK_AAA";
|
|
16
|
+
readonly DISKONT_SK: "SK_AD";
|
|
17
|
+
readonly DISKONT_CZ: "CZ_AD";
|
|
18
|
+
readonly KUPUJEME_AUTA: "CZ_KuAut";
|
|
19
|
+
readonly SERVIS_PLAN: "CZ_SP";
|
|
20
|
+
};
|
|
21
|
+
export type Brands = (typeof BRANDS)[keyof typeof BRANDS];
|
|
22
|
+
export declare const BRAND_MAP: {
|
|
23
|
+
readonly CZ_Financing: {
|
|
24
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
25
|
+
readonly label: "autosplatka";
|
|
26
|
+
readonly class: "bg-[#16DB93] text-on-primary";
|
|
27
|
+
};
|
|
28
|
+
readonly MototechnaBrand: {
|
|
29
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
30
|
+
readonly label: "mototechna";
|
|
31
|
+
readonly class: "bg-[#00CCBB] text-on-primary";
|
|
32
|
+
};
|
|
33
|
+
readonly CZ_DRIVE: {
|
|
34
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
35
|
+
readonly label: "mototechna";
|
|
36
|
+
readonly class: "bg-[#00CCBB] text-on-primary";
|
|
37
|
+
};
|
|
38
|
+
readonly CZ_MG: {
|
|
39
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
40
|
+
readonly label: "mototechna";
|
|
41
|
+
readonly class: "bg-[#00CCBB] text-on-primary";
|
|
42
|
+
};
|
|
43
|
+
readonly SK_MOT: {
|
|
44
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
45
|
+
readonly label: "mototechna";
|
|
46
|
+
readonly class: "bg-[#00CCBB] text-on-primary";
|
|
47
|
+
};
|
|
48
|
+
readonly CZ_AAA: {
|
|
49
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
50
|
+
readonly label: "aaa auto";
|
|
51
|
+
readonly class: "bg-[#005CA9] text-on-primary";
|
|
52
|
+
};
|
|
53
|
+
readonly PL_AAA: {
|
|
54
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
55
|
+
readonly label: "aaa auto";
|
|
56
|
+
readonly class: "bg-[#005CA9] text-on-primary";
|
|
57
|
+
};
|
|
58
|
+
readonly SK_AAA: {
|
|
59
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
60
|
+
readonly label: "aaa auto";
|
|
61
|
+
readonly class: "bg-[#005CA9] text-on-primary";
|
|
62
|
+
};
|
|
63
|
+
readonly SK_AD: {
|
|
64
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
65
|
+
readonly label: "aaa auto diskont";
|
|
66
|
+
readonly class: "bg-[#E74011] text-on-primary";
|
|
67
|
+
};
|
|
68
|
+
readonly CZ_AD: {
|
|
69
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
70
|
+
readonly label: "aaa auto diskont";
|
|
71
|
+
readonly class: "bg-[#E74011] text-on-primary";
|
|
72
|
+
};
|
|
73
|
+
readonly CZ_KuAut: {
|
|
74
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
75
|
+
readonly label: "aaa auto";
|
|
76
|
+
readonly class: "bg-[#005CA9] text-on-primary";
|
|
77
|
+
};
|
|
78
|
+
readonly CZ_SP: {
|
|
79
|
+
readonly icon: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
80
|
+
readonly label: "aaa auto";
|
|
81
|
+
readonly class: "bg-[#005CA9] text-on-primary";
|
|
82
|
+
};
|
|
83
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const BASE = "relative bg-on-primary h-[2rem] pr-[1rem] rounded-[625rem] flex items-center label-medium tracking-[0.03125rem]";
|
|
2
|
+
export declare const ICON_BOX = "absolute left-[-1px] size-[2.5rem] text-[1rem] rounded-full flex justify-center items-center";
|
|
3
|
+
export declare const DEFAULT_BORDER = "border-4 border-[#0075E6]";
|
|
4
|
+
export declare const ENEMY_BORDER = "border-4 border-[#DE334A]";
|
|
5
|
+
export declare const VIP_BORDER = "border-4 border-[#414754]";
|
|
6
|
+
export declare const NON_DEFAULT = "bg-on-primary";
|
|
@@ -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,6 @@ 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
|
+
import UIBrandLogo from './components/infoStrip/brandLogo/UIBrandLogo.vue';
|
|
30
|
+
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, UIBrandLogo, };
|
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)",
|