@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.
- package/app/assets/styles/primer_view_components.css +1 -1
- package/app/assets/styles/primer_view_components.css.map +1 -1
- package/app/components/primer/open_project/side_panel/section.css +1 -0
- package/app/components/primer/open_project/side_panel/section.css.json +10 -0
- package/package.json +1 -1
- package/static/classes.json +15 -0
|
@@ -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}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.
|
|
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",
|
package/static/classes.json
CHANGED
|
@@ -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
|
],
|