@salla.sa/twilight-components 1.0.121 → 1.0.130
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.
|
@@ -1422,6 +1422,7 @@ video {
|
|
|
1422
1422
|
|
|
1423
1423
|
.s-button-outline:hover {
|
|
1424
1424
|
border-color: transparent;
|
|
1425
|
+
color: var(--color-primary-reverse);
|
|
1425
1426
|
}
|
|
1426
1427
|
|
|
1427
1428
|
.s-button-outline .s-button-loader:before {
|
|
@@ -2205,7 +2206,7 @@ video {
|
|
|
2205
2206
|
}
|
|
2206
2207
|
|
|
2207
2208
|
.s-modal-header-inner {
|
|
2208
|
-
margin-bottom:
|
|
2209
|
+
margin-bottom: 2.5rem;
|
|
2209
2210
|
display: flex;
|
|
2210
2211
|
align-items: center;
|
|
2211
2212
|
}
|
|
@@ -2524,7 +2525,6 @@ video {
|
|
|
2524
2525
|
display: inline-flex;
|
|
2525
2526
|
align-items: center;
|
|
2526
2527
|
justify-content: center;
|
|
2527
|
-
border-radius: 1.5rem;
|
|
2528
2528
|
--tw-bg-opacity: 1;
|
|
2529
2529
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
|
|
2530
2530
|
padding-top: 0.625rem;
|
|
@@ -3414,7 +3414,7 @@ unicode {
|
|
|
3414
3414
|
}
|
|
3415
3415
|
|
|
3416
3416
|
.s-search-container-open {
|
|
3417
|
-
max-height:
|
|
3417
|
+
max-height: 7rem;
|
|
3418
3418
|
border-radius: 0px !important;
|
|
3419
3419
|
}
|
|
3420
3420
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salla.sa/twilight-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.130",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Salla Team <support@salla.dev> (https://salla.dev)",
|
|
6
6
|
"bugs": {
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@compodoc/compodoc": "^1.1.14",
|
|
57
57
|
"@stencil/core": "^2.13.0",
|
|
58
58
|
"@stencil/postcss": "^2.1.0",
|
|
59
|
-
"@stencil/react-output-target": "^0.1
|
|
59
|
+
"@stencil/react-output-target": "^0.3.1",
|
|
60
60
|
"@stencil/sass": "1.4.1",
|
|
61
|
-
"@stencil/vue-output-target": "^0.
|
|
61
|
+
"@stencil/vue-output-target": "^0.6.1",
|
|
62
62
|
"@types/jest": "^27.0.3",
|
|
63
63
|
"@types/puppeteer": "3.0.2",
|
|
64
64
|
"jest": "^27.4.5",
|