@bridger-kr/react 0.1.0 → 0.1.2
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/styles.css +2 -2
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
position: absolute;
|
|
116
116
|
inset: 0;
|
|
117
117
|
background:
|
|
118
|
-
radial-gradient(circle at
|
|
119
|
-
|
|
118
|
+
radial-gradient(circle at 74% 28%, color-mix(in srgb, var(--dt-product-card-strong) 56%, transparent), transparent 38%),
|
|
119
|
+
linear-gradient(180deg, color-mix(in srgb, #ffffff 16%, transparent), transparent 58%);
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.dt-product-cinematic-lines {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bridger-kr/react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"react-dom": ">=18"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@bridger-kr/tokens": "0.1.
|
|
32
|
+
"@bridger-kr/tokens": "0.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"react": "^19.2.7",
|