@gnist/design-system 2.0.13 → 2.0.15

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/components/surfaces/cards/ActionCard.cjs +3 -3
  3. package/dist/components/surfaces/cards/ActionCard.js +3 -3
  4. package/dist/components/surfaces/cards/CheckboxCard.cjs +5 -2
  5. package/dist/components/surfaces/cards/CheckboxCard.d.ts.map +1 -1
  6. package/dist/components/surfaces/cards/CheckboxCard.js +3 -2
  7. package/dist/components/surfaces/cards/InfoCard.cjs +2 -2
  8. package/dist/components/surfaces/cards/InfoCard.js +2 -2
  9. package/dist/components/surfaces/cards/LinkCard.cjs +2 -2
  10. package/dist/components/surfaces/cards/LinkCard.js +2 -2
  11. package/dist/components/surfaces/cards/RadioCard.cjs +5 -2
  12. package/dist/components/surfaces/cards/RadioCard.d.ts.map +1 -1
  13. package/dist/components/surfaces/cards/RadioCard.js +3 -2
  14. package/dist/foundation/iconography/svg/action/index.d.ts +360 -0
  15. package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
  16. package/dist/foundation/iconography/svg/communication/index.d.ts +24 -0
  17. package/dist/foundation/iconography/svg/communication/index.d.ts.map +1 -1
  18. package/dist/foundation/iconography/svg/content/index.d.ts +72 -0
  19. package/dist/foundation/iconography/svg/content/index.d.ts.map +1 -1
  20. package/dist/foundation/iconography/svg/device/index.d.ts +12 -0
  21. package/dist/foundation/iconography/svg/device/index.d.ts.map +1 -1
  22. package/dist/foundation/iconography/svg/file/index.d.ts +24 -0
  23. package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
  24. package/dist/foundation/iconography/svg/map/index.d.ts +60 -0
  25. package/dist/foundation/iconography/svg/map/index.d.ts.map +1 -1
  26. package/dist/foundation/iconography/svg/navigation/index.d.ts +228 -0
  27. package/dist/foundation/iconography/svg/navigation/index.d.ts.map +1 -1
  28. package/dist/foundation/iconography/svg/notifications/index.d.ts +36 -0
  29. package/dist/foundation/iconography/svg/notifications/index.d.ts.map +1 -1
  30. package/dist/foundation/iconography/svg/search/index.d.ts +12 -0
  31. package/dist/foundation/iconography/svg/search/index.d.ts.map +1 -1
  32. package/dist/foundation/iconography/svg/social/index.d.ts +60 -0
  33. package/dist/foundation/iconography/svg/social/index.d.ts.map +1 -1
  34. package/dist/foundation/iconography/svg/toggle/index.d.ts +48 -0
  35. package/dist/foundation/iconography/svg/toggle/index.d.ts.map +1 -1
  36. package/dist/foundation/iconography/svg/validation/index.d.ts +60 -0
  37. package/dist/foundation/iconography/svg/validation/index.d.ts.map +1 -1
  38. package/dist/foundation/logos/logos.d.ts +6 -0
  39. package/dist/foundation/logos/logos.d.ts.map +1 -1
  40. package/dist/foundation/logos/svg/audi/index.d.ts +6 -0
  41. package/dist/foundation/logos/svg/audi/index.d.ts.map +1 -1
  42. package/dist/foundation/logos/svg/autoria/index.d.ts +6 -0
  43. package/dist/foundation/logos/svg/autoria/index.d.ts.map +1 -1
  44. package/dist/foundation/logos/svg/bilhold/index.d.ts +6 -0
  45. package/dist/foundation/logos/svg/bilhold/index.d.ts.map +1 -1
  46. package/dist/foundation/logos/svg/cupra/index.d.ts +6 -0
  47. package/dist/foundation/logos/svg/cupra/index.d.ts.map +1 -1
  48. package/dist/foundation/logos/svg/dahles/index.d.ts +6 -0
  49. package/dist/foundation/logos/svg/dahles/index.d.ts.map +1 -1
  50. package/dist/foundation/logos/svg/gumpen/index.d.ts +6 -0
  51. package/dist/foundation/logos/svg/gumpen/index.d.ts.map +1 -1
  52. package/dist/foundation/logos/svg/mollerbil/index.d.ts +6 -0
  53. package/dist/foundation/logos/svg/mollerbil/index.d.ts.map +1 -1
  54. package/dist/foundation/logos/svg/others/index.d.ts +54 -0
  55. package/dist/foundation/logos/svg/others/index.d.ts.map +1 -1
  56. package/dist/foundation/logos/svg/skoda/index.d.ts +6 -0
  57. package/dist/foundation/logos/svg/skoda/index.d.ts.map +1 -1
  58. package/dist/foundation/logos/svg/vw/index.d.ts +12 -0
  59. package/dist/foundation/logos/svg/vw/index.d.ts.map +1 -1
  60. package/package.json +28 -28
