@triptease/tt-navbar 0.1.0 → 0.1.2

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 CHANGED
@@ -3,8 +3,12 @@
3
3
  "description": "Webcomponent tt-navbar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "tt-navbar",
6
- "version": "0.1.0",
6
+ "version": "0.1.2",
7
7
  "type": "module",
8
+ "files": [
9
+ "dist/esm",
10
+ "dist/cjs"
11
+ ],
8
12
  "main": "dist/esm/src/index.js",
9
13
  "module": "dist/esm/src/index.js",
10
14
  "exports": {
@@ -28,15 +32,15 @@
28
32
  "build:cjs": "tsc -p tsconfig.cjs.json && node ../../scripts/create-cjs-package.mjs",
29
33
  "build:node": "yarn build:esm && yarn build:cjs",
30
34
  "build:node:watch": "tsc --watch",
31
- "prepublish": "tsc && npm run analyze -- --exclude dist",
35
+ "prepublish": "yarn build:node && npm run analyze -- --exclude dist",
32
36
  "test": "tsc && wtr --coverage",
33
37
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
34
38
  },
35
39
  "dependencies": {
36
40
  "@clerk/clerk-js": "^5.102.1",
37
41
  "@clerk/types": "^4.95.1",
38
- "@triptease/icons": "1.4.0",
39
- "@triptease/tt-combobox": "5.7.0",
42
+ "@triptease/icons": "1.4.1",
43
+ "@triptease/tt-combobox": "5.7.2",
40
44
  "lit": "^3.1.4"
41
45
  },
