Skip to content

Commit 26fdec1

Browse files
committed
rm unneeded exports
1 parent 32b5dc4 commit 26fdec1

File tree

25 files changed

+12
-1385
lines changed

25 files changed

+12
-1385
lines changed

build-tools/tasks/package-json.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,9 @@ function getComponentsExports() {
2323
'./contexts/form-field': './contexts/form-field.js',
2424
// Public internal components
2525
'./internal/tooltip-do-not-use': './internal/tooltip-do-not-use/index.js',
26-
'./internal/do-not-use/button-dropdown': './internal/do-not-use/button-dropdown.js',
27-
'./internal/do-not-use/chart-filter': './internal/do-not-use/chart-filter.js',
28-
'./internal/do-not-use/chart-filter-legacy': './internal/do-not-use/chart-filter-legacy.js',
2926
'./internal/do-not-use/chart-tooltip': './internal/do-not-use/chart-tooltip.js',
30-
'./internal/do-not-use/embedded-multiselect': './internal/do-not-use/embedded-multiselect.js',
3127
'./internal/do-not-use/expandable-section': './internal/do-not-use/expandable-section.js',
3228
'./internal/do-not-use/i18n': './internal/do-not-use/i18n.js',
33-
'./internal/do-not-use/sortable-area': './internal/do-not-use/sortable-area.js',
3429
'./internal/do-not-use/tooltip': './internal/do-not-use/tooltip.js',
3530
'./internal/widget-exports': './internal/widget-exports.js',
3631
'./test-utils/dom/internal/tooltip': './test-utils/dom/internal/tooltip.js',

package-lock.json

Lines changed: 0 additions & 155 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"start:watch": "gulp watch",
2323
"start:dev": "cross-env NODE_ENV=development webpack serve --config pages/webpack.config.js",
2424
"start:integ": "cross-env NODE_ENV=development webpack serve --config pages/webpack.config.integ.js",
25-
"prepare": "husky",
26-
"postinstall": "node ./scripts/install-peer-dependency.js theming-core:expose-size-tokens"
25+
"prepare": "husky"
2726
},
2827
"dependencies": {
2928
"@cloudscape-design/collection-hooks": "^1.0.0",
@@ -165,7 +164,7 @@
165164
{
166165
"path": "lib/components/internal/widget-exports.js",
167166
"brotli": false,
168-
"limit": "754 kB",
167+
"limit": "764 kB",
169168
"ignore": "react-dom"
170169
}
171170
],

pages/chart-filter/simple.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import React from 'react';
55

66
import { Box } from '~components';
7-
import ChartFilter from '~components/internal/components/chart-filter-mini';
7+
import ChartFilter from '~components/internal/components/chart-filter';
88
import {
99
colorChartsPaletteCategorical1,
1010
colorChartsPaletteCategorical2,

scripts/install-peer-dependency.js

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)