@ember-eui/core 8.0.0-beta.4 → 8.0.0-beta.6
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/package.json +5 -1
- package/vendor/.gitkeep +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember-eui/core",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.6",
|
|
4
4
|
"description": "Ember Components for Elastic UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -543,6 +543,10 @@
|
|
|
543
543
|
"./utils/range/index.js": "./dist/_app_/utils/range/index.js",
|
|
544
544
|
"./utils/timer.js": "./dist/_app_/utils/timer.js",
|
|
545
545
|
"./utils/transition.js": "./dist/_app_/utils/transition.js"
|
|
546
|
+
},
|
|
547
|
+
"public-assets": {
|
|
548
|
+
"./vendor/eui_theme_dark.min.css": "/@ember-eui/core/themes/dark.css",
|
|
549
|
+
"./vendor/eui_theme_light.min.css": "/@ember-eui/core/themes/light.css"
|
|
546
550
|
}
|
|
547
551
|
},
|
|
548
552
|
"volta": {
|
package/vendor/.gitkeep
DELETED
|
File without changes
|