marqy 0.0.7 → 0.0.9

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.
@@ -48,7 +48,7 @@ button.invert:hover {
48
48
  }
49
49
 
50
50
  img {
51
- border-radius: 10px;
51
+ border-radius: 9999px;
52
52
  }
53
53
 
54
54
  .py-025 {
package/examples/index.js CHANGED
@@ -28,8 +28,8 @@ function App() {
28
28
  <p className="text-32 mx-05">Render whatever you want:</p>
29
29
  <img
30
30
  width="100"
31
- src="https://www.fillmurray.com/g/200/200"
32
- alt="Bill Murray"
31
+ src="https://picsum.photos/seed/picsum/550/350"
32
+ alt="Lorem Picsum"
33
33
  />
34
34
  </div>
35
35
  </Marqy>
@@ -51,6 +51,10 @@ function App() {
51
51
  </p>
52
52
  </Marqy>
53
53
  ) : null}
54
+ {/* Child with no width */}
55
+ <Marqy>
56
+ <p className="text-32 py-025"></p>
57
+ </Marqy>
54
58
  </div>
55
59
  )
56
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marqy",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "Accessible, performant React marquees.",
5
5
  "keywords": [
6
6
  "react",
@@ -37,15 +37,15 @@
37
37
  "prepublishOnly": "yarn build"
38
38
  },
39
39
  "devDependencies": {
40
- "@types/react": "^17.0.3",
41
- "concurrently": "^6.0.0",
42
- "microbundle": "^0.13.0",
40
+ "@types/react": "^18.2.21",
41
+ "concurrently": "^8.2.1",
42
+ "microbundle": "^0.15.1",
43
43
  "parcel-bundler": "^1.12.5",
44
- "react": "^17.0.1",
45
- "react-dom": "^17.0.1"
44
+ "react": "^18.2.0",
45
+ "react-dom": "^18.2.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "react": "^16.8.0 || 17.x",
49
- "react-dom": "^16.8.0 || 17.x"
48
+ "react": "^16.8.0 || 17.x || 18.x",
49
+ "react-dom": "^16.8.0 || 17.x || 18.x"
50
50
  }
51
51
  }
package/styles.css CHANGED
@@ -33,7 +33,7 @@
33
33
  }
34
34
 
35
35
  [data-marqy-item] {
36
- flex: 1 0 auto;
36
+ flex-grow: 0;
37
37
  }
38
38
 
39
39
  @keyframes marqyL {