@juo/orion-extensions 0.13.3 → 0.14.0

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/style.css CHANGED
@@ -2816,6 +2816,14 @@ video {
2816
2816
  .max-sm\:\!p-md {
2817
2817
  padding: var(--padding-md) !important;
2818
2818
  }
2819
+ .max-sm\:px-sm {
2820
+ padding-left: var(--padding-sm);
2821
+ padding-right: var(--padding-sm);
2822
+ }
2823
+ .max-sm\:py-xs {
2824
+ padding-top: var(--padding-xs);
2825
+ padding-bottom: var(--padding-xs);
2826
+ }
2819
2827
  }
2820
2828
  @media (min-width: 640px) {
2821
2829
  .sm\:mx-0 {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@juo/orion-extensions",
3
3
  "private": false,
4
- "version": "0.13.3",
4
+ "version": "0.14.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"