oneslash-design-system 1.2.8 → 1.2.9
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/output.css +4 -0
- package/package.json +3 -3
package/dist/output.css
CHANGED
|
@@ -1162,6 +1162,10 @@ body {
|
|
|
1162
1162
|
border-color: rgb(176 176 176 / var(--tw-border-opacity));
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
|
+
.dark\:border-t-transparent {
|
|
1166
|
+
border-top-color: transparent;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1165
1169
|
.dark\:bg-\[var\(--dark-bg\)\] {
|
|
1166
1170
|
background-color: var(--dark-bg);
|
|
1167
1171
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oneslash-design-system",
|
|
3
3
|
"description": "A design system for the Oneslash projects",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"react-popper": "^2.3.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"react": "^18",
|
|
42
|
-
"react-dom": "^18"
|
|
41
|
+
"react": "^18 || ^19",
|
|
42
|
+
"react-dom": "^18 || ^19"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "20.16.10",
|