@designsystem-se/af 39.1.0 → 39.2.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.
Files changed (47) hide show
  1. package/components/digi-calendar-datepicker.js +1 -1
  2. package/components/digi-form-checkbox.js +1 -1
  3. package/components/digi-form-filter.js +1 -1
  4. package/components/digi-header-avatar.js +1 -1
  5. package/components/digi-info-card.js +1 -1
  6. package/components/digi-link-internal.js +1 -1
  7. package/components/digi-tools-feedback-rating.js +6 -1
  8. package/components/{p-f84f590e.js → p-965c3fa4.js} +1 -1
  9. package/components/{p-ab07faba.js → p-d851dc90.js} +1 -1
  10. package/custom-elements.json +4 -0
  11. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  12. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +1 -1
  13. package/dist/cjs/digi-form-checkbox.cjs.entry.js +1 -1
  14. package/dist/cjs/digi-header-avatar.cjs.entry.js +1 -1
  15. package/dist/cjs/digi-link-internal.cjs.entry.js +1 -1
  16. package/dist/cjs/digi-tools-feedback-rating.cjs.entry.js +5 -1
  17. package/dist/cjs/loader.cjs.js +1 -1
  18. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +2 -2
  19. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +2 -2
  20. package/dist/collection/components/_header/header-avatar/header-avatar.css +2 -2
  21. package/dist/collection/components/_link/link-internal/link-internal.css +2 -2
  22. package/dist/collection/components/_tools/tools-feedback-rating/tools-feedback-rating.js +27 -1
  23. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +2 -2
  24. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +2 -2
  25. package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +14 -18
  26. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  27. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  28. package/dist/digi-arbetsformedlingen/{p-045a1bd6.entry.js → p-0c66c1d8.entry.js} +1 -1
  29. package/dist/digi-arbetsformedlingen/{p-2295239c.entry.js → p-1324a098.entry.js} +1 -1
  30. package/dist/digi-arbetsformedlingen/{p-70da2307.entry.js → p-49182a51.entry.js} +1 -1
  31. package/dist/digi-arbetsformedlingen/p-99b2094a.entry.js +1 -0
  32. package/dist/digi-arbetsformedlingen/{p-bf80a488.entry.js → p-f4ca6ba6.entry.js} +1 -1
  33. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +2 -2
  34. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +2 -2
  35. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  36. package/dist/esm/digi-calendar-datepicker.entry.js +1 -1
  37. package/dist/esm/digi-form-checkbox.entry.js +1 -1
  38. package/dist/esm/digi-header-avatar.entry.js +1 -1
  39. package/dist/esm/digi-link-internal.entry.js +1 -1
  40. package/dist/esm/digi-tools-feedback-rating.entry.js +5 -1
  41. package/dist/esm/loader.js +1 -1
  42. package/dist/types/components/_tools/tools-feedback-rating/tools-feedback-rating.d.ts +8 -0
  43. package/dist/types/components.d.ts +10 -0
  44. package/hydrate/index.js +10 -5
  45. package/hydrate/index.mjs +10 -5
  46. package/package.json +1 -1
  47. package/dist/digi-arbetsformedlingen/p-b91c9055.entry.js +0 -1
@@ -85,6 +85,11 @@ export declare class ToolsFeedbackRating {
85
85
  * @en Sets an application name, usable for tracking
86
86
  */
87
87
  afApplication: string;
88
+ /**
89
+ * Sätter applikations-id från produktkatalogen för spårning
90
+ * @en Sets an application id.
91
+ */
92
+ afApplicationId: string;
88
93
  /**
89
94
  * Sätter produktområdesnamn, användbart tex vid spårning
90
95
  * @en Sets an application name, usable for tracking
@@ -154,12 +159,14 @@ export declare class ToolsFeedbackRating {
154
159
  productarea: string;
155
160
  product: string;
156
161
  application: string;
162
+ applicationId: string;
157
163
  id: string;
158
164
  name: string;
159
165
  questionType: string;
160
166
  question: string;
161
167
  rating: number;
162
168
  ratingDescription: string;
169
+ linkHref: string;
163
170
  variation: FeedbackRatingVariation;
164
171
  version: string;
165
172
  };
@@ -167,6 +174,7 @@ export declare class ToolsFeedbackRating {
167
174
  productarea: string;
168
175
  product: string;
169
176
  application: string;
177
+ applicationId: string;
170
178
  id: string;
171
179
  name: string;
172
180
  questionType: string;
@@ -8158,6 +8158,11 @@ export namespace Components {
8158
8158
  * @en Sets an application name, usable for tracking
8159
8159
  */
8160
8160
  "afApplication": string;
8161
+ /**
8162
+ * Sätter applikations-id från produktkatalogen för spårning
8163
+ * @en Sets an application id.
8164
+ */
8165
+ "afApplicationId": string;
8161
8166
  /**
8162
8167
  * Sätter attributet 'dir'.
8163
8168
  * @en Set button `dir` attribute.
@@ -20083,6 +20088,11 @@ declare namespace LocalJSX {
20083
20088
  * @en Sets an application name, usable for tracking
20084
20089
  */
20085
20090
  "afApplication"?: string;
20091
+ /**
20092
+ * Sätter applikations-id från produktkatalogen för spårning
20093
+ * @en Sets an application id.
20094
+ */
20095
+ "afApplicationId"?: string;
20086
20096
  /**
20087
20097
  * Sätter attributet 'dir'.
20088
20098
  * @en Set button `dir` attribute.