@transferwise/components 45.1.0 → 45.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/es/no-polyfill/actionButton/ActionButton.story.js +1 -1
- package/build/es/no-polyfill/actionOption/ActionOption.story.js +1 -1
- package/build/es/no-polyfill/alert/Alert.story.js +1 -0
- package/build/es/no-polyfill/avatar/Avatar.story.js +1 -0
- package/build/es/no-polyfill/avatarWrapper/AvatarWrapper.story.js +1 -0
- package/build/es/no-polyfill/chevron/Chevron.story.js +1 -0
- package/build/es/no-polyfill/dimmer/Dimmer.story.js +2 -1
- package/build/es/no-polyfill/index.js +1 -1
- package/build/es/no-polyfill/listItem/ListItem.js +1 -0
- package/build/es/no-polyfill/listItem/ListItem.spec.js +1 -0
- package/build/es/no-polyfill/listItem/ListItem.story.js +1 -0
- package/build/es/no-polyfill/listItem/index.js +1 -0
- package/build/es/no-polyfill/loader/Loader.story.js +1 -0
- package/build/es/no-polyfill/logo/Logo.story.js +1 -0
- package/build/es/no-polyfill/money/Money.story.js +1 -0
- package/build/es/no-polyfill/moneyInput/MoneyInput.story.js +1 -0
- package/build/es/no-polyfill/progress/Progress.story.js +1 -0
- package/build/es/no-polyfill/progressBar/ProgressBar.story.js +1 -1
- package/build/es/no-polyfill/provider/Provider.story.js +1 -1
- package/build/es/no-polyfill/statusIcon/StatusIcon.story.js +1 -0
- package/build/es/no-polyfill/tabs/Tabs.js +1 -1
- package/build/es/polyfill/actionButton/ActionButton.story.js +1 -1
- package/build/es/polyfill/actionOption/ActionOption.story.js +1 -1
- package/build/es/polyfill/alert/Alert.story.js +1 -0
- package/build/es/polyfill/avatar/Avatar.story.js +1 -0
- package/build/es/polyfill/avatarWrapper/AvatarWrapper.story.js +1 -0
- package/build/es/polyfill/chevron/Chevron.story.js +1 -0
- package/build/es/polyfill/dimmer/Dimmer.story.js +2 -1
- package/build/es/polyfill/index.js +1 -1
- package/build/es/polyfill/listItem/ListItem.js +1 -0
- package/build/es/polyfill/listItem/ListItem.spec.js +1 -0
- package/build/es/polyfill/listItem/ListItem.story.js +1 -0
- package/build/es/polyfill/listItem/index.js +1 -0
- package/build/es/polyfill/loader/Loader.story.js +1 -0
- package/build/es/polyfill/logo/Logo.story.js +1 -0
- package/build/es/polyfill/money/Money.story.js +1 -0
- package/build/es/polyfill/moneyInput/MoneyInput.story.js +1 -0
- package/build/es/polyfill/progress/Progress.story.js +1 -0
- package/build/es/polyfill/progressBar/ProgressBar.story.js +1 -1
- package/build/es/polyfill/provider/Provider.story.js +1 -1
- package/build/es/polyfill/statusIcon/StatusIcon.story.js +1 -0
- package/build/es/polyfill/tabs/Tabs.js +1 -1
- package/build/main.css +1 -1
- package/build/styles/listItem/ListItem.css +1 -0
- package/build/styles/main.css +1 -1
- package/build/types/actionButton/ActionButton.story.d.ts +6 -2
- package/build/types/actionOption/ActionOption.story.d.ts +28 -6
- package/build/types/alert/Alert.story.d.ts +56 -0
- package/build/types/avatar/Avatar.story.d.ts +42 -0
- package/build/types/avatarWrapper/AvatarWrapper.story.d.ts +59 -0
- package/build/types/chevron/Chevron.story.d.ts +44 -0
- package/build/types/dimmer/Dimmer.story.d.ts +9 -1
- package/build/types/index.d.ts +1 -0
- package/build/types/listItem/ListItem.d.ts +12 -0
- package/build/types/listItem/ListItem.spec.d.ts +1 -0
- package/build/types/listItem/ListItem.story.d.ts +17 -0
- package/build/types/listItem/index.d.ts +1 -0
- package/build/types/loader/Loader.story.d.ts +28 -0
- package/build/types/logo/Logo.story.d.ts +32 -0
- package/build/types/money/Money.story.d.ts +19 -0
- package/build/types/moneyInput/MoneyInput.story.d.ts +35 -0
- package/build/types/progress/Progress.story.d.ts +17 -0
- package/build/types/progressBar/ProgressBar.story.d.ts +8 -3
- package/build/types/provider/Provider.story.d.ts +4 -1
- package/build/types/statusIcon/StatusIcon.story.d.ts +15 -0
- package/build/umd/no-polyfill/main.js +1 -1
- package/build/umd/polyfill/main.js +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.np-list-item{width:100%}.np-list-item__action{flex-shrink:0}
|