stimulus-pdf-viewer-rails 0.1.0 → 0.2.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.
@@ -939,17 +939,20 @@ html:has(.document-fullscreen) {
939
939
  padding: 2px;
940
940
  }
941
941
 
942
- .toolbar-note-content {
942
+ .toolbar-annotation-content {
943
943
  min-width: 200px;
944
944
  max-width: 320px;
945
- padding: 8px 12px;
946
- border-top: 1px solid var(--toolbar-border);
947
- font-size: 13px;
945
+ margin: 4px;
946
+ margin-top: 0;
947
+ padding: 8px 10px;
948
+ background: white;
949
+ border-radius: 4px;
950
+ font-size: 14px;
948
951
  line-height: 1.4;
949
952
  color: var(--toolbar-fg);
950
953
  white-space: pre-wrap;
951
954
  word-break: break-word;
952
- max-height: 120px;
955
+ max-height: 100px;
953
956
  overflow-y: auto;
954
957
  }
955
958
 
@@ -1,7 +1,7 @@
1
1
  module StimulusPdfViewer
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  # This should match the npm package version
5
- STIMULUS_PDF_VIEWER_VERSION = "0.1.0"
5
+ STIMULUS_PDF_VIEWER_VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus-pdf-viewer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Baker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-11 00:00:00.000000000 Z
11
+ date: 2026-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties