@dcrackel/hematournamentui 1.0.5 → 1.0.7

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 CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@dcrackel/hematournamentui",
3
3
  "private": false,
4
- "version": "1.0.5",
4
+ "version": "1.0.7",
5
5
  "type": "module",
6
- "main": "dist/my-library.umd.js",
7
- "module": "dist/my-library.es.js",
6
+ "main": "dist/HemaTouranmentUI-lib.umd.js",
7
+ "module": "dist/HemaTouranmentUI-lib.es.js",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "npm version patch && vite build",
@@ -564,10 +564,6 @@ video {
564
564
  margin-bottom: 1rem;
565
565
  }
566
566
 
567
- .mb-9{
568
- margin-bottom: 2.25rem;
569
- }
570
-
571
567
  .ml-3{
572
568
  margin-left: 0.75rem;
573
569
  }