@aurodesignsystem-dev/auro-slideshow 0.0.0-pr52.0 → 0.0.0-pr54.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.
- package/demo/api.js +1 -1
- package/demo/auro-slideshow.min.js +84 -1397
- package/demo/index.html +1 -1
- package/demo/{demo-index.js → index.js} +1 -1
- package/demo/index.md +6 -5
- package/dist/auro-slideshow-B6wRoVRO.js +123 -0
- package/dist/index.d.ts +128 -157
- package/dist/index.js +1 -1
- package/dist/registered.js +1 -1
- package/package.json +18 -76
- package/dist/auro-slideshow-CBW5GLx3.js +0 -109
- /package/demo/{demo-index.min.js → index.min.js} +0 -0
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{A as AuroSlideshow}from"./auro-slideshow-
|
|
1
|
+
export{A as AuroSlideshow}from"./auro-slideshow-B6wRoVRO.js";import"lit";import"lit/static-html.js";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";
|
package/dist/registered.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{A as i}from"./auro-slideshow-
|
|
1
|
+
import{A as i}from"./auro-slideshow-B6wRoVRO.js";import"lit";import"lit/static-html.js";import"lit/directives/class-map.js";import"lit/directives/if-defined.js";i.register();
|
package/package.json
CHANGED
|
@@ -7,82 +7,37 @@
|
|
|
7
7
|
"================================================================================"
|
|
8
8
|
],
|
|
9
9
|
"name": "@aurodesignsystem-dev/auro-slideshow",
|
|
10
|
-
"version": "0.0.0-
|
|
10
|
+
"version": "0.0.0-pr54.0",
|
|
11
11
|
"description": "auro-slideshow HTML custom element",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
14
|
"url": "https://github.com/AlaskaAirlines/auro-slideshow"
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
|
-
"main": "
|
|
17
|
+
"main": "dist/registered.js",
|
|
18
|
+
"types": "dist/index.d.ts",
|
|
18
19
|
"license": "Apache-2.0",
|
|
19
20
|
"engines": {
|
|
20
21
|
"node": "^20.x || ^22.x"
|
|
21
22
|
},
|
|
22
23
|
"dependencies": {
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
"lit": "^3.3.1"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@alaskaairux/icons": "^5.10.0",
|
|
28
|
+
"@aurodesignsystem/auro-button": "^12.0.0",
|
|
29
|
+
"@aurodesignsystem/auro-cli": "^3.0.4",
|
|
30
|
+
"@aurodesignsystem/auro-config": "^1.3.0",
|
|
31
|
+
"@aurodesignsystem/auro-icon": "^9.0.0",
|
|
26
32
|
"@aurodesignsystem/auro-library": "^5.5.3",
|
|
27
|
-
"@aurodesignsystem/design-tokens": "^8.
|
|
28
|
-
"@aurodesignsystem/webcorestylesheets": "^10.
|
|
29
|
-
"chalk": "^5.4.1",
|
|
33
|
+
"@aurodesignsystem/design-tokens": "^8.5.0",
|
|
34
|
+
"@aurodesignsystem/webcorestylesheets": "^10.1.1",
|
|
30
35
|
"embla-carousel": "^8.6.0",
|
|
31
36
|
"embla-carousel-auto-scroll": "^8.6.0",
|
|
32
37
|
"embla-carousel-autoplay": "^8.6.0",
|
|
33
38
|
"embla-carousel-class-names": "^8.6.0",
|
|
34
|
-
"lit": "^3.3.1"
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@aurodesignsystem/auro-cli": "^3.0.1",
|
|
38
|
-
"@aurodesignsystem/auro-config": "^1.1.0",
|
|
39
|
-
"@aurodesignsystem/design-tokens": "^8.4.2",
|
|
40
|
-
"@aurodesignsystem/webcorestylesheets": "^10.0.4",
|
|
41
|
-
"@biomejs/biome": "^1.9.4",
|
|
42
|
-
"@commitlint/cli": "^19.8.1",
|
|
43
|
-
"@commitlint/config-conventional": "^19.8.1",
|
|
44
|
-
"@open-wc/testing": "^4.0.0",
|
|
45
|
-
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
46
|
-
"@semantic-release/changelog": "^6.0.3",
|
|
47
|
-
"@semantic-release/git": "^10.0.1",
|
|
48
|
-
"@semantic-release/npm": "^12.0.2",
|
|
49
|
-
"@web/dev-server": "^0.4.6",
|
|
50
|
-
"@web/dev-server-rollup": "^0.6.4",
|
|
51
|
-
"@web/test-runner": "^0.20.2",
|
|
52
|
-
"autoprefixer": "^10.4.21",
|
|
53
|
-
"compression": "^1.8.1",
|
|
54
|
-
"concat": "^1.0.3",
|
|
55
|
-
"concurrently": "^9.2.0",
|
|
56
|
-
"copyfiles": "^2.4.1",
|
|
57
|
-
"core-js": "^3.44.0",
|
|
58
|
-
"husky": "^9.1.7",
|
|
59
|
-
"lint-staged": "^16.1.2",
|
|
60
|
-
"lodash": "^4.17.21",
|
|
61
|
-
"markdown-magic": "^3.7.0",
|
|
62
|
-
"nodemon": "^3.1.10",
|
|
63
|
-
"npm-run-all": "^4.1.5",
|
|
64
|
-
"postcss": "^8.5.6",
|
|
65
|
-
"postcss-discard-comments": "^7.0.4",
|
|
66
|
-
"postcss-selector-replace": "^1.0.2",
|
|
67
|
-
"sass": "^1.89.2",
|
|
68
|
-
"semantic-release": "^24.2.7",
|
|
69
39
|
"sinon": "^21.0.0",
|
|
70
|
-
"
|
|
71
|
-
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
72
|
-
"stylelint-config-standard": "^38.0.0",
|
|
73
|
-
"stylelint-config-standard-scss": "^15.0.1",
|
|
74
|
-
"stylelint-order": "^7.0.0",
|
|
75
|
-
"stylelint-scss": "^6.12.1",
|
|
76
|
-
"typescript": "^5.8.3",
|
|
77
|
-
"wc-sass-render": "^1.4.0",
|
|
78
|
-
"web-component-analyzer": "^2.0.0",
|
|
79
|
-
"whatwg-fetch": "^3.6.20",
|
|
80
|
-
"yaml-lint": "^1.7.0"
|
|
81
|
-
},
|
|
82
|
-
"overrides": {
|
|
83
|
-
"wc-sass-render": {
|
|
84
|
-
"sass": "$sass"
|
|
85
|
-
}
|
|
40
|
+
"husky": "^9.1.7"
|
|
86
41
|
},
|
|
87
42
|
"browserslist": [
|
|
88
43
|
"last 2 Chrome versions",
|
|
@@ -91,12 +46,6 @@
|
|
|
91
46
|
"last 2 Edge versions",
|
|
92
47
|
"last 2 Safari major versions"
|
|
93
48
|
],
|
|
94
|
-
"nodemonConfig": {
|
|
95
|
-
"ignore": [
|
|
96
|
-
"*-css.js",
|
|
97
|
-
"*.css"
|
|
98
|
-
]
|
|
99
|
-
},
|
|
100
49
|
"publishConfig": {
|
|
101
50
|
"access": "public"
|
|
102
51
|
},
|
|
@@ -109,9 +58,10 @@
|
|
|
109
58
|
"scripts": {
|
|
110
59
|
"build": "auro build",
|
|
111
60
|
"build:version": "node ./scripts/version.mjs",
|
|
112
|
-
"dev": "auro dev -w -s
|
|
113
|
-
"
|
|
114
|
-
"
|
|
61
|
+
"dev": "auro dev -w -s",
|
|
62
|
+
"dev:open": "auro dev -w -s --open",
|
|
63
|
+
"lint": "biome check --no-errors-on-unmatched && stylelint \"./src/**/*.scss\"",
|
|
64
|
+
"lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
|
|
115
65
|
"test": "auro test",
|
|
116
66
|
"test:watch": "auro test --watch",
|
|
117
67
|
"test:coverage": "auro test --coverage-report --open",
|
|
@@ -128,14 +78,6 @@
|
|
|
128
78
|
"default": "./dist/index.js"
|
|
129
79
|
}
|
|
130
80
|
},
|
|
131
|
-
"lint-staged": {
|
|
132
|
-
"*": [
|
|
133
|
-
"biome check --fix --no-errors-on-unmatched"
|
|
134
|
-
],
|
|
135
|
-
"*.{scss,css}": [
|
|
136
|
-
"stylelint --fix"
|
|
137
|
-
]
|
|
138
|
-
},
|
|
139
81
|
"files": [
|
|
140
82
|
"dist/**/*",
|
|
141
83
|
"demo/**/*",
|