@openproject/primer-view-components 0.36.2 → 0.37.0-rc.9963d5bb

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.
@@ -0,0 +1 @@
1
+ .SidePanel-sectionHeader{align-items:center;display:flex;height:32px;margin-bottom:8px}.SidePanel-sectionCounter{margin-left:8px}.SidePanel-sectionAction{display:flex;flex:1;justify-content:right}.SidePanel-sectionContent,.SidePanel-sectionDescription{line-height:1;margin-bottom:16px}
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "open_project/side_panel/section",
3
+ "selectors": [
4
+ ".SidePanel-sectionHeader",
5
+ ".SidePanel-sectionCounter",
6
+ ".SidePanel-sectionAction",
7
+ ".SidePanel-sectionContent",
8
+ ".SidePanel-sectionDescription"
9
+ ]
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openproject/primer-view-components",
3
- "version": "0.36.2",
3
+ "version": "0.37.0-rc.9963d5bb",
4
4
  "description": "ViewComponents of the Primer Design System for OpenProject",
5
5
  "main": "app/assets/javascripts/primer_view_components.js",
6
6
  "module": "app/components/primer/primer.js",
@@ -534,6 +534,21 @@
534
534
  "SegmentedControl-item": [
535
535
  "Primer::Alpha::SegmentedControl"
536
536
  ],
537
+ "SidePanel-sectionAction": [
538
+ "Primer::OpenProject::SidePanel::Section"
539
+ ],
540
+ "SidePanel-sectionContent": [
541
+ "Primer::OpenProject::SidePanel::Section"
542
+ ],
543
+ "SidePanel-sectionCounter": [
544
+ "Primer::OpenProject::SidePanel::Section"
545
+ ],
546
+ "SidePanel-sectionDescription": [
547
+ "Primer::OpenProject::SidePanel::Section"
548
+ ],
549
+ "SidePanel-sectionHeader": [
550
+ "Primer::OpenProject::SidePanel::Section"
551
+ ],
537
552
  "State": [
538
553
  "Primer::Beta::State"
539
554
  ],