rimelight-components 2.1.30 → 2.1.31

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/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.1.30",
3
+ "version": "2.1.31",
4
4
  "docs": "https://rimelight.com/tools/rimelight-components",
5
5
  "configKey": "rimelightComponents",
6
6
  "compatibility": {
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { readdirSync } from 'node:fs';
4
4
  import { basename } from 'node:path';
5
5
 
6
6
  const name = "rimelight-components";
7
- const version = "2.1.30";
7
+ const version = "2.1.31";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
@@ -13,7 +13,7 @@ const footerStyles = tv({
13
13
  root: "py-8 lg:py-12",
14
14
  container: "flex flex-col justify-between gap-xl lg:flex-row lg:items-stretch",
15
15
  left: "order-last flex flex-col items-center justify-between gap-xl lg:order-1 lg:flex-none lg:items-start",
16
- center: "flex flex-col items-center justify-center lg:order-2 lg:flex-1",
16
+ center: "flex flex-col items-center justify-start lg:order-2 lg:flex-1",
17
17
  right: "order-first flex flex-col items-center justify-between gap-xl lg:order-3 lg:flex-none lg:items-end"
18
18
  },
19
19
  variants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.1.30",
3
+ "version": "2.1.31",
4
4
  "description": "A component library by Rimelight Entertainment.",
5
5
  "keywords": [
6
6
  "nuxt",