@panneau/app 3.0.153 → 3.0.155

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 (2) hide show
  1. package/package.json +43 -39
  2. package/scss/styles.scss +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/app",
3
- "version": "3.0.153",
3
+ "version": "3.0.155",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -68,43 +68,47 @@
68
68
  "@fortawesome/fontawesome-svg-core": "^6.5.1",
69
69
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
70
70
  "@fortawesome/react-fontawesome": "^0.2.0",
71
- "@panneau/actions": "^3.0.153",
72
- "@panneau/auth": "^3.0.153",
73
- "@panneau/core": "^3.0.153",
74
- "@panneau/data": "^3.0.153",
75
- "@panneau/displays": "^3.0.153",
76
- "@panneau/element-accordion": "^3.0.153",
77
- "@panneau/element-alert": "^3.0.153",
78
- "@panneau/element-avatar": "^3.0.153",
79
- "@panneau/element-breadcrumbs": "^3.0.153",
80
- "@panneau/element-button": "^3.0.153",
81
- "@panneau/element-buttons": "^3.0.153",
82
- "@panneau/element-dropdown": "^3.0.153",
83
- "@panneau/element-form": "^3.0.153",
84
- "@panneau/element-form-group": "^3.0.153",
85
- "@panneau/element-form-row": "^3.0.153",
86
- "@panneau/element-icon": "^3.0.153",
87
- "@panneau/element-label": "^3.0.153",
88
- "@panneau/element-link": "^3.0.153",
89
- "@panneau/element-loading": "^3.0.153",
90
- "@panneau/element-media-card": "^3.0.153",
91
- "@panneau/element-menu": "^3.0.153",
92
- "@panneau/element-modal": "^3.0.153",
93
- "@panneau/element-navbar": "^3.0.153",
94
- "@panneau/element-pagination": "^3.0.153",
95
- "@panneau/element-radios": "^3.0.153",
96
- "@panneau/element-range": "^3.0.153",
97
- "@panneau/fields": "^3.0.153",
98
- "@panneau/filter-filters": "^3.0.153",
99
- "@panneau/filters": "^3.0.153",
100
- "@panneau/form-resource": "^3.0.153",
101
- "@panneau/forms": "^3.0.153",
102
- "@panneau/intl": "^3.0.153",
103
- "@panneau/list-resource-items": "^3.0.153",
104
- "@panneau/lists": "^3.0.153",
105
- "@panneau/modals": "^3.0.153",
106
- "@panneau/themes": "^3.0.153",
107
- "@panneau/uppy": "^3.0.153",
71
+ "@panneau/actions": "^3.0.155",
72
+ "@panneau/auth": "^3.0.154",
73
+ "@panneau/core": "^3.0.154",
74
+ "@panneau/data": "^3.0.154",
75
+ "@panneau/displays": "^3.0.154",
76
+ "@panneau/element-accordion": "^3.0.154",
77
+ "@panneau/element-alert": "^3.0.154",
78
+ "@panneau/element-avatar": "^3.0.154",
79
+ "@panneau/element-breadcrumbs": "^3.0.154",
80
+ "@panneau/element-button": "^3.0.154",
81
+ "@panneau/element-buttons": "^3.0.154",
82
+ "@panneau/element-dropdown": "^3.0.154",
83
+ "@panneau/element-form": "^3.0.154",
84
+ "@panneau/element-form-group": "^3.0.154",
85
+ "@panneau/element-form-row": "^3.0.154",
86
+ "@panneau/element-grid": "^3.0.154",
87
+ "@panneau/element-icon": "^3.0.154",
88
+ "@panneau/element-label": "^3.0.154",
89
+ "@panneau/element-link": "^3.0.154",
90
+ "@panneau/element-loading": "^3.0.154",
91
+ "@panneau/element-media-card": "^3.0.154",
92
+ "@panneau/element-media-player": "^3.0.154",
93
+ "@panneau/element-media-preview": "^3.0.154",
94
+ "@panneau/element-menu": "^3.0.154",
95
+ "@panneau/element-modal": "^3.0.154",
96
+ "@panneau/element-navbar": "^3.0.154",
97
+ "@panneau/element-pagination": "^3.0.154",
98
+ "@panneau/element-radios": "^3.0.154",
99
+ "@panneau/element-range": "^3.0.154",
100
+ "@panneau/element-resource-card": "^3.0.154",
101
+ "@panneau/fields": "^3.0.155",
102
+ "@panneau/filter-filters": "^3.0.154",
103
+ "@panneau/filters": "^3.0.154",
104
+ "@panneau/form-resource": "^3.0.155",
105
+ "@panneau/forms": "^3.0.154",
106
+ "@panneau/intl": "^3.0.155",
107
+ "@panneau/list-resource-items": "^3.0.154",
108
+ "@panneau/lists": "^3.0.154",
109
+ "@panneau/modals": "^3.0.155",
110
+ "@panneau/themes": "^3.0.154",
111
+ "@panneau/uppy": "^3.0.154",
108
112
  "classnames": "^2.5.1",
109
113
  "lodash": "^4.17.21",
110
114
  "prop-types": "^15.7.2",
@@ -115,5 +119,5 @@
115
119
  "publishConfig": {
116
120
  "access": "public"
117
121
  },
118
- "gitHead": "715118ddbe09d7e7129bdb5cce0aad91aaa96768"
122
+ "gitHead": "8cb08ca58c8a399f0ea9e12083e829aec8fadfd4"
119
123
  }
package/scss/styles.scss CHANGED
@@ -7,7 +7,7 @@
7
7
  @import '~@panneau/filters/scss/styles';
8
8
  @import '~@panneau/modals/scss/styles';
9
9
 
10
- // Note to self: add new elements to this
10
+ // Note to self: add new elements to this and package.json
11
11
 
12
12
  @import '~@panneau/element-accordion/assets/css/styles';
13
13
  @import '~@panneau/element-avatar/assets/css/styles';