@@ -2,81 +2,135 @@ export declare const berge: {
2
2
  key: string;
3
3
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
4
  title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
5
8
  }>;
6
9
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
7
10
  title?: string;
11
+ titleId?: string;
12
+ desc?: string;
13
+ descId?: string;
8
14
  }>;
9
15
  };
10
16
  export declare const fremme: {
11
17
  key: string;
12
18
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
13
19
  title?: string;
20
+ titleId?: string;
21
+ desc?: string;
22
+ descId?: string;
14
23
  }>;
15
24
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
25
  title?: string;
26
+ titleId?: string;
27
+ desc?: string;
28
+ descId?: string;
17
29
  }>;
18
30
  };
19
31
  export declare const sulland: {
20
32
  key: string;
21
33
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
22
34
  title?: string;
35
+ titleId?: string;
36
+ desc?: string;
37
+ descId?: string;
23
38
  }>;
24
39
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
25
40
  title?: string;
41
+ titleId?: string;
42
+ desc?: string;
43
+ descId?: string;
26
44
  }>;
27
45
  };
28
46
  export declare const slatlem: {
29
47
  key: string;
30
48
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
31
49
  title?: string;
50
+ titleId?: string;
51
+ desc?: string;
52
+ descId?: string;
32
53
  }>;
33
54
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
34
55
  title?: string;
56
+ titleId?: string;
57
+ desc?: string;
58
+ descId?: string;
35
59
  }>;
36
60
  };
37
61
  export declare const albjerk: {
38
62
  key: string;
39
63
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
64
  title?: string;
65
+ titleId?: string;
66
+ desc?: string;
67
+ descId?: string;
41
68
  }>;
42
69
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
43
70
  title?: string;
71
+ titleId?: string;
72
+ desc?: string;
73
+ descId?: string;
44
74
  }>;
45
75
  };
46
76
  export declare const kirkenes: {
47
77
  key: string;
48
78
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
49
79
  title?: string;
80
+ titleId?: string;
81
+ desc?: string;
82
+ descId?: string;
50
83
  }>;
51
84
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
85
  title?: string;
86
+ titleId?: string;
87
+ desc?: string;
88
+ descId?: string;
53
89
  }>;
54
90
  };
55
91
  export declare const alta: {
56
92
  key: string;
57
93
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
58
94
  title?: string;
95
+ titleId?: string;
96
+ desc?: string;
97
+ descId?: string;
59
98
  }>;
60
99
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
61
100
  title?: string;
101
+ titleId?: string;
102
+ desc?: string;
103
+ descId?: string;
62
104
  }>;
63
105
  };
64
106
  export declare const svebjorn: {
65
107
  key: string;
66
108
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
67
109
  title?: string;
110
+ titleId?: string;
111
+ desc?: string;
112
+ descId?: string;
68
113
  }>;
69
114
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
70
115
  title?: string;
116
+ titleId?: string;
117
+ desc?: string;
118
+ descId?: string;
71
119
  }>;
72
120
  };
73
121
  export declare const mobile: {
74
122
  key: string;
75
123
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
124
  title?: string;
125
+ titleId?: string;
126
+ desc?: string;
127
+ descId?: string;
77
128
  }>;
78
129
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
79
130
  title?: string;
131
+ titleId?: string;
132
+ desc?: string;
133
+ descId?: string;
80
134
  }>;
81
135
  };
82
136
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/others/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,KAAK;;;;;;;;CAIjB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;CAIpB,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;CAIhB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;CAIpB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;CAIlB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/others/index.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;CAIjB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;CAIpB,CAAC;AAEF,eAAO,MAAM,IAAI;;;;;;;;;;;;;;CAIhB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;CAIpB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;CAIlB,CAAC"}
@@ -2,9 +2,15 @@ export declare const skoda: {
2
2
  key: string;
3
3
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
4
  title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
5
8
  }>;
6
9
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
7
10
  title?: string;
11
+ titleId?: string;
12
+ desc?: string;
13
+ descId?: string;
8
14
  }>;
9
15
  };
10
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/skoda/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;CAIjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/skoda/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;CAIjB,CAAC"}
@@ -2,18 +2,30 @@ export declare const vw: {
2
2
  key: string;
3
3
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
4
  title?: string;
5
+ titleId?: string;
6
+ desc?: string;
7
+ descId?: string;
5
8
  }>;
6
9
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
7
10
  title?: string;
11
+ titleId?: string;
12
+ desc?: string;
13
+ descId?: string;
8
14
  }>;
9
15
  };
10
16
  export declare const vwnytte: {
11
17
  key: string;
12
18
  symbol: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
13
19
  title?: string;
20
+ titleId?: string;
21
+ desc?: string;
22
+ descId?: string;
14
23
  }>;
15
24
  wordmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
25
  title?: string;
26
+ titleId?: string;
27
+ desc?: string;
28
+ descId?: string;
17
29
  }>;
18
30
  };
