@reapit/elements 5.0.0-beta.1 → 5.0.0-beta.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/cjs/components/accordion/accordion.d.ts +2 -1
- package/dist/cjs/components/accordion/accordion.stories.d.ts +8 -0
- package/dist/cjs/components/avatar/avatar.stories.d.ts +15 -0
- package/dist/cjs/components/badge/badge.stories.d.ts +12 -0
- package/dist/cjs/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
- package/dist/cjs/components/button/button.d.ts +0 -11
- package/dist/cjs/components/button/button.stories.d.ts +50 -0
- package/dist/cjs/components/card/__styles__/index.d.ts +0 -6
- package/dist/cjs/components/card/card-components.d.ts +0 -8
- package/dist/cjs/components/card/card.d.ts +0 -5
- package/dist/cjs/components/card/card.stories.d.ts +34 -0
- package/dist/cjs/components/chip/chip.stories.d.ts +12 -0
- package/dist/cjs/components/drawer/drawer.stories.d.ts +17 -0
- package/dist/cjs/components/file-input/file-input.stories.d.ts +11 -0
- package/dist/cjs/components/form-layout/form-layout.stories.d.ts +12 -0
- package/dist/cjs/components/grid/grid.stories.d.ts +26 -0
- package/dist/cjs/components/icon/__styles__/index.d.ts +0 -6
- package/dist/cjs/components/icon/icon-component.d.ts +2 -5
- package/dist/cjs/components/icon/icon.stories.d.ts +21 -0
- package/dist/cjs/components/input/input.stories.d.ts +67 -0
- package/dist/cjs/components/input-add-on/input-add-on.stories.d.ts +15 -0
- package/dist/cjs/components/input-error/input-error.d.ts +1 -2
- package/dist/cjs/components/input-error/input-error.stories.d.ts +8 -0
- package/dist/cjs/components/input-group/input-group.stories.d.ts +58 -0
- package/dist/cjs/components/key-value-list/key-value-list.stories.d.ts +12 -0
- package/dist/cjs/components/label/label.stories.d.ts +9 -0
- package/dist/cjs/components/layout/__styles__/index.d.ts +0 -1
- package/dist/cjs/components/layout/layout.d.ts +0 -1
- package/dist/cjs/components/layout/layout.stories.d.ts +33 -0
- package/dist/cjs/components/loader/loader.stories.d.ts +17 -0
- package/dist/cjs/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
- package/dist/cjs/components/modal/modal.stories.d.ts +21 -0
- package/dist/cjs/components/multi-select/multi-select.stories.d.ts +15 -0
- package/dist/cjs/components/nav/nav-responsive.d.ts +0 -5
- package/dist/cjs/components/nav/nav.stories.d.ts +18 -0
- package/dist/cjs/components/page-header/page-header.stories.d.ts +9 -0
- package/dist/cjs/components/pagination/pagination.stories.d.ts +15 -0
- package/dist/cjs/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
- package/dist/cjs/components/placeholder-image/images/index.d.ts +2 -2
- package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
- package/dist/cjs/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
- package/dist/cjs/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
- package/dist/cjs/components/progress-bar/progress-bar.stories.d.ts +22 -0
- package/dist/cjs/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
- package/dist/cjs/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
- package/dist/cjs/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
- package/dist/cjs/components/select/select.stories.d.ts +12 -0
- package/dist/cjs/components/snack/snack.stories.d.ts +45 -0
- package/dist/cjs/components/snack/use-snack-hook.story-component.d.ts +1 -0
- package/dist/cjs/components/status-indicator/status-indicator.stories.d.ts +38 -0
- package/dist/cjs/components/steps/steps.stories.d.ts +24 -0
- package/dist/cjs/components/table/table.stories.d.ts +248 -0
- package/dist/cjs/components/tabs/tabs.stories.d.ts +22 -0
- package/dist/cjs/components/tag/tag.stories.d.ts +40 -0
- package/dist/cjs/components/textarea/textarea.stories.d.ts +15 -0
- package/dist/cjs/components/tile/tile.stories.d.ts +15 -0
- package/dist/cjs/components/toggle/toggle.stories.d.ts +28 -0
- package/dist/cjs/components/tool-tip/tooltip.stories.d.ts +12 -0
- package/dist/cjs/components/typography/typography.stories.d.ts +36 -0
- package/dist/cjs/hooks/use-media-query/media.stories.d.ts +16 -3
- package/dist/cjs/hooks/use-media-query/media.story-component.d.ts +2 -0
- package/dist/cjs/hooks/use-portal/use-portal.stories.d.ts +13 -0
- package/dist/cjs/icons/index.d.ts +0 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +10 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/storybook/render-html-markup.d.ts +5 -8
- package/dist/cjs/styles/flexbox.stories.d.ts +116 -0
- package/dist/cjs/styles/theming.stories.d.ts +7 -0
- package/dist/cjs/styles/utilities.stories.d.ts +16 -0
- package/dist/esm/assets/{asset-a67729a7 → asset-5a3e61e0} +0 -1
- package/dist/esm/components/accordion/accordion.d.ts +2 -1
- package/dist/esm/components/accordion/accordion.stories.d.ts +8 -0
- package/dist/esm/components/avatar/avatar.stories.d.ts +15 -0
- package/dist/esm/components/badge/badge.stories.d.ts +12 -0
- package/dist/esm/components/breadcrumb/breadcrumb.stories.d.ts +12 -0
- package/dist/esm/components/button/button.d.ts +0 -11
- package/dist/esm/components/button/button.stories.d.ts +50 -0
- package/dist/esm/components/card/__styles__/index.d.ts +0 -6
- package/dist/esm/components/card/card-components.d.ts +0 -8
- package/dist/esm/components/card/card.d.ts +0 -5
- package/dist/esm/components/card/card.stories.d.ts +34 -0
- package/dist/esm/components/chip/chip.stories.d.ts +12 -0
- package/dist/esm/components/drawer/drawer.stories.d.ts +17 -0
- package/dist/esm/components/file-input/file-input.stories.d.ts +11 -0
- package/dist/esm/components/form-layout/form-layout.stories.d.ts +12 -0
- package/dist/esm/components/grid/grid.stories.d.ts +26 -0
- package/dist/esm/components/icon/__styles__/index.d.ts +0 -6
- package/dist/esm/components/icon/icon-component.d.ts +2 -5
- package/dist/esm/components/icon/icon.stories.d.ts +21 -0
- package/dist/esm/components/input/input.stories.d.ts +67 -0
- package/dist/esm/components/input-add-on/input-add-on.stories.d.ts +15 -0
- package/dist/esm/components/input-error/input-error.d.ts +1 -2
- package/dist/esm/components/input-error/input-error.stories.d.ts +8 -0
- package/dist/esm/components/input-group/input-group.stories.d.ts +58 -0
- package/dist/esm/components/key-value-list/key-value-list.stories.d.ts +12 -0
- package/dist/esm/components/label/label.stories.d.ts +9 -0
- package/dist/esm/components/layout/__styles__/index.d.ts +0 -1
- package/dist/esm/components/layout/layout.d.ts +0 -1
- package/dist/esm/components/layout/layout.stories.d.ts +33 -0
- package/dist/esm/components/loader/loader.stories.d.ts +17 -0
- package/dist/esm/components/mobile-controls/mobile-controls.stories.d.ts +9 -0
- package/dist/esm/components/modal/modal.stories.d.ts +21 -0
- package/dist/esm/components/multi-select/multi-select.stories.d.ts +15 -0
- package/dist/esm/components/nav/nav-responsive.d.ts +0 -5
- package/dist/esm/components/nav/nav.stories.d.ts +18 -0
- package/dist/esm/components/page-header/page-header.stories.d.ts +9 -0
- package/dist/esm/components/pagination/pagination.stories.d.ts +15 -0
- package/dist/esm/components/persistent-notification/persistent-notification.stories.d.ts +45 -0
- package/dist/esm/components/placeholder-image/images/index.d.ts +2 -2
- package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderLarge.d.ts +1 -1
- package/dist/esm/components/placeholder-image/images/placeholder-images/placeholderSmall.d.ts +1 -1
- package/dist/esm/components/placeholder-image/placeholder-image.stories.d.ts +12 -0
- package/dist/esm/components/progress-bar/progress-bar.stories.d.ts +22 -0
- package/dist/esm/components/searchable-dropdown/searchable-dropdown.d.ts +2 -2
- package/dist/esm/components/searchable-dropdown/searchable-dropdown.stories.d.ts +25 -0
- package/dist/esm/components/secondary-nav/secondary-nav.stories.d.ts +12 -0
- package/dist/esm/components/select/select.stories.d.ts +12 -0
- package/dist/esm/components/snack/snack.stories.d.ts +45 -0
- package/dist/esm/components/snack/use-snack-hook.story-component.d.ts +1 -0
- package/dist/esm/components/status-indicator/status-indicator.stories.d.ts +38 -0
- package/dist/esm/components/steps/steps.stories.d.ts +24 -0
- package/dist/esm/components/table/table.stories.d.ts +248 -0
- package/dist/esm/components/tabs/tabs.stories.d.ts +22 -0
- package/dist/esm/components/tag/tag.stories.d.ts +40 -0
- package/dist/esm/components/textarea/textarea.stories.d.ts +15 -0
- package/dist/esm/components/tile/tile.stories.d.ts +15 -0
- package/dist/esm/components/toggle/toggle.stories.d.ts +28 -0
- package/dist/esm/components/tool-tip/tooltip.stories.d.ts +12 -0
- package/dist/esm/components/typography/typography.stories.d.ts +36 -0
- package/dist/esm/hooks/use-media-query/media.stories.d.ts +16 -3
- package/dist/esm/hooks/use-media-query/media.story-component.d.ts +2 -0
- package/dist/esm/hooks/use-portal/use-portal.stories.d.ts +13 -0
- package/dist/esm/icons/index.d.ts +0 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +10 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/storybook/render-html-markup.d.ts +5 -8
- package/dist/esm/styles/flexbox.stories.d.ts +116 -0
- package/dist/esm/styles/theming.stories.d.ts +7 -0
- package/dist/esm/styles/utilities.stories.d.ts +16 -0
- package/dist/index.css +6 -21
- package/package.json +37 -44
- package/assets/animated-icons/docsAnimated1.svg +0 -24
- package/assets/animated-icons/docsAnimated2.svg +0 -17
- package/assets/animated-icons/webhooksAnimated1.svg +0 -14
- package/assets/animated-icons/webhooksAnimated2.svg +0 -14
- package/assets/animated-icons/webhooksDocsAnimated1.svg +0 -26
- package/assets/animated-icons/webhooksDocsAnimated2.svg +0 -19
- package/assets/animated-icons/welcomeAnimated1.svg +0 -22
- package/assets/animated-icons/welcomeAnimated2.svg +0 -22
- package/assets/infographic-icons/agencyCloudInfographic.svg +0 -13
- package/assets/infographic-icons/apiDocsInfographic.svg +0 -12
- package/assets/infographic-icons/apiInfographic.svg +0 -12
- package/assets/infographic-icons/appCategoryInfographic.svg +0 -10
- package/assets/infographic-icons/appInfographic.svg +0 -8
- package/assets/infographic-icons/appInfographicAlt.svg +0 -14
- package/assets/infographic-icons/appMarketDarkInfographic.svg +0 -22
- package/assets/infographic-icons/appMarketInfographic.svg +0 -22
- package/assets/infographic-icons/appSettingsAuthDarkInfographic.svg +0 -14
- package/assets/infographic-icons/appSettingsAuthInfographic.svg +0 -14
- package/assets/infographic-icons/appTypeInfographic.svg +0 -11
- package/assets/infographic-icons/applicantInfographic.svg +0 -17
- package/assets/infographic-icons/authenticatedInfographic.svg +0 -29
- package/assets/infographic-icons/barnInfographic.svg +0 -16
- package/assets/infographic-icons/bungalowInfographic.svg +0 -7
- package/assets/infographic-icons/codeInfographic.svg +0 -5
- package/assets/infographic-icons/cottageInfographic.svg +0 -19
- package/assets/infographic-icons/crmInfographic.svg +0 -15
- package/assets/infographic-icons/customerInfographic.svg +0 -18
- package/assets/infographic-icons/designInfographic.svg +0 -20
- package/assets/infographic-icons/developerAppsInfographic.svg +0 -35
- package/assets/infographic-icons/developmentInfographic.svg +0 -13
- package/assets/infographic-icons/devicesInfographic.svg +0 -10
- package/assets/infographic-icons/docsInfographic.svg +0 -20
- package/assets/infographic-icons/doorLockInfographic.svg +0 -7
- package/assets/infographic-icons/editAppCancelInfographic.svg +0 -13
- package/assets/infographic-icons/editAppInfographic.svg +0 -18
- package/assets/infographic-icons/elementsInfographic.svg +0 -16
- package/assets/infographic-icons/farmInfographic.svg +0 -21
- package/assets/infographic-icons/feedAltInfographic.svg +0 -8
- package/assets/infographic-icons/feedInfographic.svg +0 -8
- package/assets/infographic-icons/flatInfographic.svg +0 -22
- package/assets/infographic-icons/foundationsCustomerInfographic.svg +0 -33
- package/assets/infographic-icons/globeInfographic.svg +0 -20
- package/assets/infographic-icons/graphQlInfographic.svg +0 -10
- package/assets/infographic-icons/houseInfographic.svg +0 -13
- package/assets/infographic-icons/htmlInfographic.svg +0 -8
- package/assets/infographic-icons/landInfographic.svg +0 -12
- package/assets/infographic-icons/landlordInfographic.svg +0 -14
- package/assets/infographic-icons/leadGenerationInfographic.svg +0 -28
- package/assets/infographic-icons/listInfographic.svg +0 -14
- package/assets/infographic-icons/lockedInfographic.svg +0 -6
- package/assets/infographic-icons/logoKeyInfographic.svg +0 -8
- package/assets/infographic-icons/logoSettingsInfographic.svg +0 -9
- package/assets/infographic-icons/mailInfographic.svg +0 -4
- package/assets/infographic-icons/maisonetteInfographic.svg +0 -17
- package/assets/infographic-icons/manageAppListingInfographic.svg +0 -17
- package/assets/infographic-icons/manageWebhooksInfographic.svg +0 -14
- package/assets/infographic-icons/marketingInfographic.svg +0 -23
- package/assets/infographic-icons/marketplaceAppACInfographic.svg +0 -18
- package/assets/infographic-icons/myAppsInfographic.svg +0 -18
- package/assets/infographic-icons/newCustomerInfographic.svg +0 -46
- package/assets/infographic-icons/phoneInfographic.svg +0 -12
- package/assets/infographic-icons/platformApiInfographic.svg +0 -19
- package/assets/infographic-icons/productivityInfographic.svg +0 -16
- package/assets/infographic-icons/propTechInfographic.svg +0 -22
- package/assets/infographic-icons/propertyManagementInfographic.svg +0 -23
- package/assets/infographic-icons/reapitConnectInfographic.svg +0 -17
- package/assets/infographic-icons/reapitConnectSettingsDevicesDarkInfographic.svg +0 -30
- package/assets/infographic-icons/reapitConnectSettingsDevicesInfographic.svg +0 -30
- package/assets/infographic-icons/reapitLogoInfographic.svg +0 -12
- package/assets/infographic-icons/reapitLogoSmallInfographic.svg +0 -9
- package/assets/infographic-icons/reapitUserInfographic.svg +0 -39
- package/assets/infographic-icons/refreshInfographic.svg +0 -6
- package/assets/infographic-icons/reportInfographic.svg +0 -6
- package/assets/infographic-icons/reportingInfographic.svg +0 -8
- package/assets/infographic-icons/salesProgressionInfographic.svg +0 -22
- package/assets/infographic-icons/selectInfographic.svg +0 -10
- package/assets/infographic-icons/serverInfographic.svg +0 -5
- package/assets/infographic-icons/sharedEntitiesInfographic.svg +0 -32
- package/assets/infographic-icons/shieldInfographic.svg +0 -12
- package/assets/infographic-icons/userAuthInfographic.svg +0 -33
- package/assets/infographic-icons/userDeviceInfographic.svg +0 -34
- package/assets/infographic-icons/userHouseInfographic.svg +0 -10
- package/assets/infographic-icons/userInfographic.svg +0 -31
- package/assets/infographic-icons/utilityRegistrationInfographic.svg +0 -15
- package/assets/infographic-icons/vendorInfographic.svg +0 -25
- package/assets/infographic-icons/webDeveloperInfographic.svg +0 -48
- package/assets/infographic-icons/webDeveloperInfographicAlt.svg +0 -23
- package/assets/infographic-icons/webInfographic.svg +0 -12
- package/assets/infographic-icons/webhooksDocsInfographic.svg +0 -19
- package/assets/infographic-icons/webhooksInfographic.svg +0 -11
- package/assets/infographic-icons/welcomeInfographic.svg +0 -19
- package/assets/menu-icons/accountMenu.svg +0 -5
- package/assets/menu-icons/analyticsMenu.svg +0 -9
- package/assets/menu-icons/apiMenu.svg +0 -5
- package/assets/menu-icons/appLauncherMenu.svg +0 -12
- package/assets/menu-icons/appsMenu.svg +0 -7
- package/assets/menu-icons/dataMenu.svg +0 -6
- package/assets/menu-icons/defaultMenu.svg +0 -5
- package/assets/menu-icons/desktopMenu.svg +0 -4
- package/assets/menu-icons/developersMenu.svg +0 -4
- package/assets/menu-icons/docsMenu.svg +0 -6
- package/assets/menu-icons/hamburgerMenu.svg +0 -13
- package/assets/menu-icons/hamburgerOpenMenu.svg +0 -11
- package/assets/menu-icons/helpMenu.svg +0 -4
- package/assets/menu-icons/installedMenu.svg +0 -4
- package/assets/menu-icons/logoutMenu.svg +0 -4
- package/assets/menu-icons/manageMenu.svg +0 -5
- package/assets/menu-icons/mapMenu.svg +0 -10
- package/assets/menu-icons/marketplaceMenu.svg +0 -4
- package/assets/menu-icons/myAccountMenu.svg +0 -5
- package/assets/menu-icons/officesMenu.svg +0 -6
- package/assets/menu-icons/paymentsMenu.svg +0 -6
- package/assets/menu-icons/profileMenu.svg +0 -4
- package/assets/menu-icons/reapitLogoMenu.svg +0 -12
- package/assets/menu-icons/reapitLogoSelectedMenu.svg +0 -12
- package/assets/menu-icons/reapitLogoTextMenu.svg +0 -12
- package/assets/menu-icons/resultsMenu.svg +0 -9
- package/assets/menu-icons/searchMenu.svg +0 -4
- package/assets/menu-icons/supportMenu.svg +0 -6
- package/assets/menu-icons/uiMenu.svg +0 -7
- package/assets/menu-icons/usersMenu.svg +0 -4
- package/assets/menu-icons/webhooksMenu.svg +0 -8
- package/assets/system-icons/addSolidSystem.svg +0 -3
- package/assets/system-icons/addSystem.svg +0 -3
- package/assets/system-icons/arrowDownSolidSystem.svg +0 -3
- package/assets/system-icons/arrowDownSystem.svg +0 -3
- package/assets/system-icons/arrowLeftSolidSystem.svg +0 -3
- package/assets/system-icons/arrowLeftSystem.svg +0 -3
- package/assets/system-icons/arrowRightSolidSystem.svg +0 -3
- package/assets/system-icons/arrowRightSystem.svg +0 -3
- package/assets/system-icons/arrowUpSolidSystem.svg +0 -3
- package/assets/system-icons/arrowUpSystem.svg +0 -3
- package/assets/system-icons/asteriskSolidSystem.svg +0 -3
- package/assets/system-icons/asteriskSystem.svg +0 -3
- package/assets/system-icons/authenticationSolidSystem.svg +0 -3
- package/assets/system-icons/authenticationSystem.svg +0 -4
- package/assets/system-icons/backSolidSystem.svg +0 -3
- package/assets/system-icons/backSystem.svg +0 -3
- package/assets/system-icons/bulletListSolidSystem.svg +0 -8
- package/assets/system-icons/bulletListSystem.svg +0 -3
- package/assets/system-icons/calendarSolidSystem.svg +0 -6
- package/assets/system-icons/calendarSystem.svg +0 -9
- package/assets/system-icons/cancelSolidSystem.svg +0 -3
- package/assets/system-icons/cancelSystem.svg +0 -4
- package/assets/system-icons/carSolidSystem.svg +0 -5
- package/assets/system-icons/carSystem.svg +0 -3
- package/assets/system-icons/checkSolidSystem.svg +0 -3
- package/assets/system-icons/checkSystem.svg +0 -3
- package/assets/system-icons/circleSolidSystem.svg +0 -3
- package/assets/system-icons/circleSystem.svg +0 -3
- package/assets/system-icons/closeSolidSystem.svg +0 -3
- package/assets/system-icons/closeSystem.svg +0 -3
- package/assets/system-icons/cloudSolidSystem.svg +0 -3
- package/assets/system-icons/cloudSystem.svg +0 -3
- package/assets/system-icons/companySolidSystem.svg +0 -3
- package/assets/system-icons/companySystem.svg +0 -3
- package/assets/system-icons/dollarSolidSystem.svg +0 -5
- package/assets/system-icons/dollarSystem.svg +0 -4
- package/assets/system-icons/downSolidSystem.svg +0 -3
- package/assets/system-icons/downSystem.svg +0 -3
- package/assets/system-icons/download.svg +0 -16
- package/assets/system-icons/downloadSolidSystem.svg +0 -4
- package/assets/system-icons/downloadSystem.svg +0 -4
- package/assets/system-icons/editSolidSystem.svg +0 -4
- package/assets/system-icons/editSystem.svg +0 -3
- package/assets/system-icons/emailSolidSystem.svg +0 -4
- package/assets/system-icons/emailSystem.svg +0 -3
- package/assets/system-icons/errorSolidSystem.svg +0 -3
- package/assets/system-icons/errorSystem.svg +0 -4
- package/assets/system-icons/euroSolidSystem.svg +0 -3
- package/assets/system-icons/euroSystem.svg +0 -4
- package/assets/system-icons/favouriteSolidSystem.svg +0 -3
- package/assets/system-icons/favouriteSystem.svg +0 -3
- package/assets/system-icons/filterSolidSystem.svg +0 -5
- package/assets/system-icons/filterSystem.svg +0 -5
- package/assets/system-icons/geoLocationSolidSystem.svg +0 -4
- package/assets/system-icons/geoLocationSystem.svg +0 -4
- package/assets/system-icons/githubSolidSystem.svg +0 -3
- package/assets/system-icons/githubSystem.svg +0 -3
- package/assets/system-icons/hamburgerMenuSolidSystem.svg +0 -5
- package/assets/system-icons/hamburgerMenuSystem.svg +0 -3
- package/assets/system-icons/hideSolidSystem.svg +0 -3
- package/assets/system-icons/hideSystem.svg +0 -3
- package/assets/system-icons/homeSolidSystem.svg +0 -3
- package/assets/system-icons/homeSystem.svg +0 -3
- package/assets/system-icons/infoSolidSystem.svg +0 -3
- package/assets/system-icons/infoSystem.svg +0 -4
- package/assets/system-icons/linkSolidSystem.svg +0 -4
- package/assets/system-icons/linkSystem.svg +0 -4
- package/assets/system-icons/lockSolidSystem.svg +0 -3
- package/assets/system-icons/lockSystem.svg +0 -4
- package/assets/system-icons/messageSolidSystem.svg +0 -3
- package/assets/system-icons/messageSystem.svg +0 -6
- package/assets/system-icons/moreSolidSystem.svg +0 -5
- package/assets/system-icons/moreSystem.svg +0 -5
- package/assets/system-icons/nextSolidSystem.svg +0 -3
- package/assets/system-icons/nextSystem.svg +0 -3
- package/assets/system-icons/paymentSolidSystem.svg +0 -3
- package/assets/system-icons/paymentSystem.svg +0 -3
- package/assets/system-icons/phoneSolidSystem.svg +0 -3
- package/assets/system-icons/phoneSystem.svg +0 -3
- package/assets/system-icons/pinSolidSystem.svg +0 -3
- package/assets/system-icons/pinSystem.svg +0 -3
- package/assets/system-icons/poundSolidSystem.svg +0 -3
- package/assets/system-icons/poundSystem.svg +0 -4
- package/assets/system-icons/previewSystem.svg +0 -4
- package/assets/system-icons/questionSolidSystem.svg +0 -3
- package/assets/system-icons/questionSystem.svg +0 -4
- package/assets/system-icons/refreshSolidSystem.svg +0 -3
- package/assets/system-icons/refreshSystem.svg +0 -3
- package/assets/system-icons/saveSystem.svg +0 -10
- package/assets/system-icons/searchSolidSystem.svg +0 -3
- package/assets/system-icons/searchSystem.svg +0 -3
- package/assets/system-icons/securityTokenSolidSystem.svg +0 -4
- package/assets/system-icons/securityTokenSystem.svg +0 -7
- package/assets/system-icons/settingsSolidSystem.svg +0 -3
- package/assets/system-icons/settingsSystem.svg +0 -4
- package/assets/system-icons/shareSolidSystem.svg +0 -3
- package/assets/system-icons/shareSystem.svg +0 -3
- package/assets/system-icons/sortSolidSystem.svg +0 -4
- package/assets/system-icons/sortSystem.svg +0 -4
- package/assets/system-icons/tickSolidSystem.svg +0 -3
- package/assets/system-icons/tickSystem.svg +0 -3
- package/assets/system-icons/trashSolidSystem.svg +0 -4
- package/assets/system-icons/trashSystem.svg +0 -6
- package/assets/system-icons/upSolidSystem.svg +0 -3
- package/assets/system-icons/upSystem.svg +0 -3
- package/assets/system-icons/usernameSolidSystem.svg +0 -4
- package/assets/system-icons/usernameSystem.svg +0 -3
- package/assets/system-icons/videoSolidSystem.svg +0 -3
- package/assets/system-icons/videoSystem.svg +0 -3
- package/assets/system-icons/viewSolidSystem.svg +0 -4
- package/assets/system-icons/viewSystem.svg +0 -4
- package/assets/system-icons/walkingSolidSystem.svg +0 -4
- package/assets/system-icons/walkingSystem.svg +0 -3
- package/assets/system-icons/warningSolidSystem.svg +0 -3
- package/assets/system-icons/warningSystem.svg +0 -5
- package/dist/cjs/71331a14aae8c896.svg +0 -22
- package/dist/cjs/components/persistant-notification/__styles__/index.d.ts +0 -2
- package/dist/cjs/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
- package/dist/cjs/components/persistant-notification/index.d.ts +0 -2
- package/dist/cjs/components/persistant-notification/persistent-notification.d.ts +0 -14
- package/dist/cjs/components/snack/use-snack-hook.stories.d.ts +0 -2
- package/dist/cjs/e110dff8980ad1c0.svg +0 -32
- package/dist/cjs/icons/icons-legacy.d.ts +0 -238
- package/dist/esm/71331a14aae8c896.svg +0 -22
- package/dist/esm/components/persistant-notification/__styles__/index.d.ts +0 -2
- package/dist/esm/components/persistant-notification/__tests__/persistent-notification.test.d.ts +0 -1
- package/dist/esm/components/persistant-notification/index.d.ts +0 -2
- package/dist/esm/components/persistant-notification/persistent-notification.d.ts +0 -14
- package/dist/esm/components/snack/use-snack-hook.stories.d.ts +0 -2
- package/dist/esm/e110dff8980ad1c0.svg +0 -32
- package/dist/esm/icons/icons-legacy.d.ts +0 -238
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<import("./table").TableProps>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const BasicUsage: {
|
|
8
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const ColumnWidths: {
|
|
11
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const BasicCustomisationTableCells: {
|
|
15
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const ExpandingTableCellSpace: {
|
|
19
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
};
|
|
21
|
+
export declare const ExpandableContent: {
|
|
22
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
};
|
|
24
|
+
export declare const CallToActionContent: {
|
|
25
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
};
|
|
27
|
+
export declare const ReactShorthandUsage: {
|
|
28
|
+
render: ({ rows }: {
|
|
29
|
+
rows: any;
|
|
30
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
args: {
|
|
32
|
+
rows: ({
|
|
33
|
+
cells: ({
|
|
34
|
+
label: string;
|
|
35
|
+
value: import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
icon?: undefined;
|
|
37
|
+
cellHasDarkText?: undefined;
|
|
38
|
+
narrowTable?: undefined;
|
|
39
|
+
statusCircleIntent?: undefined;
|
|
40
|
+
} | {
|
|
41
|
+
label: string;
|
|
42
|
+
value: string;
|
|
43
|
+
icon: string;
|
|
44
|
+
cellHasDarkText: boolean;
|
|
45
|
+
narrowTable: {
|
|
46
|
+
showLabel: boolean;
|
|
47
|
+
};
|
|
48
|
+
statusCircleIntent?: undefined;
|
|
49
|
+
} | {
|
|
50
|
+
label: string;
|
|
51
|
+
value: string;
|
|
52
|
+
icon: string;
|
|
53
|
+
narrowTable: {
|
|
54
|
+
showLabel: boolean;
|
|
55
|
+
};
|
|
56
|
+
cellHasDarkText?: undefined;
|
|
57
|
+
statusCircleIntent?: undefined;
|
|
58
|
+
} | {
|
|
59
|
+
label: string;
|
|
60
|
+
value: string;
|
|
61
|
+
cellHasDarkText: boolean;
|
|
62
|
+
icon?: undefined;
|
|
63
|
+
narrowTable?: undefined;
|
|
64
|
+
statusCircleIntent?: undefined;
|
|
65
|
+
} | {
|
|
66
|
+
label: string;
|
|
67
|
+
value: string;
|
|
68
|
+
statusCircleIntent: string;
|
|
69
|
+
icon?: undefined;
|
|
70
|
+
cellHasDarkText?: undefined;
|
|
71
|
+
narrowTable?: undefined;
|
|
72
|
+
})[];
|
|
73
|
+
expandableContent: {
|
|
74
|
+
content: import("react/jsx-runtime").JSX.Element;
|
|
75
|
+
};
|
|
76
|
+
} | {
|
|
77
|
+
cells: ({
|
|
78
|
+
label: string;
|
|
79
|
+
value: import("react/jsx-runtime").JSX.Element;
|
|
80
|
+
icon?: undefined;
|
|
81
|
+
cellHasDarkText?: undefined;
|
|
82
|
+
narrowTable?: undefined;
|
|
83
|
+
children?: undefined;
|
|
84
|
+
} | {
|
|
85
|
+
label: string;
|
|
86
|
+
value: string;
|
|
87
|
+
icon: string;
|
|
88
|
+
cellHasDarkText: boolean;
|
|
89
|
+
narrowTable: {
|
|
90
|
+
showLabel: boolean;
|
|
91
|
+
};
|
|
92
|
+
children?: undefined;
|
|
93
|
+
} | {
|
|
94
|
+
label: string;
|
|
95
|
+
value: string;
|
|
96
|
+
icon: string;
|
|
97
|
+
narrowTable: {
|
|
98
|
+
showLabel: boolean;
|
|
99
|
+
};
|
|
100
|
+
cellHasDarkText?: undefined;
|
|
101
|
+
children?: undefined;
|
|
102
|
+
} | {
|
|
103
|
+
label: string;
|
|
104
|
+
value: string;
|
|
105
|
+
cellHasDarkText: boolean;
|
|
106
|
+
icon?: undefined;
|
|
107
|
+
narrowTable?: undefined;
|
|
108
|
+
children?: undefined;
|
|
109
|
+
} | {
|
|
110
|
+
label: string;
|
|
111
|
+
value: string;
|
|
112
|
+
children: import("react/jsx-runtime").JSX.Element;
|
|
113
|
+
icon?: undefined;
|
|
114
|
+
cellHasDarkText?: undefined;
|
|
115
|
+
narrowTable?: undefined;
|
|
116
|
+
})[];
|
|
117
|
+
expandableContent: {
|
|
118
|
+
content: import("react/jsx-runtime").JSX.Element;
|
|
119
|
+
};
|
|
120
|
+
})[];
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
export declare const AdvancedCustomisationReact: {
|
|
124
|
+
render: ({ rows }: {
|
|
125
|
+
rows: any;
|
|
126
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
127
|
+
args: {
|
|
128
|
+
rows: ({
|
|
129
|
+
cells: ({
|
|
130
|
+
label: string;
|
|
131
|
+
value: import("react/jsx-runtime").JSX.Element;
|
|
132
|
+
className?: undefined;
|
|
133
|
+
icon?: undefined;
|
|
134
|
+
cellHasDarkText?: undefined;
|
|
135
|
+
narrowTable?: undefined;
|
|
136
|
+
statusCircleIntent?: undefined;
|
|
137
|
+
} | {
|
|
138
|
+
label: string;
|
|
139
|
+
value: string;
|
|
140
|
+
className: import("@linaria/core").LinariaClassName;
|
|
141
|
+
icon: string;
|
|
142
|
+
cellHasDarkText: boolean;
|
|
143
|
+
narrowTable: {
|
|
144
|
+
showLabel: boolean;
|
|
145
|
+
};
|
|
146
|
+
statusCircleIntent?: undefined;
|
|
147
|
+
} | {
|
|
148
|
+
label: string;
|
|
149
|
+
value: string;
|
|
150
|
+
icon: string;
|
|
151
|
+
narrowTable: {
|
|
152
|
+
showLabel: boolean;
|
|
153
|
+
};
|
|
154
|
+
className?: undefined;
|
|
155
|
+
cellHasDarkText?: undefined;
|
|
156
|
+
statusCircleIntent?: undefined;
|
|
157
|
+
} | {
|
|
158
|
+
label: string;
|
|
159
|
+
value: string;
|
|
160
|
+
narrowTable: {
|
|
161
|
+
showLabel: boolean;
|
|
162
|
+
};
|
|
163
|
+
className?: undefined;
|
|
164
|
+
icon?: undefined;
|
|
165
|
+
cellHasDarkText?: undefined;
|
|
166
|
+
statusCircleIntent?: undefined;
|
|
167
|
+
} | {
|
|
168
|
+
label: string;
|
|
169
|
+
value: string;
|
|
170
|
+
cellHasDarkText: boolean;
|
|
171
|
+
className?: undefined;
|
|
172
|
+
icon?: undefined;
|
|
173
|
+
narrowTable?: undefined;
|
|
174
|
+
statusCircleIntent?: undefined;
|
|
175
|
+
} | {
|
|
176
|
+
label: string;
|
|
177
|
+
value: string;
|
|
178
|
+
statusCircleIntent: string;
|
|
179
|
+
className?: undefined;
|
|
180
|
+
icon?: undefined;
|
|
181
|
+
cellHasDarkText?: undefined;
|
|
182
|
+
narrowTable?: undefined;
|
|
183
|
+
})[];
|
|
184
|
+
expandableContent: {
|
|
185
|
+
content: import("react/jsx-runtime").JSX.Element;
|
|
186
|
+
};
|
|
187
|
+
} | {
|
|
188
|
+
cells: ({
|
|
189
|
+
label: string;
|
|
190
|
+
value: import("react/jsx-runtime").JSX.Element;
|
|
191
|
+
className?: undefined;
|
|
192
|
+
icon?: undefined;
|
|
193
|
+
cellHasDarkText?: undefined;
|
|
194
|
+
narrowTable?: undefined;
|
|
195
|
+
children?: undefined;
|
|
196
|
+
} | {
|
|
197
|
+
label: string;
|
|
198
|
+
value: string;
|
|
199
|
+
className: import("@linaria/core").LinariaClassName;
|
|
200
|
+
icon: string;
|
|
201
|
+
cellHasDarkText: boolean;
|
|
202
|
+
narrowTable: {
|
|
203
|
+
showLabel: boolean;
|
|
204
|
+
};
|
|
205
|
+
children?: undefined;
|
|
206
|
+
} | {
|
|
207
|
+
label: string;
|
|
208
|
+
value: string;
|
|
209
|
+
icon: string;
|
|
210
|
+
narrowTable: {
|
|
211
|
+
showLabel: boolean;
|
|
212
|
+
};
|
|
213
|
+
className?: undefined;
|
|
214
|
+
cellHasDarkText?: undefined;
|
|
215
|
+
children?: undefined;
|
|
216
|
+
} | {
|
|
217
|
+
label: string;
|
|
218
|
+
value: string;
|
|
219
|
+
narrowTable: {
|
|
220
|
+
showLabel: boolean;
|
|
221
|
+
};
|
|
222
|
+
className?: undefined;
|
|
223
|
+
icon?: undefined;
|
|
224
|
+
cellHasDarkText?: undefined;
|
|
225
|
+
children?: undefined;
|
|
226
|
+
} | {
|
|
227
|
+
label: string;
|
|
228
|
+
value: string;
|
|
229
|
+
cellHasDarkText: boolean;
|
|
230
|
+
className?: undefined;
|
|
231
|
+
icon?: undefined;
|
|
232
|
+
narrowTable?: undefined;
|
|
233
|
+
children?: undefined;
|
|
234
|
+
} | {
|
|
235
|
+
label: string;
|
|
236
|
+
value: string;
|
|
237
|
+
children: import("react/jsx-runtime").JSX.Element;
|
|
238
|
+
className?: undefined;
|
|
239
|
+
icon?: undefined;
|
|
240
|
+
cellHasDarkText?: undefined;
|
|
241
|
+
narrowTable?: undefined;
|
|
242
|
+
})[];
|
|
243
|
+
expandableContent: {
|
|
244
|
+
content: import("react/jsx-runtime").JSX.Element;
|
|
245
|
+
};
|
|
246
|
+
})[];
|
|
247
|
+
};
|
|
248
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<import("./tabs").TabsProps>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const TabsDefault: {
|
|
8
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
name: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const TabsFullWidth: {
|
|
12
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
name: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const TabsReactExampleUncontrolled: {
|
|
16
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const TabsReactExampleControlled: {
|
|
20
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
name: string;
|
|
22
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<import("./tag").TagProps>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const BasicUsage: {
|
|
8
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const IntentPrimary: {
|
|
11
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const IntentNeutral: {
|
|
15
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
name: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const IntentSuccess: {
|
|
19
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
name: string;
|
|
21
|
+
};
|
|
22
|
+
export declare const IntentPending: {
|
|
23
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
name: string;
|
|
25
|
+
};
|
|
26
|
+
export declare const IntentWarning: {
|
|
27
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
name: string;
|
|
29
|
+
};
|
|
30
|
+
export declare const IntentDanger: {
|
|
31
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
name: string;
|
|
33
|
+
};
|
|
34
|
+
export declare const IntentDefault: {
|
|
35
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
name: string;
|
|
37
|
+
};
|
|
38
|
+
export declare const TagGroupUsage: {
|
|
39
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import("./textarea").TextAreaWrapped;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const BasicUsage: {
|
|
7
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export declare const TextAreaPlaceholder: {
|
|
10
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const TextAreaError: {
|
|
14
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<import("./tile").TileProps>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const BasicUsage: {
|
|
8
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const PaddingVariants: {
|
|
11
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
};
|
|
13
|
+
export declare const TileLayouts: {
|
|
14
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import("./toggle").ToggleWrapped;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
6
|
+
export declare const BasicUsage: {
|
|
7
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
};
|
|
9
|
+
export declare const ToggleSwitch: {
|
|
10
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const ToggleGreyBg: {
|
|
14
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
name: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const ToggleRadioDefault: {
|
|
18
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
name: string;
|
|
20
|
+
};
|
|
21
|
+
export declare const ToggleRadioSelectPropsGreyBg: {
|
|
22
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
name: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const ToggleRadioDisabled: {
|
|
26
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
name: string;
|
|
28
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<import("./tool-tip").ToolTipProps>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const BasicUsage: {
|
|
8
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const DefaultActive: {
|
|
11
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<import("./typography").TypographyProps>;
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const BaseScale: {
|
|
8
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
};
|
|
10
|
+
export declare const TypographyModifiers: {
|
|
11
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
};
|
|
13
|
+
export declare const Intent: {
|
|
14
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
};
|
|
16
|
+
export declare const TitleUsage: {
|
|
17
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
};
|
|
19
|
+
export declare const SubtitleUsage: {
|
|
20
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
};
|
|
22
|
+
export declare const BodyTextUsage: {
|
|
23
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
};
|
|
25
|
+
export declare const SmallTextUsage: {
|
|
26
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
};
|
|
28
|
+
export declare const TitleAndSubtitle: {
|
|
29
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
};
|
|
31
|
+
export declare const SubtitleAndBodyText: {
|
|
32
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
};
|
|
34
|
+
export declare const BodyTextAndSmallText: {
|
|
35
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
};
|
|
@@ -1,3 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import("react").FC<{
|
|
5
|
+
children?: import("react").ReactNode;
|
|
6
|
+
}>;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const MediaStateProviderUsage: {
|
|
10
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
name: string;
|
|
12
|
+
};
|
|
13
|
+
export declare const MediaStateProviderBreakpoints: {
|
|
14
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
name: string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: ({ id, children }: {
|
|
5
|
+
id: any;
|
|
6
|
+
children: any;
|
|
7
|
+
}) => import("react").ReactPortal;
|
|
8
|
+
};
|
|
9
|
+
export default _default;
|
|
10
|
+
export declare const PortalUsage: {
|
|
11
|
+
render: ({}: {}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ export * from './components/modal';
|
|
|
22
22
|
export * from './components/multi-select';
|
|
23
23
|
export * from './components/nav';
|
|
24
24
|
export * from './components/pagination';
|
|
25
|
-
export * from './components/persistant-notification';
|
|
26
25
|
export * from './components/persistent-notification';
|
|
27
26
|
export * from './components/progress-bar';
|
|
28
27
|
export * from './components/secondary-nav';
|