@stackshift-ui/container 7.0.0-beta.3 → 7.0.0-beta.4
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 +4 -4
- package/dist/chunk-3RFVOM6G.mjs +0 -31
- package/dist/chunk-TV2RODNN.mjs +0 -1
- package/dist/container.d.ts +0 -10
- package/dist/container.js +0 -1
- package/dist/container.mjs +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -2
- package/dist/index.mjs +0 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackshift-ui/container",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.0.0-beta.
|
|
4
|
+
"version": "7.0.0-beta.4",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"classnames": "^2.5.1",
|
|
37
|
-
"@stackshift-ui/
|
|
38
|
-
"@stackshift-ui/
|
|
37
|
+
"@stackshift-ui/system": "7.0.0-beta.4",
|
|
38
|
+
"@stackshift-ui/scripts": "7.0.0-beta.3"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@stackshift-ui/system": ">=
|
|
41
|
+
"@stackshift-ui/system": ">=7.0.0-beta.4",
|
|
42
42
|
"@types/react": "16.8 - 19",
|
|
43
43
|
"next": "10 - 14",
|
|
44
44
|
"react": "16.8 - 19",
|
package/dist/chunk-3RFVOM6G.mjs
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
// src/container.tsx
|
|
2
|
-
import { DefaultComponent, useStackShiftUIComponents } from "@stackshift-ui/system";
|
|
3
|
-
import cn from "classnames";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
var displayName = "Container";
|
|
6
|
-
var Container = ({
|
|
7
|
-
children,
|
|
8
|
-
className,
|
|
9
|
-
maxWidth = "full",
|
|
10
|
-
as,
|
|
11
|
-
...props
|
|
12
|
-
}) => {
|
|
13
|
-
const { [displayName]: Component = DefaultComponent } = useStackShiftUIComponents();
|
|
14
|
-
const widthVariants = {
|
|
15
|
-
sm: "384px",
|
|
16
|
-
md: "448px",
|
|
17
|
-
lg: "512px",
|
|
18
|
-
xl: "576px",
|
|
19
|
-
"2xl": "672px",
|
|
20
|
-
full: "100%"
|
|
21
|
-
};
|
|
22
|
-
const widthClass = typeof maxWidth === "number" ? `${maxWidth.toString()}px` : widthVariants[maxWidth];
|
|
23
|
-
const width = widthClass != null ? widthClass : "80rem";
|
|
24
|
-
const classes = "mx-auto w-full lg:px-4";
|
|
25
|
-
return /* @__PURE__ */ jsx(Component, { as, className: cn(classes, className), style: { maxWidth: width }, ...props, children });
|
|
26
|
-
};
|
|
27
|
-
Container.displayName = displayName;
|
|
28
|
-
|
|
29
|
-
export {
|
|
30
|
-
Container
|
|
31
|
-
};
|
package/dist/chunk-TV2RODNN.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{DefaultComponent as m,useStackShiftUIComponents as i}from"@stackshift-ui/system";import c from"classnames";import{jsx as d}from"react/jsx-runtime";var n="Container",x=({children:o,className:s,maxWidth:t="full",as:a,...p})=>{let{[n]:l=m}=i(),e=typeof t=="number"?`${t.toString()}px`:{sm:"384px",md:"448px",lg:"512px",xl:"576px","2xl":"672px",full:"100%"}[t],r=e!=null?e:"80rem";return d(l,{as:a,className:c("mx-auto w-full lg:px-4",s),style:{maxWidth:r},...p,children:o})};x.displayName=n;export{x as a};
|
package/dist/container.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ElementType, HTMLProps, ReactNode } from "react";
|
|
2
|
-
export interface ContainerProps extends Omit<HTMLProps<HTMLElement>, "as"> {
|
|
3
|
-
children?: ReactNode;
|
|
4
|
-
className?: string;
|
|
5
|
-
maxWidth?: Width;
|
|
6
|
-
as?: ElementType;
|
|
7
|
-
}
|
|
8
|
-
type Width = "sm" | "md" | "lg" | "xl" | "2xl" | "full" | number;
|
|
9
|
-
export declare const Container: React.FC<ContainerProps>;
|
|
10
|
-
export {};
|
package/dist/container.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var a=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,N=Object.prototype.hasOwnProperty;var g=(t,e)=>{for(var n in e)a(t,n,{get:e[n],enumerable:!0})},r=(t,e,n,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of C(e))!N.call(t,o)&&o!==n&&a(t,o,{get:()=>e[o],enumerable:!(s=y(e,o))||s.enumerable});return t};var T=(t,e,n)=>(n=t!=null?u(h(t)):{},r(e||!t||!t.__esModule?a(n,"default",{value:t,enumerable:!0}):n,t)),P=t=>r(a({},"__esModule",{value:!0}),t);var w={};g(w,{Container:()=>c});module.exports=P(w);var p=require("@stackshift-ui/system"),m=T(require("classnames")),x=require("react/jsx-runtime"),i="Container",c=({children:t,className:e,maxWidth:n="full",as:s,...o})=>{let{[i]:d=p.DefaultComponent}=(0,p.useStackShiftUIComponents)(),l=typeof n=="number"?`${n.toString()}px`:{sm:"384px",md:"448px",lg:"512px",xl:"576px","2xl":"672px",full:"100%"}[n],f=l!=null?l:"80rem";return(0,x.jsx)(d,{as:s,className:(0,m.default)("mx-auto w-full lg:px-4",e),style:{maxWidth:f},...o,children:t})};c.displayName=i;0&&(module.exports={Container});
|
package/dist/container.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{a}from"./chunk-TV2RODNN.mjs";export{a as Container};
|
package/dist/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./container";
|
package/dist/index.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
"use strict";var u=Object.create;var p=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,N=Object.prototype.hasOwnProperty;var g=(t,e)=>{for(var o in e)p(t,o,{get:e[o],enumerable:!0})},l=(t,e,o,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of C(e))!N.call(t,n)&&n!==o&&p(t,n,{get:()=>e[n],enumerable:!(s=y(e,n))||s.enumerable});return t};var T=(t,e,o)=>(o=t!=null?u(h(t)):{},l(e||!t||!t.__esModule?p(o,"default",{value:t,enumerable:!0}):o,t)),P=t=>l(p({},"__esModule",{value:!0}),t);var w={};g(w,{Container:()=>c});module.exports=P(w);var r=require("@stackshift-ui/system"),m=T(require("classnames")),x=require("react/jsx-runtime"),i="Container",c=({children:t,className:e,maxWidth:o="full",as:s,...n})=>{let{[i]:d=r.DefaultComponent}=(0,r.useStackShiftUIComponents)(),a=typeof o=="number"?`${o.toString()}px`:{sm:"384px",md:"448px",lg:"512px",xl:"576px","2xl":"672px",full:"100%"}[o],f=a!=null?a:"80rem";return(0,x.jsx)(d,{as:s,className:(0,m.default)("mx-auto w-full lg:px-4",e),style:{maxWidth:f},...n,children:t})};c.displayName=i;0&&(module.exports={Container});
|
package/dist/index.mjs
DELETED