@papyrus-sdk/ui-react 0.2.17 → 0.2.18

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.
Files changed (2) hide show
  1. package/base.css +27 -0
  2. package/package.json +1 -1
package/base.css CHANGED
@@ -54,6 +54,33 @@
54
54
  font-size: 14px;
55
55
  }
56
56
 
57
+ /* Fallback responsive display helpers for hosts that don't emit dependency Tailwind utilities. */
58
+ .papyrus-topbar .hidden {
59
+ display: none;
60
+ }
61
+
62
+ @media (min-width: 640px) {
63
+ .papyrus-topbar .sm\:inline {
64
+ display: inline !important;
65
+ }
66
+
67
+ .papyrus-topbar .sm\:inline-flex {
68
+ display: inline-flex !important;
69
+ }
70
+
71
+ .papyrus-topbar .sm\:block {
72
+ display: block !important;
73
+ }
74
+
75
+ .papyrus-topbar .sm\:flex {
76
+ display: flex !important;
77
+ }
78
+
79
+ .papyrus-topbar .sm\:hidden {
80
+ display: none !important;
81
+ }
82
+ }
83
+
57
84
  @media (max-width: 720px) {
58
85
  .papyrus-topbar {
59
86
  flex-wrap: wrap;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papyrus-sdk/ui-react",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "papyrus",