42
46
  "devDependencies": {
package/.editorconfig DELETED
@@ -1,29 +0,0 @@
1
- # EditorConfig helps developers define and maintain consistent
2
- # coding styles between different editors and IDEs
3
- # editorconfig.org
4
-
5
- root = true
6
-
7
-
8
- [*]
9
-
10
- # Change these settings to your own preference
11
- indent_style = space
12
- indent_size = 2
13
-
14
- # We recommend you to keep these unchanged
15
- end_of_line = lf
16
- charset = utf-8
17
- trim_trailing_whitespace = true
18
- insert_final_newline = true
19
-
20
- [*.md]
21
- trim_trailing_whitespace = false
22
-
23
- [*.json]
24
- indent_size = 2
25
-
26
- [*.{html,js,md}]
27
- block_comment_start = /**
28
- block_comment = *
29
- block_comment_end = */
package/CHANGELOG.md DELETED
@@ -1,250 +0,0 @@
1
- # @triptease/tt-navbar
2
-
3
- ## 0.1.0
4
-
5
- ### Minor Changes
6
-
7
- - Add dual ESM/CJS output
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies
12
- - @triptease/tt-combobox@5.7.0
13
- - @triptease/icons@1.4.0
14
-
15
- ## 0.0.96
16
-
17
- ### Patch Changes
18
-
19
- - Updated dependencies
20
- - @triptease/tt-combobox@5.6.7
21
-
22
- ## 0.0.95
23
-
24
- ### Patch Changes
25
-
26
- - Updated dependencies
27
- - @triptease/icons@1.3.14
28
- - @triptease/tt-combobox@5.6.6
29
-
30
- ## 0.0.94
31
-
32
- ### Patch Changes
33
-
34
- - Internal change
35
-
36
- ## 0.0.93
37
-
38
- ### Patch Changes
39
-
40
- - Internal code change
41
-
42
- ## 0.0.92
43
-
44
- ### Patch Changes
45
-
46
- - Revert earlier refactor
47
-
48
- ## 0.0.91
49
-
50
- ### Patch Changes
51
-
52
- - Refactor
53
-
54
- ## 0.0.90
55
-
56
- ### Patch Changes
57
-
58
- - Updated dependencies
59
- - @triptease/tt-combobox@5.6.5
60
-
61
- ## 0.0.89
62
-
63
- ### Patch Changes
64
-
65
- - 44605f1: Add click handler for campaign manager url
66
-
67
- ## 0.0.88
68
-
69
- ### Patch Changes
70
-
71
- - Updated dependencies
72
- - @triptease/tt-combobox@5.6.4
73
-
74
- ## 0.0.87
75
-
76
- ### Patch Changes
77
-
78
- - Updated dependencies
79
- - @triptease/icons@1.3.13
80
- - @triptease/tt-combobox@5.6.3
81
-
82
- ## 0.0.86
83
-
84
- ### Patch Changes
85
-
86
- - Updated dependencies [9497296]
87
- - @triptease/tt-combobox@5.6.2
88
-
89
- ## 0.0.85
90
-
91
- ### Patch Changes
92
-
93
- - Updated dependencies
94
- - @triptease/tt-combobox@5.6.1
95
-
96
- ## 0.0.84
97
-
98
- ### Patch Changes
99
-
100
- - Updated dependencies
101
- - Updated dependencies
102
- - @triptease/tt-combobox@5.6.0
103
-
104
- ## 0.0.83
105
-
106
- ### Patch Changes
107
-
108
- - Updated dependencies [ff30018]
109
- - @triptease/icons@1.3.12
110
- - @triptease/tt-combobox@5.5.18
111
-
112
- ## 0.0.82
113
-
114
- ### Patch Changes
115
-
116
- - Streamlined TS Config, reusing a shared file to reduce duplication and resolve issues where test files were being included in the bundle
117
- - Updated dependencies
118
- - @triptease/tt-combobox@5.5.17
119
- - @triptease/icons@1.3.11
120
-
121
- ## 0.0.81
122
-
123
- ### Patch Changes
124
-
125
- - Updated dependencies [2d36888]
126
- - @triptease/tt-combobox@5.5.16
127
-
128
- ## 0.0.80
129
-
130
- ### Patch Changes
131
-
132
- - Fake release to force a fix
133
- - Updated dependencies
134
- - @triptease/icons@1.3.10
135
- - @triptease/tt-combobox@5.5.15
136
-
137
- ## 0.0.79
138
-
139
- ### Patch Changes
140
-
141
- - Updated dependencies
142
- - @triptease/tt-combobox@5.5.14
143
-
144
- ## 0.0.78
145
-
146
- ### Patch Changes
147
-
148
- - Updated dependencies [e08d7ee]
149
- - Updated dependencies [c681d7d]
150
- - @triptease/tt-combobox@5.5.13
151
-
152
- ## 0.0.77
153
-
154
- ### Patch Changes
155
-
156
- - Updated dependencies [2d89b50]
157
- - @triptease/tt-combobox@5.5.12
158
-
159
- ## 0.0.76
160
-
161
- ### Patch Changes
162
-
163
- - Add missing url mappings for settings routes to higlight the corresponding menu
164
-
165
- ## 0.0.75
166
-
167
- ### Patch Changes
168
-
169
- - 9dd491e: handles new routes where clientKey is the first part of the path as well maintain legacy paths
170
-
171
- ## 0.0.74
172
-
173
- ### Patch Changes
174
-
175
- - Updated dependencies
176
- - @triptease/icons@1.3.9
177
- - @triptease/tt-combobox@5.5.11
178
-
179
- ## 0.0.73
180
-
181
- ### Patch Changes
182
-
183
- - 7e3fd02: Contemplate the new paths in Tetris wher urls have the clientKey at the begining
184
-
185
- ## 0.0.72
186
-
187
- ### Patch Changes
188
-
189
- - Updated dependencies [c52217a]
190
- - @triptease/icons@1.3.8
191
- - @triptease/tt-combobox@5.5.10
192
-
193
- ## 0.0.71
194
-
195
- ### Patch Changes
196
-
197
- - Updated dependencies
198
- - @triptease/icons@1.3.7
199
- - @triptease/tt-combobox@5.5.9
200
-
201
- ## 0.0.70
202
-
203
- ### Patch Changes
204
-
205
- - Updated dependencies
206
- - @triptease/icons@1.3.6
207
- - @triptease/tt-combobox@5.5.8
208
-
209
- ## 0.0.69
210
-
211
- ### Patch Changes
212
-
213
- - Updated dependencies
214
- - @triptease/icons@1.3.5
215
- - @triptease/tt-combobox@5.5.7
216
-
217
- ## 0.0.68
218
-
219
- ### Patch Changes
220
-
221
- - Resolve internal versioning problem (packages were being deployed using workspaces:\*)
222
- - Updated dependencies
223
- - @triptease/tt-combobox@5.5.6
224
-
225
- ## 0.0.67
226
-
227
- ### Patch Changes
228
-
229
- - Fix packaging so that packages are dependent on published versions rather than workspace:\* versions.
230
- - Updated dependencies
231
- - @triptease/icons@1.3.4
232
- - @triptease/tt-combobox@5.5.5
233
-
234
- ## 0.0.66
235
-
236
- ### Patch Changes
237
-
238
- - Updated dependencies
239
- - @triptease/icons@1.3.3
240
- - @triptease/tt-combobox@5.5.4
241
-
242
- ## 0.0.65
243
-
244
- ### Patch Changes
245
-
246
- - 3262c7c: Various tweaks due to running a refreshed ESLint config and better Typescript usage
247
- - 465557b: Code formatting
248
- - Updated dependencies [3262c7c]
249
- - Updated dependencies [465557b]
250
- - @triptease/tt-combobox@5.5.3
package/demo/index.html DELETED
@@ -1,33 +0,0 @@
1
- <!doctype html>
2
- <html lang="en-GB">
3
- <head>
4
- <link rel="stylesheet" href="https://cdn.design-system.triptease.io/triptease.css" />
5
- <meta charset="utf-8" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
7
- <style>
8
- body {
9
- background: #fafafa;
10
- }
11
- </style>
12
- </head>
13
- <body>
14
- <div id="demo"></div>
15
-
16
- <script type="module">
17
- import { html, render } from 'lit';
18
- import '../dist/src/tt-navbar.js';
19
-
20
- render(
21
- html`
22
- <tt-navbar
23
- client-key="__DEMO__"
24
- campaign-manager-url=${'https://app.campaign-manager.triptease.io'}
25
- .onClientChange=${console.log}
26
- >
27
- </tt-navbar>
28
- `,
29
- document.querySelector('#demo')
30
- );
31
- </script>
32
- </body>
33
- </html>
@@ -1,14 +0,0 @@
1
- /**
2
- * @triptease/tt-navbar v0.1.0
3
- */
4
-
5
- // src/Config.ts
6
- var Config = {
7
- NavbarStateCookieName: "tt-navbar-state",
8
- NavbarStateCookieOpenValue: "open",
9
- NavbarStateCookieClosedValue: "closed"
10
- };
11
- export {
12
- Config
13
- };
14
- //# sourceMappingURL=Config.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Config.ts"],
4
- "sourcesContent": ["const Config = {\n NavbarStateCookieName: 'tt-navbar-state',\n NavbarStateCookieOpenValue: 'open' as const,\n NavbarStateCookieClosedValue: 'closed' as const,\n};\n\nexport { Config };\n"],
5
- "mappings": ";;;;;AAAA,IAAM,SAAS;AAAA,EACb,uBAAuB;AAAA,EACvB,4BAA4B;AAAA,EAC5B,8BAA8B;AAChC;",
6
- "names": []
7
- }
@@ -1,12 +0,0 @@
1
- /**
2
- * @triptease/tt-navbar v0.1.0
3
- */
4
-
5
- // src/Routes.ts
6
- var Routes = {
7
- CampaignManager: "CampaignManager"
8
- };
9
- export {
10
- Routes
11
- };
12
- //# sourceMappingURL=Routes.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Routes.ts"],
4
- "sourcesContent": ["const Routes = {\n CampaignManager: 'CampaignManager',\n};\n\nexport { Routes };\n"],
5
- "mappings": ";;;;;AAAA,IAAM,SAAS;AAAA,EACb,iBAAiB;AACnB;",
6
- "names": []
7
- }