19
31
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/vw/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,EAAE;;;;;;;;CAId,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;CAInB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/logos/svg/vw/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,EAAE;;;;;;;;;;;;;;CAId,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAInB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnist/design-system",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -47,18 +47,18 @@
47
47
  "build-storybook": "cd docs && pnpm run build"
48
48
  },
49
49
  "dependencies": {
50
- "@formkit/auto-animate": "^0.7.0",
51
- "@gnist/component-utils": "3.0.2",
52
- "@gnist/themes": "^2.2.3",
50
+ "@formkit/auto-animate": "^0.8.2",
51
+ "@gnist/component-utils": "3.0.3",
52
+ "@gnist/themes": "^2.2.4",
53
53
  "@mui/base": "^5.0.0-beta.36",
54
- "@vanilla-extract/css": "^1.14.1",
55
- "@vanilla-extract/css-utils": "^0.1.3",
56
- "@vanilla-extract/dynamic": "^2.1.0",
57
- "@vanilla-extract/recipes": "^0.5.2",
54
+ "@vanilla-extract/css": "^1.17.1",
55
+ "@vanilla-extract/css-utils": "^0.1.4",
56
+ "@vanilla-extract/dynamic": "^2.1.2",
57
+ "@vanilla-extract/recipes": "^0.5.5",
58
58
  "classnames": "^2.5.1",
59
- "fp-ts": "^2.16.7",
60
- "immer": "^9.0.15",
61
- "react-content-loader": "^6.2.1"
59
+ "fp-ts": "^2.16.9",
60
+ "immer": "^10.1.1",
61
+ "react-content-loader": "^7.0.2"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@types/react": "^18.0.0 || ^19.0.0",
@@ -69,16 +69,16 @@
69
69
  "devDependencies": {
70
70
  "@gnist/eslint-config": "",
71
71
  "@gnist/ts-config": "",
72
- "@rollup/plugin-typescript": "^11.1.6",
73
- "@tsconfig/node20": "^20.1.2",
74
- "@types/node": "^20.11.16",
72
+ "@rollup/plugin-typescript": "^12.1.2",
73
+ "@tsconfig/node22": "^22.0.0",
74
+ "@types/node": "^22.13.4",
75
75
  "@types/prettier": "^2.6.1",
76
76
  "@types/react": "^18.0.0",
77
77
  "@types/react-dom": "^18.0.0",
78
- "@types/semver": "^7.3.8",
78
+ "@types/semver": "^7.5.8",
79
79
  "@typescript-eslint/eslint-plugin": "^6.19.1",
80
80
  "@typescript-eslint/parser": "^6.19.1",
81
- "@vitejs/plugin-react-swc": "^3.7.0",
81
+ "@vitejs/plugin-react-swc": "^3.8.0",
82
82
  "eslint": "^8.56.0",
83
83
  "eslint-config-prettier": "^8.5.0",
84
84
  "eslint-import-resolver-typescript": "^3.6.1",
@@ -87,22 +87,22 @@
87
87
  "eslint-plugin-react": "^7.33.2",
88
88
  "eslint-plugin-react-hooks": "^4.6.0",
89
89
  "eslint-plugin-storybook": "^0.6.15",
90
- "globby": "^13.1.2",
91
- "madge": "^6.1.0",
90
+ "globby": "^14.1.0",
91
+ "madge": "^8.0.0",
92
92
  "prettier": "^2.7.1",
93
93
  "react": "^18.3.1",
94
94
  "react-dom": "^18.3.1",
95
- "rollup-plugin-copy": "^3.4.0",
96
- "semver": "^7.5.2",
97
- "svgo": "^2.8.0",
98
- "svgo-autocrop": "^1.1.1",
99
- "ts-node": "^10.7.0",
100
- "tslib": "^2.3.1",
101
- "tsx": "^4.7.1",
95
+ "rollup-plugin-copy": "^3.5.0",
96
+ "semver": "^7.7.1",
97
+ "svgo": "^3.3.2",
98
+ "svgo-autocrop": "^1.1.2",
99
+ "ts-node": "^10.9.2",
100
+ "tslib": "^2.8.1",
101
+ "tsx": "^4.19.3",
102
102
  "typescript": "^5.3.3",
103
- "typescript-transform-paths": "^3.4.6",
103
+ "typescript-transform-paths": "^3.5.3",
104
104
  "vite": "^5.3.2",
105
- "vite-plugin-svgr": "^4.2.0",
105
+ "vite-plugin-svgr": "^4.3.0",
106
106
  "vite-tsconfig-paths": "^4.3.0"
107
107
  },
108
108
  "peerDependenciesMeta": {
@@ -113,5 +113,5 @@
113
113
  "optional": true
114
114
  }
115
115
  },
116
- "gitHead": "9c213f896b366f56923ab40a62bfd7073977be0a"
116
+ "gitHead": "6d593a0f825552881dc2a8e96a1ddaa66f615e19"
117
117
  }