slimsdk 0.2.0 → 0.2.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/README.md CHANGED
@@ -11,6 +11,9 @@
11
11
  ### lib
12
12
  - slimsdk/lib
13
13
 
14
+ ### svchub
15
+ - slimsdk/svchub
16
+
14
17
  ### worker
15
18
  - slimsdk/worker/svcworker?worker&url
16
19
  - slimsdk/worker/hubworker?worker
@@ -30,7 +33,6 @@ _page.mobile_
30
33
  ## MOD
31
34
  - slimsdk/mod
32
35
  - slimsdk/mod/style.css
33
- - slimsdk/mod/config
34
36
 
35
37
  _mod.built-in_
36
38
  - slimsdk/mod/button
@@ -61,10 +63,6 @@ _mod.tabs_
61
63
  - slimsdk/mod/tabs
62
64
  - slimsdk/mod/tabs/style.css
63
65
 
64
- _mod.hwlink_
65
- - slimsdk/mod/hwlink
66
- - slimsdk/mod/hwlink/style.css
67
-
68
66
  ## CSS
69
67
  - slimsdk/css/core.css
70
68
  - slimsdk/css/button.css
@@ -2379,54 +2379,6 @@ textarea {
2379
2379
 
2380
2380
  /* src/mod/style.css */
2381
2381
 
2382
- /* src/svchub/oauth/style.css */
2383
- #app:has(#page-logout) {
2384
- padding: 0;
2385
- }
2386
- #page-logout {
2387
- width: 100%;
2388
- height: 100%;
2389
- position: fixed;
2390
- display: flex;
2391
- flex-direction: column;
2392
- justify-content: center;
2393
- align-items: center;
2394
- background-position: center;
2395
- background-repeat: no-repeat;
2396
- background-size: cover;
2397
- background-image: url(https://cdn.jsdelivr.net/npm/slimsdk/dist/assets/bg/bg-01.jpg);
2398
- }
2399
- #page-logout #content {
2400
- display: none;
2401
- text-align: center;
2402
- animation: fadeIn 0.4s;
2403
- }
2404
- #page-logout #content .logo {
2405
- margin: auto;
2406
- width: 150px;
2407
- height: 150px;
2408
- margin-bottom: 20px;
2409
- border-radius: 50%;
2410
- background-color: rgba(255, 255, 255, 0.2);
2411
- box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
2412
- }
2413
- #page-logout #content .logo img {
2414
- width: 100%;
2415
- height: 100%;
2416
- border-radius: 50%;
2417
- }
2418
- #page-logout #content #btn-login {
2419
- box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
2420
- }
2421
- #page-logout #loader {
2422
- width: 120px;
2423
- height: 120px;
2424
- border-radius: 50%;
2425
- border: 12px solid #E5E7EB;
2426
- border-color: #E5E7EB #06B6D4 #E5E7EB #06B6D4;
2427
- animation: spin 2s linear infinite;
2428
- }
2429
-
2430
2382
  /* src/page/style.css */
2431
2383
  #page-loader:has(.spinner.s32).overlay {
2432
2384
  padding-top: 24px;