@salla.sa/twilight-components 1.5.2 → 1.5.6
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/cjs/{index-0d0167d5.js → index-d43334bf.js} +0 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/salla-add-product-button.cjs.entry.js +1 -1
- package/dist/cjs/salla-button_24.cjs.entry.js +1 -1
- package/dist/cjs/salla-conditional-fields.cjs.entry.js +1 -1
- package/dist/cjs/salla-installment.cjs.entry.js +1 -1
- package/dist/cjs/salla-scopes.cjs.entry.js +1 -1
- package/dist/cjs/twilight-components.cjs.js +1 -1
- package/dist/collection/global/app.js +1 -1
- package/dist/esm/{index-4e30ffd0.js → index-c78562f8.js} +0 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/salla-add-product-button.entry.js +1 -1
- package/dist/esm/salla-button_24.entry.js +1 -1
- package/dist/esm/salla-conditional-fields.entry.js +1 -1
- package/dist/esm/salla-installment.entry.js +1 -1
- package/dist/esm/salla-scopes.entry.js +1 -1
- package/dist/esm/twilight-components.js +1 -1
- package/dist/twilight-components/{p-1503d976.js → p-336eda99.js} +0 -0
- package/dist/twilight-components/{p-40a01521.entry.js → p-5707f352.entry.js} +1 -1
- package/dist/twilight-components/{p-282f9df8.entry.js → p-aa546227.entry.js} +1 -1
- package/dist/twilight-components/{p-4cba804f.entry.js → p-b5028001.entry.js} +1 -1
- package/dist/twilight-components/{p-b9fe5498.entry.js → p-c2947b0f.entry.js} +1 -1
- package/dist/twilight-components/{p-019bb315.entry.js → p-ca871c42.entry.js} +1 -1
- package/dist/twilight-components/twilight-components.esm.js +1 -1
- package/dist/types/global/app.d.ts +1 -1
- package/package.json +7 -10
- package/dist/collection/plugins/tailwind-theme/generator.js +0 -67
- package/dist/collection/plugins/tailwind-theme/index.js +0 -79
- package/example/.gitignore +0 -2
- package/example/assets/images/star.png +0 -0
- package/example/assets/tailwind.css +0 -5235
- package/example/assets/translations.js +0 -4981
- package/example/auth/email/send_verification +0 -0
- package/example/auth/email/verify +0 -11
- package/example/auth/mobile/send_verification +0 -0
- package/example/auth/mobile/verify +0 -9
- package/example/currencies +0 -23
- package/example/index.html +0 -974
- package/example/infinit-scroll.html +0 -7
- package/example/languages +0 -17
- package/example/package.json +0 -19
- package/example/products/search +0 -13
- package/example/rating/products +0 -0
- package/example/rating/rating.json +0 -1
- package/example/rating/shipping +0 -0
- package/example/rating/store +0 -0
- package/example/tailwind.config.js +0 -59
|
File without changes
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"status": 200,
|
|
3
|
-
"success": true,
|
|
4
|
-
"data": null,
|
|
5
|
-
"case": "authenticated",
|
|
6
|
-
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL215X3N0b3JlLnRlc3QvYXV0aC9lbWFpbC92ZXJpZnkiLCJpYXQiOjE2NDUwMzQ4NzIsImV4cCI6MTY0NTYzOTY3MiwibmJmIjoxNjQ1MDM0ODcyLCJqdGkiOiJySXNzSlltYW9HOVVLZUR3Iiwic3ViIjoyMDQ5OTksInBydiI6ImRmZWNiMzFmOTExZmYyNTQyNzU5MWI2ZjQ3YWQzOGE5NTE2OWM0ZWMifQ.zVi2i4PwfCH4CxHdcwy5ALiclqY-eNewZIGLrLT-ROo",
|
|
7
|
-
"redirect_url": null,
|
|
8
|
-
"message": "تم بنجاح",
|
|
9
|
-
"message_code": "success",
|
|
10
|
-
"events": "{\"page.view\":{\"route\":\"store.auth.email.verify\",\"link\":\"https:\\/\\/my_store.test\\/auth\\/email\\/verify\"},\"twilight::init.json\":[]}"
|
|
11
|
-
}
|
|
File without changes
|
package/example/currencies
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{"data":[
|
|
2
|
-
{
|
|
3
|
-
"code" : "SAR",
|
|
4
|
-
"name" : "ريال سعودي",
|
|
5
|
-
"symbol" : "ر.س",
|
|
6
|
-
"amount" : 1,
|
|
7
|
-
"country_code": "sa"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"code" : "EUR",
|
|
11
|
-
"name" : "يورو",
|
|
12
|
-
"symbol" : "€",
|
|
13
|
-
"amount" : 0.22,
|
|
14
|
-
"country_code": "eu"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"code" : "USD",
|
|
18
|
-
"name" : "دولار أمريكي",
|
|
19
|
-
"symbol" : "$",
|
|
20
|
-
"amount" : 0.27,
|
|
21
|
-
"country_code": "us"
|
|
22
|
-
}
|
|
23
|
-
]}
|