@ikatec/nebula-react 1.0.2 → 1.0.3
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/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2391,7 +2391,8 @@ var Box = ({
|
|
|
2391
2391
|
{
|
|
2392
2392
|
"p-4": paddingSize === "sm",
|
|
2393
2393
|
"p-6": paddingSize === "md",
|
|
2394
|
-
"p-8": paddingSize === "lg"
|
|
2394
|
+
"p-8": paddingSize === "lg",
|
|
2395
|
+
"p-10": paddingSize === "xl"
|
|
2395
2396
|
},
|
|
2396
2397
|
{
|
|
2397
2398
|
"border border-box-border": border
|
package/dist/index.mjs
CHANGED
|
@@ -2353,7 +2353,8 @@ var Box = ({
|
|
|
2353
2353
|
{
|
|
2354
2354
|
"p-4": paddingSize === "sm",
|
|
2355
2355
|
"p-6": paddingSize === "md",
|
|
2356
|
-
"p-8": paddingSize === "lg"
|
|
2356
|
+
"p-8": paddingSize === "lg",
|
|
2357
|
+
"p-10": paddingSize === "xl"
|
|
2357
2358
|
},
|
|
2358
2359
|
{
|
|
2359
2360
|
"border border-box-border": border
|