koin.js 1.0.7 → 1.0.8

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/styles.css CHANGED
@@ -342,6 +342,10 @@
342
342
  z-index: 60;
343
343
  }
344
344
 
345
+ .koin-scope .z-\[9998\] {
346
+ z-index: 9998;
347
+ }
348
+
345
349
  .koin-scope .z-\[9999\] {
346
350
  z-index: 9999;
347
351
  }
@@ -370,6 +374,11 @@
370
374
  margin-right: auto;
371
375
  }
372
376
 
377
+ .koin-scope .my-4 {
378
+ margin-top: 1rem;
379
+ margin-bottom: 1rem;
380
+ }
381
+
373
382
  .koin-scope .my-auto {
374
383
  margin-top: auto;
375
384
  margin-bottom: auto;
@@ -531,6 +540,10 @@
531
540
  height: 100%;
532
541
  }
533
542
 
543
+ .koin-scope .h-px {
544
+ height: 1px;
545
+ }
546
+
534
547
  .koin-scope .h-screen {
535
548
  height: 100vh;
536
549
  }
@@ -667,6 +680,11 @@
667
680
  min-width: 80px;
668
681
  }
669
682
 
683
+ .koin-scope .min-w-max {
684
+ min-width: -moz-max-content;
685
+ min-width: max-content;
686
+ }
687
+
670
688
  .koin-scope .max-w-\[120px\] {
671
689
  max-width: 120px;
672
690
  }
@@ -1063,11 +1081,6 @@
1063
1081
  border-width: 4px;
1064
1082
  }
1065
1083
 
1066
- .koin-scope .border-x {
1067
- border-left-width: 1px;
1068
- border-right-width: 1px;
1069
- }
1070
-
1071
1084
  .koin-scope .border-b {
1072
1085
  border-bottom-width: 1px;
1073
1086
  }
@@ -1146,6 +1159,10 @@
1146
1159
  border-color: rgb(239 68 68 / 0.5);
1147
1160
  }
1148
1161
 
1162
+ .koin-scope .border-transparent {
1163
+ border-color: transparent;
1164
+ }
1165
+
1149
1166
  .koin-scope .border-white {
1150
1167
  --tw-border-opacity: 1;
1151
1168
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
@@ -1501,6 +1518,11 @@
1501
1518
  padding-right: 1.5rem;
1502
1519
  }
1503
1520
 
1521
+ .koin-scope .px-8 {
1522
+ padding-left: 2rem;
1523
+ padding-right: 2rem;
1524
+ }
1525
+
1504
1526
  .koin-scope .py-0\.5 {
1505
1527
  padding-top: 0.125rem;
1506
1528
  padding-bottom: 0.125rem;
@@ -1953,6 +1975,10 @@
1953
1975
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1954
1976
  }
1955
1977
 
1978
+ .koin-scope .ring-inset {
1979
+ --tw-ring-inset: inset;
1980
+ }
1981
+
1956
1982
  .koin-scope .ring-yellow-500\/30 {
1957
1983
  --tw-ring-color: rgb(234 179 8 / 0.3);
1958
1984
  }
@@ -2160,11 +2186,6 @@
2160
2186
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
2161
2187
  }
2162
2188
 
2163
- .koin-scope .hover\:text-red-400:hover {
2164
- --tw-text-opacity: 1;
2165
- color: rgb(248 113 113 / var(--tw-text-opacity, 1));
2166
- }
2167
-
2168
2189
  .koin-scope .hover\:text-white:hover {
2169
2190
  --tw-text-opacity: 1;
2170
2191
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -2216,6 +2237,10 @@
2216
2237
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2217
2238
  }
2218
2239
 
2240
+ .koin-scope .active\:bg-white\/20:active {
2241
+ background-color: rgb(255 255 255 / 0.2);
2242
+ }
2243
+
2219
2244
  .koin-scope .active\:shadow-none:active {
2220
2245
  --tw-shadow: 0 0 #0000;
2221
2246
  --tw-shadow-colored: 0 0 #0000;
@@ -2425,6 +2450,27 @@
2425
2450
  display: none;
2426
2451
  }
2427
2452
 
2453
+ .koin-scope .sm\:w-auto {
2454
+ width: auto;
2455
+ }
2456
+
2457
+ .koin-scope .sm\:flex-nowrap {
2458
+ flex-wrap: nowrap;
2459
+ }
2460
+
2461
+ .koin-scope .sm\:gap-3 {
2462
+ gap: 0.75rem;
2463
+ }
2464
+
2465
+ .koin-scope .sm\:border-x {
2466
+ border-left-width: 1px;
2467
+ border-right-width: 1px;
2468
+ }
2469
+
2470
+ .koin-scope .sm\:border-white\/10 {
2471
+ border-color: rgb(255 255 255 / 0.1);
2472
+ }
2473
+
2428
2474
  .koin-scope .sm\:px-3 {
2429
2475
  padding-left: 0.75rem;
2430
2476
  padding-right: 0.75rem;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koin.js",
3
- "version": "1.0.7",
4
- "description": "The drop-in React component for browser-based retro game emulation. 27 systems. Cloud saves. Zero backend required.",
3
+ "version": "1.0.8",
4
+ "description": "The drop-in React component for browser-based retro game emulation. 28 systems. Cloud saves. Zero backend required.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/muditjuneja/koin-deck-retro-player"
24
+ "url": "https://github.com/muditjuneja/koin"
25
25
  },
26
26
  "style": "dist/styles.css",
27
27
  "scripts": {