@cloudscape-design/components-themeable 3.0.306 → 3.0.308
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/background.scss +16 -32
- package/lib/internal/scss/app-layout/visual-refresh/breadcrumbs.scss +23 -0
- package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/header.scss +1 -48
- package/lib/internal/scss/app-layout/visual-refresh/layout.scss +189 -78
- package/lib/internal/scss/app-layout/visual-refresh/main.scss +1 -92
- package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +40 -0
- package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +2 -2
- package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +3 -38
- package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/styles.scss +2 -1
- package/lib/internal/scss/app-layout/visual-refresh/tools.scss +3 -4
- package/lib/internal/scss/cards/styles.scss +2 -2
- package/lib/internal/scss/content-layout/styles.scss +0 -10
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +37 -32
- package/lib/internal/scss/table/styles.scss +4 -0
- package/lib/internal/scss/wizard/styles.scss +2 -5
- package/lib/internal/template/alert/interfaces.d.ts +1 -0
- package/lib/internal/template/alert/interfaces.d.ts.map +1 -1
- package/lib/internal/template/alert/interfaces.js.map +1 -1
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +30 -30
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -0
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/background.d.ts +1 -5
- package/lib/internal/template/app-layout/visual-refresh/background.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/background.js +8 -13
- package/lib/internal/template/app-layout/visual-refresh/background.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.d.ts +3 -0
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js +17 -0
- package/lib/internal/template/app-layout/visual-refresh/breadcrumbs.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/context.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/header.d.ts +0 -4
- package/lib/internal/template/app-layout/visual-refresh/header.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/header.js +0 -4
- package/lib/internal/template/app-layout/visual-refresh/header.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts +0 -8
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/index.js +4 -13
- package/lib/internal/template/app-layout/visual-refresh/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/layout.js +31 -19
- package/lib/internal/template/app-layout/visual-refresh/layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/main.js +2 -6
- package/lib/internal/template/app-layout/visual-refresh/main.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts +3 -0
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/{app-bar.js → mobile-toolbar.js} +9 -18
- package/lib/internal/template/app-layout/visual-refresh/mobile-toolbar.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/navigation.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh/navigation.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts +0 -4
- package/lib/internal/template/app-layout/visual-refresh/notifications.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/notifications.js +4 -9
- package/lib/internal/template/app-layout/visual-refresh/notifications.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/split-panel.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh/split-panel.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +68 -72
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +400 -576
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +68 -72
- package/lib/internal/template/attribute-editor/interfaces.d.ts +2 -1
- package/lib/internal/template/attribute-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/attribute-editor/interfaces.js.map +1 -1
- package/lib/internal/template/attribute-editor/row.d.ts +1 -1
- package/lib/internal/template/attribute-editor/row.d.ts.map +1 -1
- package/lib/internal/template/attribute-editor/row.js +3 -1
- package/lib/internal/template/attribute-editor/row.js.map +1 -1
- package/lib/internal/template/autosuggest/autosuggest-option.d.ts +1 -1
- package/lib/internal/template/autosuggest/autosuggest-option.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/autosuggest-option.js +3 -1
- package/lib/internal/template/autosuggest/autosuggest-option.js.map +1 -1
- package/lib/internal/template/autosuggest/interfaces.d.ts +3 -1
- package/lib/internal/template/autosuggest/interfaces.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/interfaces.js.map +1 -1
- package/lib/internal/template/autosuggest/internal.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/internal.js +4 -0
- package/lib/internal/template/autosuggest/internal.js.map +1 -1
- package/lib/internal/template/autosuggest/plain-list.d.ts +1 -1
- package/lib/internal/template/autosuggest/plain-list.d.ts.map +1 -1
- package/lib/internal/template/autosuggest/plain-list.js.map +1 -1
- package/lib/internal/template/breadcrumb-group/interfaces.d.ts +1 -0
- package/lib/internal/template/breadcrumb-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/breadcrumb-group/interfaces.js.map +1 -1
- package/lib/internal/template/calendar/interfaces.d.ts +3 -0
- package/lib/internal/template/calendar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/calendar/interfaces.js.map +1 -1
- package/lib/internal/template/cards/interfaces.d.ts +1 -0
- package/lib/internal/template/cards/interfaces.d.ts.map +1 -1
- package/lib/internal/template/cards/interfaces.js.map +1 -1
- package/lib/internal/template/cards/styles.css.js +37 -37
- package/lib/internal/template/cards/styles.scoped.css +53 -53
- package/lib/internal/template/cards/styles.selectors.js +37 -37
- package/lib/internal/template/code-editor/interfaces.d.ts +1 -0
- package/lib/internal/template/code-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/code-editor/interfaces.js.map +1 -1
- package/lib/internal/template/collection-preferences/content-display/index.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/content-display/index.js +14 -9
- package/lib/internal/template/collection-preferences/content-display/index.js.map +1 -1
- package/lib/internal/template/collection-preferences/index.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/index.js +6 -4
- package/lib/internal/template/collection-preferences/index.js.map +1 -1
- package/lib/internal/template/collection-preferences/interfaces.d.ts +21 -12
- package/lib/internal/template/collection-preferences/interfaces.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/interfaces.js.map +1 -1
- package/lib/internal/template/collection-preferences/utils.d.ts +1 -1
- package/lib/internal/template/collection-preferences/utils.d.ts.map +1 -1
- package/lib/internal/template/collection-preferences/utils.js +19 -6
- package/lib/internal/template/collection-preferences/utils.js.map +1 -1
- package/lib/internal/template/content-layout/internal.d.ts.map +1 -1
- package/lib/internal/template/content-layout/internal.js +1 -3
- package/lib/internal/template/content-layout/internal.js.map +1 -1
- package/lib/internal/template/content-layout/styles.css.js +6 -7
- package/lib/internal/template/content-layout/styles.scoped.css +9 -19
- package/lib/internal/template/content-layout/styles.selectors.js +6 -7
- package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/grid.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/grids/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/header-button.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/index.d.ts +2 -2
- package/lib/internal/template/date-range-picker/calendar/header/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/header/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/index.js +11 -8
- package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts +1 -1
- package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/calendar/range-inputs.js +7 -5
- package/lib/internal/template/date-range-picker/calendar/range-inputs.js.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -1
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +7 -5
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/index.js +13 -4
- package/lib/internal/template/date-range-picker/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.d.ts +22 -21
- package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
- package/lib/internal/template/date-range-picker/mode-switcher.d.ts +1 -1
- package/lib/internal/template/date-range-picker/mode-switcher.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/mode-switcher.js +4 -2
- package/lib/internal/template/date-range-picker/mode-switcher.js.map +1 -1
- package/lib/internal/template/date-range-picker/relative-range/index.d.ts +1 -1
- package/lib/internal/template/date-range-picker/relative-range/index.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/relative-range/index.js +14 -10
- package/lib/internal/template/date-range-picker/relative-range/index.js.map +1 -1
- package/lib/internal/template/expandable-section/interfaces.d.ts +1 -1
- package/lib/internal/template/expandable-section/interfaces.js.map +1 -1
- package/lib/internal/template/flashbar/interfaces.d.ts +1 -0
- package/lib/internal/template/flashbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/flashbar/interfaces.js.map +1 -1
- package/lib/internal/template/flashbar/styles.css.js +45 -45
- package/lib/internal/template/flashbar/styles.scoped.css +169 -169
- package/lib/internal/template/flashbar/styles.selectors.js +45 -45
- package/lib/internal/template/form/interfaces.d.ts +1 -0
- package/lib/internal/template/form/interfaces.d.ts.map +1 -1
- package/lib/internal/template/form/interfaces.js.map +1 -1
- package/lib/internal/template/form-field/interfaces.d.ts +1 -0
- package/lib/internal/template/form-field/interfaces.d.ts.map +1 -1
- package/lib/internal/template/form-field/interfaces.js.map +1 -1
- package/lib/internal/template/help-panel/interfaces.d.ts +1 -0
- package/lib/internal/template/help-panel/interfaces.d.ts.map +1 -1
- package/lib/internal/template/help-panel/interfaces.js.map +1 -1
- package/lib/internal/template/i18n/context.d.ts +20 -0
- package/lib/internal/template/i18n/context.d.ts.map +1 -0
- package/lib/internal/template/i18n/context.js +17 -0
- package/lib/internal/template/i18n/context.js.map +1 -0
- package/lib/internal/template/i18n/index.d.ts +2 -0
- package/lib/internal/template/i18n/index.d.ts.map +1 -0
- package/lib/internal/template/i18n/index.js +4 -0
- package/lib/internal/template/i18n/index.js.map +1 -0
- package/lib/internal/template/i18n/messages/all.all.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.all.js +5473 -0
- package/lib/internal/template/i18n/messages/all.all.json +5518 -0
- package/lib/internal/template/i18n/messages/all.de.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.de.js +446 -0
- package/lib/internal/template/i18n/messages/all.de.json +454 -0
- package/lib/internal/template/i18n/messages/all.en-GB.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.en-GB.js +436 -0
- package/lib/internal/template/i18n/messages/all.en-GB.json +439 -0
- package/lib/internal/template/i18n/messages/all.en.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.en.js +722 -0
- package/lib/internal/template/i18n/messages/all.en.json +721 -0
- package/lib/internal/template/i18n/messages/all.es.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.es.js +437 -0
- package/lib/internal/template/i18n/messages/all.es.json +439 -0
- package/lib/internal/template/i18n/messages/all.fr.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.fr.js +451 -0
- package/lib/internal/template/i18n/messages/all.fr.json +452 -0
- package/lib/internal/template/i18n/messages/all.id.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.id.js +427 -0
- package/lib/internal/template/i18n/messages/all.id.json +435 -0
- package/lib/internal/template/i18n/messages/all.it.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.it.js +437 -0
- package/lib/internal/template/i18n/messages/all.it.json +441 -0
- package/lib/internal/template/i18n/messages/all.ja.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.ja.js +441 -0
- package/lib/internal/template/i18n/messages/all.ja.json +445 -0
- package/lib/internal/template/i18n/messages/all.ko.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.ko.js +419 -0
- package/lib/internal/template/i18n/messages/all.ko.json +426 -0
- package/lib/internal/template/i18n/messages/all.pt-BR.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.pt-BR.js +444 -0
- package/lib/internal/template/i18n/messages/all.pt-BR.json +443 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.js +429 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.json +434 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.js +428 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.json +433 -0
- package/lib/internal/template/i18n/provider.d.ts +20 -0
- package/lib/internal/template/i18n/provider.d.ts.map +1 -0
- package/lib/internal/template/i18n/provider.js +105 -0
- package/lib/internal/template/i18n/provider.js.map +1 -0
- package/lib/internal/template/i18n/testing.d.ts +8 -0
- package/lib/internal/template/i18n/testing.d.ts.map +1 -0
- package/lib/internal/template/i18n/testing.js +8 -0
- package/lib/internal/template/i18n/testing.js.map +1 -0
- package/lib/internal/template/input/interfaces.d.ts +1 -0
- package/lib/internal/template/input/interfaces.d.ts.map +1 -1
- package/lib/internal/template/input/interfaces.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +0 -2
- package/lib/internal/template/internal/components/dropdown-status/interfaces.d.ts +3 -0
- package/lib/internal/template/internal/components/dropdown-status/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown-status/interfaces.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +37 -32
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/i18n/context.d.ts +1 -19
- package/lib/internal/template/internal/i18n/context.d.ts.map +1 -1
- package/lib/internal/template/internal/i18n/context.js +1 -14
- package/lib/internal/template/internal/i18n/context.js.map +1 -1
- package/lib/internal/template/internal/i18n/index.d.ts +1 -1
- package/lib/internal/template/internal/i18n/index.js +1 -1
- package/lib/internal/template/internal/i18n/index.js.map +1 -1
- package/lib/internal/template/internal/i18n/messages/all.all.js +3541 -30
- package/lib/internal/template/internal/i18n/messages/all.all.json +3599 -52
- package/lib/internal/template/internal/i18n/messages/all.de.js +280 -1
- package/lib/internal/template/internal/i18n/messages/all.de.json +290 -3
- package/lib/internal/template/internal/i18n/messages/all.en-GB.js +270 -1
- package/lib/internal/template/internal/i18n/messages/all.en-GB.json +275 -3
- package/lib/internal/template/internal/i18n/messages/all.en.js +556 -1
- package/lib/internal/template/internal/i18n/messages/all.en.json +558 -4
- package/lib/internal/template/internal/i18n/messages/all.es.js +271 -1
- package/lib/internal/template/internal/i18n/messages/all.es.json +275 -3
- package/lib/internal/template/internal/i18n/messages/all.fr.js +289 -5
- package/lib/internal/template/internal/i18n/messages/all.fr.json +292 -7
- package/lib/internal/template/internal/i18n/messages/all.id.js +261 -1
- package/lib/internal/template/internal/i18n/messages/all.id.json +271 -3
- package/lib/internal/template/internal/i18n/messages/all.it.js +271 -1
- package/lib/internal/template/internal/i18n/messages/all.it.json +277 -3
- package/lib/internal/template/internal/i18n/messages/all.ja.js +267 -1
- package/lib/internal/template/internal/i18n/messages/all.ja.json +273 -3
- package/lib/internal/template/internal/i18n/messages/all.ko.js +257 -2
- package/lib/internal/template/internal/i18n/messages/all.ko.json +263 -4
- package/lib/internal/template/internal/i18n/messages/all.pt-BR.js +280 -3
- package/lib/internal/template/internal/i18n/messages/all.pt-BR.json +281 -5
- package/lib/internal/template/internal/i18n/messages/all.zh-CN.js +272 -9
- package/lib/internal/template/internal/i18n/messages/all.zh-CN.json +276 -11
- package/lib/internal/template/internal/i18n/messages/all.zh-TW.js +264 -1
- package/lib/internal/template/internal/i18n/messages/all.zh-TW.json +268 -3
- package/lib/internal/template/internal/i18n/provider.d.ts +1 -19
- package/lib/internal/template/internal/i18n/provider.d.ts.map +1 -1
- package/lib/internal/template/internal/i18n/provider.js +1 -102
- package/lib/internal/template/internal/i18n/provider.js.map +1 -1
- package/lib/internal/template/internal/i18n/testing.d.ts +1 -7
- package/lib/internal/template/internal/i18n/testing.d.ts.map +1 -1
- package/lib/internal/template/internal/i18n/testing.js +1 -5
- package/lib/internal/template/internal/i18n/testing.js.map +1 -1
- package/lib/internal/template/link/interfaces.d.ts +1 -0
- package/lib/internal/template/link/interfaces.d.ts.map +1 -1
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/modal/interfaces.d.ts +1 -0
- package/lib/internal/template/modal/interfaces.d.ts.map +1 -1
- package/lib/internal/template/modal/interfaces.js.map +1 -1
- package/lib/internal/template/multiselect/interfaces.d.ts +1 -0
- package/lib/internal/template/multiselect/interfaces.d.ts.map +1 -1
- package/lib/internal/template/multiselect/interfaces.js.map +1 -1
- package/lib/internal/template/package.json +27 -0
- package/lib/internal/template/pagination/interfaces.d.ts +1 -0
- package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
- package/lib/internal/template/pagination/interfaces.js.map +1 -1
- package/lib/internal/template/property-filter/interfaces.d.ts +1 -0
- package/lib/internal/template/property-filter/interfaces.d.ts.map +1 -1
- package/lib/internal/template/property-filter/interfaces.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/interfaces.d.ts +48 -47
- package/lib/internal/template/s3-resource-selector/interfaces.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/interfaces.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/index.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/index.js +11 -9
- package/lib/internal/template/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts +2 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.js +2 -2
- package/lib/internal/template/s3-resource-selector/s3-in-context/validation.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts +2 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js +7 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.js +10 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/buckets-table.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/index.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/index.js +8 -6
- package/lib/internal/template/s3-resource-selector/s3-modal/index.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.js +10 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/objects-table.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts +2 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js +5 -9
- package/lib/internal/template/s3-resource-selector/s3-modal/table-utils.js.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.d.ts.map +1 -1
- package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.js +10 -7
- package/lib/internal/template/s3-resource-selector/s3-modal/versions-table.js.map +1 -1
- package/lib/internal/template/select/interfaces.d.ts +2 -0
- package/lib/internal/template/select/interfaces.d.ts.map +1 -1
- package/lib/internal/template/select/interfaces.js.map +1 -1
- package/lib/internal/template/split-panel/index.d.ts.map +1 -1
- package/lib/internal/template/split-panel/index.js +16 -13
- package/lib/internal/template/split-panel/index.js.map +1 -1
- package/lib/internal/template/split-panel/interfaces.d.ts +4 -3
- package/lib/internal/template/split-panel/interfaces.d.ts.map +1 -1
- package/lib/internal/template/split-panel/interfaces.js.map +1 -1
- package/lib/internal/template/split-panel/side.d.ts +3 -3
- package/lib/internal/template/split-panel/side.d.ts.map +1 -1
- package/lib/internal/template/split-panel/side.js +2 -2
- package/lib/internal/template/split-panel/side.js.map +1 -1
- package/lib/internal/template/table/body-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/body-cell/index.js +3 -1
- package/lib/internal/template/table/body-cell/index.js.map +1 -1
- package/lib/internal/template/table/body-cell/inline-editor.d.ts.map +1 -1
- package/lib/internal/template/table/body-cell/inline-editor.js +5 -1
- package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -1
- package/lib/internal/template/table/header-cell/index.d.ts.map +1 -1
- package/lib/internal/template/table/header-cell/index.js +3 -1
- package/lib/internal/template/table/header-cell/index.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +2 -0
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/styles.css.js +36 -35
- package/lib/internal/template/table/styles.scoped.css +46 -43
- package/lib/internal/template/table/styles.selectors.js +36 -35
- package/lib/internal/template/tabs/interfaces.d.ts +1 -0
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/tag-editor/index.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/index.js +19 -16
- package/lib/internal/template/tag-editor/index.js.map +1 -1
- package/lib/internal/template/tag-editor/interfaces.d.ts +33 -32
- package/lib/internal/template/tag-editor/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/interfaces.js.map +1 -1
- package/lib/internal/template/tag-editor/internal.d.ts +6 -6
- package/lib/internal/template/tag-editor/internal.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/internal.js.map +1 -1
- package/lib/internal/template/tag-editor/validation.d.ts +2 -1
- package/lib/internal/template/tag-editor/validation.d.ts.map +1 -1
- package/lib/internal/template/tag-editor/validation.js +8 -8
- package/lib/internal/template/tag-editor/validation.js.map +1 -1
- package/lib/internal/template/token-group/interfaces.d.ts +1 -0
- package/lib/internal/template/token-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/token-group/interfaces.js.map +1 -1
- package/lib/internal/template/top-navigation/interfaces.d.ts +4 -3
- package/lib/internal/template/top-navigation/interfaces.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/interfaces.js.map +1 -1
- package/lib/internal/template/top-navigation/internal.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/internal.js +6 -4
- package/lib/internal/template/top-navigation/internal.js.map +1 -1
- package/lib/internal/template/top-navigation/parts/overflow-menu/index.d.ts.map +1 -1
- package/lib/internal/template/top-navigation/parts/overflow-menu/index.js +6 -2
- package/lib/internal/template/top-navigation/parts/overflow-menu/index.js.map +1 -1
- package/lib/internal/template/wizard/interfaces.d.ts +1 -0
- package/lib/internal/template/wizard/interfaces.d.ts.map +1 -1
- package/lib/internal/template/wizard/interfaces.js.map +1 -1
- package/lib/internal/template/wizard/styles.css.js +31 -32
- package/lib/internal/template/wizard/styles.scoped.css +64 -67
- package/lib/internal/template/wizard/styles.selectors.js +31 -32
- package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-form.js +1 -1
- package/lib/internal/template/wizard/wizard-form.js.map +1 -1
- package/package.json +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/app-bar.scss +0 -145
- package/lib/internal/template/app-layout/visual-refresh/app-bar.d.ts +0 -7
- package/lib/internal/template/app-layout/visual-refresh/app-bar.d.ts.map +0 -1
- package/lib/internal/template/app-layout/visual-refresh/app-bar.js.map +0 -1
|
@@ -8,50 +8,15 @@
|
|
|
8
8
|
@use '../../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
9
9
|
|
|
10
10
|
.notifications {
|
|
11
|
-
grid-column: 3;
|
|
12
|
-
grid-row: 1;
|
|
13
|
-
z-index: 850;
|
|
14
11
|
color: awsui.$color-text-body-default;
|
|
12
|
+
grid-area: notifications;
|
|
13
|
+
z-index: 850;
|
|
15
14
|
|
|
16
|
-
/*
|
|
17
|
-
In desktop viewports the notifications will always be the first
|
|
18
|
-
slot rendered in the center column. The padding should create
|
|
19
|
-
a centered vertical alignment with the circular buttons for the
|
|
20
|
-
navigation and tools drawers.
|
|
21
|
-
*/
|
|
22
15
|
@include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
|
|
23
|
-
margin: awsui.$space-xs 0;
|
|
24
|
-
|
|
25
|
-
/*
|
|
26
|
-
#{awsui.$space-xs} token needs to align with the $offsetTopWithNotifications
|
|
27
|
-
calculation in the layout CSS.
|
|
28
|
-
*/
|
|
29
16
|
&.sticky-notifications {
|
|
17
|
+
#{custom-props.$flashbarStickyBottomMargin}: #{awsui.$space-xxl};
|
|
30
18
|
position: sticky;
|
|
31
19
|
top: calc(var(#{custom-props.$offsetTop}) + #{awsui.$space-xs});
|
|
32
|
-
#{custom-props.$flashbarStickyBottomMargin}: #{awsui.$space-xxl};
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&:not(.has-notifications-content) {
|
|
36
|
-
margin: 0;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
/*
|
|
41
|
-
In mobile viewports the notifications should never be sticky even
|
|
42
|
-
if the property is set. Padding is added to give adequate
|
|
43
|
-
vertical space from the sticky AppBar the subsequent adjacent sibling.
|
|
44
|
-
*/
|
|
45
|
-
@include styles.media-breakpoint-down(styles.$breakpoint-x-small) {
|
|
46
|
-
grid-row: 2;
|
|
47
|
-
margin: awsui.$space-scaled-s 0;
|
|
48
|
-
|
|
49
|
-
&.sticky-notifications {
|
|
50
|
-
position: static;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
&:not(.has-notifications-content) {
|
|
54
|
-
margin: 0;
|
|
55
20
|
}
|
|
56
21
|
}
|
|
57
22
|
}
|
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
@use './app-bar.scss';
|
|
7
6
|
@use './background.scss';
|
|
7
|
+
@use './breadcrumbs.scss';
|
|
8
8
|
@use './drawers.scss';
|
|
9
9
|
@use './header.scss';
|
|
10
10
|
@use './layout.scss';
|
|
11
11
|
@use './main.scss';
|
|
12
|
+
@use './mobile-toolbar.scss';
|
|
12
13
|
@use './navigation.scss';
|
|
13
14
|
@use './notifications.scss';
|
|
14
15
|
@use './split-panel.scss';
|
|
@@ -26,7 +26,7 @@ viewport size and state of the Tools drawer.
|
|
|
26
26
|
#{custom-props.$toolsWidth}: 290px;
|
|
27
27
|
display: flex;
|
|
28
28
|
grid-column: 5;
|
|
29
|
-
grid-row: 1 / span
|
|
29
|
+
grid-row: 1 / span 10;
|
|
30
30
|
height: var(#{custom-props.$contentHeight});
|
|
31
31
|
max-width: var(#{custom-props.$toolsMaxWidth});
|
|
32
32
|
position: sticky;
|
|
@@ -67,11 +67,10 @@ viewport size and state of the Tools drawer.
|
|
|
67
67
|
overflow-y: auto;
|
|
68
68
|
overflow-x: hidden;
|
|
69
69
|
overscroll-behavior-y: contain;
|
|
70
|
+
pointer-events: auto;
|
|
70
71
|
position: relative;
|
|
71
72
|
word-wrap: break-word;
|
|
72
73
|
|
|
73
|
-
pointer-events: auto;
|
|
74
|
-
|
|
75
74
|
// Animation for the Tools opacity and width when it is added to the DOM
|
|
76
75
|
@keyframes openTools {
|
|
77
76
|
from {
|
|
@@ -160,7 +159,7 @@ handleSplitPanelMaxWidth function in the context.
|
|
|
160
159
|
}
|
|
161
160
|
|
|
162
161
|
/*
|
|
163
|
-
Apply the animation only in desktop viewports because the
|
|
162
|
+
Apply the animation only in desktop viewports because the MobileToolbar will
|
|
164
163
|
take control in responsive viewports.
|
|
165
164
|
*/
|
|
166
165
|
@include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
.header {
|
|
19
19
|
&-variant-full-page.header-refresh {
|
|
20
20
|
@include container.borders-and-shadows;
|
|
21
|
-
padding-top:
|
|
21
|
+
padding-top: 0;
|
|
22
22
|
padding-left: 0;
|
|
23
23
|
padding-right: 0;
|
|
24
|
-
padding-bottom:
|
|
24
|
+
padding-bottom: #{awsui.$space-container-header-vertical};
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -48,16 +48,6 @@ nodes will directly touch with no gap between them.
|
|
|
48
48
|
grid-column: 1;
|
|
49
49
|
grid-row: 1;
|
|
50
50
|
padding-bottom: awsui.$space-content-header-padding-bottom;
|
|
51
|
-
|
|
52
|
-
@include styles.media-breakpoint-up(styles.$breakpoint-x-small) {
|
|
53
|
-
&.has-breadcrumbs {
|
|
54
|
-
padding-top: awsui.$space-xxs;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@include styles.media-breakpoint-down(styles.$breakpoint-x-small) {
|
|
59
|
-
padding: awsui.$space-m 0 awsui.$space-content-header-padding-bottom;
|
|
60
|
-
}
|
|
61
51
|
}
|
|
62
52
|
|
|
63
53
|
> .content {
|
|
@@ -1,34 +1,39 @@
|
|
|
1
1
|
|
|
2
|
-
$activeDrawerWidth: --awsui-active-drawer-width-
|
|
3
|
-
$
|
|
4
|
-
$
|
|
5
|
-
$
|
|
6
|
-
$
|
|
7
|
-
$
|
|
8
|
-
$
|
|
9
|
-
$
|
|
10
|
-
$
|
|
11
|
-
$headerHeight: --awsui-header-height-
|
|
12
|
-
$layoutWidth: --awsui-layout-width-
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$
|
|
16
|
-
$
|
|
17
|
-
$
|
|
18
|
-
$
|
|
19
|
-
$
|
|
20
|
-
$
|
|
21
|
-
$
|
|
22
|
-
$
|
|
23
|
-
$
|
|
24
|
-
$
|
|
25
|
-
$
|
|
26
|
-
$
|
|
27
|
-
$
|
|
28
|
-
$
|
|
29
|
-
$
|
|
30
|
-
$
|
|
31
|
-
$
|
|
32
|
-
$
|
|
33
|
-
$
|
|
2
|
+
$activeDrawerWidth: --awsui-active-drawer-width-en6003;
|
|
3
|
+
$breadcrumbsGap: --awsui-breadcrumbs-gap-en6003;
|
|
4
|
+
$contentGapLeft: --awsui-content-gap-left-en6003;
|
|
5
|
+
$contentGapRight: --awsui-content-gap-right-en6003;
|
|
6
|
+
$contentHeight: --awsui-content-height-en6003;
|
|
7
|
+
$defaultMaxContentWidth: --awsui-default-max-content-width-en6003;
|
|
8
|
+
$defaultMinContentWidth: --awsui-default-min-content-width-en6003;
|
|
9
|
+
$footerHeight: --awsui-footer-height-en6003;
|
|
10
|
+
$headerGap: --awsui-header-gap-en6003;
|
|
11
|
+
$headerHeight: --awsui-header-height-en6003;
|
|
12
|
+
$layoutWidth: --awsui-layout-width-en6003;
|
|
13
|
+
$mainGap: --awsui-main-gap-en6003;
|
|
14
|
+
$mainOffsetLeft: --awsui-main-offset-left-en6003;
|
|
15
|
+
$mainTemplateRows: --awsui-main-template-rows-en6003;
|
|
16
|
+
$maxContentWidth: --awsui-max-content-width-en6003;
|
|
17
|
+
$minContentWidth: --awsui-min-content-width-en6003;
|
|
18
|
+
$mobileBarHeight: --awsui-mobile-bar-height-en6003;
|
|
19
|
+
$notificationsGap: --awsui-notifications-gap-en6003;
|
|
20
|
+
$notificationsHeight: --awsui-notifications-height-en6003;
|
|
21
|
+
$offsetTop: --awsui-offset-top-en6003;
|
|
22
|
+
$offsetTopWithNotifications: --awsui-offset-top-with-notifications-en6003;
|
|
23
|
+
$overlapHeight: --awsui-overlap-height-en6003;
|
|
24
|
+
$navigationWidth: --awsui-navigation-width-en6003;
|
|
25
|
+
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-en6003;
|
|
26
|
+
$splitPanelReportedSize: --awsui-split-panel-reported-size-en6003;
|
|
27
|
+
$splitPanelHeight: --awsui-split-panel-height-en6003;
|
|
28
|
+
$splitPanelMinWidth: --awsui-split-panel-min-width-en6003;
|
|
29
|
+
$splitPanelMaxWidth: --awsui-split-panel-max-width-en6003;
|
|
30
|
+
$toolsMaxWidth: --awsui-tools-max-width-en6003;
|
|
31
|
+
$toolsWidth: --awsui-tools-width-en6003;
|
|
32
|
+
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-en6003;
|
|
33
|
+
$contentScrollMargin: --awsui-content-scroll-margin-en6003;
|
|
34
|
+
$flashbarStackDepth: --awsui-flashbar-stack-depth-en6003;
|
|
35
|
+
$flashbarStackIndex: --awsui-flashbar-stack-index-en6003;
|
|
36
|
+
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-en6003;
|
|
37
|
+
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-en6003;
|
|
38
|
+
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-en6003;
|
|
34
39
|
|
|
@@ -206,6 +206,10 @@ the default white background of the container component.
|
|
|
206
206
|
.header-controls {
|
|
207
207
|
padding-top: awsui.$space-container-header-vertical;
|
|
208
208
|
padding-bottom: awsui.$space-container-header-vertical;
|
|
209
|
+
|
|
210
|
+
&.variant-full-page {
|
|
211
|
+
padding-top: 0;
|
|
212
|
+
}
|
|
209
213
|
&.variant-stacked,
|
|
210
214
|
&.variant-container {
|
|
211
215
|
padding-left: calc(awsui.$space-table-horizontal + awsui.$space-table-header-horizontal);
|
|
@@ -220,8 +220,8 @@
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
> .form-header > .form-header-content {
|
|
223
|
-
padding-top: awsui.$space-scaled-
|
|
224
|
-
padding-bottom: awsui.$space-scaled-
|
|
223
|
+
padding-top: awsui.$space-scaled-m;
|
|
224
|
+
padding-bottom: awsui.$space-scaled-m;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
> .form-component {
|
|
@@ -252,9 +252,6 @@
|
|
|
252
252
|
color: awsui.$color-text-heading-secondary;
|
|
253
253
|
font-weight: styles.$font-weight-bold;
|
|
254
254
|
padding-top: awsui.$space-scaled-xxs;
|
|
255
|
-
&-extra-padding {
|
|
256
|
-
padding-top: awsui.$space-scaled-l;
|
|
257
|
-
}
|
|
258
255
|
&-hidden {
|
|
259
256
|
display: none;
|
|
260
257
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,yBAAiB,UAAU,CAAC;IAC1B,KAAY,IAAI,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;CAC7D;AAED,MAAM,WAAW,UAAW,SAAQ,kBAAkB;IACpD;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC,IAAI,CAAC;IAEvB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,yBAAiB,UAAU,CAAC;IAC1B,KAAY,IAAI,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;CAC7D;AAED,MAAM,WAAW,UAAW,SAAQ,kBAAkB;IACpD;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC,IAAI,CAAC;IAEvB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB;;;OAGG;IACH,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC;;;OAGG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport namespace AlertProps {\n export type Type = 'success' | 'error' | 'warning' | 'info';\n}\n\nexport interface AlertProps extends BaseComponentProps {\n /**\n * Specifies the type of message you want to display.\n */\n type?: AlertProps.Type;\n\n /**\n * Provides a text alternative for the icon.\n */\n statusIconAriaLabel?: string;\n\n /**\n * Determines whether the alert is displayed.\n * @deprecated Use conditional rendering in your code instead of this prop.\n */\n visible?: boolean;\n /**\n * Adds a close button to the alert when set to `true`.\n * An `onDismiss` event is fired when a user clicks the button.\n */\n dismissible?: boolean;\n /**\n * Adds an aria-label to the dismiss button.\n */\n dismissAriaLabel?: string;\n /**\n * Primary text displayed in the element.\n */\n children?: React.ReactNode;\n /**\n * Heading text.\n */\n header?: React.ReactNode;\n /**\n * Displays an action button next to the message area when set.\n * An `onButtonClick` event is fired when the user clicks it.\n * @deprecated Replaced by `action`.\n */\n buttonText?: React.ReactNode;\n /**\n * Specifies an action for the alert message.\n * Although it is technically possible to insert any content, our UX guidelines only allow you to add a button.\n */\n action?: React.ReactNode;\n /**\n * Fired when the user clicks the close icon that is displayed\n * when the `dismissible` property is set to `true`.\n */\n onDismiss?: NonCancelableEventHandler;\n /**\n * Fired when the user clicks the action button.\n * **Deprecated** Replaced by `action`.\n */\n onButtonClick?: NonCancelableEventHandler;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["alert/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport namespace AlertProps {\n export type Type = 'success' | 'error' | 'warning' | 'info';\n}\n\nexport interface AlertProps extends BaseComponentProps {\n /**\n * Specifies the type of message you want to display.\n */\n type?: AlertProps.Type;\n\n /**\n * Provides a text alternative for the icon.\n */\n statusIconAriaLabel?: string;\n\n /**\n * Determines whether the alert is displayed.\n * @deprecated Use conditional rendering in your code instead of this prop.\n */\n visible?: boolean;\n /**\n * Adds a close button to the alert when set to `true`.\n * An `onDismiss` event is fired when a user clicks the button.\n */\n dismissible?: boolean;\n /**\n * Adds an aria-label to the dismiss button.\n * @i18n\n */\n dismissAriaLabel?: string;\n /**\n * Primary text displayed in the element.\n */\n children?: React.ReactNode;\n /**\n * Heading text.\n */\n header?: React.ReactNode;\n /**\n * Displays an action button next to the message area when set.\n * An `onButtonClick` event is fired when the user clicks it.\n * @deprecated Replaced by `action`.\n */\n buttonText?: React.ReactNode;\n /**\n * Specifies an action for the alert message.\n * Although it is technically possible to insert any content, our UX guidelines only allow you to add a button.\n */\n action?: React.ReactNode;\n /**\n * Fired when the user clicks the close icon that is displayed\n * when the `dismissible` property is set to `true`.\n */\n onDismiss?: NonCancelableEventHandler;\n /**\n * Fired when the user clicks the action button.\n * **Deprecated** Replaced by `action`.\n */\n onButtonClick?: NonCancelableEventHandler;\n}\n"]}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
14
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
15
|
-
"annotation": "
|
|
16
|
-
"next-button": "awsui_next-
|
|
17
|
-
"previous-button": "awsui_previous-
|
|
18
|
-
"finish-button": "awsui_finish-
|
|
19
|
-
"header": "
|
|
20
|
-
"step-counter-content": "awsui_step-counter-
|
|
21
|
-
"content": "
|
|
22
|
-
"description": "
|
|
23
|
-
"actionBar": "
|
|
24
|
-
"stepCounter": "
|
|
25
|
-
"divider": "
|
|
26
|
-
"hotspot": "
|
|
27
|
-
"icon": "
|
|
4
|
+
"arrow": "awsui_arrow_1hpp3_v7c3n_93",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_v7c3n_97",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_v7c3n_97",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_v7c3n_128",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_v7c3n_128",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_v7c3n_131",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_v7c3n_131",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_v7c3n_134",
|
|
12
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_v7c3n_134",
|
|
13
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_v7c3n_137",
|
|
14
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_v7c3n_137",
|
|
15
|
+
"annotation": "awsui_annotation_1hpp3_v7c3n_145",
|
|
16
|
+
"next-button": "awsui_next-button_1hpp3_v7c3n_146",
|
|
17
|
+
"previous-button": "awsui_previous-button_1hpp3_v7c3n_147",
|
|
18
|
+
"finish-button": "awsui_finish-button_1hpp3_v7c3n_148",
|
|
19
|
+
"header": "awsui_header_1hpp3_v7c3n_149",
|
|
20
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_v7c3n_150",
|
|
21
|
+
"content": "awsui_content_1hpp3_v7c3n_151",
|
|
22
|
+
"description": "awsui_description_1hpp3_v7c3n_155",
|
|
23
|
+
"actionBar": "awsui_actionBar_1hpp3_v7c3n_160",
|
|
24
|
+
"stepCounter": "awsui_stepCounter_1hpp3_v7c3n_167",
|
|
25
|
+
"divider": "awsui_divider_1hpp3_v7c3n_171",
|
|
26
|
+
"hotspot": "awsui_hotspot_1hpp3_v7c3n_175",
|
|
27
|
+
"icon": "awsui_icon_1hpp3_v7c3n_215"
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -90,11 +90,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_arrow_1hpp3_v7c3n_93:not(#\9) {
|
|
94
94
|
width: 20px;
|
|
95
95
|
height: 10px;
|
|
96
96
|
}
|
|
97
|
-
.awsui_arrow-
|
|
97
|
+
.awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9), .awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9) {
|
|
98
98
|
position: absolute;
|
|
99
99
|
overflow: hidden;
|
|
100
100
|
width: 20px;
|
|
@@ -102,7 +102,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
102
102
|
top: 0;
|
|
103
103
|
left: 0;
|
|
104
104
|
}
|
|
105
|
-
.awsui_arrow-
|
|
105
|
+
.awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9)::after {
|
|
106
106
|
content: "";
|
|
107
107
|
box-sizing: border-box;
|
|
108
108
|
display: inline-block;
|
|
@@ -115,26 +115,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
115
115
|
transform: rotate(45deg);
|
|
116
116
|
transform-origin: 0 100%;
|
|
117
117
|
}
|
|
118
|
-
.awsui_arrow-
|
|
118
|
+
.awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
|
|
119
119
|
background-color: var(--color-border-status-info-l7as2m, #0073bb);
|
|
120
120
|
}
|
|
121
|
-
.awsui_arrow-
|
|
121
|
+
.awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9) {
|
|
122
122
|
top: 2px;
|
|
123
123
|
}
|
|
124
|
-
.awsui_arrow-
|
|
124
|
+
.awsui_arrow-inner_1hpp3_v7c3n_97:not(#\9)::after {
|
|
125
125
|
border-radius: 1px 0 0 0;
|
|
126
126
|
background-color: var(--color-background-status-info-efxlh5, #f1faff);
|
|
127
127
|
}
|
|
128
|
-
.awsui_arrow-position-right-
|
|
128
|
+
.awsui_arrow-position-right-top_1hpp3_v7c3n_128 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_v7c3n_128 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
|
|
129
129
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
|
|
130
130
|
}
|
|
131
|
-
.awsui_arrow-position-left-
|
|
131
|
+
.awsui_arrow-position-left-top_1hpp3_v7c3n_131 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_v7c3n_131 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
|
|
132
132
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
|
|
133
133
|
}
|
|
134
|
-
.awsui_arrow-position-top-
|
|
134
|
+
.awsui_arrow-position-top-center_1hpp3_v7c3n_134 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_v7c3n_134 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
|
|
135
135
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
|
|
136
136
|
}
|
|
137
|
-
.awsui_arrow-position-bottom-
|
|
137
|
+
.awsui_arrow-position-bottom-center_1hpp3_v7c3n_137 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_v7c3n_137 > .awsui_arrow-outer_1hpp3_v7c3n_97:not(#\9)::after {
|
|
138
138
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-h3jxfr, rgba(0, 28, 36, 0.5));
|
|
139
139
|
}
|
|
140
140
|
|
|
@@ -142,37 +142,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
142
142
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
143
143
|
SPDX-License-Identifier: Apache-2.0
|
|
144
144
|
*/
|
|
145
|
-
.
|
|
146
|
-
.awsui_next-
|
|
147
|
-
.awsui_previous-
|
|
148
|
-
.awsui_finish-
|
|
149
|
-
.
|
|
150
|
-
.awsui_step-counter-
|
|
151
|
-
.
|
|
145
|
+
.awsui_annotation_1hpp3_v7c3n_145:not(#\9),
|
|
146
|
+
.awsui_next-button_1hpp3_v7c3n_146:not(#\9),
|
|
147
|
+
.awsui_previous-button_1hpp3_v7c3n_147:not(#\9),
|
|
148
|
+
.awsui_finish-button_1hpp3_v7c3n_148:not(#\9),
|
|
149
|
+
.awsui_header_1hpp3_v7c3n_149:not(#\9),
|
|
150
|
+
.awsui_step-counter-content_1hpp3_v7c3n_150:not(#\9),
|
|
151
|
+
.awsui_content_1hpp3_v7c3n_151:not(#\9) {
|
|
152
152
|
/* used in test-utils */
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
.awsui_description_1hpp3_v7c3n_155:not(#\9) {
|
|
156
156
|
overflow: hidden;
|
|
157
157
|
margin-top: var(--space-xxs-68xp1c, 4px);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
160
|
+
.awsui_actionBar_1hpp3_v7c3n_160:not(#\9) {
|
|
161
161
|
display: flex;
|
|
162
162
|
justify-content: space-between;
|
|
163
163
|
align-items: center;
|
|
164
164
|
position: relative;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
.awsui_stepCounter_1hpp3_v7c3n_167:not(#\9) {
|
|
168
168
|
margin-right: 20px;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
.
|
|
171
|
+
.awsui_divider_1hpp3_v7c3n_171:not(#\9) {
|
|
172
172
|
border-bottom: var(--border-divider-section-width-om0oy7, 1px) solid var(--color-border-divider-default-77o8t1, #eaeded);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.awsui_hotspot_1hpp3_v7c3n_175:not(#\9) {
|
|
176
176
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
177
177
|
border-collapse: separate;
|
|
178
178
|
border-spacing: 0;
|
|
@@ -213,21 +213,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
213
213
|
border: none;
|
|
214
214
|
padding: 0;
|
|
215
215
|
cursor: pointer;
|
|
216
|
-
scroll-margin: var(--awsui-content-scroll-margin-
|
|
216
|
+
scroll-margin: var(--awsui-content-scroll-margin-en6003, 40px 0 0 0);
|
|
217
217
|
width: 16px;
|
|
218
218
|
height: 16px;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
.awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus {
|
|
221
221
|
outline: none;
|
|
222
222
|
}
|
|
223
|
-
body[data-awsui-focus-visible=true] .
|
|
223
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus {
|
|
224
224
|
position: relative;
|
|
225
225
|
}
|
|
226
|
-
body[data-awsui-focus-visible=true] .
|
|
226
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus {
|
|
227
227
|
outline: 2px dotted transparent;
|
|
228
228
|
outline-offset: calc(2px - 1px);
|
|
229
229
|
}
|
|
230
|
-
body[data-awsui-focus-visible=true] .
|
|
230
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_v7c3n_175:not(#\9):focus::before {
|
|
231
231
|
content: " ";
|
|
232
232
|
display: block;
|
|
233
233
|
position: absolute;
|
|
@@ -238,13 +238,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1jvrg_175:not(#\9):focu
|
|
|
238
238
|
border-radius: var(--border-radius-control-circular-focus-ring-bmzbt3, 50%);
|
|
239
239
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-oqg5wt, #0073bb);
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_hotspot_1hpp3_v7c3n_175 > .awsui_icon_1hpp3_v7c3n_215:not(#\9) {
|
|
242
242
|
position: relative;
|
|
243
243
|
stroke: var(--color-text-link-default-m21l9v, #0073bb);
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
.awsui_hotspot_1hpp3_v7c3n_175:not(#\9):hover > .awsui_icon_1hpp3_v7c3n_215 {
|
|
246
246
|
stroke: var(--color-text-link-hover-z3rl2f, #0073bb);
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
.awsui_hotspot_1hpp3_v7c3n_175:not(#\9):active > .awsui_icon_1hpp3_v7c3n_215 {
|
|
249
249
|
stroke: var(--color-text-link-default-m21l9v, #0073bb);
|
|
250
250
|
}
|
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrow-outer": "awsui_arrow-
|
|
7
|
-
"arrow-inner": "awsui_arrow-
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
15
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
16
|
-
"annotation": "
|
|
17
|
-
"next-button": "awsui_next-
|
|
18
|
-
"previous-button": "awsui_previous-
|
|
19
|
-
"finish-button": "awsui_finish-
|
|
20
|
-
"header": "
|
|
21
|
-
"step-counter-content": "awsui_step-counter-
|
|
22
|
-
"content": "
|
|
23
|
-
"description": "
|
|
24
|
-
"actionBar": "
|
|
25
|
-
"stepCounter": "
|
|
26
|
-
"divider": "
|
|
27
|
-
"hotspot": "
|
|
28
|
-
"icon": "
|
|
5
|
+
"arrow": "awsui_arrow_1hpp3_v7c3n_93",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_v7c3n_97",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_v7c3n_97",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_v7c3n_128",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_v7c3n_128",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_v7c3n_131",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_v7c3n_131",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_v7c3n_134",
|
|
13
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_v7c3n_134",
|
|
14
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_v7c3n_137",
|
|
15
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_v7c3n_137",
|
|
16
|
+
"annotation": "awsui_annotation_1hpp3_v7c3n_145",
|
|
17
|
+
"next-button": "awsui_next-button_1hpp3_v7c3n_146",
|
|
18
|
+
"previous-button": "awsui_previous-button_1hpp3_v7c3n_147",
|
|
19
|
+
"finish-button": "awsui_finish-button_1hpp3_v7c3n_148",
|
|
20
|
+
"header": "awsui_header_1hpp3_v7c3n_149",
|
|
21
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_v7c3n_150",
|
|
22
|
+
"content": "awsui_content_1hpp3_v7c3n_151",
|
|
23
|
+
"description": "awsui_description_1hpp3_v7c3n_155",
|
|
24
|
+
"actionBar": "awsui_actionBar_1hpp3_v7c3n_160",
|
|
25
|
+
"stepCounter": "awsui_stepCounter_1hpp3_v7c3n_167",
|
|
26
|
+
"divider": "awsui_divider_1hpp3_v7c3n_171",
|
|
27
|
+
"hotspot": "awsui_hotspot_1hpp3_v7c3n_175",
|
|
28
|
+
"icon": "awsui_icon_1hpp3_v7c3n_215"
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,MAAM,WAAW,cAAe,SAAQ,kBAAkB;IACxD;;;OAGG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC;IAEzC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAE/D,MAAM,WAAW,cAAe,SAAQ,kBAAkB;IACxD;;;OAGG;IACH,WAAW,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC;IAEzC;;OAEG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,UAAU,CAAC,EAAE,cAAc,CAAC,MAAM,CAAC;IAEnC;;OAEG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEhC;;;;OAIG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAEtC;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAExB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEhC;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE9B;;OAEG;IACH,kBAAkB,CAAC,EAAE,yBAAyB,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;IAE5E;;OAEG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;IAEvE;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAE7B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,cAAc,CAAC,qBAAqB,CAAC;IAC7D;;OAEG;IACH,kBAAkB,CAAC,EAAE,yBAAyB,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC;IACtF;;OAEG;IACH,kBAAkB,CAAC,EAAE,yBAAyB,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;IAC5E;;OAEG;IACH,6BAA6B,CAAC,EAAE,yBAAyB,CAAC,cAAc,CAAC,qBAAqB,CAAC,CAAC;CACjG;AAED,yBAAiB,cAAc,CAAC;IAC9B,KAAY,WAAW,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,GAAG,WAAW,CAAC;IAE1F,UAAiB,GAAG;QAClB;;;WAGG;QACH,0BAA0B,IAAI,IAAI,CAAC;QAEnC;;;WAGG;QACH,SAAS,IAAI,IAAI,CAAC;QAElB;;;;WAIG;QACH,eAAe,IAAI,IAAI,CAAC;KACzB;IAED,UAAiB,MAAM;QACrB,aAAa,CAAC,EAAE,MAAM,CAAC;QAEvB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;QAEzB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,YAAY;QAC3B,IAAI,EAAE,OAAO,CAAC;KACf;IAED,UAAiB,sBAAsB;QACrC,IAAI,EAAE,MAAM,CAAC;KACd;IAED,UAAiB,qBAAqB;QACpC,QAAQ,EAAE,MAAM,GAAG,QAAQ,CAAC;KAC7B;IAGD,KAAY,kBAAkB,GAAG,MAAM,GAAG,QAAQ,CAAC;CACpD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport interface AppLayoutProps extends BaseComponentProps {\n /**\n * Determines the default behavior of the component based on some predefined page layouts.\n * Individual properties will always take precedence over the default coming from the content type.\n */\n contentType?: AppLayoutProps.ContentType;\n\n /**\n * If `true`, disables outer paddings for the content slot.\n */\n disableContentPaddings?: boolean;\n\n /**\n * Activates a backwards-compatibility mode for applications with non-fixed headers and footers.\n * @deprecated This layout is being phased out and may miss some features.\n */\n disableBodyScroll?: boolean;\n\n /**\n * State of the navigation drawer.\n */\n navigationOpen?: boolean;\n\n /**\n * Navigation drawer width in pixels.\n */\n navigationWidth?: number;\n\n /**\n * If `true`, the navigation drawer is not displayed at all.\n */\n navigationHide?: boolean;\n\n /**\n * State of the tools drawer.\n */\n toolsOpen?: boolean;\n\n /**\n * If `true`, the tools drawer is not displayed at all.\n */\n toolsHide?: boolean;\n\n /**\n * Tools drawer width in pixels.\n */\n toolsWidth?: number;\n\n /**\n * Maximum main content panel width in pixels.\n *\n * If set to `Number.MAX_VALUE`, the main content panel will occupy the full available width.\n */\n maxContentWidth?: number;\n\n /**\n * Minimum main content panel width in pixels.\n */\n minContentWidth?: number;\n\n /**\n * If true, the notification slot is rendered above the scrollable\n * content area so it is always visible.\n *\n * Note that sticky notifications are not supported in Internet Explorer.\n */\n stickyNotifications?: boolean;\n\n /**\n * CSS selector for the application header.\n */\n headerSelector?: string;\n\n /**\n * CSS selector for the application footer.\n */\n footerSelector?: string;\n\n /**\n * Aria labels for the drawer operating buttons. Use this property to ensure accessibility.\n *\n * * `navigation` (string) - Label for the landmark that wraps the navigation drawer.\n * * `navigationClose` (string) - Label for the button that closes the navigation drawer.\n * * `navigationToggle` (string) - Label for the button that opens the navigation drawer.\n * * `notification` (string) - Label for the region that contains notification messages.\n * * `tools` (string) - Label for the landmark that wraps the tools drawer.\n * * `toolsClose` (string) - Label for the button that closes the tools drawer.\n * * `toolsToggle` (string) - Label for the button that opens the tools drawer.\n *\n * Example:\n * ```\n * {\n * navigation: \"Navigation drawer\",\n * navigationClose: \"Close navigation drawer\",\n * navigationToggle: \"Open navigation drawer\",\n * notifications: \"Notifications\",\n * tools: \"Help panel\",\n * toolsClose: \"Close help panel\",\n * toolsToggle: \"Open help panel\"\n * }\n * ```\n */\n ariaLabels?: AppLayoutProps.Labels;\n\n /**\n * Navigation drawer.\n */\n navigation?: React.ReactNode;\n\n /**\n * Top area of the page content.\n * @deprecated Replaced by the `header` slot of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n contentHeader?: React.ReactNode;\n\n /**\n * Disables overlap between `contentHeader` and `content` slots.\n * @deprecated Replaced by the `disableOverlap` property of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n disableContentHeaderOverlap?: boolean;\n\n /**\n * Main content.\n */\n content?: React.ReactNode;\n\n /**\n * Tools drawer.\n */\n tools?: React.ReactNode;\n\n /**\n * Displayed on top of the main content in the scrollable area.\n *\n * Conceived to contain notifications (flash messages).\n */\n notifications?: React.ReactNode;\n\n /**\n * Use this slot to add the [breadcrumb group component](/components/breadcrumb-group/) to the app layout.\n */\n breadcrumbs?: React.ReactNode;\n\n /**\n * Fired when the navigation drawer is toggled.\n */\n onNavigationChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Fired when the tools drawer is toggled.\n */\n onToolsChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Use this slot to add the [split panel component](/components/split-panel/) to the app layout.\n *\n * Note: If provided, this property should be set to `null` or `undefined` if a split panel should not be rendered.\n */\n splitPanel?: React.ReactNode;\n\n /**\n * The size of the split panel in pixels.\n */\n splitPanelSize?: number;\n\n /**\n * State of the split panel.\n */\n splitPanelOpen?: boolean;\n /**\n * Controls the split panel preferences.\n *\n * By default, the preference is `{ position: 'bottom' }`\n */\n splitPanelPreferences?: AppLayoutProps.SplitPanelPreferences;\n /**\n * Fired when the split panel is resized.\n */\n onSplitPanelResize?: NonCancelableEventHandler<AppLayoutProps.SplitPanelResizeDetail>;\n /**\n * Fired when the split panel is toggled.\n */\n onSplitPanelToggle?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Fired when the split panel preferences change.\n */\n onSplitPanelPreferencesChange?: NonCancelableEventHandler<AppLayoutProps.SplitPanelPreferences>;\n}\n\nexport namespace AppLayoutProps {\n export type ContentType = 'default' | 'form' | 'table' | 'cards' | 'wizard' | 'dashboard';\n\n export interface Ref {\n /**\n * Manually closes the navigation drawer if it is necessary for the current\n * viewport size.\n */\n closeNavigationIfNecessary(): void;\n\n /**\n * Opens the tools panel if it is not already open. Note that it is preferable\n * to control the state by listening to `toolsChange` and providing `toolsOpen`.\n */\n openTools(): void;\n\n /**\n * Focuses the tools panel if it is open. Use this to focus the tools panel\n * after changing the content, for example when clicking on an 'info' link while\n * the panel is already open.\n */\n focusToolsClose(): void;\n }\n\n export interface Labels {\n notifications?: string;\n\n navigation?: string;\n navigationToggle?: string;\n navigationClose?: string;\n\n tools?: string;\n toolsToggle?: string;\n toolsClose?: string;\n }\n\n export interface ChangeDetail {\n open: boolean;\n }\n\n export interface SplitPanelResizeDetail {\n size: number;\n }\n\n export interface SplitPanelPreferences {\n position: 'side' | 'bottom';\n }\n // Duplicated the positions because using this definition in SplitPanelPreferences would display\n // 'AppLayoutProps.SplitPanelPosition' on the API docs instead of the string values.\n export type SplitPanelPosition = 'side' | 'bottom';\n}\n"]}
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"lib/default/","sources":["app-layout/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { NonCancelableEventHandler } from '../internal/events';\n\nexport interface AppLayoutProps extends BaseComponentProps {\n /**\n * Determines the default behavior of the component based on some predefined page layouts.\n * Individual properties will always take precedence over the default coming from the content type.\n */\n contentType?: AppLayoutProps.ContentType;\n\n /**\n * If `true`, disables outer paddings for the content slot.\n */\n disableContentPaddings?: boolean;\n\n /**\n * Activates a backwards-compatibility mode for applications with non-fixed headers and footers.\n * @deprecated This layout is being phased out and may miss some features.\n */\n disableBodyScroll?: boolean;\n\n /**\n * State of the navigation drawer.\n */\n navigationOpen?: boolean;\n\n /**\n * Navigation drawer width in pixels.\n */\n navigationWidth?: number;\n\n /**\n * If `true`, the navigation drawer is not displayed at all.\n */\n navigationHide?: boolean;\n\n /**\n * State of the tools drawer.\n */\n toolsOpen?: boolean;\n\n /**\n * If `true`, the tools drawer is not displayed at all.\n */\n toolsHide?: boolean;\n\n /**\n * Tools drawer width in pixels.\n */\n toolsWidth?: number;\n\n /**\n * Maximum main content panel width in pixels.\n *\n * If set to `Number.MAX_VALUE`, the main content panel will occupy the full available width.\n */\n maxContentWidth?: number;\n\n /**\n * Minimum main content panel width in pixels.\n */\n minContentWidth?: number;\n\n /**\n * If true, the notification slot is rendered above the scrollable\n * content area so it is always visible.\n *\n * Note that sticky notifications are not supported in Internet Explorer.\n */\n stickyNotifications?: boolean;\n\n /**\n * CSS selector for the application header.\n */\n headerSelector?: string;\n\n /**\n * CSS selector for the application footer.\n */\n footerSelector?: string;\n\n /**\n * Aria labels for the drawer operating buttons. Use this property to ensure accessibility.\n *\n * * `navigation` (string) - Label for the landmark that wraps the navigation drawer.\n * * `navigationClose` (string) - Label for the button that closes the navigation drawer.\n * * `navigationToggle` (string) - Label for the button that opens the navigation drawer.\n * * `notification` (string) - Label for the region that contains notification messages.\n * * `tools` (string) - Label for the landmark that wraps the tools drawer.\n * * `toolsClose` (string) - Label for the button that closes the tools drawer.\n * * `toolsToggle` (string) - Label for the button that opens the tools drawer.\n *\n * Example:\n * ```\n * {\n * navigation: \"Navigation drawer\",\n * navigationClose: \"Close navigation drawer\",\n * navigationToggle: \"Open navigation drawer\",\n * notifications: \"Notifications\",\n * tools: \"Help panel\",\n * toolsClose: \"Close help panel\",\n * toolsToggle: \"Open help panel\"\n * }\n * ```\n * @i18n\n */\n ariaLabels?: AppLayoutProps.Labels;\n\n /**\n * Navigation drawer.\n */\n navigation?: React.ReactNode;\n\n /**\n * Top area of the page content.\n * @deprecated Replaced by the `header` slot of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n contentHeader?: React.ReactNode;\n\n /**\n * Disables overlap between `contentHeader` and `content` slots.\n * @deprecated Replaced by the `disableOverlap` property of the [content layout](/components/content-layout/) component.\n * @visualrefresh\n */\n disableContentHeaderOverlap?: boolean;\n\n /**\n * Main content.\n */\n content?: React.ReactNode;\n\n /**\n * Tools drawer.\n */\n tools?: React.ReactNode;\n\n /**\n * Displayed on top of the main content in the scrollable area.\n *\n * Conceived to contain notifications (flash messages).\n */\n notifications?: React.ReactNode;\n\n /**\n * Use this slot to add the [breadcrumb group component](/components/breadcrumb-group/) to the app layout.\n */\n breadcrumbs?: React.ReactNode;\n\n /**\n * Fired when the navigation drawer is toggled.\n */\n onNavigationChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Fired when the tools drawer is toggled.\n */\n onToolsChange?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n\n /**\n * Use this slot to add the [split panel component](/components/split-panel/) to the app layout.\n *\n * Note: If provided, this property should be set to `null` or `undefined` if a split panel should not be rendered.\n */\n splitPanel?: React.ReactNode;\n\n /**\n * The size of the split panel in pixels.\n */\n splitPanelSize?: number;\n\n /**\n * State of the split panel.\n */\n splitPanelOpen?: boolean;\n /**\n * Controls the split panel preferences.\n *\n * By default, the preference is `{ position: 'bottom' }`\n */\n splitPanelPreferences?: AppLayoutProps.SplitPanelPreferences;\n /**\n * Fired when the split panel is resized.\n */\n onSplitPanelResize?: NonCancelableEventHandler<AppLayoutProps.SplitPanelResizeDetail>;\n /**\n * Fired when the split panel is toggled.\n */\n onSplitPanelToggle?: NonCancelableEventHandler<AppLayoutProps.ChangeDetail>;\n /**\n * Fired when the split panel preferences change.\n */\n onSplitPanelPreferencesChange?: NonCancelableEventHandler<AppLayoutProps.SplitPanelPreferences>;\n}\n\nexport namespace AppLayoutProps {\n export type ContentType = 'default' | 'form' | 'table' | 'cards' | 'wizard' | 'dashboard';\n\n export interface Ref {\n /**\n * Manually closes the navigation drawer if it is necessary for the current\n * viewport size.\n */\n closeNavigationIfNecessary(): void;\n\n /**\n * Opens the tools panel if it is not already open. Note that it is preferable\n * to control the state by listening to `toolsChange` and providing `toolsOpen`.\n */\n openTools(): void;\n\n /**\n * Focuses the tools panel if it is open. Use this to focus the tools panel\n * after changing the content, for example when clicking on an 'info' link while\n * the panel is already open.\n */\n focusToolsClose(): void;\n }\n\n export interface Labels {\n notifications?: string;\n\n navigation?: string;\n navigationToggle?: string;\n navigationClose?: string;\n\n tools?: string;\n toolsToggle?: string;\n toolsClose?: string;\n }\n\n export interface ChangeDetail {\n open: boolean;\n }\n\n export interface SplitPanelResizeDetail {\n size: number;\n }\n\n export interface SplitPanelPreferences {\n position: 'side' | 'bottom';\n }\n // Duplicated the positions because using this definition in SplitPanelPreferences would display\n // 'AppLayoutProps.SplitPanelPosition' on the API docs instead of the string values.\n export type SplitPanelPosition = 'side' | 'bottom';\n}\n"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"notifications": "
|
|
5
|
-
"notifications-sticky": "awsui_notifications-
|
|
6
|
-
"no-content-paddings": "awsui_no-content-
|
|
4
|
+
"notifications": "awsui_notifications_1hmm4_1trtz_9",
|
|
5
|
+
"notifications-sticky": "awsui_notifications-sticky_1hmm4_1trtz_10",
|
|
6
|
+
"no-content-paddings": "awsui_no-content-paddings_1hmm4_1trtz_25"
|
|
7
7
|
};
|
|
8
8
|
|