@panneau/app 3.0.170 → 3.0.172
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/assets/css/styles.css +1 -1
- package/package.json +16 -17
- package/scss/styles.scss +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/app",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.172",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -68,11 +68,11 @@
|
|
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.
|
71
|
+
"@panneau/actions": "^3.0.172",
|
72
72
|
"@panneau/auth": "^3.0.169",
|
73
73
|
"@panneau/core": "^3.0.169",
|
74
74
|
"@panneau/data": "^3.0.169",
|
75
|
-
"@panneau/displays": "^3.0.
|
75
|
+
"@panneau/displays": "^3.0.172",
|
76
76
|
"@panneau/element-accordion": "^3.0.169",
|
77
77
|
"@panneau/element-alert": "^3.0.169",
|
78
78
|
"@panneau/element-avatar": "^3.0.169",
|
@@ -81,15 +81,14 @@
|
|
81
81
|
"@panneau/element-buttons": "^3.0.169",
|
82
82
|
"@panneau/element-dropdown": "^3.0.169",
|
83
83
|
"@panneau/element-form": "^3.0.169",
|
84
|
-
"@panneau/element-form-group": "^3.0.
|
85
|
-
"@panneau/element-grid": "^3.0.
|
84
|
+
"@panneau/element-form-group": "^3.0.171",
|
85
|
+
"@panneau/element-grid": "^3.0.172",
|
86
86
|
"@panneau/element-icon": "^3.0.169",
|
87
87
|
"@panneau/element-label": "^3.0.169",
|
88
88
|
"@panneau/element-link": "^3.0.169",
|
89
89
|
"@panneau/element-loading": "^3.0.169",
|
90
|
-
"@panneau/element-media-card": "^3.0.
|
91
|
-
"@panneau/element-media-player": "^3.0.
|
92
|
-
"@panneau/element-media-preview": "^3.0.169",
|
90
|
+
"@panneau/element-media-card": "^3.0.172",
|
91
|
+
"@panneau/element-media-player": "^3.0.172",
|
93
92
|
"@panneau/element-menu": "^3.0.169",
|
94
93
|
"@panneau/element-modal": "^3.0.169",
|
95
94
|
"@panneau/element-navbar": "^3.0.169",
|
@@ -97,15 +96,15 @@
|
|
97
96
|
"@panneau/element-radios": "^3.0.169",
|
98
97
|
"@panneau/element-range": "^3.0.169",
|
99
98
|
"@panneau/element-resource-card": "^3.0.169",
|
100
|
-
"@panneau/fields": "^3.0.
|
101
|
-
"@panneau/filter-filters": "^3.0.
|
102
|
-
"@panneau/filters": "^3.0.
|
103
|
-
"@panneau/form-resource": "^3.0.
|
104
|
-
"@panneau/forms": "^3.0.
|
105
|
-
"@panneau/intl": "^3.0.
|
106
|
-
"@panneau/list-resource-items": "^3.0.
|
99
|
+
"@panneau/fields": "^3.0.172",
|
100
|
+
"@panneau/filter-filters": "^3.0.171",
|
101
|
+
"@panneau/filters": "^3.0.172",
|
102
|
+
"@panneau/form-resource": "^3.0.172",
|
103
|
+
"@panneau/forms": "^3.0.171",
|
104
|
+
"@panneau/intl": "^3.0.172",
|
105
|
+
"@panneau/list-resource-items": "^3.0.171",
|
107
106
|
"@panneau/lists": "^3.0.170",
|
108
|
-
"@panneau/modals": "^3.0.
|
107
|
+
"@panneau/modals": "^3.0.172",
|
109
108
|
"@panneau/themes": "^3.0.169",
|
110
109
|
"@panneau/uppy": "^3.0.169",
|
111
110
|
"classnames": "^2.5.1",
|
@@ -118,5 +117,5 @@
|
|
118
117
|
"publishConfig": {
|
119
118
|
"access": "public"
|
120
119
|
},
|
121
|
-
"gitHead": "
|
120
|
+
"gitHead": "74ada3ded1a27ab2d7008d67790d8431f57c5b0a"
|
122
121
|
}
|
package/scss/styles.scss
CHANGED
@@ -22,7 +22,6 @@
|
|
22
22
|
@import '~@panneau/element-range/assets/css/styles';
|
23
23
|
@import '~@panneau/element-grid/assets/css/styles';
|
24
24
|
@import '~@panneau/element-media-card/assets/css/styles';
|
25
|
-
@import '~@panneau/element-media-preview/assets/css/styles';
|
26
25
|
@import '~@panneau/element-media-player/assets/css/styles';
|
27
26
|
@import '~@panneau/element-resource-card/assets/css/styles';
|
28
27
|
|