playbook_ui 14.1.0.pre.alpha.PLAY15063617 → 14.1.0.pre.alpha.fixaction3547

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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +0 -2
  3. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +3 -3
  4. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +1 -1
  5. data/app/pb_kits/playbook/pb_avatar_action_button/_avatar_action_button.scss +2 -2
  6. data/app/pb_kits/playbook/pb_badge/_badge.scss +0 -9
  7. data/app/pb_kits/playbook/pb_badge/_badge.tsx +3 -8
  8. data/app/pb_kits/playbook/pb_badge/badge.rb +1 -1
  9. data/app/pb_kits/playbook/pb_badge/badge.test.js +11 -17
  10. data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.html.erb +0 -13
  11. data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.jsx +12 -31
  12. data/app/pb_kits/playbook/pb_button/_button.tsx +1 -4
  13. data/app/pb_kits/playbook/pb_button/button.html.erb +1 -1
  14. data/app/pb_kits/playbook/pb_button/button.rb +0 -4
  15. data/app/pb_kits/playbook/pb_circle_icon_button/_circle_icon_button.scss +1 -1
  16. data/app/pb_kits/playbook/pb_date_time/dateTime.test.js +2 -2
  17. data/app/pb_kits/playbook/pb_dialog/_close_icon.tsx +1 -5
  18. data/app/pb_kits/playbook/pb_dialog/_dialog.tsx +1 -3
  19. data/app/pb_kits/playbook/pb_dialog/dialog.test.jsx +1 -20
  20. data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +1 -1
  21. data/app/pb_kits/playbook/pb_dialog/dialog_header.rb +0 -4
  22. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_default.jsx +5 -1
  23. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +0 -1
  24. data/app/pb_kits/playbook/pb_dialog/docs/index.js +0 -1
  25. data/app/pb_kits/playbook/pb_filter/filter.rb +1 -1
  26. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +0 -1
  27. data/app/pb_kits/playbook/pb_form_pill/_form_pill.scss +25 -43
  28. data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +2 -6
  29. data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -2
  30. data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +4 -4
  31. data/app/pb_kits/playbook/pb_form_pill/form_pill.rb +0 -4
  32. data/app/pb_kits/playbook/pb_icon/_icon.tsx +1 -1
  33. data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +2 -0
  34. data/app/pb_kits/playbook/pb_pagination/_pagination.scss +13 -49
  35. data/app/pb_kits/playbook/pb_pagination/docs/example.yml +1 -3
  36. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss +7 -0
  37. data/app/pb_kits/playbook/pb_popover/_popover.tsx +5 -10
  38. data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +76 -50
  39. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +0 -1
  40. data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +1 -2
  41. data/app/pb_kits/playbook/pb_star_rating/index.js +41 -78
  42. data/app/pb_kits/playbook/pb_star_rating/star_rating.html.erb +2 -4
  43. data/app/pb_kits/playbook/pb_star_rating/star_rating.rb +0 -17
  44. data/app/pb_kits/playbook/pb_star_rating/subcomponents/_star_rating_display.tsx +2 -0
  45. data/app/pb_kits/playbook/pb_star_rating/subcomponents/_star_rating_interactive.tsx +1 -0
  46. data/app/pb_kits/playbook/pb_time/_time.tsx +8 -12
  47. data/app/pb_kits/playbook/pb_time/time.html.erb +3 -3
  48. data/app/pb_kits/playbook/pb_time/time.rb +0 -4
  49. data/app/pb_kits/playbook/utilities/globalPropNames.mjs +0 -1
  50. data/app/pb_kits/playbook/utilities/globalProps.ts +3 -20
  51. data/dist/chunks/_typeahead-D-4y9pbv.js +22 -0
  52. data/dist/chunks/_weekday_stacked-D5SswkOC.js +45 -0
  53. data/dist/chunks/{lib-DErGXNy3.js → lib-BE0Z3F7x.js} +2 -2
  54. data/dist/chunks/{pb_form_validation-BC6kh7Hu.js → pb_form_validation-TzZQ0Flx.js} +1 -1
  55. data/dist/chunks/vendor.js +1 -1
  56. data/dist/menu.yml +0 -4
  57. data/dist/playbook-doc.js +1 -1
  58. data/dist/playbook-rails-react-bindings.js +1 -1
  59. data/dist/playbook-rails.js +1 -1
  60. data/dist/playbook.css +1 -1
  61. data/lib/playbook/classnames.rb +0 -1
  62. data/lib/playbook/spacing.rb +2 -31
  63. data/lib/playbook/version.rb +1 -1
  64. metadata +9 -31
  65. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx +0 -46
  66. data/app/pb_kits/playbook/pb_gantt_chart/_gantt_chart.scss +0 -3
  67. data/app/pb_kits/playbook/pb_gantt_chart/_gantt_chart.tsx +0 -72
  68. data/app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx +0 -53
  69. data/app/pb_kits/playbook/pb_gantt_chart/docs/example.yml +0 -7
  70. data/app/pb_kits/playbook/pb_gantt_chart/docs/index.js +0 -1
  71. data/app/pb_kits/playbook/pb_gantt_chart/gantt_chart.test.jsx +0 -19
  72. data/app/pb_kits/playbook/pb_pagination/_pagination.tsx +0 -164
  73. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx +0 -19
  74. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md +0 -1
  75. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx +0 -62
  76. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md +0 -1
  77. data/app/pb_kits/playbook/pb_pagination/docs/data.js +0 -23
  78. data/app/pb_kits/playbook/pb_pagination/docs/index.js +0 -2
  79. data/app/pb_kits/playbook/pb_rich_text_editor/_previewer_mixin.scss +0 -132
  80. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx +0 -73
  81. data/app/pb_kits/playbook/tokens/_container.scss +0 -21
  82. data/app/pb_kits/playbook/utilities/_min_width.scss +0 -45
  83. data/app/pb_kits/playbook/utilities/icons/allicons.tsx +0 -59
  84. data/app/pb_kits/playbook/utilities/icons/clock.svg +0 -9
  85. data/app/pb_kits/playbook/utilities/icons/spinner.svg +0 -3
  86. data/app/pb_kits/playbook/utilities/icons/times.svg +0 -3
  87. data/dist/chunks/_typeahead-Cq7RLPBA.js +0 -22
  88. data/dist/chunks/_weekday_stacked-Cykj5kLZ.js +0 -45
  89. /data/app/pb_kits/playbook/pb_pagination/docs/{_pagination_default_rails.md → _pagination_default.md} +0 -0
