@siladev/qalam 0.1.10 → 0.1.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.
Files changed (2) hide show
  1. package/dist/styles.css +37 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -81,6 +81,43 @@
81
81
  --qalam-shadow: rgba(0, 0, 0, 0.4);
82
82
  }
83
83
 
84
+ /* Separate rule so Lightning CSS cannot merge/drop it during optimization */
85
+ .dark .qalam-popover {
86
+ --qalam-bg: #303030;
87
+ --qalam-bg-alt: #3a3a3a;
88
+ --qalam-bg-segment: #3a3a3a;
89
+ --qalam-border: #4a4a4a;
90
+ --qalam-border-light: #424242;
91
+ --qalam-text: #fafafa;
92
+ --qalam-text-muted: #a0a0a0;
93
+ --qalam-text-secondary: #c0c0c0;
94
+ --qalam-text-dim: #909090;
95
+ --qalam-quran: #c0e0ff;
96
+ --qalam-quran-bracket: #d4a24e;
97
+ --qalam-quran-light: #1e3a5f;
98
+ --qalam-hadith: #b5eece;
99
+ --qalam-hadith-bracket: #d4a574;
100
+ --qalam-hadith-light: #14532d;
101
+ --qalam-accent: #60a5fa;
102
+ --qalam-repeat: #a78bfa;
103
+ --qalam-citation: #d0c0ee;
104
+ --qalam-hadith-citation-color: #e8c470;
105
+ --qalam-repeat-bg: #2d2640;
106
+ --qalam-inline-repeat: #fbbf24;
107
+ --qalam-inline-repeat-bg: #3d2e0a;
108
+ --qalam-blockquote-border: #a8845c;
109
+ --qalam-blockquote-text: #bbb;
110
+ --qalam-error: #fca5a5;
111
+ --qalam-error-bg: #3b1515;
112
+ --qalam-toolbar-hover: #3a3a3a;
113
+ --qalam-toolbar-active-bg: #1e3a5f;
114
+ --qalam-toolbar-active: #60a5fa;
115
+ --qalam-input-focus: #60a5fa;
116
+ --qalam-word-hover: #1e3a5f;
117
+ --qalam-word-selected: #1e3a5f;
118
+ --qalam-shadow: rgba(0, 0, 0, 0.4);
119
+ }
120
+
84
121
  .qalam-editor {
85
122
  border: 1px solid var(--qalam-border);
86
123
  border-radius: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siladev/qalam",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Islamic content editor with Quran verse references",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",