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
data/tailwind.preset.js
CHANGED
@@ -3,29 +3,9 @@ const plugin = require('tailwindcss/plugin')
|
|
3
3
|
const colors = require('tailwindcss/colors')
|
4
4
|
const defaultTheme = require('tailwindcss/defaultTheme')
|
5
5
|
|
6
|
-
const avoPath = require('child_process').execSync('bundle show avo', { encoding: 'utf-8' }).trim()
|
7
6
|
const { primary, blue, gray } = require('./tailwind.custom')
|
8
7
|
|
9
|
-
function contentPaths(basePath) {
|
10
|
-
return [
|
11
|
-
`${basePath}/safelist.txt`,
|
12
|
-
`${basePath}/lib/avo/**/*.rb`,
|
13
|
-
`${basePath}/app/helpers/**/*.rb`,
|
14
|
-
`${basePath}/app/views/**/*.{html.erb,rb}`,
|
15
|
-
`${basePath}/app/javascript/**/*.js`,
|
16
|
-
`${basePath}/app/components/**/*.{html.erb,rb}`,
|
17
|
-
`${basePath}/app/controllers/**/*.rb`,
|
18
|
-
`${basePath}/lib/**/*.rb`,
|
19
|
-
`${basePath}/public/**/*.{js,css}`,
|
20
|
-
]
|
21
|
-
}
|
22
|
-
|
23
8
|
module.exports = {
|
24
|
-
content: [
|
25
|
-
...contentPaths('./tmp/avo/packages/*'),
|
26
|
-
...contentPaths('./../avo-kanban/*'),
|
27
|
-
...contentPaths(avoPath),
|
28
|
-
],
|
29
9
|
theme: {
|
30
10
|
extend: {
|
31
11
|
aspectRatio: {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.17.
|
4
|
+
version: 3.17.4.tw4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2025-02-
|
13
|
+
date: 2025-02-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: activerecord
|