hr-design-system-handlebars 0.108.0 → 0.109.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/.storybook/main.js +0 -8
- package/CHANGELOG.md +12 -0
- package/dist/assets/index.css +3 -3
- package/package.json +1 -1
package/.storybook/main.js
CHANGED
|
@@ -9,14 +9,6 @@ module.exports = {
|
|
|
9
9
|
'../src/**/*.stories.mdx',
|
|
10
10
|
'../src/**/*.stories.@(js|jsx|ts|tsx)',
|
|
11
11
|
],
|
|
12
|
-
refs: {
|
|
13
|
-
'chromatic-published-Storybook': {
|
|
14
|
-
// The title of your Storybook
|
|
15
|
-
title: 'Remote Design System',
|
|
16
|
-
// The url provided by Chromatic when it was published
|
|
17
|
-
url: 'https://main--60bf71339b5fb20042bc58a6.chromatic.com/',
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
12
|
addons: [
|
|
21
13
|
'@storybook/addon-links',
|
|
22
14
|
'@storybook/addon-essentials',
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v0.109.0 (Wed Dec 14 2022)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- BUGFIX: Removes storybook composition [#439](https://github.com/mumprod/hr-design-system-handlebars/pull/439) ([@szuelch](https://github.com/szuelch))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@szuelch](https://github.com/szuelch)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v0.108.0 (Tue Dec 13 2022)
|
|
2
14
|
|
|
3
15
|
#### 🚀 Enhancement
|
package/dist/assets/index.css
CHANGED
|
@@ -2212,7 +2212,7 @@ video {
|
|
|
2212
2212
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
2213
2213
|
}
|
|
2214
2214
|
.counter-reset {
|
|
2215
|
-
counter-reset:
|
|
2215
|
+
counter-reset: cnt1671025495910;
|
|
2216
2216
|
}
|
|
2217
2217
|
.line-clamp-4 {
|
|
2218
2218
|
overflow: hidden;
|
|
@@ -2444,7 +2444,7 @@ video {
|
|
|
2444
2444
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
2445
2445
|
}
|
|
2446
2446
|
.-ordered {
|
|
2447
|
-
counter-increment:
|
|
2447
|
+
counter-increment: cnt1671025495910 1;
|
|
2448
2448
|
}
|
|
2449
2449
|
.-ordered::before {
|
|
2450
2450
|
position: absolute;
|
|
@@ -2460,7 +2460,7 @@ video {
|
|
|
2460
2460
|
letter-spacing: .0125em;
|
|
2461
2461
|
--tw-text-opacity: 1;
|
|
2462
2462
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
2463
|
-
content: counter(
|
|
2463
|
+
content: counter(cnt1671025495910);
|
|
2464
2464
|
}
|
|
2465
2465
|
/*! ****************************/
|
|
2466
2466
|
/*! text-shadow */
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"repository": "https://github.com/szuelch/hr-design-system-handlebars",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.109.0",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "start-storybook -p 6006 public",
|