@panneau/app 3.0.154 → 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 +11 -7
  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.154",
3
+ "version": "3.0.155",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -68,7 +68,7 @@
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.154",
71
+ "@panneau/actions": "^3.0.155",
72
72
  "@panneau/auth": "^3.0.154",
73
73
  "@panneau/core": "^3.0.154",
74
74
  "@panneau/data": "^3.0.154",
@@ -83,26 +83,30 @@
83
83
  "@panneau/element-form": "^3.0.154",
84
84
  "@panneau/element-form-group": "^3.0.154",
85
85
  "@panneau/element-form-row": "^3.0.154",
86
+ "@panneau/element-grid": "^3.0.154",
86
87
  "@panneau/element-icon": "^3.0.154",
87
88
  "@panneau/element-label": "^3.0.154",
88
89
  "@panneau/element-link": "^3.0.154",
89
90
  "@panneau/element-loading": "^3.0.154",
90
91
  "@panneau/element-media-card": "^3.0.154",
92
+ "@panneau/element-media-player": "^3.0.154",
93
+ "@panneau/element-media-preview": "^3.0.154",
91
94
  "@panneau/element-menu": "^3.0.154",
92
95
  "@panneau/element-modal": "^3.0.154",
93
96
  "@panneau/element-navbar": "^3.0.154",
94
97
  "@panneau/element-pagination": "^3.0.154",
95
98
  "@panneau/element-radios": "^3.0.154",
96
99
  "@panneau/element-range": "^3.0.154",
97
- "@panneau/fields": "^3.0.154",
100
+ "@panneau/element-resource-card": "^3.0.154",
101
+ "@panneau/fields": "^3.0.155",
98
102
  "@panneau/filter-filters": "^3.0.154",
99
103
  "@panneau/filters": "^3.0.154",
100
- "@panneau/form-resource": "^3.0.154",
104
+ "@panneau/form-resource": "^3.0.155",
101
105
  "@panneau/forms": "^3.0.154",
102
- "@panneau/intl": "^3.0.154",
106
+ "@panneau/intl": "^3.0.155",
103
107
  "@panneau/list-resource-items": "^3.0.154",
104
108
  "@panneau/lists": "^3.0.154",
105
- "@panneau/modals": "^3.0.154",
109
+ "@panneau/modals": "^3.0.155",
106
110
  "@panneau/themes": "^3.0.154",
107
111
  "@panneau/uppy": "^3.0.154",
108
112
  "classnames": "^2.5.1",
@@ -115,5 +119,5 @@
115
119
  "publishConfig": {
116
120
  "access": "public"
117
121
  },
118
- "gitHead": "d8b546d77519b1b16c73c88f1ed0edceca089630"
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';