@spiritov/ds.css 1.0.0 → 1.0.1

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/src/test.html DELETED
@@ -1,67 +0,0 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <link href="./output.css" rel="stylesheet" />
7
- </head>
8
-
9
- <body class="ds-grid-lg flex-col h-dvh flex">
10
- <div class="bar-lg bg-ds-theme-slate"></div>
11
- <main class="h-full flex flex-col justify-center items-center">
12
- <div class="pictochat-window w-xl flex flex-col gap-4">
13
- <div class="pictochat-message">hi</div>
14
-
15
- <div class="flex items-end gap-2">
16
- <label>
17
- <span>name one vegetable</span>
18
- <div class="input-wrapper">
19
- <input type="text" />
20
- </div>
21
- </label>
22
-
23
- <button>submit</button>
24
- </div>
25
-
26
- <fieldset class="grid grid-cols-2 w-fit gap-2">
27
- <legend>fruits</legend>
28
- <div class="radio-button">
29
- <input id="radio1" type="radio" name="option" class="bg-ds-theme-fuschia" />
30
- <label for="radio1">apple</label>
31
- </div>
32
- <div class="radio-button">
33
- <input id="radio2" type="radio" name="option" class="bg-ds-theme-fuschia" />
34
- <label for="radio2">banana</label>
35
- </div>
36
- <div class="radio-button">
37
- <input id="radio3" type="radio" name="option" class="bg-ds-theme-fuschia" />
38
- <label for="radio3">kiwi</label>
39
- </div>
40
- <div class="radio-button">
41
- <input id="radio4" type="radio" name="option" class="bg-ds-theme-fuschia" />
42
- <label for="radio4">pear</label>
43
- </div>
44
- <div class="radio-button">
45
- <input id="radio5" type="radio" name="option" class="bg-ds-theme-fuschia" />
46
- <label for="radio5">pineapple</label>
47
- </div>
48
- <div class="radio-button">
49
- <input id="radio6" type="radio" name="option" class="bg-ds-theme-fuschia" />
50
- <label for="radio6">star fruit</label>
51
- </div>
52
- </fieldset>
53
-
54
- <button class="button-lg bg-ds-theme-fuschia">button</button>
55
-
56
- <details>
57
- <summary>Details</summary>
58
- <p>
59
- The DS Lite Is An Insane Budget System For 2026. Did You Know? Modding A 3DS Is
60
- Surprisingly Easy
61
- </p>
62
- </details>
63
- </div>
64
- </main>
65
- <div class="bar-lg-reverse bg-ds-theme-slate"></div>
66
- </body>
67
- </html>