@ncds/ui-admin 0.0.38 → 1.0.0
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.
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.Tab = void 0;
|
|
7
|
-
var
|
|
7
|
+
var _swiper = require("swiper");
|
|
8
8
|
var Tab = exports.Tab = /** @class */function () {
|
|
9
9
|
function Tab(element) {
|
|
10
10
|
this.swiper = null;
|
|
@@ -18,7 +18,7 @@ var Tab = exports.Tab = /** @class */function () {
|
|
|
18
18
|
this.init();
|
|
19
19
|
}
|
|
20
20
|
Tab.prototype.init = function () {
|
|
21
|
-
this.swiper = new
|
|
21
|
+
this.swiper = new _swiper.Swiper(this.element, {
|
|
22
22
|
slidesPerView: 'auto',
|
|
23
23
|
spaceBetween: 8,
|
|
24
24
|
grabCursor: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ncds/ui-admin",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "nhn-commerce의 어드민 디자인 시스템입니다.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"barrel": "node barrel.js",
|
|
@@ -105,7 +105,6 @@
|
|
|
105
105
|
"typescript": "5.0.4",
|
|
106
106
|
"webpack": "^5.88.2",
|
|
107
107
|
"webpack-cli": "^5.1.4",
|
|
108
|
-
"webpack-dev-server": "^4.15.1"
|
|
109
|
-
"webpack-spritesmith": "^1.1.0"
|
|
108
|
+
"webpack-dev-server": "^4.15.1"
|
|
110
109
|
}
|
|
111
110
|
}
|