avo 3.17.3.tw4 → 3.17.4.tw4
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/builds/avo.base.css +5318 -5487
- data/app/assets/stylesheets/avo.base.css +97 -89
- data/lib/avo/version.rb +1 -1
- data/public/avo-assets/avo.base.css +5217 -5511
- data/tailwind.preset.js +0 -20
- metadata +2 -2
@@ -1,116 +1,124 @@
|
|
1
1
|
@import "tailwindcss";
|
2
2
|
|
3
|
+
/* Figure out a way to add those dynamically */
|
4
|
+
@source "../../../tmp/avo/packages/avo-advanced";
|
5
|
+
@source "../../../tmp/avo/packages/avo-dashboards";
|
6
|
+
@source "../../../tmp/avo/packages/avo-dynamic_filters";
|
7
|
+
@source "../../../tmp/avo/packages/avo-kanban";
|
8
|
+
@source "../../../tmp/avo/packages/avo-menu";
|
9
|
+
@source "../../../tmp/avo/packages/avo-pro";
|
10
|
+
|
3
11
|
@config "../../../tailwind.config.js";
|
4
12
|
|
13
|
+
@layer components {
|
14
|
+
@import './../../../node_modules/easymde/dist/easymde.min.css';
|
15
|
+
@import './../../../node_modules/tippy.js/dist/tippy.css';
|
16
|
+
@import './../../../node_modules/tippy.js/themes/light.css';
|
17
|
+
@import './../../../node_modules/flatpickr/dist/flatpickr.css';
|
18
|
+
@import './../../../node_modules/@algolia/autocomplete-theme-classic/dist/theme.css';
|
19
|
+
@import './../../../node_modules/@yaireo/tagify/dist/tagify.css';
|
20
|
+
|
21
|
+
@import './css/fonts.css';
|
22
|
+
@import './css/buttons.css';
|
23
|
+
@import './css/typography.css';
|
24
|
+
@import './css/tooltips.css';
|
25
|
+
@import './css/loader.css';
|
26
|
+
@import './css/pagination.css';
|
27
|
+
@import './css/breadcrumbs.css';
|
28
|
+
@import './css/search.css';
|
29
|
+
@import './css/active-storage.css';
|
30
|
+
@import './css/scrollbar.css';
|
31
|
+
@import './css/sidebar.css';
|
32
|
+
@import './css/spinner.css';
|
33
|
+
|
34
|
+
@import './css/fields/status.css';
|
35
|
+
@import './css/fields/code.css';
|
36
|
+
@import './css/fields/progress.css';
|
37
|
+
@import './css/fields/trix.css';
|
38
|
+
@import './css/fields/tags.css';
|
39
|
+
@import './css/fields/tiptap.css';
|
40
|
+
|
41
|
+
html,
|
42
|
+
body {
|
43
|
+
@apply antialiased relative h-full;
|
44
|
+
}
|
5
45
|
|
46
|
+
.will-change-transform {
|
47
|
+
will-change: transform;
|
48
|
+
}
|
6
49
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
@import './../../../node_modules/@algolia/autocomplete-theme-classic/dist/theme.css';
|
12
|
-
@import './../../../node_modules/@yaireo/tagify/dist/tagify.css';
|
13
|
-
|
14
|
-
@import './css/fonts.css';
|
15
|
-
@import './css/buttons.css';
|
16
|
-
@import './css/typography.css';
|
17
|
-
@import './css/tooltips.css';
|
18
|
-
@import './css/loader.css';
|
19
|
-
@import './css/pagination.css';
|
20
|
-
@import './css/breadcrumbs.css';
|
21
|
-
@import './css/search.css';
|
22
|
-
@import './css/active-storage.css';
|
23
|
-
@import './css/scrollbar.css';
|
24
|
-
@import './css/sidebar.css';
|
25
|
-
@import './css/spinner.css';
|
26
|
-
|
27
|
-
@import './css/fields/status.css';
|
28
|
-
@import './css/fields/code.css';
|
29
|
-
@import './css/fields/progress.css';
|
30
|
-
@import './css/fields/trix.css';
|
31
|
-
@import './css/fields/tags.css';
|
32
|
-
@import './css/fields/tiptap.css';
|
33
|
-
|
34
|
-
html,
|
35
|
-
body {
|
36
|
-
@apply antialiased relative h-full;
|
37
|
-
}
|
50
|
+
.fade-enter-active,
|
51
|
+
.fade-leave-active {
|
52
|
+
will-change: opacity;
|
53
|
+
will-change: transform;
|
38
54
|
|
39
|
-
|
40
|
-
|
41
|
-
}
|
42
|
-
|
43
|
-
.fade-enter-active,
|
44
|
-
.fade-leave-active {
|
45
|
-
will-change: opacity;
|
46
|
-
will-change: transform;
|
55
|
+
@apply transition transform duration-150;
|
56
|
+
}
|
47
57
|
|
48
|
-
|
49
|
-
|
58
|
+
.fade-enter-active {
|
59
|
+
@apply relative ease-out delay-150;
|
60
|
+
}
|
50
61
|
|
51
|
-
.fade-
|
52
|
-
|
53
|
-
}
|
62
|
+
.fade-leave-active {
|
63
|
+
@apply relative ease-in;
|
64
|
+
}
|
54
65
|
|
55
|
-
.fade-
|
56
|
-
|
57
|
-
}
|
66
|
+
.fade-enter {
|
67
|
+
@apply delay-150 opacity-0 -translate-y-1;
|
68
|
+
}
|
58
69
|
|
59
|
-
.fade-enter {
|
60
|
-
|
61
|
-
}
|
70
|
+
.fade-enter-to {
|
71
|
+
@apply delay-150 opacity-100 translate-y-0;
|
72
|
+
}
|
62
73
|
|
63
|
-
.fade-
|
64
|
-
|
65
|
-
}
|
74
|
+
.fade-leave {
|
75
|
+
@apply opacity-100 translate-y-0;
|
76
|
+
}
|
66
77
|
|
67
|
-
.fade-leave {
|
68
|
-
|
69
|
-
}
|
78
|
+
.fade-leave-to {
|
79
|
+
@apply opacity-0 translate-y-1;
|
80
|
+
}
|
70
81
|
|
71
|
-
.
|
72
|
-
|
73
|
-
}
|
82
|
+
.turbo-progress-bar {
|
83
|
+
@apply bg-primary-400;
|
84
|
+
}
|
74
85
|
|
75
|
-
.
|
76
|
-
|
77
|
-
}
|
86
|
+
body.os-mac .mac\:hidden {
|
87
|
+
display: none;
|
88
|
+
}
|
78
89
|
|
79
|
-
body.os-
|
80
|
-
|
81
|
-
}
|
90
|
+
body.os-pc .pc\:hidden {
|
91
|
+
display: none;
|
92
|
+
}
|
82
93
|
|
83
|
-
|
84
|
-
|
85
|
-
|
94
|
+
trix-editor {
|
95
|
+
max-height: 320px !important;
|
96
|
+
overflow-y: auto;
|
97
|
+
}
|
86
98
|
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
}
|
99
|
+
dialog#turbo-confirm {
|
100
|
+
@apply bg-transparent;
|
101
|
+
}
|
91
102
|
|
92
|
-
|
93
|
-
|
94
|
-
}
|
103
|
+
dl {
|
104
|
+
@apply text-sm;
|
95
105
|
|
96
|
-
|
97
|
-
|
106
|
+
dt {
|
107
|
+
@apply font-bold inline-block mt-1;
|
108
|
+
}
|
98
109
|
|
99
|
-
|
100
|
-
|
110
|
+
dd {
|
111
|
+
@apply inline-block ml-0;
|
112
|
+
}
|
101
113
|
}
|
102
114
|
|
103
|
-
|
104
|
-
|
115
|
+
.shift-pressed {
|
116
|
+
& .highlighted-row {
|
117
|
+
@apply !bg-neutral-200;
|
118
|
+
}
|
105
119
|
}
|
106
|
-
}
|
107
120
|
|
108
|
-
.
|
109
|
-
|
110
|
-
@apply !bg-neutral-200;
|
121
|
+
.selected-row {
|
122
|
+
@apply !bg-neutral-100;
|
111
123
|
}
|
112
124
|
}
|
113
|
-
|
114
|
-
.selected-row {
|
115
|
-
@apply !bg-neutral-100;
|
116
|
-
}
|
data/lib/avo/version.rb
CHANGED