@clickview/curator 1.18.0 → 1.18.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/.eslintrc.json +2 -2
- package/README.md +2 -2
- package/dist/curator-app.css +2 -2
- package/dist/curator-app.js +1 -1
- package/dist/en.json +1 -1
- package/package.json +49 -49
- package/tooling/externals.js +58 -58
- package/typings/libs/CVLanguages.d.ts +24 -24
- package/typings/libs/ClickView.d.ts +14 -14
- package/typings/libs/google-api.d.ts +93 -93
- package/typings/libs/react-table-config.d.ts +138 -138
- package/typings/utils/imports.d.ts +8 -8
package/.eslintrc.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": ["@clickview/eslint-config"]
|
|
1
|
+
{
|
|
2
|
+
"extends": ["@clickview/eslint-config"]
|
|
3
3
|
}
|
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# Curator
|
|
2
|
-
|
|
1
|
+
# Curator
|
|
2
|
+
|
package/dist/curator-app.css
CHANGED
|
@@ -144,12 +144,12 @@
|
|
|
144
144
|
.hjdMb{width:12rem;height:2rem}
|
|
145
145
|
.RmYET{display:flex;justify-content:space-between;align-items:center}@media(max-width: 767px){.RmYET{flex-direction:column;align-items:flex-start}.RmYET .EQXKD{margin-top:.3125rem}}.zmtsM{height:1.5rem;line-height:1.5rem}
|
|
146
146
|
.TRBNu{width:100%;padding-bottom:56.25%}.EkPG8{width:15rem;height:1.5rem}
|
|
147
|
-
.JSM4l{width:25%}.YYpNz{width:33.33333%}@media(max-width: 767px){.JSM4l,.YYpNz{width:50%}}@media(max-width:
|
|
147
|
+
.JSM4l{width:25%}.YYpNz{width:33.33333%}@media(max-width: 767px){.JSM4l,.YYpNz{width:50%}}@media(max-width: 575px){.JSM4l,.YYpNz{width:100%}}
|
|
148
148
|
.KItVW{row-gap:.625rem}
|
|
149
149
|
.bMYJa{height:.8rem;width:20rem}@media(max-width: 992px){.bMYJa{width:15rem}}.ybvgx{height:2rem;width:17rem}
|
|
150
150
|
.HwejH{position:relative;width:100%;padding-bottom:56.25%}.hk2Ed{row-gap:.625rem}
|
|
151
151
|
.FRyJT{scroll-margin-top:4.18rem}.e4uXN{animation:e7d4o 4s linear 1;border-radius:.6rem;position:relative;z-index:1;background-color:#fff}@keyframes e7d4o{from{box-shadow:0 0 1.75rem #4e9ace}to{box-shadow:none}}
|
|
152
|
-
.sSCTB{position:absolute;bottom:1.25rem;right:1.25rem;left:1.25rem;display:flex;align-items:center}.sSCTB .Z5WI2{align-self:flex-end;margin-left:auto;padding-left:.625rem}.vkeJk{position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);height:60%;max-height:7.5rem}.vkeJk img{height:100%}._8pnV{display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important;font-size:1.5rem}@media(max-width: 1199px){._8pnV{font-size:1.25rem}}@media(max-width: 991px){._8pnV{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important;font-size:1.125rem}}@media(max-width: 767px){._8pnV{font-size:1rem}}
|
|
152
|
+
.sSCTB{position:absolute;bottom:1.25rem;right:1.25rem;left:1.25rem;display:flex;align-items:center}.sSCTB .Z5WI2{align-self:flex-end;margin-left:auto;padding-left:.625rem}.eH2cQ{min-height:7.1875rem}@media(max-width: 576px){.eH2cQ{background-size:cover}}.IuKzU{min-height:7.1875rem}.vkeJk{position:absolute;top:50%;right:1.25rem;transform:translateY(-50%);height:60%;max-height:7.5rem}.vkeJk img{height:100%}._8pnV{display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important;font-size:1.5rem}@media(max-width: 1199px){._8pnV{font-size:1.25rem}}@media(max-width: 991px){._8pnV{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important;font-size:1.125rem}}@media(max-width: 767px){._8pnV{font-size:1rem}}.JXVBH{display:block;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 576px){.JXVBH{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}
|
|
153
153
|
.pERi4{background-color:#f8f8f8}.AxyWm{background-color:#8abcdf}
|
|
154
154
|
.gB9w1{row-gap:.6rem}
|
|
155
155
|
.k1iOO{position:sticky;top:6.25rem;z-index:80}.IC4wJ{border-left:2px solid #333;padding-left:.625rem}.ciEf6{padding:.625rem;text-decoration:none;position:relative;display:block}.ciEf6:hover{background-color:#f2faff;text-decoration:none;cursor:pointer}.ciEf6:first-child::after{display:block;content:"";background-color:#fff;height:calc(50% - .375rem + .05rem);width:.625rem;top:-0.05rem;position:absolute;left:-1rem}.ciEf6:last-child::after{display:block;content:"";background-color:#fff;height:calc(50% - .375rem);width:.625rem;position:absolute;bottom:0;left:-1rem}.CJonr::before{position:absolute;left:-1.06rem;top:calc(50% - .375rem);display:block;content:"";height:.75rem;width:.75rem;border-radius:50%;background-color:#333}.A9mBx{background-color:#f8f8f8;font-weight:500}.A9mBx::before{position:absolute;left:-1.06rem;top:calc(50% - .375rem);display:block;content:"";height:.75rem;width:.75rem;border-radius:50%;background-color:#333}.sp1Xl:hover{cursor:default;background-color:#fff}.sp1Xl{pointer-events:none}
|