@stackshift-ui/logo-cloud 6.0.5-beta.1 → 6.0.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackshift-ui/logo-cloud",
3
3
  "description": "",
4
- "version": "6.0.5-beta.1",
4
+ "version": "6.0.5",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "main": "./dist/index.js",
@@ -35,13 +35,13 @@
35
35
  "dependencies": {
36
36
  "@stackshift-ui/scripts": "6.0.2",
37
37
  "@stackshift-ui/system": "6.0.3",
38
+ "@stackshift-ui/button": "6.0.3",
39
+ "@stackshift-ui/heading": "6.0.3",
38
40
  "@stackshift-ui/text": "6.0.3",
39
41
  "@stackshift-ui/image": "6.0.3",
40
- "@stackshift-ui/heading": "6.0.3",
42
+ "@stackshift-ui/section": "6.0.3",
41
43
  "@stackshift-ui/container": "6.0.3",
42
- "@stackshift-ui/flex": "6.0.3",
43
- "@stackshift-ui/button": "6.0.3",
44
- "@stackshift-ui/section": "6.0.3"
44
+ "@stackshift-ui/flex": "6.0.3"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@types/react": "16.8 - 19",
@@ -1 +0,0 @@
1
- import{lazy as i}from"react";import{jsx as b}from"react/jsx-runtime";var v={variant_a:i(()=>import("./logo-cloud_a.mjs")),variant_b:i(()=>import("./logo-cloud_b.mjs")),variant_c:i(()=>import("./logo-cloud_c.mjs")),variant_d:i(()=>import("./logo-cloud_d.mjs"))},f="LogoCloud",y=({data:o})=>{var r,t,s,p,m,l,u,c;let n=o==null?void 0:o.variant,e=n&&v[n],g={title:(t=(r=o==null?void 0:o.variants)==null?void 0:r.title)!=null?t:void 0,images:(p=(s=o==null?void 0:o.variants)==null?void 0:s.images)!=null?p:void 0,text:(l=(m=o==null?void 0:o.variants)==null?void 0:m.plainText)!=null?l:void 0,button:(c=(u=o==null?void 0:o.variants)==null?void 0:u.primaryButton)!=null?c:void 0};return e?b(e,{...g}):null};y.displayName=f;export{y as a};
@@ -1 +0,0 @@
1
- import{Container as u}from"@stackshift-ui/container";import{Flex as e}from"@stackshift-ui/flex";import{Heading as a}from"@stackshift-ui/heading";import{Image as m}from"@stackshift-ui/image";import{Section as c}from"@stackshift-ui/section";import p from"react";import{jsx as r,jsxs as i}from"react/jsx-runtime";function s({title:t,images:o}){return r(c,{className:"py-20 bg-background",children:i(u,{maxWidth:1280,children:[r(d,{title:t}),r(e,{wrap:!0,justify:"center",align:"center",children:r(f,{images:o})})]})})}function d({title:t}){return t?r(a,{className:"mb-12 text-center",fontSize:"2xl",children:t}):null}function f({images:t}){return t?r(p.Fragment,{children:t==null?void 0:t.map((o,l)=>{var n;return r("div",{className:"w-full px-2 mb-4 md:w-1/3 lg:mr-10 lg:w-1/6 xl:mr-0",children:o!=null&&o.image?r(e,{align:"center",justify:"center",className:"mx-auto h-[192px] w-[192px] rounded-global bg-gray-50 shadow-md",children:r(m,{className:"object-scale-down",src:`${o==null?void 0:o.image}`,sizes:"192px",width:192,height:192,alt:(n=o==null?void 0:o.alt)!=null?n:`logoCloud-image${l}`})}):null},l)})}):null}export{s as a};