@abcnews/components-builder 0.0.6 → 0.0.7

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.
@@ -24,6 +24,11 @@
24
24
  <input type="checkbox" />
25
25
  Combine Coalition
26
26
  </label>
27
+
28
+ <label>
29
+ Your name
30
+ <input type="text" />
31
+ </label>
27
32
  </fieldset>
28
33
 
29
34
  <fieldset>
@@ -8,6 +8,9 @@
8
8
 
9
9
  <svelte:head>
10
10
  <style>
11
+ :root {
12
+ color-scheme: dark light;
13
+ }
11
14
  .builder-style-root {
12
15
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
13
16
  line-height: 1.5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abcnews/components-builder",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",