hr-design-system-handlebars 1.114.34 → 1.114.35
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/CHANGELOG.md +12 -0
- package/dist/assets/index.css +3 -3
- package/dist/views/components/pagination/pagination_more_than_three_pages.hbs +3 -3
- package/dist/views_static/components/pagination/pagination_more_than_three_pages.hbs +3 -3
- package/package.json +1 -1
- package/src/stories/views/components/pagination/pagination_more_than_three_pages.hbs +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.114.35 (Tue Dec 10 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- removed -adjust_context because not needed in this context [#1184](https://github.com/mumprod/hr-design-system-handlebars/pull/1184) ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Vasco ([@vascoeduardo](https://github.com/vascoeduardo))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.114.34 (Tue Dec 10 2024)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/dist/assets/index.css
CHANGED
|
@@ -3689,7 +3689,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
3689
3689
|
border-bottom-color: var(--color-secondary-ds);
|
|
3690
3690
|
}
|
|
3691
3691
|
.counter-reset {
|
|
3692
|
-
counter-reset:
|
|
3692
|
+
counter-reset: cnt1733829566902;
|
|
3693
3693
|
}
|
|
3694
3694
|
.placeholder-text-xs::-webkit-input-placeholder {
|
|
3695
3695
|
font-size: 0.75rem;
|
|
@@ -4103,7 +4103,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4103
4103
|
--tw-ring-color: rgba(255, 255, 255, 0.5);
|
|
4104
4104
|
}
|
|
4105
4105
|
.-ordered {
|
|
4106
|
-
counter-increment:
|
|
4106
|
+
counter-increment: cnt1733829566902 1;
|
|
4107
4107
|
}
|
|
4108
4108
|
.-ordered::before {
|
|
4109
4109
|
position: absolute;
|
|
@@ -4121,7 +4121,7 @@ article.indexTextDS .indexTextHighlighted .link {
|
|
|
4121
4121
|
--tw-text-opacity: 1;
|
|
4122
4122
|
color: rgba(0, 0, 0, 1);
|
|
4123
4123
|
color: rgba(0, 0, 0, var(--tw-text-opacity));
|
|
4124
|
-
content: counter(
|
|
4124
|
+
content: counter(cnt1733829566902);
|
|
4125
4125
|
}
|
|
4126
4126
|
/*! ****************************/
|
|
4127
4127
|
/*! DataPolicy stuff */
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
14
|
{{#if _unlinkLastPage}}
|
|
15
15
|
{{#with this}}
|
|
16
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{
|
|
16
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
17
17
|
{{/with}}
|
|
18
18
|
{{else}}
|
|
19
19
|
{{#with this}}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
47
47
|
{{#if _unlinkLastPage}}
|
|
48
48
|
{{#with this}}
|
|
49
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{
|
|
49
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
50
50
|
{{/with}}
|
|
51
51
|
{{else}}
|
|
52
52
|
{{#with this}}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
{{~/if~}}
|
|
83
83
|
{{#if _unlinkLastPage}}
|
|
84
84
|
{{#with this}}
|
|
85
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{
|
|
85
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
86
86
|
{{/with}}
|
|
87
87
|
{{else}}
|
|
88
88
|
{{#with this}}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
14
|
{{#if _unlinkLastPage}}
|
|
15
15
|
{{#with this}}
|
|
16
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages}}</span>
|
|
16
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
17
17
|
{{/with}}
|
|
18
18
|
{{else}}
|
|
19
19
|
{{#with this}}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
47
47
|
{{#if _unlinkLastPage}}
|
|
48
48
|
{{#with this}}
|
|
49
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages}}</span>
|
|
49
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
50
50
|
{{/with}}
|
|
51
51
|
{{else}}
|
|
52
52
|
{{#with this}}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
{{~/if~}}
|
|
83
83
|
{{#if _unlinkLastPage}}
|
|
84
84
|
{{#with this}}
|
|
85
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages}}</span>
|
|
85
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
86
86
|
{{/with}}
|
|
87
87
|
{{else}}
|
|
88
88
|
{{#with this}}
|
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": "1.114.
|
|
9
|
+
"version": "1.114.35",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
12
|
"storybook": "storybook dev -p 6006 public",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
14
14
|
{{#if _unlinkLastPage}}
|
|
15
15
|
{{#with this}}
|
|
16
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages
|
|
16
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
17
17
|
{{/with}}
|
|
18
18
|
{{else}}
|
|
19
19
|
{{#with this}}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<span class="pt-1 ml-2 mr-2 font-title dark:text-link-dark">…</span>
|
|
47
47
|
{{#if _unlinkLastPage}}
|
|
48
48
|
{{#with this}}
|
|
49
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages
|
|
49
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
50
50
|
{{/with}}
|
|
51
51
|
{{else}}
|
|
52
52
|
{{#with this}}
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
{{~/if~}}
|
|
83
83
|
{{#if _unlinkLastPage}}
|
|
84
84
|
{{#with this}}
|
|
85
|
-
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages
|
|
85
|
+
<span class="text-button-disabled--dark {{> components/button/utilities/button_base_classes}} {{> components/button/utilities/button_dimension_classes _size='md' ~}}">{{ _totalPages }}</span>
|
|
86
86
|
{{/with}}
|
|
87
87
|
{{else}}
|
|
88
88
|
{{#with this}}
|