@xyd-js/themes 0.1.1-build.160 → 0.1.1-build.161

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/reset.css ADDED
@@ -0,0 +1,56 @@
1
+ /*TODO: in the future not needed cuz every component would have have default styles itself?*/
2
+
3
+ @layer reset {
4
+ body {
5
+ margin: 0;
6
+ }
7
+
8
+ ol, ul, menu {
9
+ list-style: none;
10
+ margin: 0;
11
+ padding: 0;
12
+ }
13
+
14
+ button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
15
+ -webkit-appearance: button;
16
+ background-color: transparent;
17
+ background-image: none;
18
+ }
19
+
20
+ button, [role=button] {
21
+ cursor: pointer;
22
+ }
23
+
24
+ button, select {
25
+ text-transform: none;
26
+ }
27
+
28
+ button, input, optgroup, select, textarea {
29
+ font-family: inherit;
30
+ font-feature-settings: inherit;
31
+ font-variation-settings: inherit;
32
+ font-size: 100%;
33
+ font-weight: inherit;
34
+ line-height: inherit;
35
+ letter-spacing: inherit;
36
+ color: inherit;
37
+ margin: 0;
38
+ padding: 0;
39
+ }
40
+
41
+ a {
42
+ color: inherit;
43
+ text-decoration: inherit;
44
+ }
45
+
46
+ *, :before, :after {
47
+ box-sizing: border-box;
48
+ border-width: 0;
49
+ border-style: solid;
50
+ }
51
+
52
+ p {
53
+ padding: 0;
54
+ margin: 0;
55
+ }
56
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/themes",
3
- "version": "0.1.1-build.160",
3
+ "version": "0.1.1-build.161",
4
4
  "description": "xyd themes API",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -21,12 +21,12 @@
21
21
  "openux-js": "0.0.0-pre.1",
22
22
  "react": "^19.1.0",
23
23
  "react-dom": "^19.1.0",
24
- "@xyd-js/components": "0.1.0-build.168",
25
- "@xyd-js/core": "0.1.0-build.170",
26
- "@xyd-js/framework": "0.1.0-build.189",
27
- "@xyd-js/atlas": "0.1.0-build.173",
28
- "@xyd-js/ui": "0.1.0-build.173",
29
- "@xyd-js/analytics": "0.1.0-build.157"
24
+ "@xyd-js/components": "0.1.0-build.169",
25
+ "@xyd-js/core": "0.1.0-build.171",
26
+ "@xyd-js/atlas": "0.1.0-build.174",
27
+ "@xyd-js/ui": "0.1.0-build.174",
28
+ "@xyd-js/analytics": "0.1.0-build.158",
29
+ "@xyd-js/framework": "0.1.0-build.190"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^20.0.0",