@@ -46,7 +46,6 @@ const FormPill = (props: FormPillProps): React.ReactElement => {
46
46
  } = props
47
47
 
48
48
  const iconClass = icon ? "_icon" : ""
49
- const closeIconSize = size === "small" ? "xs" : "sm"
50
49
  const css = classnames(
51
50
  `pb_form_pill_kit_${color}${iconClass}`,
52
51
  globalProps(props),
@@ -70,7 +69,7 @@ const FormPill = (props: FormPillProps): React.ReactElement => {
70
69
  <Avatar
71
70
  imageUrl={avatarUrl}
72
71
  name={name}
73
- size="xxs"
72
+ size="xs"
74
73
  status={null}
75
74
  />
76
75
  <Title
@@ -85,7 +84,7 @@ const FormPill = (props: FormPillProps): React.ReactElement => {
85
84
  <Avatar
86
85
  imageUrl={avatarUrl}
87
86
  name={name}
88
- size="xxs"
87
+ size="xs"
89
88
  status={null}
90
89
  />
91
90
  <Title
@@ -95,7 +94,6 @@ const FormPill = (props: FormPillProps): React.ReactElement => {
95
94
  />
96
95
  <Icon
97
96
  className="pb_form_pill_icon"
98
- color={color}
99
97
  icon={icon}
100
98
  />
101
99
  </>
@@ -104,7 +102,6 @@ const FormPill = (props: FormPillProps): React.ReactElement => {
104
102
  <>
105
103
  <Icon
106
104
  className="pb_form_pill_icon"
107
- color={color}
108
105
  icon={icon}
109
106
  />
110
107
  <Title
@@ -129,7 +126,6 @@ const FormPill = (props: FormPillProps): React.ReactElement => {
129
126
  <Icon
130
127
  fixedWidth
131
128
  icon="times"
132
- size={closeIconSize}
133
129
  />
134
130
  </div>
135
131
  </div>
@@ -5,11 +5,11 @@ examples:
5
5
  - form_pill_size: Form Pill Size
6
6
  - form_pill_tag: Form Pill Tag
7
7
  - form_pill_example: Example
8
- - form_pill_icon: Form Pill Icon
8
+ # - form_pill_icon: Form Pill Icon
9
9
 
10
10
  react:
11
11
  - form_pill_user: Form Pill User
12
12
  - form_pill_size: Form Pill Size
13
13
  - form_pill_tag: Form Pill Tag
14
14
  - form_pill_example: Example
15
- - form_pill_icon: Form Pill Icon
15
+ # - form_pill_icon: Form Pill Icon
@@ -1,19 +1,19 @@
1
1
  <%= content_tag(:div, id: object.id, data: object.data, class: object.classname + object.size_class, tabindex: object.tabindex, **combined_html_options) do %>
2
2
  <% if object.name.present? %>
3
- <%= pb_rails("avatar", props: { name: object.name, image_url: object.avatar_url, size: "xxs" }) %>
3
+ <%= pb_rails("avatar", props: { name: object.name, image_url: object.avatar_url, size: "xs" }) %>
4
4
  <%= pb_rails("title", props: { text: object.name, size: 4, classname: "pb_form_pill_text" }) %>
5
5
  <% if object.icon.present? %>
6
- <%= pb_rails("icon", props: { classname: "pb_form_pill_icon", color: object.color, icon: object.icon }) %>
6
+ <%= pb_rails("icon", props: { classname: "pb_form_pill_icon", icon: object.icon }) %>
7
7
  <% end %>
8
8
  <% elsif object.text.present? %>
9
9
  <% if object.icon.present? %>
10
- <%= pb_rails("icon", props: { classname: "pb_form_pill_icon", color: object.color, icon: object.icon }) %>
10
+ <%= pb_rails("icon", props: { classname: "pb_form_pill_icon", icon: object.icon }) %>
11
11
  <% end %>
12
12
  <% if object.text.present? %>
13
13
  <%= pb_rails("title", props: { text: object.text, size: 4, classname: "pb_form_pill_tag" }) %>
14
14
  <% end %>
15
15
  <% end %>
16
16
  <%= pb_rails("body", props: { classname: "pb_form_pill_close" }) do %>
17
- <%= pb_rails("icon", props: { icon: 'times', fixed_width: true, size: object.close_icon_size }) %>
17
+ <%= pb_rails("icon", props: { icon: 'times' , fixed_width: true }) %>
18
18
  <% end %>
19
19
  <% end %>
@@ -32,10 +32,6 @@ module Playbook
32
32
  def icon_class
33
33
  icon ? "icon" : nil
34
34
  end
35
-
36
- def close_icon_size
37
- size == "small" ? "xs" : "sm"
38
- end
39
35
  end
40
36
  end
41
37
  end
@@ -28,7 +28,7 @@ type IconProps = {
28
28
  data?: {[key: string]: string},
29
29
  fixedWidth?: boolean,
30
30
  flip?: "horizontal" | "vertical" | "both" | "none",
31
- icon?: string | ReactSVGElement,
31
+ icon: string | ReactSVGElement,
32
32
  htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
33
33
  id?: string,
34
34
  inverse?: boolean,
@@ -469,6 +469,7 @@ const MultiLevelSelect = (props: MultiLevelSelectProps) => {
469
469
  <FormPill
470
470
  key={index}
471
471
  onClick={(event: any) => handlePillClose(event, item)}
472
+ size="small"
472
473
  text={item.label}
473
474
  />
474
475
  ))
@@ -481,6 +482,7 @@ const MultiLevelSelect = (props: MultiLevelSelectProps) => {
481
482
  <FormPill
482
483
  key={index}
483
484
  onClick={(event: any) => handlePillClose(event, item)}
485
+ size="small"
484
486
  text={item.label}
485
487
  />
486
488
  ))
@@ -3,45 +3,36 @@
3
3
  @import "../tokens/border_radius";
4
4
  @import "../tokens/shadows";
5
5
 
6
-
7
6
  $pagination_padding: 7px 13px 6px 13px;
8
7
  $top_bottom_radius: 0px;
9
8
 
10
- @mixin hover-state {
11
- background-color: $active_light !important;
12
- color: $primary;
13
- border-radius: $border_rad_light;
14
- }
15
-
16
9
  .pb_pagination {
17
10
  display: inline-block;
18
11
  border-radius: $border_rad_light;
19
12
  border: $border_rad_lightest solid $border_light;
20
13
  background-color: $white;
21
- padding: $space_xs 0px !important;
22
- li, .pagination-number {
14
+ padding: $space_xxs 0px !important;
15
+ li {
23
16
  display: inline;
24
- > a, li > span, .pagination-number {
17
+ > a, li > span {
25
18
  padding: $pagination_padding;
26
19
  text-decoration: none;
27
20
  }}
28
- li:first-child > a, li:first-child > span, .pagination-number, .pagination-left {
29
- background-color: $white;
21
+ li:first-child > a, li:first-child > span {
30
22
  padding: $pagination_padding;
31
23
  border-right: $border_rad_lightest solid $border_light;
32
24
  z-index: 2;
33
25
  border-top-right-radius: $top_bottom_radius;
34
26
  border-bottom-right-radius: $top_bottom_radius;
35
- cursor: pointer;
36
27
  }
37
- li:last-child > a, li:last-child > span, .pagination-number, .pagination-right {
28
+ li:last-child > a, li:last-child > span {
38
29
  padding: $pagination_padding;
39
30
  border-left: $border_rad_lightest solid $border_light;
40
31
  z-index: 2;
41
32
  border-top-left-radius: $top_bottom_radius;
42
33
  border-bottom-left-radius: $top_bottom_radius;
43
34
  }
44
- a, .pagination-number {
35
+ a {
45
36
  color: $text_lt_default;
46
37
  font-size: $text_small;
47
38
  font-weight: $regular;
@@ -49,7 +40,9 @@ $top_bottom_radius: 0px;
49
40
  transition: all $transition_default ease-out;
50
41
 
51
42
  &:hover {
52
- @include hover-state;
43
+ background-color: $active_light;
44
+ color: $primary;
45
+ border-radius: $border_rad_light;
53
46
  }
54
47
 
55
48
  &:focus-visible {
@@ -59,8 +52,8 @@ $top_bottom_radius: 0px;
59
52
  transition: none;
60
53
  }
61
54
  }
62
- .active > span, .pagination-number.active {
63
- background-color: $primary !important;
55
+ .active > span {
56
+ background-color: $primary;
64
57
  border-radius: $border_rad_light;
65
58
  color: #fff;
66
59
  padding: $pagination_padding;
@@ -69,37 +62,8 @@ $top_bottom_radius: 0px;
69
62
  font-weight: $bold;
70
63
  font-size: $text_small;
71
64
  }
72
- .disabled {
73
- pointer-events: none;
74
- opacity: 0.5;
75
- color: grey;
76
-
77
- & > span {
78
- padding: $pagination_padding;
79
- font-size: $text_small;
80
- }
81
- }
82
-
83
- .pagination-right,
84
- .pagination-left {
85
- background-color: $white;
86
- border-top: none;
87
- border-bottom: none;
88
- cursor: pointer;
89
- padding: 7px 11px 6px;
65
+ .disabled > span {
66
+ padding: $pagination_padding;
90
67
  font-size: $text_small;
91
-
92
- &:hover {
93
- @include hover-state;
94
- }
95
- }
96
- .pagination-left {
97
- border-left: none;
98
- margin-right: $space_xxs;
99
- }
100
-
101
- .pagination-right {
102
- border-right: none;
103
- margin-left: $space_xxs;
104
68
  }
105
69
  }
@@ -3,6 +3,4 @@ examples:
3
3
  rails:
4
4
  - pagination_default: Default
5
5
 
6
- react:
7
- - pagination_default: Default
8
- - pagination_page_change: Page Change
6
+
@@ -60,6 +60,7 @@ $flag-min-resolution: 192dpi;
60
60
  }
61
61
 
62
62
  .iti__flag {
63
+ background-image: url("https://intl-tel-input.com/intl-tel-input/img/flags.png");
63
64
  border-radius: 1px;
64
65
  }
65
66
 
@@ -196,4 +197,10 @@ $flag-min-resolution: 192dpi;
196
197
  }
197
198
  }
198
199
  }
200
+
201
+ @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: $flag-min-resolution) {
202
+ .iti__flag {
203
+ background-image: url("https://intl-tel-input.com/intl-tel-input/img/flags.png");
204
+ }
205
+ }
199
206
  }
@@ -21,8 +21,6 @@ import classnames from "classnames";
21
21
  import { globalProps, GlobalProps } from "../utilities/globalProps";
22
22
  import { uniqueId } from 'lodash';
23
23
 
24
- type ModifiedGlobalProps = Omit<GlobalProps, 'minWidth'>
25
-
26
24
  type PbPopoverProps = {
27
25
  aria?: { [key: string]: string };
28
26
  className?: string;
@@ -34,7 +32,7 @@ type PbPopoverProps = {
34
32
  reference: PopperReference & any;
35
33
  show?: boolean;
36
34
  shouldClosePopover?: (arg0: boolean) => void;
37
- } & ModifiedGlobalProps & Omit<PopperProps<any>, 'children'>
35
+ } & GlobalProps & Omit<PopperProps<any>, 'children'>
38
36
  & { children?: React.ReactChild[] | React.ReactChild }
39
37
 
40
38
  // Prop enabled default modifiers here
@@ -82,13 +80,10 @@ const Popover = (props: PbPopoverProps) => {
82
80
  targetId,
83
81
  } = props;
84
82
 
85
- const items = globalProps(props).split(' ')
86
- const filteredItems = items.filter(item => !item.includes('min_width'))
87
- const filteredGlobalProps = filteredItems.join(' ')
88
83
  const popoverSpacing =
89
- filteredGlobalProps.includes("dark") || !filteredGlobalProps
84
+ globalProps(props).includes("dark") || !globalProps(props)
90
85
  ? "p_sm"
91
- : filteredGlobalProps
86
+ : globalProps(props);
92
87
  const overflowHandling = maxHeight || maxWidth ? "overflow_handling" : "";
93
88
  const zIndexStyle = zIndex ? { zIndex: zIndex } : {};
94
89
  const widthHeightStyles = () => {
@@ -105,7 +100,7 @@ const Popover = (props: PbPopoverProps) => {
105
100
  const htmlProps = buildHtmlProps(htmlOptions);
106
101
  const classes = classnames(
107
102
  buildCss("pb_popover_kit"),
108
- filteredGlobalProps,
103
+ globalProps(props),
109
104
  className
110
105
  );
111
106
 
@@ -255,4 +250,4 @@ const PbReactPopover = (props: PbPopoverProps): React.ReactElement => {
255
250
  );
256
251
  };
257
252
 
258
- export default PbReactPopover;
253
+ export default PbReactPopover;
@@ -6,7 +6,6 @@
6
6
  @import "../tokens/typography";
7
7
  @import "../tokens/shadows";
8
8
  @import "../tokens/transition";
9
- @import "previewer_mixin";
10
9
 
11
10
  [class^="pb_rich_text_editor_kit"] {
12
11
  .toolbar_button {
@@ -86,44 +85,109 @@
86
85
  }
87
86
 
88
87
  code {
89
- @include preview_code;
88
+ font-family: monospace;
89
+ background: $bg_light;
90
+ padding: 0.1rem 0.3rem;
91
+ margin: 0 5px;
92
+ box-shadow: 0 2px 10px $shadow;
93
+ border-radius: 0.25rem;
94
+ overflow: hidden;
95
+ font-size: ($text_small - 1px);
90
96
  }
91
97
 
92
98
  pre {
93
- @include preview_pre_codeblock;
99
+ background: $bg_dark;
100
+ padding: $space_sm;
101
+ border-radius: $border_rad_heaviest;
102
+ margin: 1.5rem 0 2rem 0;
103
+ code {
104
+ background: transparent;
105
+ box-shadow: none;
106
+ border: 0;
107
+ color: #faf6e4;
108
+ }
94
109
  }
95
110
  a {
96
- @include preview_a;
111
+ color: $primary;
112
+ border-bottom: 1px solid $primary;
113
+ &:hover {
114
+ color: $text_lt_default;
115
+ border-bottom: 1px solid $text_lt_default;
116
+ }
97
117
  }
98
118
  blockquote {
99
- @include preview_blockquote;
119
+ font-size: $font_larger;
120
+ padding: $space_sm $space_md;
121
+ font-style: italic;
122
+ p {
123
+ margin: 0;
124
+ }
100
125
  }
101
126
  &:focus-visible {
102
127
  outline: unset;
103
128
  @include transition_default;
104
129
  }
105
130
  h1 {
106
- @include preview_h1;
131
+ font-size: $text_largest;
132
+ line-height: $text_larger;
133
+ font-weight: $bolder;
134
+ letter-spacing: $lspace_tight;
135
+ margin: 2.1rem 0 0 0;
107
136
  }
108
137
  h2 {
109
- @include preview_h2;
138
+ font-size: $text_larger;
139
+ line-height: $text_larger;
140
+ font-weight: $bolder;
141
+ letter-spacing: $lspace_tight;
142
+ margin: 1.9rem 0 0 0;
110
143
  }
111
144
  h3 {
112
- @include preview_h3;
145
+ font-size: $text_large;
146
+ line-height: $text_large;
147
+ font-weight: $bolder;
148
+ letter-spacing: $lspace_tight;
149
+ margin: 1.7rem 0 0 0;
113
150
  }
114
151
  h4,
115
152
  h5,
116
153
  h6 {
117
- @include preview_smaller_headings;
154
+ font-size: $text_base;
155
+ line-height: $text_base;
156
+ letter-spacing: $lspace_tight;
157
+ font-weight: $bolder;
118
158
  }
119
159
  hr {
120
- @include preview_hr;
160
+ margin: 2.2rem 0;
161
+ box-sizing: content-box;
162
+ overflow: hidden;
163
+ background: transparent;
164
+ border-bottom: 1px solid $transparent;
165
+ height: 1px;
166
+ padding: 0;
167
+ background-color: $border_light;
168
+ border: 0;
121
169
  }
122
170
  ol {
123
- @include preview_ol;
171
+ margin: 1rem 0 0 0;
172
+ padding-left: $space_md;
173
+ list-style: decimal;
174
+ li {
175
+ margin: 2px 0;
176
+ p {
177
+ margin: 0;
178
+ }
179
+ }
124
180
  }
125
181
  ul {
126
- @include preview_ul;
182
+ list-style-position: disc;
183
+ margin: 1rem 0 0 0;
184
+ padding-left: $space_md;
185
+ li {
186
+ margin: 2px 0;
187
+ p {
188
+ margin: 0;
189
+ }
190
+ }
127
191
  }
128
192
  }
129
193
  }
@@ -169,41 +233,3 @@
169
233
  }
170
234
  }
171
235
  }
172
- .tiptap-content {
173
- @include preview_first_child;
174
- a {
175
- @include preview_a;
176
- }
177
- blockquote {
178
- @include preview_blockquote;
179
- }
180
- h1 {
181
- @include preview_h1;
182
- }
183
- h2 {
184
- @include preview_h2;
185
- }
186
- h3 {
187
- @include preview_h3;
188
- }
189
- h4,
190
- h5,
191
- h6 {
192
- @include preview_smaller_headings;
193
- }
194
- hr {
195
- @include preview_hr;
196
- }
197
- ol {
198
- @include preview_ol;
199
- }
200
- p {
201
- @include preview_p;
202
- }
203
- pre {
204
- @include preview_pre_codeblock;
205
- }
206
- ul {
207
- @include preview_ul;
208
- }
209
- }
@@ -24,4 +24,3 @@ examples:
24
24
  - rich_text_editor_toolbar_bottom: Toolbar Bottom
25
25
  - rich_text_editor_inline: Inline
26
26
  - rich_text_editor_preview: Preview
27
- - rich_text_editor_advanced_preview: Advanced Preview
@@ -9,5 +9,4 @@ export { default as RichTextEditorInline } from './_rich_text_editor_inline.jsx'
9
9
  export { default as RichTextEditorPreview } from './_rich_text_editor_preview.jsx'
10
10
  export { default as RichTextEditorAdvancedDefault } from './_rich_text_editor_advanced_default.jsx'
11
11
  export { default as RichTextEditorMoreExtensions } from './_rich_text_editor_more_extensions.jsx'
12
- export { default as RichTextEditorToolbarDisabled } from './_rich_text_editor_toolbar_disabled.jsx'
13
- export { default as RichTextEditorAdvancedPreview } from './_rich_text_editor_advanced_preview.jsx'
12
+ export { default as RichTextEditorToolbarDisabled } from './_rich_text_editor_toolbar_disabled.jsx'