@bbl-digital/snorre 2.2.60 → 2.2.65
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/bundle.js +223 -117
- package/esm/core/CommentsTimeline/CommentLine/styles.js +4 -12
- package/esm/core/Editor/config.js +3 -0
- package/esm/core/Editor/index.js +13 -3
- package/esm/core/FileInput/styles.js +12 -12
- package/esm/core/Html/index.js +1 -1
- package/esm/core/Html/styles.js +16 -5
- package/esm/core/Tag/styles.js +10 -9
- package/esm/core/Textarea/styles.js +6 -6
- package/esm/icons/General/IconChoice.js +15 -0
- package/esm/icons/General/IconFileAdd.js +15 -0
- package/esm/icons/General/IconForward.js +15 -0
- package/esm/icons/General/IconLabel.js +15 -0
- package/esm/icons/General/IconReply.js +15 -0
- package/esm/icons/General/IconReplyAll.js +15 -0
- package/esm/icons/General/IconUserThin.js +15 -0
- package/esm/index.js +8 -1
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentLine/styles.js +4 -12
- package/lib/core/Editor/config.d.ts +1 -0
- package/lib/core/Editor/config.d.ts.map +1 -1
- package/lib/core/Editor/config.js +3 -0
- package/lib/core/Editor/index.d.ts.map +1 -1
- package/lib/core/Editor/index.js +13 -3
- package/lib/core/FileInput/styles.js +12 -12
- package/lib/core/Html/index.d.ts +2 -0
- package/lib/core/Html/index.d.ts.map +1 -1
- package/lib/core/Html/index.js +1 -1
- package/lib/core/Html/styles.d.ts +1 -0
- package/lib/core/Html/styles.d.ts.map +1 -1
- package/lib/core/Html/styles.js +16 -5
- package/lib/core/Tag/styles.d.ts.map +1 -1
- package/lib/core/Tag/styles.js +10 -9
- package/lib/core/Textarea/styles.d.ts.map +1 -1
- package/lib/core/Textarea/styles.js +6 -6
- package/lib/icons/General/IconChoice.d.ts +4 -0
- package/lib/icons/General/IconChoice.d.ts.map +1 -0
- package/lib/icons/General/IconChoice.js +15 -0
- package/lib/icons/General/IconFileAdd.d.ts +4 -0
- package/lib/icons/General/IconFileAdd.d.ts.map +1 -0
- package/lib/icons/General/IconFileAdd.js +15 -0
- package/lib/icons/General/IconForward.d.ts +4 -0
- package/lib/icons/General/IconForward.d.ts.map +1 -0
- package/lib/icons/General/IconForward.js +15 -0
- package/lib/icons/General/IconLabel.d.ts +4 -0
- package/lib/icons/General/IconLabel.d.ts.map +1 -0
- package/lib/icons/General/IconLabel.js +15 -0
- package/lib/icons/General/IconReply.d.ts +4 -0
- package/lib/icons/General/IconReply.d.ts.map +1 -0
- package/lib/icons/General/IconReply.js +15 -0
- package/lib/icons/General/IconReplyAll.d.ts +4 -0
- package/lib/icons/General/IconReplyAll.d.ts.map +1 -0
- package/lib/icons/General/IconReplyAll.js +15 -0
- package/lib/icons/General/IconUserThin.d.ts +4 -0
- package/lib/icons/General/IconUserThin.d.ts.map +1 -0
- package/lib/icons/General/IconUserThin.js +15 -0
- package/lib/index.d.ts +8 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +8 -1
- package/package.json +2 -1
package/lib/index.js
CHANGED
@@ -25,6 +25,10 @@ import Skeleton from './core/Skeleton';
|
|
25
25
|
import IconApartment from './icons/General/IconApartment';
|
26
26
|
import IconArchives from './icons/General/IconArchives';
|
27
27
|
import IconArea from './icons/General/IconArea';
|
28
|
+
import IconChoice from './icons/General/IconChoice';
|
29
|
+
import IconReply from './icons/General/IconReply';
|
30
|
+
import IconReplyAll from './icons/General/IconReplyAll';
|
31
|
+
import IconForward from './icons/General/IconForward';
|
28
32
|
import IconArrowDown from './icons/General/IconArrowDown';
|
29
33
|
import IconDelete from './icons/General/IconDelete';
|
30
34
|
import IconDoor from './icons/General/IconDoor';
|
@@ -68,6 +72,7 @@ import IconFamily from './icons/General/IconFamily';
|
|
68
72
|
import IconFerry from './icons/General/IconFerry';
|
69
73
|
import IconFile from './icons/General/IconFile';
|
70
74
|
import IconFileEdit from './icons/General/IconFileEdit';
|
75
|
+
import IconFileAdd from './icons/General/IconFileAdd';
|
71
76
|
import IconFileExcel from './icons/General/IconFileExcel';
|
72
77
|
import IconFilePDF from './icons/General/IconFilePDF';
|
73
78
|
import IconFileWord from './icons/General/IconFileWord';
|
@@ -84,6 +89,7 @@ import IconHouse from './icons/General/IconHouse';
|
|
84
89
|
import IconHumans from './icons/General/IconHumans';
|
85
90
|
import IconImportantComment from './icons/General/IconImportantComment';
|
86
91
|
import IconInbox from './icons/General/IconInbox';
|
92
|
+
import IconLabel from './icons/General/IconLabel';
|
87
93
|
import IconJointcost from './icons/General/IconJointcost';
|
88
94
|
import IconJointcost2 from './icons/General/IconJointcost2';
|
89
95
|
import IconKey from './icons/General/IconKey';
|
@@ -124,6 +130,7 @@ import IconTransport from './icons/General/IconTransport';
|
|
124
130
|
import IconTypeOfBuilding from './icons/General/IconTypeOfBuilding';
|
125
131
|
import IconUpload from './icons/General/IconUpload';
|
126
132
|
import IconUser from './icons/General/IconUser';
|
133
|
+
import IconUserThin from './icons/General/IconUserThin';
|
127
134
|
import IconVote from './icons/General/IconVote';
|
128
135
|
import IconWalk from './icons/General/IconWalk';
|
129
136
|
import IconWarning from './icons/General/IconWarning';
|
@@ -269,4 +276,4 @@ import IconBblShield from './icons/General/IconBblShield';
|
|
269
276
|
import NoticeCard from './core/NoticeCard';
|
270
277
|
import ListPager from './core/ListPager';
|
271
278
|
import { getCurrentPage, getFirstButtonIndex, getHasMorePages, getHasPreviousPages, getSkippedItems } from './utils/pagination';
|
272
|
-
export { Topbar, Layout, LayoutShell, AppShell, AppLoader, Alert, Button, Card, Divider, Dropdown, Header, Input, Image, Checkbox, Link, List, ListItem, Tag, Text, Footer, FooterCol, FooterGroup, FooterLabel, FooterLink, FooterButton, Radio, Skeleton, Html, CustomText, Select, Option, UserMenu, UserMenuOption, Modal, NotificationsMenu, NotificationRow, Table, Cell, Row, FileInput, Datepicker, Menu, AppPicker, MainMenu, MenuItem, MenuTop, SecondaryMenu, SecondaryMenuItem, MenuSpacer, Submenu, SubmenuItem, PreemptionCard, PreemptionCardLoading, PieChart, SimpleBarChart, SimpleLineChart, BarAndLineComposedChart, BarChartWithCustomizedEvent, IconApartment, IconArchives, IconArea, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowUp, IconAttachment, IconBack, IconBath, IconBoard, IconBookmarkOutline, IconBookmarkFilled, IconBus, IconBlock, IconCar, IconCaretDown, IconCaretLeft, IconCaretUp, IconCaretRight, IconCheck, IconCheckedOutline, IconCheckedFilled, IconChevronLeft, IconChevronRight, IconChevronDown, IconClose, IconCloseAlt, IconComment, IconCompanyBuilding, IconDelete, IconDoor, IconDotFilled, IconDotOutline, IconDownload, IconDraft, IconElevator, IconErrorOutline, IconErrorFilled, IconExternalLink, IconEye, IconEyeDeny, IconFamily, IconFerry, IconFile, IconFileEdit, IconFileExcel, IconFilePDF, IconFileWord, IconFillOut, IconFloor, IconGarage, IconGrid, IconGym, IconHearth, IconHearthOutline, IconHelp, IconHistory, IconHouse, IconHumans, IconImportantComment, IconInbox, IconJointcost, IconJointcost2, IconKey, IconKitchen, IconLeisureTime, IconLock, IconLockLocked, IconLockOpen, IconMap, IconMail, IconMenu, IconMinus, IconMoney, IconParking, IconPaymentCard, IconPlus, IconPortalUser, IconReciept, IconRedo, IconRefresh, IconRoom, IconSave, IconSearch, IconSend, IconSettings, IconShopping, IconSign, IconStarFilled, IconStarHalf, IconStarOutline, IconStore, IconSubway, IconSwitch, IconTrain, IconTram, IconPrint, IconTransport, IconTypeOfBuilding, IconTypeOfBuildingOutline, IconUpload, IconUser, IconVote, IconWalk, IconWarning, IconWarningBell, IconZip, IconSort, IconFilterList, IconBellOutline, IconPlusAlt, IconPhone, IconHouseOutline, IconMembership, IconMembershipFilled, IconCalendar, IconInfoOutline, IconInfoFilled, IllustrationHouse, IllustrationHighHouseComposition, IllustrationHighHouse, IllustrationHouseComposition, IllustrationLowHouse, IllustrationLowHouseComposition, IllustrationSemiDetachedHouse, IllustrationSemiDetachedHouseComposition, IllustrationSmallHouse, IllustrationSmallHouseComposition, IllustrationTerraceBlock, IllustrationTerraceBlockComposition, IllustrationTownHouse, IllustrationTownHouseComposition, IllustrationHousesBackground, IllustrationHousesBackgroundWithComposition, IllustrationHouseMissing, IllustrationError, IllustrationErrorGeneric, IllustrationPaperCompleted, IllustrationPaperMissing, IllustrationMySiteBuilding, IllustrationMySiteCoffeeBook, IllustrationMySiteComputer, IllustrationMySiteGift, IllustrationMySitePapers, IllustrationMySitePiggyBank, IllustrationMySiteTransfer, IconCommunication, IconCommunicationFilled, IconCompanyBuildingOutline, IconCompanyBuildingFilled, IconDashboard, IconDashboardFilled, IconEconomy, IconEconomyFilled, IconWork, IconWorkFilled, IconProfile, IconProfileFilled, IconLookup, IconLookupFilled, IconDocument, IconDocumentFilled, IconEarth, IconEdit, IconMinusAlt, IconMinusAltFilled, IconUndo, IconVisa, IconMasterCard, IconBankAxept, IconAmericanExpress, IconFileCopy, IconBblFlame, IconBblWater, IconBblShield, useIsMobile, useScreenOrientation, getDomainFromUrl, getFormatedPhone, getUrlWithProtocol, getFormattedPrice, getFormattedPriceWithEnding, getFormattedDate, getTitleString, getDateIsValid, getReducedArray, getFormattedAccountNumber, getFormattedOrganizationNumber, isValidAccountNumber, getFormattedCardNumber, getFormattedTime, alpha, getCurrentPage, getSkippedItems, getHasPreviousPages, getHasMorePages, getFirstButtonIndex, getFormattedDateTimePretty, Box, Textarea, InfoButton, CommentsTimeline, CommentLine, HeaderCell, RowCell, TableHeader, TableRow, BoxedTable, CollapseList, CollapseListItem, Banner, Calendar, YearWheel, DropdownMenu, DropdownMenuOption, Timeline, Timepicker, TimelineStep, HighlightText, TabBar, TabItem, Editor, TabNav, TabNavItem, NoticeCard, ListPager };
|
279
|
+
export { Topbar, Layout, LayoutShell, AppShell, AppLoader, Alert, Button, Card, Divider, Dropdown, Header, Input, Image, Checkbox, Link, List, ListItem, Tag, Text, Footer, FooterCol, FooterGroup, FooterLabel, FooterLink, FooterButton, Radio, Skeleton, Html, CustomText, Select, Option, UserMenu, UserMenuOption, Modal, NotificationsMenu, NotificationRow, Table, Cell, Row, FileInput, Datepicker, Menu, AppPicker, MainMenu, MenuItem, MenuTop, SecondaryMenu, SecondaryMenuItem, MenuSpacer, Submenu, SubmenuItem, PreemptionCard, PreemptionCardLoading, PieChart, SimpleBarChart, SimpleLineChart, BarAndLineComposedChart, BarChartWithCustomizedEvent, IconApartment, IconArchives, IconArea, IconChoice, IconReply, IconReplyAll, IconForward, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowUp, IconAttachment, IconBack, IconBath, IconBoard, IconBookmarkOutline, IconBookmarkFilled, IconBus, IconBlock, IconCar, IconCaretDown, IconCaretLeft, IconCaretUp, IconCaretRight, IconCheck, IconCheckedOutline, IconCheckedFilled, IconChevronLeft, IconChevronRight, IconChevronDown, IconClose, IconCloseAlt, IconComment, IconCompanyBuilding, IconDelete, IconDoor, IconDotFilled, IconDotOutline, IconDownload, IconDraft, IconElevator, IconErrorOutline, IconErrorFilled, IconExternalLink, IconEye, IconEyeDeny, IconFamily, IconFerry, IconFile, IconFileEdit, IconFileAdd, IconFileExcel, IconFilePDF, IconFileWord, IconFillOut, IconFloor, IconGarage, IconGrid, IconGym, IconHearth, IconHearthOutline, IconHelp, IconHistory, IconHouse, IconHumans, IconImportantComment, IconInbox, IconLabel, IconJointcost, IconJointcost2, IconKey, IconKitchen, IconLeisureTime, IconLock, IconLockLocked, IconLockOpen, IconMap, IconMail, IconMenu, IconMinus, IconMoney, IconParking, IconPaymentCard, IconPlus, IconPortalUser, IconReciept, IconRedo, IconRefresh, IconRoom, IconSave, IconSearch, IconSend, IconSettings, IconShopping, IconSign, IconStarFilled, IconStarHalf, IconStarOutline, IconStore, IconSubway, IconSwitch, IconTrain, IconTram, IconPrint, IconTransport, IconTypeOfBuilding, IconTypeOfBuildingOutline, IconUpload, IconUser, IconUserThin, IconVote, IconWalk, IconWarning, IconWarningBell, IconZip, IconSort, IconFilterList, IconBellOutline, IconPlusAlt, IconPhone, IconHouseOutline, IconMembership, IconMembershipFilled, IconCalendar, IconInfoOutline, IconInfoFilled, IllustrationHouse, IllustrationHighHouseComposition, IllustrationHighHouse, IllustrationHouseComposition, IllustrationLowHouse, IllustrationLowHouseComposition, IllustrationSemiDetachedHouse, IllustrationSemiDetachedHouseComposition, IllustrationSmallHouse, IllustrationSmallHouseComposition, IllustrationTerraceBlock, IllustrationTerraceBlockComposition, IllustrationTownHouse, IllustrationTownHouseComposition, IllustrationHousesBackground, IllustrationHousesBackgroundWithComposition, IllustrationHouseMissing, IllustrationError, IllustrationErrorGeneric, IllustrationPaperCompleted, IllustrationPaperMissing, IllustrationMySiteBuilding, IllustrationMySiteCoffeeBook, IllustrationMySiteComputer, IllustrationMySiteGift, IllustrationMySitePapers, IllustrationMySitePiggyBank, IllustrationMySiteTransfer, IconCommunication, IconCommunicationFilled, IconCompanyBuildingOutline, IconCompanyBuildingFilled, IconDashboard, IconDashboardFilled, IconEconomy, IconEconomyFilled, IconWork, IconWorkFilled, IconProfile, IconProfileFilled, IconLookup, IconLookupFilled, IconDocument, IconDocumentFilled, IconEarth, IconEdit, IconMinusAlt, IconMinusAltFilled, IconUndo, IconVisa, IconMasterCard, IconBankAxept, IconAmericanExpress, IconFileCopy, IconBblFlame, IconBblWater, IconBblShield, useIsMobile, useScreenOrientation, getDomainFromUrl, getFormatedPhone, getUrlWithProtocol, getFormattedPrice, getFormattedPriceWithEnding, getFormattedDate, getTitleString, getDateIsValid, getReducedArray, getFormattedAccountNumber, getFormattedOrganizationNumber, isValidAccountNumber, getFormattedCardNumber, getFormattedTime, alpha, getCurrentPage, getSkippedItems, getHasPreviousPages, getHasMorePages, getFirstButtonIndex, getFormattedDateTimePretty, Box, Textarea, InfoButton, CommentsTimeline, CommentLine, HeaderCell, RowCell, TableHeader, TableRow, BoxedTable, CollapseList, CollapseListItem, Banner, Calendar, YearWheel, DropdownMenu, DropdownMenuOption, Timeline, Timepicker, TimelineStep, HighlightText, TabBar, TabItem, Editor, TabNav, TabNavItem, NoticeCard, ListPager };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bbl-digital/snorre",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.65",
|
4
4
|
"description": "Design library for BBL Digital",
|
5
5
|
"license": "MIT",
|
6
6
|
"main": "./lib/index.js",
|
@@ -21,6 +21,7 @@
|
|
21
21
|
"dependencies": {
|
22
22
|
"draft-convert": "^2.1.12",
|
23
23
|
"draft-js": "^0.11.7",
|
24
|
+
"draft-js-import-html": "^1.4.1",
|
24
25
|
"draftjs-to-html": "^0.9.1",
|
25
26
|
"react-day-picker": "^7.4.8",
|
26
27
|
"react-draft-wysiwyg": "^1.14.7",
|