@amoa/casting 0.1.7 → 0.1.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.
- package/dist/index.css +1 -1
- package/dist/styles.css +1 -0
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.index-module_root__ODuS-{background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:16px;max-width:500px;padding:24px;width:100%}.index-module_regular__MMh2h{max-width:500px}.index-module_large__zHYpM{max-width:700px}@media (min-width:560px){.index-module_root__ODuS-{padding:var(--space)}}.index-
|
|
1
|
+
.index-module_root__ODuS-{background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:16px;max-width:500px;padding:24px;width:100%}.index-module_regular__MMh2h{max-width:500px}.index-module_large__zHYpM{max-width:700px}@media (min-width:560px){.index-module_root__ODuS-{padding:var(--space)}}.index-module_caption__rLj1H{align-self:center;flex:1 1 auto;min-width:200px}.index-module_image__1vKdM{height:auto;width:200px}.index-module_animation__-ai2b{background-color:var(--light-background);border:.5px solid var(--lighter-stroke);flex:1 0 275px;padding:20px}.index-module_condo__J-7Rb{animation:index-module_floating__QUkes 6s ease-in-out infinite;filter:drop-shadow(0 12px 8px var(--bright-green))}@media (min-width:750px){.index-module_form__GeBqt{flex-direction:row}}@keyframes index-module_floating__QUkes{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}to{transform:translateY(-10px)}}.index-module_root__5PrR6{align-items:center;display:flex;gap:16px;justify-content:space-between}.index-module_root__-kzxc{display:flex;flex-direction:column;font-size:18px}@media (min-width:560px){.index-module_root__-kzxc{font-size:22px}}.index-module_root__5eZc-{font-size:16px}.index-module_root__GJ8LW{display:flex;flex-direction:column;gap:8px}
|
package/dist/styles.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.index-module_caption__rLj1H{align-self:center;flex:1 1 auto;min-width:200px}.index-module_image__1vKdM{height:auto;width:200px}.index-module_animation__-ai2b{background-color:var(--light-background);border:.5px solid var(--lighter-stroke);flex:1 0 275px;padding:20px}.index-module_condo__J-7Rb{animation:index-module_floating__QUkes 6s ease-in-out infinite;filter:drop-shadow(0 12px 8px var(--bright-green))}@media (min-width:750px){.index-module_form__GeBqt{flex-direction:row}}@keyframes index-module_floating__QUkes{0%{transform:translateY(-10px)}50%{transform:translateY(10px)}to{transform:translateY(-10px)}}.index-module_root__-kzxc{display:flex;flex-direction:column;font-size:18px}@media (min-width:560px){.index-module_root__-kzxc{font-size:22px}}.index-module_root__5PrR6{align-items:center;display:flex;gap:16px;justify-content:space-between}.index-module_root__5eZc-{font-size:16px}.index-module_root__GJ8LW{display:flex;flex-direction:column;gap:8px}.index-module_root__ODuS-{background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:16px;max-width:500px;padding:24px;width:100%}.index-module_regular__MMh2h{max-width:500px}.index-module_large__zHYpM{max-width:700px}@media (min-width:560px){.index-module_root__ODuS-{padding:var(--space)}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amoa/casting",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"./*": "./dist/*"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@amoa/carving": "^0.1.
|
|
19
|
+
"@amoa/carving": "^0.1.10",
|
|
20
20
|
"@amoa/forge": "^0.1.2",
|
|
21
|
-
"@amoa/ingots": "^0.1.
|
|
22
|
-
"@amoa/runes": "^0.1.
|
|
21
|
+
"@amoa/ingots": "^0.1.11",
|
|
22
|
+
"@amoa/runes": "^0.1.7"
|
|
23
23
|
}
|
|
24
24
|
}
|