@salla.sa/twilight-tailwind-theme 2.14.557 → 2.14.558
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/package.json +2 -2
- package/safe-list-css.txt +33 -0
- package/utilities.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salla.sa/twilight-tailwind-theme",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.558",
|
|
4
4
|
"license": "GPL-3.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"twilight",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"overrides": {
|
|
35
35
|
"minimatch": "3.1.5"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "97ae8092c90920fea449b3561f9bda2276af04bd"
|
|
38
38
|
}
|
package/safe-list-css.txt
CHANGED
|
@@ -1804,6 +1804,7 @@ s-product-card-donation-input label
|
|
|
1804
1804
|
s-product-card-donation-input label span
|
|
1805
1805
|
s-product-card-content-title a
|
|
1806
1806
|
s-product-card-content-sub
|
|
1807
|
+
s-product-card-out-of-stock-label
|
|
1807
1808
|
s-product-card-rating
|
|
1808
1809
|
s-product-card-rating span svg
|
|
1809
1810
|
s-product-card-content-footer
|
|
@@ -1838,6 +1839,7 @@ s-product-card-full-image .s-product-card-sale-price span
|
|
|
1838
1839
|
s-product-card-image-full
|
|
1839
1840
|
s-product-card-compact
|
|
1840
1841
|
s-product-card-compact .s-product-card-content-footer
|
|
1842
|
+
s-product-card-add-to-cart-icon svg
|
|
1841
1843
|
s-product-card-compact .s-add-product-button-compact salla-button .s-button-btn
|
|
1842
1844
|
s-product-card-compact .s-add-product-button-compact salla-button .s-button-btn:hover
|
|
1843
1845
|
s-product-card-compact .s-product-card-content
|
|
@@ -2231,6 +2233,7 @@ s-search-container-open
|
|
|
2231
2233
|
s-search-container-open .s-search-input
|
|
2232
2234
|
s-search-no-results .s-search-input
|
|
2233
2235
|
s-search-input
|
|
2236
|
+
s-search-modal-new .s-search-input
|
|
2234
2237
|
s-search-icon-wrap
|
|
2235
2238
|
s-search-icon svg
|
|
2236
2239
|
s-search-spinner-loader
|
|
@@ -2247,11 +2250,41 @@ s-search-product-regular-price
|
|
|
2247
2250
|
s-search-product-not-available
|
|
2248
2251
|
s-search-action
|
|
2249
2252
|
s-search-action-oval
|
|
2253
|
+
s-search-input-row
|
|
2254
|
+
s-search-back-btn
|
|
2255
|
+
s-search-back-btn svg
|
|
2250
2256
|
s-search-input-wrapper
|
|
2257
|
+
s-search-input-clearable
|
|
2258
|
+
s-search-input-clearable::-webkit-search-cancel-button
|
|
2259
|
+
s-search-clear-icon
|
|
2260
|
+
s-search-clear-icon svg
|
|
2261
|
+
s-search-panel
|
|
2262
|
+
s-search-results-body
|
|
2263
|
+
s-search-results-grid-wrap
|
|
2264
|
+
s-search-results-grid
|
|
2265
|
+
s-search-grid-item
|
|
2266
|
+
s-search-grid-item .s-product-card-out-badge
|
|
2267
|
+
s-search-view-all
|
|
2268
|
+
s-search-view-all-icon
|
|
2269
|
+
s-search-view-all-icon svg
|
|
2270
|
+
s-search-sidebar
|
|
2271
|
+
s-search-idle-panel
|
|
2272
|
+
s-search-idle-section-title
|
|
2273
|
+
s-search-history-list
|
|
2274
|
+
s-search-history-chip
|
|
2275
|
+
s-search-history-chip-term
|
|
2276
|
+
s-search-history-chip-remove svg
|
|
2277
|
+
s-search-idle-categories-list
|
|
2278
|
+
s-search-idle-category-chip
|
|
2279
|
+
s-search-idle-category-count
|
|
2280
|
+
s-search-most-searched-list
|
|
2281
|
+
s-search-most-searched-item
|
|
2282
|
+
s-search-most-searched-icon svg
|
|
2251
2283
|
s-search-modal .s-modal-wrapper
|
|
2252
2284
|
s-search-modal .s-modal-spacer
|
|
2253
2285
|
s-search-modal .s-modal-body
|
|
2254
2286
|
s-search-modal .s-modal-close
|
|
2287
|
+
s-search-modal.s-search-modal-new .s-modal-body
|
|
2255
2288
|
s-searchable-dropdown
|
|
2256
2289
|
s-searchable-dropdown--open
|
|
2257
2290
|
s-searchable-dropdown-label
|