@quoreadmin/ui 1.4.0 → 1.4.2
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/index.d.ts +2 -0
- package/dist/index.js +14365 -16291
- package/dist/index.umd.cjs +935 -113
- package/dist/src/App.vue.d.ts +2 -0
- package/dist/src/components/accordion/accordion.d.ts +113 -0
- package/dist/src/components/accordion/accordion.stories.d.ts +803 -0
- package/dist/src/components/accordion/accordion.vue.d.ts +2 -0
- package/dist/src/components/activity-item/activity-item.d.ts +83 -0
- package/dist/src/components/activity-item/activity-item.stories.d.ts +7 -0
- package/dist/src/components/activity-item/activity-item.vue.d.ts +2 -0
- package/dist/src/components/avatar/avatar.d.ts +54 -0
- package/dist/src/components/avatar/avatar.stories.d.ts +68 -0
- package/dist/src/components/avatar/avatar.vue.d.ts +2 -0
- package/dist/src/components/badge/badge.d.ts +31 -0
- package/dist/src/components/badge/badge.stories.d.ts +135 -0
- package/dist/src/components/badge/badge.vue.d.ts +2 -0
- package/dist/src/components/banner/banner.d.ts +24 -0
- package/dist/src/components/banner/banner.stories.d.ts +40 -0
- package/dist/src/components/banner/banner.vue.d.ts +2 -0
- package/dist/src/components/bottom-sheet/bottom-sheet.d.ts +120 -0
- package/dist/src/components/bottom-sheet/bottom-sheet.stories.d.ts +925 -0
- package/dist/src/components/bottom-sheet/bottom-sheet.vue.d.ts +2 -0
- package/dist/src/components/button/button.d.ts +121 -0
- package/dist/src/components/button/button.stories.d.ts +518 -0
- package/dist/src/components/button/button.vue.d.ts +2 -0
- package/dist/src/components/button-group/button-group.d.ts +92 -0
- package/dist/src/components/button-group/button-group.stories.d.ts +325 -0
- package/dist/src/components/button-group/button-group.vue.d.ts +2 -0
- package/dist/src/components/checkbox/checkbox.d.ts +205 -0
- package/dist/src/components/checkbox/checkbox.vue.d.ts +2 -0
- package/dist/src/components/comment/comment.d.ts +3157 -0
- package/dist/src/components/comment/comment.stories.d.ts +3186 -0
- package/dist/src/components/comment/comment.vue.d.ts +2 -0
- package/dist/src/components/comment-section/comment-section.d.ts +4866 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +6541 -0
- package/dist/src/components/comment-section/comment-section.vue.d.ts +2 -0
- package/dist/src/components/counter/counter.d.ts +53 -0
- package/dist/src/components/counter/counter.stories.d.ts +120 -0
- package/dist/src/components/counter/counter.vue.d.ts +2 -0
- package/dist/src/components/data-filter/data-filter.d.ts +773 -0
- package/dist/src/components/data-filter/data-filter.vue.d.ts +2 -0
- package/dist/src/components/data-list/data-list.d.ts +945 -0
- package/dist/src/components/data-list/data-list.vue.d.ts +2 -0
- package/dist/src/components/data-table/data-table.d.ts +543 -0
- package/dist/src/components/data-table/data-table.vue.d.ts +2 -0
- package/dist/src/components/data-table-cell/data-table-cell.d.ts +42 -0
- package/dist/src/components/data-table-cell/data-table-cell.vue.d.ts +2 -0
- package/dist/src/components/data-table-head/data-table-head.d.ts +110 -0
- package/dist/src/components/data-table-head/data-table-head.vue.d.ts +2 -0
- package/dist/src/components/date-picker/date-picker.d.ts +672 -0
- package/dist/src/components/date-picker/date-picker.stories.d.ts +1316 -0
- package/dist/src/components/date-picker/date-picker.vue.d.ts +2 -0
- package/dist/src/components/divider/divider.d.ts +41 -0
- package/dist/src/components/divider/divider.stories.d.ts +103 -0
- package/dist/src/components/divider/divider.vue.d.ts +2 -0
- package/dist/src/components/file-upload/file-upload.d.ts +1214 -0
- package/dist/src/components/file-upload/file-upload.stories.d.ts +6974 -0
- package/dist/src/components/file-upload/file-upload.vue.d.ts +2 -0
- package/dist/src/components/footer-actions/footer-actions.d.ts +3 -0
- package/dist/src/components/footer-actions/footer-actions.stories.d.ts +17 -0
- package/dist/src/components/footer-actions/footer-actions.vue.d.ts +2 -0
- package/dist/src/components/form-group/form-group.d.ts +33 -0
- package/dist/src/components/form-group/form-group.stories.d.ts +230 -0
- package/dist/src/components/form-group/form-group.vue.d.ts +2 -0
- package/dist/src/components/grid/grid.d.ts +267 -0
- package/dist/src/components/grid/grid.stories.d.ts +3523 -0
- package/dist/src/components/grid/grid.vue.d.ts +2 -0
- package/dist/src/components/icon/icon.d.ts +93 -0
- package/dist/src/components/icon/icon.stories.d.ts +115 -0
- package/dist/src/components/icon/icon.vue.d.ts +2 -0
- package/dist/src/components/icon-action-group/icon-action-group.d.ts +513 -0
- package/dist/src/components/icon-action-group/icon-action-group.stories.d.ts +2570 -0
- package/dist/src/components/icon-action-group/icon-action-group.vue.d.ts +2 -0
- package/dist/src/components/image-gallery/image-gallery.d.ts +840 -0
- package/dist/src/components/image-gallery/image-gallery.stories.d.ts +1711 -0
- package/dist/src/components/image-gallery/image-gallery.vue.d.ts +2 -0
- package/dist/src/components/input/input.d.ts +185 -0
- package/dist/src/components/input/input.stories.d.ts +1065 -0
- package/dist/src/components/input/input.vue.d.ts +2 -0
- package/dist/src/components/list/list.d.ts +209 -0
- package/dist/src/components/list/list.stories.d.ts +1682 -0
- package/dist/src/components/list/list.vue.d.ts +2 -0
- package/dist/src/components/menu/menu.d.ts +120 -0
- package/dist/src/components/menu/menu.stories.d.ts +239 -0
- package/dist/src/components/menu/menu.vue.d.ts +2 -0
- package/dist/src/components/modal/modal.d.ts +192 -0
- package/dist/src/components/modal/modal.stories.d.ts +2102 -0
- package/dist/src/components/modal/modal.vue.d.ts +2 -0
- package/dist/src/components/modal/variants/error-modal/error-modal.d.ts +221 -0
- package/dist/src/components/modal/variants/error-modal/error-modal.vue.d.ts +2 -0
- package/dist/src/components/modal/variants/warning-modal/warning-modal.d.ts +241 -0
- package/dist/src/components/modal/variants/warning-modal/warning-modal.vue.d.ts +2 -0
- package/dist/src/components/modal-content/modal-content.d.ts +37 -0
- package/dist/src/components/modal-content/modal-content.vue.d.ts +2 -0
- package/dist/src/components/page-heading/page-heading.d.ts +57 -0
- package/dist/src/components/page-heading/page-heading.vue.d.ts +2 -0
- package/dist/src/components/page-navigation/page-navigation.d.ts +15 -0
- package/dist/src/components/page-navigation/page-navigation.vue.d.ts +2 -0
- package/dist/src/components/pdf-viewer/pdf-viewer.d.ts +243 -0
- package/dist/src/components/pdf-viewer/pdf-viewer.stories.d.ts +260 -0
- package/dist/src/components/pdf-viewer/pdf-viewer.vue.d.ts +2 -0
- package/dist/src/components/popover/popover.d.ts +118 -0
- package/dist/src/components/popover/popover.stories.d.ts +411 -0
- package/dist/src/components/popover/popover.vue.d.ts +2 -0
- package/dist/src/components/progress-bar/progress-bar.d.ts +85 -0
- package/dist/src/components/progress-bar/progress-bar.stories.d.ts +103 -0
- package/dist/src/components/progress-bar/progress-bar.vue.d.ts +2 -0
- package/dist/src/components/progress-bar-group/progress-bar-group.d.ts +152 -0
- package/dist/src/components/progress-bar-group/progress-bar-group.stories.d.ts +5 -0
- package/dist/src/components/progress-bar-group/progress-bar-group.vue.d.ts +2 -0
- package/dist/src/components/radio/radio.d.ts +93 -0
- package/dist/src/components/radio/radio.stories.d.ts +233 -0
- package/dist/src/components/radio/radio.vue.d.ts +2 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +6467 -0
- package/dist/src/components/room-details-popover/room-details-popover.vue.d.ts +2 -0
- package/dist/src/components/select/select.d.ts +407 -0
- package/dist/src/components/select/select.stories.d.ts +1297 -0
- package/dist/src/components/select/select.vue.d.ts +2 -0
- package/dist/src/components/table/table.d.ts +407 -0
- package/dist/src/components/table/table.vue.d.ts +2 -0
- package/dist/src/components/tag/tag.d.ts +43 -0
- package/dist/src/components/tag/tag.stories.d.ts +176 -0
- package/dist/src/components/tag/tag.vue.d.ts +2 -0
- package/dist/src/components/textarea/textarea.d.ts +92 -0
- package/dist/src/components/textarea/textarea.stories.d.ts +111 -0
- package/dist/src/components/textarea/textarea.vue.d.ts +2 -0
- package/dist/src/components/toast/toast.d.ts +117 -0
- package/dist/src/components/toast/toast.stories.d.ts +661 -0
- package/dist/src/components/toast/toast.vue.d.ts +2 -0
- package/dist/src/components/tooltip/tooltip.d.ts +137 -0
- package/dist/src/components/tooltip/tooltip.stories.d.ts +953 -0
- package/dist/src/components/tooltip/tooltip.vue.d.ts +2 -0
- package/dist/src/components/tour/tour.d.ts +364 -0
- package/dist/src/components/tour/tour.vue.d.ts +2 -0
- package/dist/src/components/wysiwyg/wysiwyg.d.ts +1560 -0
- package/dist/src/components/wysiwyg/wysiwyg.stories.d.ts +1583 -0
- package/dist/src/components/wysiwyg/wysiwyg.vue.d.ts +2 -0
- package/dist/src/composables/filtering.d.ts +22 -0
- package/dist/src/composables/mq.d.ts +12 -0
- package/dist/src/composables/nanopop.d.ts +77 -0
- package/dist/src/composables/table-data.d.ts +138 -0
- package/dist/src/composables/useDeviceType.d.ts +4 -0
- package/dist/src/index.d.ts +58 -0
- package/dist/src/main.d.ts +0 -0
- package/dist/src/plugins/luxon.d.ts +3 -0
- package/dist/src/router/index.d.ts +2 -0
- package/dist/src/views/lists.vue.d.ts +2491 -0
- package/dist/src/views/rdp.vue.d.ts +9 -0
- package/dist/src/views/showcase.vue.d.ts +523 -0
- package/dist/src/views/tables.vue.d.ts +1846 -0
- package/dist/src/views/tour.vue.d.ts +48 -0
- package/package.json +30 -5
- package/tailwind.preset.ts +245 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
+
links: {
|
|
3
|
+
name: string;
|
|
4
|
+
to: string;
|
|
5
|
+
}[];
|
|
6
|
+
tourSteps: ({
|
|
7
|
+
target: string;
|
|
8
|
+
title: string;
|
|
9
|
+
content: string;
|
|
10
|
+
placement: string;
|
|
11
|
+
tooltipWidth?: undefined;
|
|
12
|
+
fixedPositioning?: undefined;
|
|
13
|
+
clipPadding?: undefined;
|
|
14
|
+
skip?: undefined;
|
|
15
|
+
} | {
|
|
16
|
+
target: string;
|
|
17
|
+
title: string;
|
|
18
|
+
content: string;
|
|
19
|
+
placement: string;
|
|
20
|
+
tooltipWidth: string;
|
|
21
|
+
fixedPositioning: boolean;
|
|
22
|
+
clipPadding?: undefined;
|
|
23
|
+
skip?: undefined;
|
|
24
|
+
} | {
|
|
25
|
+
target: string;
|
|
26
|
+
title: string;
|
|
27
|
+
content: string;
|
|
28
|
+
placement: string;
|
|
29
|
+
clipPadding: number;
|
|
30
|
+
tooltipWidth?: undefined;
|
|
31
|
+
fixedPositioning?: undefined;
|
|
32
|
+
skip?: undefined;
|
|
33
|
+
} | {
|
|
34
|
+
target: string;
|
|
35
|
+
title: string;
|
|
36
|
+
content: string;
|
|
37
|
+
placement: string;
|
|
38
|
+
skip: () => boolean;
|
|
39
|
+
tooltipWidth?: undefined;
|
|
40
|
+
fixedPositioning?: undefined;
|
|
41
|
+
clipPadding?: undefined;
|
|
42
|
+
})[];
|
|
43
|
+
tour: import('vue').Ref<any, any>;
|
|
44
|
+
startTour: () => void;
|
|
45
|
+
onTourStop: () => void;
|
|
46
|
+
onTourStart: () => void;
|
|
47
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
|
+
export default _default;
|
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quoreadmin/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.2",
|
|
5
5
|
"type": "module",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.css",
|
|
8
|
+
"**/*.scss"
|
|
9
|
+
],
|
|
6
10
|
"files": [
|
|
7
11
|
"dist",
|
|
12
|
+
"tailwind.preset.ts",
|
|
8
13
|
"src/assets/scss",
|
|
9
14
|
"src/assets/illustrations"
|
|
10
15
|
],
|
|
@@ -16,6 +21,11 @@
|
|
|
16
21
|
"import": "./dist/index.js",
|
|
17
22
|
"require": "./dist/index.umd.cjs"
|
|
18
23
|
},
|
|
24
|
+
"./tailwind.preset": {
|
|
25
|
+
"types": "./tailwind.preset.ts",
|
|
26
|
+
"import": "./tailwind.preset.ts",
|
|
27
|
+
"require": "./tailwind.preset.ts"
|
|
28
|
+
},
|
|
19
29
|
"./dist/": {
|
|
20
30
|
"import": "./dist/",
|
|
21
31
|
"require": "./dist/"
|
|
@@ -30,7 +40,7 @@
|
|
|
30
40
|
}
|
|
31
41
|
},
|
|
32
42
|
"types": "dist/index.d.ts",
|
|
33
|
-
"description": "
|
|
43
|
+
"description": "Quore UI component library for Vue 3",
|
|
34
44
|
"author": "Joel Nye <joel.nye@quore.com>",
|
|
35
45
|
"scripts": {
|
|
36
46
|
"dev": "vite --host",
|
|
@@ -40,13 +50,26 @@
|
|
|
40
50
|
"storybook": "storybook dev -p 6006",
|
|
41
51
|
"build-storybook": "storybook build"
|
|
42
52
|
},
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"vue": "^3.4.0",
|
|
55
|
+
"vue-router": "^4.0.0",
|
|
56
|
+
"vue-i18n": "^9.0.0 || ^10.0.0 || ^11.0.0"
|
|
57
|
+
},
|
|
58
|
+
"peerDependenciesMeta": {
|
|
59
|
+
"vue-router": {
|
|
60
|
+
"optional": true
|
|
61
|
+
},
|
|
62
|
+
"vue-i18n": {
|
|
63
|
+
"optional": true
|
|
64
|
+
}
|
|
65
|
+
},
|
|
43
66
|
"dependencies": {
|
|
44
|
-
"pdfjs-dist": "^4.10.38"
|
|
45
|
-
"vue": "^3.5.26",
|
|
46
|
-
"vue-router": "^4.6.4"
|
|
67
|
+
"pdfjs-dist": "^4.10.38"
|
|
47
68
|
},
|
|
48
69
|
"devDependencies": {
|
|
49
70
|
"@intlify/unplugin-vue-i18n": "^2.0.0",
|
|
71
|
+
"vue": "^3.5.26",
|
|
72
|
+
"vue-router": "^4.6.4",
|
|
50
73
|
"@storybook/addon-designs": "^11.1.1",
|
|
51
74
|
"@storybook/addon-docs": "^10.1.11",
|
|
52
75
|
"@storybook/addon-links": "^10.1.11",
|
|
@@ -60,6 +83,7 @@
|
|
|
60
83
|
"@tiptap/pm": "^3.15.3",
|
|
61
84
|
"@tiptap/starter-kit": "^3.15.3",
|
|
62
85
|
"@tiptap/vue-3": "^3.15.3",
|
|
86
|
+
"@types/node": "^22.19.6",
|
|
63
87
|
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
64
88
|
"@typescript-eslint/parser": "^8.52.0",
|
|
65
89
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
@@ -84,6 +108,7 @@
|
|
|
84
108
|
"tailwindcss": "^3.4.1",
|
|
85
109
|
"typescript": "^5.2.2",
|
|
86
110
|
"vite": "^7.3.1",
|
|
111
|
+
"vite-plugin-dts": "^4.5.4",
|
|
87
112
|
"vue-datepicker-next": "^1.0.3",
|
|
88
113
|
"vue-i18n": "^11.2.8",
|
|
89
114
|
"vue-multiselect": "3.2.0",
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import type { Config } from 'tailwindcss';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Shared Tailwind CSS preset for Quore UI apps.
|
|
5
|
+
* Import this in your app's tailwind.config.ts and extend as needed.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```ts
|
|
9
|
+
* import quorePreset from '@quoreadmin/ui/tailwind.preset';
|
|
10
|
+
*
|
|
11
|
+
* export default {
|
|
12
|
+
* presets: [quorePreset],
|
|
13
|
+
* content: [
|
|
14
|
+
* './index.html',
|
|
15
|
+
* './src/**\/*.{vue,js,ts,jsx,tsx}',
|
|
16
|
+
* './node_modules/@quoreadmin/ui/**\/*.{vue,js,ts,jsx,tsx}',
|
|
17
|
+
* ],
|
|
18
|
+
* // Add app-specific customizations here
|
|
19
|
+
* } satisfies Config;
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
const quorePreset: Config = {
|
|
23
|
+
content: [], // Apps must define their own content paths
|
|
24
|
+
darkMode: 'class',
|
|
25
|
+
important: false,
|
|
26
|
+
theme: {
|
|
27
|
+
fontFamily: {
|
|
28
|
+
sans: [
|
|
29
|
+
'Lato',
|
|
30
|
+
'-apple-system',
|
|
31
|
+
'BlinkMacSystemFont',
|
|
32
|
+
'Segoe UI',
|
|
33
|
+
'Roboto',
|
|
34
|
+
'Oxygen',
|
|
35
|
+
'Ubuntu',
|
|
36
|
+
'Cantarell',
|
|
37
|
+
'Fira Sans',
|
|
38
|
+
'Droid Sans',
|
|
39
|
+
'Helvetica Neue',
|
|
40
|
+
'sans-serif',
|
|
41
|
+
],
|
|
42
|
+
gellar: [
|
|
43
|
+
'GellerHeadline',
|
|
44
|
+
'-apple-system',
|
|
45
|
+
'BlinkMacSystemFont',
|
|
46
|
+
'Georgia',
|
|
47
|
+
'Times',
|
|
48
|
+
'"Times New Roman"',
|
|
49
|
+
'serif',
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
fontSize: {
|
|
53
|
+
tiniest: '0.5rem', // 8px
|
|
54
|
+
tiny: '0.625rem', // 10px
|
|
55
|
+
xxs: '0.6875rem', // 11px
|
|
56
|
+
xs: '0.75rem', // 12px
|
|
57
|
+
sm: '0.875rem', // 14px
|
|
58
|
+
base: '1rem', // based on 16px base
|
|
59
|
+
md: '1.25rem', // 20px
|
|
60
|
+
lg: '1.5rem', // 24px
|
|
61
|
+
xl: '2.25rem', // 36px
|
|
62
|
+
'2xl': '3rem', // 48px
|
|
63
|
+
'3xl': '3.75rem', // 60px
|
|
64
|
+
'4xl': '4.5rem', // 72px
|
|
65
|
+
},
|
|
66
|
+
colors: {
|
|
67
|
+
success: '#0f6a13',
|
|
68
|
+
'success-light': '#e9f7da',
|
|
69
|
+
'idle-pass': '#d6ecc1',
|
|
70
|
+
error: '#c20017',
|
|
71
|
+
'error-light': '#ffe4e8',
|
|
72
|
+
warning: '#ab9b00',
|
|
73
|
+
'warning-light': '#fef8de',
|
|
74
|
+
info: '#004494',
|
|
75
|
+
'info-light': '#dbf3ff',
|
|
76
|
+
'green-quore': '#5db407',
|
|
77
|
+
'blue-sky': '#2898e0',
|
|
78
|
+
'blue-quore': '#2f363c',
|
|
79
|
+
complaint: '#c20017',
|
|
80
|
+
recurring: '#006b00',
|
|
81
|
+
workorder: '#F67B00',
|
|
82
|
+
|
|
83
|
+
gray: {
|
|
84
|
+
0: '#f9f9fa',
|
|
85
|
+
'00': '#f4f4f4',
|
|
86
|
+
7: '#eff1f2',
|
|
87
|
+
10: '#ebeef0',
|
|
88
|
+
20: '#dde1e4',
|
|
89
|
+
30: '#cdd4d8',
|
|
90
|
+
40: '#bcc5cb',
|
|
91
|
+
},
|
|
92
|
+
inkwell: {
|
|
93
|
+
0: '#8d9aa5',
|
|
94
|
+
10: '#6c7b89',
|
|
95
|
+
20: '#515d67',
|
|
96
|
+
30: '#2f363c',
|
|
97
|
+
40: '#121517',
|
|
98
|
+
},
|
|
99
|
+
maroon: {
|
|
100
|
+
0: '#f7d7db',
|
|
101
|
+
10: '#d27989',
|
|
102
|
+
20: '#ad314e',
|
|
103
|
+
30: '#880028',
|
|
104
|
+
40: '#630023',
|
|
105
|
+
},
|
|
106
|
+
pink: {
|
|
107
|
+
0: '#ffdbe5',
|
|
108
|
+
10: '#ff89ae',
|
|
109
|
+
20: '#ff377a',
|
|
110
|
+
30: '#cd0059',
|
|
111
|
+
40: '#9c0053',
|
|
112
|
+
},
|
|
113
|
+
red: {
|
|
114
|
+
0: '#ffe4e8',
|
|
115
|
+
10: '#ffa9b2',
|
|
116
|
+
20: '#ff6e76',
|
|
117
|
+
30: '#ff3333',
|
|
118
|
+
40: '#c20017',
|
|
119
|
+
},
|
|
120
|
+
orange: {
|
|
121
|
+
0: '#FFF7DB',
|
|
122
|
+
10: '#FCD379',
|
|
123
|
+
20: '#F89F1B',
|
|
124
|
+
30: '#F67B00',
|
|
125
|
+
40: '#F56200',
|
|
126
|
+
},
|
|
127
|
+
yellow: {
|
|
128
|
+
0: '#fff8de',
|
|
129
|
+
10: '#f9e991',
|
|
130
|
+
20: '#eedc00',
|
|
131
|
+
30: '#ccbb00',
|
|
132
|
+
40: '#ab9b00',
|
|
133
|
+
},
|
|
134
|
+
green: {
|
|
135
|
+
0: '#e9f7da',
|
|
136
|
+
10: '#9cd662',
|
|
137
|
+
20: '#5db407',
|
|
138
|
+
30: '#249000',
|
|
139
|
+
40: '#006b00',
|
|
140
|
+
},
|
|
141
|
+
teal: {
|
|
142
|
+
0: '#dcf2f1',
|
|
143
|
+
10: '#64c7c0',
|
|
144
|
+
20: '#0f9b8f',
|
|
145
|
+
30: '#007667',
|
|
146
|
+
40: '#005244',
|
|
147
|
+
},
|
|
148
|
+
blue: {
|
|
149
|
+
0: '#dbf3ff',
|
|
150
|
+
5: '#93cbef',
|
|
151
|
+
10: '#7cc7f0',
|
|
152
|
+
20: '#2898e0',
|
|
153
|
+
30: '#0a69ba',
|
|
154
|
+
40: '#004594',
|
|
155
|
+
},
|
|
156
|
+
purple: {
|
|
157
|
+
0: '#f2e3f2',
|
|
158
|
+
10: '#d29cd5',
|
|
159
|
+
20: '#b062b7',
|
|
160
|
+
30: '#8d3399',
|
|
161
|
+
40: '#430675',
|
|
162
|
+
},
|
|
163
|
+
|
|
164
|
+
transparent: 'transparent',
|
|
165
|
+
current: 'currentColor',
|
|
166
|
+
white: '#ffffff',
|
|
167
|
+
black: '#000000',
|
|
168
|
+
},
|
|
169
|
+
screens: {
|
|
170
|
+
sm: '576px',
|
|
171
|
+
md: '768px',
|
|
172
|
+
lg: '992px',
|
|
173
|
+
xl: '1200px',
|
|
174
|
+
'sm-down': { max: '767.98px' },
|
|
175
|
+
},
|
|
176
|
+
configViewer: {
|
|
177
|
+
typographyExample: 'Smarter Team, Happier Guest',
|
|
178
|
+
},
|
|
179
|
+
extend: {
|
|
180
|
+
boxShadow: {
|
|
181
|
+
solid: '0 0 0 2px rgba(255, 255, 255, 1)',
|
|
182
|
+
},
|
|
183
|
+
maxHeight: {
|
|
184
|
+
none: 'none',
|
|
185
|
+
},
|
|
186
|
+
gridTemplateColumns: {
|
|
187
|
+
'13': 'repeat(13, minmax(0, 1fr))',
|
|
188
|
+
'14': 'repeat(14, minmax(0, 1fr))',
|
|
189
|
+
'15': 'repeat(15, minmax(0, 1fr))',
|
|
190
|
+
},
|
|
191
|
+
colors: {
|
|
192
|
+
'primary-50': 'rgb(var(--primary-50))',
|
|
193
|
+
'primary-100': 'rgb(var(--primary-100))',
|
|
194
|
+
'primary-200': 'rgb(var(--primary-200))',
|
|
195
|
+
'primary-300': 'rgb(var(--primary-300))',
|
|
196
|
+
'primary-400': 'rgb(var(--primary-400))',
|
|
197
|
+
'primary-500': 'rgb(var(--primary-500))',
|
|
198
|
+
'primary-600': 'rgb(var(--primary-600))',
|
|
199
|
+
'primary-700': 'rgb(var(--primary-700))',
|
|
200
|
+
'primary-800': 'rgb(var(--primary-800))',
|
|
201
|
+
'primary-900': 'rgb(var(--primary-900))',
|
|
202
|
+
'primary-950': 'rgb(var(--primary-950))',
|
|
203
|
+
'surface-0': 'rgb(var(--surface-0))',
|
|
204
|
+
'surface-50': 'rgb(var(--surface-50))',
|
|
205
|
+
'surface-100': 'rgb(var(--surface-100))',
|
|
206
|
+
'surface-200': 'rgb(var(--surface-200))',
|
|
207
|
+
'surface-300': 'rgb(var(--surface-300))',
|
|
208
|
+
'surface-400': 'rgb(var(--surface-400))',
|
|
209
|
+
'surface-500': 'rgb(var(--surface-500))',
|
|
210
|
+
'surface-600': 'rgb(var(--surface-600))',
|
|
211
|
+
'surface-700': 'rgb(var(--surface-700))',
|
|
212
|
+
'surface-800': 'rgb(var(--surface-800))',
|
|
213
|
+
'surface-900': 'rgb(var(--surface-900))',
|
|
214
|
+
'surface-950': 'rgb(var(--surface-950))',
|
|
215
|
+
},
|
|
216
|
+
},
|
|
217
|
+
},
|
|
218
|
+
safelist: [
|
|
219
|
+
'border-solid',
|
|
220
|
+
'border-dashed',
|
|
221
|
+
'border-dotted',
|
|
222
|
+
'border-double',
|
|
223
|
+
'border-gray-20',
|
|
224
|
+
'border-gray-30',
|
|
225
|
+
'border-gray-40',
|
|
226
|
+
'border-inkwell-0',
|
|
227
|
+
'border-inkwell-10',
|
|
228
|
+
'border-inkwell-20',
|
|
229
|
+
'border-inkwell-30',
|
|
230
|
+
'border-inkwell-40',
|
|
231
|
+
{
|
|
232
|
+
pattern: /(bg|text)-+/,
|
|
233
|
+
variants: ['hover'],
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
pattern: /grid-cols-[1-9]|grid-cols-1[0-5]/,
|
|
237
|
+
},
|
|
238
|
+
],
|
|
239
|
+
variants: {
|
|
240
|
+
extend: {},
|
|
241
|
+
},
|
|
242
|
+
plugins: [],
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
export default quorePreset;
|