@purpurds/breadcrumbs 4.3.0 → 4.5.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/dist/LICENSE.txt +1 -1
- package/dist/breadcrumbs.cjs.js +3 -3
- package/dist/breadcrumbs.cjs.js.map +1 -1
- package/dist/breadcrumbs.d.ts +2 -1
- package/dist/breadcrumbs.es.js +98 -98
- package/dist/breadcrumbs.es.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +10 -10
- package/src/breadcrumbs.module.scss +1 -1
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._purpur-
|
|
1
|
+
._purpur-breadcrumbs_11sb5_1{font-family:var(--purpur-typography-family-default);padding:var(--purpur-spacing-150) 0}._purpur-breadcrumbs_11sb5_1 a,._purpur-breadcrumbs_11sb5_1 li:only-child:not(:has(a)){display:inline-flex;gap:var(--purpur-spacing-50);font-size:var(--purpur-typography-scale-75);text-underline-offset:3px;text-decoration-skip-ink:none;padding:14px 2px;letter-spacing:.3px}._purpur-breadcrumbs_11sb5_1 a:hover,._purpur-breadcrumbs_11sb5_1 a:active,._purpur-breadcrumbs_11sb5_1 li:only-child:not(:has(a)):hover,._purpur-breadcrumbs_11sb5_1 li:only-child:not(:has(a)):active{text-decoration-thickness:2px;text-underline-offset:2px}._purpur-breadcrumbs--default_11sb5_18,._purpur-breadcrumbs--default_11sb5_18 a{color:var(--purpur-color-text-interactive-primary)}._purpur-breadcrumbs--default_11sb5_18 a:hover{color:var(--purpur-color-text-interactive-primary-hover);background:var(--purpur-color-background-interactive-transparent-hover)}._purpur-breadcrumbs--default_11sb5_18 a:active{color:var(--purpur-color-text-interactive-primary-active);background:var(--purpur-color-background-interactive-transparent-active)}._purpur-breadcrumbs--negative_11sb5_32,._purpur-breadcrumbs--negative_11sb5_32 a{color:var(--purpur-color-text-interactive-primary-negative)}._purpur-breadcrumbs--negative_11sb5_32 a:hover{color:var(--purpur-color-text-interactive-primary-negative-hover);background:var(--purpur-color-background-interactive-transparent-negative-hover)}._purpur-breadcrumbs--negative_11sb5_32 a:active{color:var(--purpur-color-text-interactive-primary-negative-active);background:var(--purpur-color-background-interactive-transparent-negative-active)}._purpur-breadcrumbs__list_11sb5_46{display:flex;flex-direction:row;align-items:center;gap:var(--purpur-spacing-50);padding:0;list-style:none}._purpur-breadcrumbs__home_11sb5_54{display:none}@media screen and (min-width: 600px){._purpur-breadcrumbs__home_11sb5_54{display:inline-flex;align-items:center}}._purpur-breadcrumb-item_11sb5_64{white-space:nowrap}._purpur-breadcrumb-item--current_11sb5_67{text-overflow:ellipsis;overflow:hidden}._purpur-breadcrumb-item--current_11sb5_67 a{color:var(--purpur-color-text-default);text-decoration:none;font-weight:var(--purpur-typography-weight-medium)}._purpur-breadcrumb-item--current_11sb5_67 a:hover{background:none}._purpur-breadcrumb-item_11sb5_64:not(:nth-last-child(2)):not(:last-child){display:none}@media screen and (min-width: 600px){._purpur-breadcrumb-item_11sb5_64:not(:nth-last-child(2)):not(:last-child){display:initial}}._purpur-breadcrumb-item--negative_11sb5_87._purpur-breadcrumb-item--current_11sb5_67 a{color:var(--purpur-color-text-default-negative)}._purpur-breadcrumb-item__separator_11sb5_90{font-size:var(--purpur-typography-scale-75);margin-left:var(--purpur-spacing-50)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/breadcrumbs",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/breadcrumbs.cjs.js",
|
|
6
6
|
"types": "./dist/breadcrumbs.d.ts",
|
|
@@ -15,31 +15,31 @@
|
|
|
15
15
|
"source": "src/breadcrumbs.tsx",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"classnames": "~2.5.0",
|
|
18
|
-
"@purpurds/icon": "4.
|
|
19
|
-
"@purpurds/tokens": "4.
|
|
18
|
+
"@purpurds/icon": "4.5.0",
|
|
19
|
+
"@purpurds/tokens": "4.5.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@rushstack/eslint-patch": "~1.
|
|
22
|
+
"@rushstack/eslint-patch": "~1.10.0",
|
|
23
23
|
"@storybook/blocks": "~7.6.0",
|
|
24
24
|
"@storybook/react": "~7.6.0",
|
|
25
25
|
"@telia/base-rig": "~8.2.0",
|
|
26
26
|
"@telia/react-rig": "~3.2.0",
|
|
27
27
|
"@testing-library/dom": "~9.3.3",
|
|
28
28
|
"@testing-library/jest-dom": "~6.4.0",
|
|
29
|
-
"@testing-library/react": "~14.
|
|
29
|
+
"@testing-library/react": "~14.3.0",
|
|
30
30
|
"@types/node": "18",
|
|
31
|
-
"@types/react-dom": "~18.
|
|
32
|
-
"@types/react": "~18.
|
|
31
|
+
"@types/react-dom": "~18.3.0",
|
|
32
|
+
"@types/react": "~18.3.0",
|
|
33
33
|
"eslint-plugin-testing-library": "~6.2.0",
|
|
34
34
|
"eslint": "~8.57.0",
|
|
35
35
|
"jsdom": "~22.1.0",
|
|
36
36
|
"lint-staged": "~10.5.3",
|
|
37
37
|
"prettier": "~2.8.8",
|
|
38
|
-
"react-dom": "~18.
|
|
39
|
-
"react": "~18.
|
|
38
|
+
"react-dom": "~18.3.0",
|
|
39
|
+
"react": "~18.3.0",
|
|
40
40
|
"typescript": "~5.4.2",
|
|
41
41
|
"vite": "~5.2.2",
|
|
42
|
-
"vitest": "~1.
|
|
42
|
+
"vitest": "~1.5.0",
|
|
43
43
|
"@purpurds/component-rig": "1.0.0"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|