@opensite/ui 3.12.0 → 3.12.1

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.
@@ -544,11 +544,11 @@ function InstagramViewerRail({ item }) {
544
544
  style: {
545
545
  position: "absolute",
546
546
  right: 11,
547
- bottom: 135,
547
+ // Bottom-aligned with the caption card (see InstagramViewerCaption).
548
+ bottom: 34,
548
549
  display: "flex",
549
550
  flexDirection: "column",
550
551
  alignItems: "center",
551
- gap: 18,
552
552
  color: "var(--psmi-chrome-fg, #fff)",
553
553
  zIndex: 3
554
554
  },
@@ -523,11 +523,11 @@ function InstagramViewerRail({ item }) {
523
523
  style: {
524
524
  position: "absolute",
525
525
  right: 11,
526
- bottom: 135,
526
+ // Bottom-aligned with the caption card (see InstagramViewerCaption).
527
+ bottom: 34,
527
528
  display: "flex",
528
529
  flexDirection: "column",
529
530
  alignItems: "center",
530
- gap: 18,
531
531
  color: "var(--psmi-chrome-fg, #fff)",
532
532
  zIndex: 3
533
533
  },
package/dist/registry.cjs CHANGED
@@ -35395,11 +35395,11 @@ function InstagramViewerRail({ item }) {
35395
35395
  style: {
35396
35396
  position: "absolute",
35397
35397
  right: 11,
35398
- bottom: 135,
35398
+ // Bottom-aligned with the caption card (see InstagramViewerCaption).
35399
+ bottom: 34,
35399
35400
  display: "flex",
35400
35401
  flexDirection: "column",
35401
35402
  alignItems: "center",
35402
- gap: 18,
35403
35403
  color: "var(--psmi-chrome-fg, #fff)",
35404
35404
  zIndex: 3
35405
35405
  },
package/dist/registry.js CHANGED
@@ -35355,11 +35355,11 @@ function InstagramViewerRail({ item }) {
35355
35355
  style: {
35356
35356
  position: "absolute",
35357
35357
  right: 11,
35358
- bottom: 135,
35358
+ // Bottom-aligned with the caption card (see InstagramViewerCaption).
35359
+ bottom: 34,
35359
35360
  display: "flex",
35360
35361
  flexDirection: "column",
35361
35362
  alignItems: "center",
35362
- gap: 18,
35363
35363
  color: "var(--psmi-chrome-fg, #fff)",
35364
35364
  zIndex: 3
35365
35365
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "3.12.0",
3
+ "version": "3.12.1",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",