playbook-ui 15.7.0-alpha.play263313229 → 15.7.0-alpha.play270013252
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/.vite/manifest.json +11 -11
- package/dist/chunks/_typeahead-CZqKJ2_B.js +6 -0
- package/dist/chunks/lib-DOcjHvyR.js +29 -0
- package/dist/chunks/vendor.js +2 -2
- package/dist/playbook-rails-react-bindings.js +1 -1
- package/dist/playbook-rails.js +1 -1
- package/dist/playbook.css +1 -1
- package/dist/playbook.js +1 -1
- package/package.json +1 -3
- package/dist/chunks/_typeahead-Ckz1ce-2.js +0 -6
- package/dist/chunks/lib-DxDBrGZX.js +0 -29
package/dist/playbook.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{AdvancedTable,BreadCrumbItem,BreadCrumbs,ButtonToolbar,Contact,CopyButton,Currency,DashboardValue,Date,DatePicker,DateRangeInline,DateRangeStacked,DateStacked,DateTime,DateTimeStacked,DateYearStacked,Dialog,Dropdown,EmptyState,FileUpload,Filter,FixedConfirmationToast,FormGroup,Hashtag,HomeAddressStreet,IconButton,IconStatValue,IconValue,LabelPill,LabelValue,Layout,Legend,Lightbox,Link,List,ListItem,LoadingInline,Map,MapCustomButton,Message,MultipleUsers,MultipleUsersStacked,Overlay,Pagination,Person,PersonContact,Pill,ProgressPills,ProgressSimple,ProgressStep,ProgressStepItem,Select,SelectableCardIcon,SelectableIcon,SelectableList,SelectableListItem,SkeletonLoading,Source,StarRating,StatChange,StatValue,Table,TableRow,Textarea,Time,TimeRangeInline,TimeStacked,Timeline,Timestamp,TitleCount,TitleDetail,Toggle,UserBadge,WeekdayStacked}from"./chunks/vendor.js";import"./chunks/lazysizes-B7xYodB-.js";import{E,A,x,
|
|
1
|
+
import{AdvancedTable,BreadCrumbItem,BreadCrumbs,ButtonToolbar,Contact,CopyButton,Currency,DashboardValue,Date,DatePicker,DateRangeInline,DateRangeStacked,DateStacked,DateTime,DateTimeStacked,DateYearStacked,Dialog,Dropdown,EmptyState,FileUpload,Filter,FixedConfirmationToast,FormGroup,Hashtag,HomeAddressStreet,IconButton,IconStatValue,IconValue,LabelPill,LabelValue,Layout,Legend,Lightbox,Link,List,ListItem,LoadingInline,Map,MapCustomButton,Message,MultipleUsers,MultipleUsersStacked,Overlay,Pagination,Person,PersonContact,Pill,ProgressPills,ProgressSimple,ProgressStep,ProgressStepItem,Select,SelectableCardIcon,SelectableIcon,SelectableList,SelectableListItem,SkeletonLoading,Source,StarRating,StatChange,StatValue,Table,TableRow,Textarea,Time,TimeRangeInline,TimeStacked,Timeline,Timestamp,TitleCount,TitleDetail,Toggle,UserBadge,WeekdayStacked}from"./chunks/vendor.js";import"./chunks/lazysizes-B7xYodB-.js";import{E,A,x,B,j,f,h,l,i,C,m,J,D,H,F,n,u,K,I,s,v,M,N,L,O,Q,U,V,W,X,P,Y,R,Z,S,G,t,_,T,o,$,a0}from"./chunks/_typeahead-CZqKJ2_B.js";import{l as l2,q,P as P2,r,s as s2,_ as _2,h as h2,k,d,t as t2,v as v2,j as j2,w,x as x2,y,z,A as A2,B as B2,C as C2,u as u2,e,a}from"./chunks/lib-DOcjHvyR.js";import"react/jsx-runtime";import"react";import"react-dom";import"highcharts";import"highcharts-react-official";import"highcharts/highcharts-more";import"highcharts/modules/solid-gauge";import"react-trix";import"trix";import"react-is";export{AdvancedTable,E as Avatar,A as Background,x as Badge,B as Body,BreadCrumbItem,BreadCrumbs,j as Button,ButtonToolbar,f as Caption,h as Card,l as Checkbox,i as CircleIconButton,C as Collapsible,Contact,CopyButton,Currency,DashboardValue,Date,DatePicker,DateRangeInline,DateRangeStacked,DateStacked,DateTime,DateTimeStacked,DateYearStacked,m as Detail,Dialog,J as DistributionBar,D as Draggable,H as DraggableProvider,Dropdown,EmptyState,FileUpload,Filter,FixedConfirmationToast,F as Flex,n as FlexItem,FormGroup,u as FormPill,Hashtag,K as Highlight,HomeAddressStreet,I as Icon,IconButton,s as IconCircle,IconStatValue,IconValue,v as Image,LabelPill,LabelValue,Layout,Legend,Lightbox,Link,List,ListItem,LoadingInline,Map,MapCustomButton,Message,M as MultiLevelSelect,MultipleUsers,MultipleUsersStacked,N as Nav,L as NavItem,O as OnlineStatus,Overlay,Pagination,Q as Passphrase,U as PbBarGraph,V as PbCircleChart,W as PbGaugeChart,X as PbLineGraph,l2 as PbPopover,P as PbReactPopover,q as PbTable,P2 as PbTextarea,r as PbTooltip,s2 as PbTypeahead,Person,PersonContact,Y as PhoneNumberInput,Pill,ProgressPills,ProgressSimple,ProgressStep,ProgressStepItem,R as Radio,Z as RichTextEditor,S as SectionSeparator,Select,G as SelectableCard,SelectableCardIcon,SelectableIcon,SelectableList,SelectableListItem,SkeletonLoading,Source,StarRating,StatChange,StatValue,Table,TableRow,t as TextInput,Textarea,Time,_ as TimePicker,TimeRangeInline,TimeStacked,Timeline,Timestamp,T as Title,TitleCount,TitleDetail,Toggle,o as Tooltip,$ as Typeahead,a0 as User,UserBadge,WeekdayStacked,_2 as borderRadius,h2 as colors,k as dashboardValueSettings,d as datePickerHelper,t2 as formHelper,v2 as lineHeight,j2 as mapTheme,w as opacity,x2 as positioning,y as scale,z as screenSizes,A2 as shadows,B2 as spacing,C2 as typography,u2 as useCollapsible,e as useDropdown,a as usePBCopy};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "playbook-ui",
|
|
3
|
-
"version": "15.7.0-alpha.
|
|
3
|
+
"version": "15.7.0-alpha.play270013252",
|
|
4
4
|
"description": "Nitro's Design System",
|
|
5
5
|
"main": "./dist/playbook.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -38,8 +38,6 @@
|
|
|
38
38
|
"@popperjs/core": "^2.11.8",
|
|
39
39
|
"classnames": "2.5.1",
|
|
40
40
|
"flatpickr": "^4.6.13",
|
|
41
|
-
"highcharts": "^11.4.8",
|
|
42
|
-
"highcharts-react-official": "^3.2.1",
|
|
43
41
|
"intl-tel-input": "^24.7.0"
|
|
44
42
|
},
|
|
45
43
|
"devDependencies": {
|