@examind/block-theme 0.1.32 → 0.1.35
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.
- package/dist/index.js +16 -16
- package/dist/index.mjs +16 -16
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -155,15 +155,15 @@ var themeLight = `
|
|
|
155
155
|
--sl-line-height-loose: calc(var(--sl-line-height-base) * 2.2);
|
|
156
156
|
--sl-line-height-looser: calc(var(--sl-line-height-base) * 2.6);
|
|
157
157
|
|
|
158
|
-
--
|
|
159
|
-
--
|
|
160
|
-
--
|
|
161
|
-
--
|
|
158
|
+
--be-text-color-blue: hsl(221, 100%, 50%);
|
|
159
|
+
--be-text-color-purple: hsl(291, 100%, 39%);
|
|
160
|
+
--be-text-color-red: hsl(4, 100%, 40%);
|
|
161
|
+
--be-text-color-green: hsl(122, 100%, 23%);
|
|
162
162
|
|
|
163
|
-
--
|
|
164
|
-
--
|
|
165
|
-
--
|
|
166
|
-
--
|
|
163
|
+
--be-bg-color-blue: hsl(221, 100%, 50%, 0.1);
|
|
164
|
+
--be-bg-color-purple: hsl(291, 100%, 39%, 0.1);
|
|
165
|
+
--be-bg-color-red: hsl(4, 100%, 40%, 0.1);
|
|
166
|
+
--be-bg-color-green: hsl(122, 100%, 23%, 0.1);
|
|
167
167
|
}
|
|
168
168
|
`;
|
|
169
169
|
var themeDark = `
|
|
@@ -306,15 +306,15 @@ var themeDark = `
|
|
|
306
306
|
--sl-line-height-loose: calc(var(--sl-line-height-base) * 2.2);
|
|
307
307
|
--sl-line-height-looser: calc(var(--sl-line-height-base) * 2.6);
|
|
308
308
|
|
|
309
|
-
--
|
|
310
|
-
--
|
|
311
|
-
--
|
|
312
|
-
--
|
|
309
|
+
--be-text-color-blue: hsl(221, 100%, 70%);
|
|
310
|
+
--be-text-color-purple: hsl(291, 100%, 65%);
|
|
311
|
+
--be-text-color-red: hsl(4, 100%, 63%);
|
|
312
|
+
--be-text-color-green: hsl(122, 100%, 34%);
|
|
313
313
|
|
|
314
|
-
--
|
|
315
|
-
--
|
|
316
|
-
--
|
|
317
|
-
--
|
|
314
|
+
--be-bg-color-blue: hsl(221, 100%, 70%, 0.2);
|
|
315
|
+
--be-bg-color-purple: hsl(291, 100%, 65%, 0.2);
|
|
316
|
+
--be-bg-color-red: hsl(4, 100%, 63%, 0.2);
|
|
317
|
+
--be-bg-color-green: hsl(122, 100%, 34%, 0.2);
|
|
318
318
|
}
|
|
319
319
|
`;
|
|
320
320
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/index.mjs
CHANGED
|
@@ -128,15 +128,15 @@ var themeLight = `
|
|
|
128
128
|
--sl-line-height-loose: calc(var(--sl-line-height-base) * 2.2);
|
|
129
129
|
--sl-line-height-looser: calc(var(--sl-line-height-base) * 2.6);
|
|
130
130
|
|
|
131
|
-
--
|
|
132
|
-
--
|
|
133
|
-
--
|
|
134
|
-
--
|
|
131
|
+
--be-text-color-blue: hsl(221, 100%, 50%);
|
|
132
|
+
--be-text-color-purple: hsl(291, 100%, 39%);
|
|
133
|
+
--be-text-color-red: hsl(4, 100%, 40%);
|
|
134
|
+
--be-text-color-green: hsl(122, 100%, 23%);
|
|
135
135
|
|
|
136
|
-
--
|
|
137
|
-
--
|
|
138
|
-
--
|
|
139
|
-
--
|
|
136
|
+
--be-bg-color-blue: hsl(221, 100%, 50%, 0.1);
|
|
137
|
+
--be-bg-color-purple: hsl(291, 100%, 39%, 0.1);
|
|
138
|
+
--be-bg-color-red: hsl(4, 100%, 40%, 0.1);
|
|
139
|
+
--be-bg-color-green: hsl(122, 100%, 23%, 0.1);
|
|
140
140
|
}
|
|
141
141
|
`;
|
|
142
142
|
var themeDark = `
|
|
@@ -279,15 +279,15 @@ var themeDark = `
|
|
|
279
279
|
--sl-line-height-loose: calc(var(--sl-line-height-base) * 2.2);
|
|
280
280
|
--sl-line-height-looser: calc(var(--sl-line-height-base) * 2.6);
|
|
281
281
|
|
|
282
|
-
--
|
|
283
|
-
--
|
|
284
|
-
--
|
|
285
|
-
--
|
|
282
|
+
--be-text-color-blue: hsl(221, 100%, 70%);
|
|
283
|
+
--be-text-color-purple: hsl(291, 100%, 65%);
|
|
284
|
+
--be-text-color-red: hsl(4, 100%, 63%);
|
|
285
|
+
--be-text-color-green: hsl(122, 100%, 34%);
|
|
286
286
|
|
|
287
|
-
--
|
|
288
|
-
--
|
|
289
|
-
--
|
|
290
|
-
--
|
|
287
|
+
--be-bg-color-blue: hsl(221, 100%, 70%, 0.2);
|
|
288
|
+
--be-bg-color-purple: hsl(291, 100%, 65%, 0.2);
|
|
289
|
+
--be-bg-color-red: hsl(4, 100%, 63%, 0.2);
|
|
290
|
+
--be-bg-color-green: hsl(122, 100%, 34%, 0.2);
|
|
291
291
|
}
|
|
292
292
|
`;
|
|
293
293
|
export {
|