@crystaldesign/diva-archive 26.7.0-beta.8 → 26.7.0-beta.9
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/build/esm/index.js
CHANGED
|
@@ -9,8 +9,7 @@ import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
|
9
9
|
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
10
10
|
import { flatten } from 'flat';
|
|
11
11
|
import Paper from '@mui/material/Paper';
|
|
12
|
-
import
|
|
13
|
-
import makeStyles from '@mui/styles/makeStyles';
|
|
12
|
+
import { styled } from '@mui/material/styles';
|
|
14
13
|
import Tabs from '@mui/material/Tabs';
|
|
15
14
|
import Tab from '@mui/material/Tab';
|
|
16
15
|
import FormControlLabel from '@mui/material/FormControlLabel';
|
|
@@ -1501,7 +1500,6 @@ var Archive = function Archive(_ref2) {
|
|
|
1501
1500
|
var config = _ref2.config;
|
|
1502
1501
|
var _useTranslation = useTranslation(),
|
|
1503
1502
|
t = _useTranslation.t;
|
|
1504
|
-
var classes = useStyles();
|
|
1505
1503
|
var _useState = useState(false),
|
|
1506
1504
|
_useState2 = _slicedToArray(_useState, 2),
|
|
1507
1505
|
analyticsVisible = _useState2[0],
|
|
@@ -1558,8 +1556,7 @@ var Archive = function Archive(_ref2) {
|
|
|
1558
1556
|
forceShow: true
|
|
1559
1557
|
});
|
|
1560
1558
|
}
|
|
1561
|
-
return /*#__PURE__*/jsxs(
|
|
1562
|
-
className: classes.paper,
|
|
1559
|
+
return /*#__PURE__*/jsxs(StyledPaper, {
|
|
1563
1560
|
children: [/*#__PURE__*/jsx(Title, {
|
|
1564
1561
|
text: t('archive.title'),
|
|
1565
1562
|
help: config.help
|
|
@@ -1604,16 +1601,12 @@ var Archive = function Archive(_ref2) {
|
|
|
1604
1601
|
})]
|
|
1605
1602
|
});
|
|
1606
1603
|
};
|
|
1607
|
-
var
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
width: '100%',
|
|
1614
|
-
position: 'relative'
|
|
1615
|
-
}
|
|
1616
|
-
});
|
|
1604
|
+
var StyledPaper = styled(Paper)({
|
|
1605
|
+
display: 'flex',
|
|
1606
|
+
flexDirection: 'column',
|
|
1607
|
+
height: '100%',
|
|
1608
|
+
width: '100%',
|
|
1609
|
+
position: 'relative'
|
|
1617
1610
|
});
|
|
1618
1611
|
var componentConfig = {
|
|
1619
1612
|
name: 'ARCHIVE',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,mBAAmB,EAAe,MAAM,0BAA0B,CAAC;AAK5F,OAAO,EAAe,aAAa,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,mBAAmB,EAAe,MAAM,0BAA0B,CAAC;AAK5F,OAAO,EAAe,aAAa,EAAE,MAAM,SAAS,CAAC;AAyHrD,QAAA,MAAM,eAAe,EAAE,mBAAmB,CAAC,aAAa,CAGvD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crystaldesign/diva-archive",
|
|
3
|
-
"version": "26.7.0-beta.
|
|
3
|
+
"version": "26.7.0-beta.9",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@testing-library/jest-dom": "^6.5.0",
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"react-dom": "^18.3.1"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@crystaldesign/grid": "26.7.0-beta.
|
|
18
|
+
"@crystaldesign/grid": "26.7.0-beta.9",
|
|
19
19
|
"flat": "^5.0.2"
|
|
20
20
|
},
|
|
21
21
|
"module": "build/esm/index.js",
|
|
22
22
|
"types": "./build/types/archive/src/index.d.ts",
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "6a278f2170d0621be370b86406e33bfbf458bd5c"
|
|
24
24
|
}
|