playbook_ui 12.39.0.pre.alpha.PLAY966collapsiblenav41115 → 12.39.0.pre.alpha.salesbookmismatchingdate1114

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.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "12.39.0"
5
- VERSION = "12.39.0.pre.alpha.PLAY966collapsiblenav41115"
5
+ VERSION = "12.39.0.pre.alpha.salesbookmismatchingdate1114"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.39.0.pre.alpha.PLAY966collapsiblenav41115
4
+ version: 12.39.0.pre.alpha.salesbookmismatchingdate1114
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -1574,7 +1574,6 @@ files:
1574
1574
  - app/pb_kits/playbook/pb_nav/item.rb
1575
1575
  - app/pb_kits/playbook/pb_nav/nav.html.erb
1576
1576
  - app/pb_kits/playbook/pb_nav/nav.rb
1577
- - app/pb_kits/playbook/pb_nav/navTypes.ts
1578
1577
  - app/pb_kits/playbook/pb_online_status/_online_status.scss
1579
1578
  - app/pb_kits/playbook/pb_online_status/_online_status.tsx
1580
1579
  - app/pb_kits/playbook/pb_online_status/_online_status_mixins.scss
@@ -1,25 +0,0 @@
1
- import { Spacing } from "../types";
2
-
3
- export type SpacingObject = {
4
- padding?: Spacing;
5
- paddingBottom?: Spacing;
6
- paddingTop?: Spacing;
7
- paddingRight?: Spacing;
8
- paddingLeft?: Spacing;
9
- paddingX?: Spacing;
10
- paddingY?: Spacing;
11
- margin?: Spacing;
12
- marginBottom?: Spacing;
13
- marginTop?: Spacing;
14
- marginRight?: Spacing;
15
- marginLeft?: Spacing;
16
- margingX?: Spacing;
17
- marginY?: Spacing;
18
- };
19
-
20
- export type NavChildProps = {
21
- orientation?: "vertical" | "horizontal";
22
- variant?: "normal" | "subtle";
23
- itemSpacing?: SpacingObject
24
- };
25
-