carbon-react 158.14.3 → 158.14.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
import o,{css as e}from"styled-components";import{margin as t,padding as i}from"styled-system";import{Box as d}from"../box/box.component.js";import{Sidebar as
|
|
1
|
+
import o,{css as e}from"styled-components";import{margin as t,padding as i}from"styled-system";import{Box as d}from"../box/box.component.js";import{Sidebar as n}from"../sidebar/sidebar.component.js";import{getColors as r}from"./__internal__/utils.js";const a=o(d).withConfig({displayName:"adaptive-sidebar.style__StyledAdaptiveSidebar",componentId:"sc-6ef01593-0"})(["",";"],(({backgroundColor:o,borderColor:d,height:n,hidden:a,width:s})=>e([""," "," "," max-height:",";max-width:",";min-width:",";overflow-y:auto;outline:none;"," ",""],r(o),d&&e(["border-left:1px solid var(",");"],d),a&&e(["display:none;"]),n,s,s,t,i))),s=o(n).withConfig({displayName:"adaptive-sidebar.style__StyledSidebar",componentId:"sc-6ef01593-1"})([""," ",""],(({hidden:o})=>e(["",""],o&&e(["display:none;"]))),(({backgroundColor:o})=>e(['div[data-element="sidebar-content"]{',"}"],r(o))));export{a as StyledAdaptiveSidebar,s as StyledSidebar};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("styled-components"),d=require("styled-system"),t=require("../box/box.component.js"),i=require("../sidebar/sidebar.component.js"),
|
|
1
|
+
"use strict";var e=require("styled-components"),d=require("styled-system"),t=require("../box/box.component.js"),i=require("../sidebar/sidebar.component.js"),o=require("./__internal__/utils.js");function s(e){return e&&e.__esModule?e:{default:e}}var r=s(e);const a=r.default(t.Box).withConfig({displayName:"adaptive-sidebar.style__StyledAdaptiveSidebar",componentId:"sc-6ef01593-0"})(["",";"],(({backgroundColor:t,borderColor:i,height:s,hidden:r,width:a})=>e.css([""," "," "," max-height:",";max-width:",";min-width:",";overflow-y:auto;outline:none;"," ",""],o.getColors(t),i&&e.css(["border-left:1px solid var(",");"],i),r&&e.css(["display:none;"]),s,a,a,d.margin,d.padding))),n=r.default(i.Sidebar).withConfig({displayName:"adaptive-sidebar.style__StyledSidebar",componentId:"sc-6ef01593-1"})([""," ",""],(({hidden:d})=>e.css(["",""],d&&e.css(["display:none;"]))),(({backgroundColor:d})=>e.css(['div[data-element="sidebar-content"]{',"}"],o.getColors(d))));exports.StyledAdaptiveSidebar=a,exports.StyledSidebar=n;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbon-react",
|
|
3
|
-
"version": "158.14.
|
|
3
|
+
"version": "158.14.4",
|
|
4
4
|
"description": "A library of reusable React components for easily building user interfaces.",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@types/invariant": "^2.2.37",
|
|
114
114
|
"@types/jest": "^29.5.0",
|
|
115
115
|
"@types/lodash": "^4.14.202",
|
|
116
|
-
"@types/node": "^
|
|
116
|
+
"@types/node": "^24.10.1",
|
|
117
117
|
"@types/react": "^18.3.1",
|
|
118
118
|
"@types/react-dom": "^18.3.1",
|
|
119
119
|
"@types/react-is": "^17.0.4",
|