avo-rhino_field 0.0.12.tw4 → 0.0.12

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.
@@ -1,7 +1,9 @@
1
- @import "tailwindcss";
2
-
3
1
  @import "./../../../node_modules/rhino-editor/exports/styles/trix.css";
4
2
 
3
+ @tailwind base;
4
+ @tailwind components;
5
+ @tailwind utilities;
6
+
5
7
  .rhino-editor .rhino-toolbar-button,
6
8
  .rhino-editor::part(toolbar__button) {
7
9
  --rhino-toolbar-icon-size: 18px;
@@ -1,5 +1,5 @@
1
1
  module Avo
2
2
  module RhinoField
3
- VERSION = "0.0.12.tw4" unless const_defined?(:VERSION)
3
+ VERSION = "0.0.12" unless const_defined?(:VERSION)
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo-rhino_field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12.tw4
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-05 00:00:00.000000000 Z
11
+ date: 2024-11-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: rhino field for Avo.
14
14
  email: adrian@adrianthedev.com
@@ -18,6 +18,7 @@ extra_rdoc_files: []
18
18
  files:
19
19
  - README.md
20
20
  - app/assets/builds/avo-rhino_field.css
21
+ - app/assets/builds/avo-rhino_field.css.map
21
22
  - app/assets/builds/avo-rhino_field.js
22
23
  - app/assets/builds/avo-rhino_field.js.map
23
24
  - app/assets/stylesheets/avo-rhino_field.css