@uh-design-system/component-library 0.5.3 → 0.6.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 (217) hide show
  1. package/dist/cjs/{utils-3412cbed.js → attributes-BMbXzbwU.js} +2 -28
  2. package/dist/cjs/component-library.cjs.js +7 -7
  3. package/dist/cjs/controlUtils-ofqiQxRF.js +42 -0
  4. package/dist/cjs/ds-accordion.cjs.entry.js +79 -0
  5. package/dist/cjs/ds-button.cjs.entry.js +107 -0
  6. package/dist/cjs/ds-card.cjs.entry.js +58 -0
  7. package/dist/cjs/ds-checkbox-group.cjs.entry.js +82 -32
  8. package/dist/cjs/ds-checkbox.cjs.entry.js +70 -64
  9. package/dist/cjs/ds-icon.cjs.entry.js +943 -0
  10. package/dist/cjs/ds-input-validity.cjs.entry.js +13 -14
  11. package/dist/cjs/ds-link-with-arrow.cjs.entry.js +21 -20
  12. package/dist/cjs/ds-link.cjs.entry.js +34 -31
  13. package/dist/cjs/ds-radio-button-group.cjs.entry.js +72 -30
  14. package/dist/cjs/ds-radio-button.cjs.entry.js +60 -59
  15. package/dist/cjs/ds-spinner.cjs.entry.js +62 -0
  16. package/dist/cjs/ds-text-input.cjs.entry.js +89 -77
  17. package/dist/cjs/ds-visually-hidden.cjs.entry.js +17 -0
  18. package/dist/cjs/index-Bp6Dd2i1.js +94 -0
  19. package/dist/cjs/{store-e8e87298.js → index-DwLFyR5p.js} +6 -2
  20. package/dist/cjs/{index-947af833.js → index-Mjp9Y-Sw.js} +666 -52
  21. package/dist/cjs/index.cjs.js +3 -5
  22. package/dist/cjs/{linkUtils-695da37c.js → linkUtils-onlbgKdI.js} +4 -2
  23. package/dist/cjs/loader.cjs.js +3 -5
  24. package/dist/cjs/utils-BjZTECpy.js +29 -0
  25. package/dist/collection/accessibility/stories/naming.stories.js +3 -3
  26. package/dist/collection/collection-manifest.json +74 -2
  27. package/dist/collection/components/01-base-components/ds-accordion/ds-accordion.css +7 -6
  28. package/dist/collection/components/01-base-components/ds-accordion/ds-accordion.js +88 -45
  29. package/dist/collection/components/01-base-components/ds-accordion/stories/ds-accordion.examples.stories.js +6 -6
  30. package/dist/collection/components/01-base-components/ds-accordion/stories/ds-accordion.features.stories.js +14 -14
  31. package/dist/collection/components/01-base-components/ds-accordion/stories/ds-accordion.stories.js +24 -66
  32. package/dist/collection/components/01-base-components/ds-button/ds-button.css +38 -70
  33. package/dist/collection/components/01-base-components/ds-button/ds-button.js +91 -91
  34. package/dist/collection/components/01-base-components/ds-button/stories/ds-button.examples.stories.js +84 -52
  35. package/dist/collection/components/01-base-components/ds-button/stories/ds-button.features.stories.js +49 -42
  36. package/dist/collection/components/01-base-components/ds-button/stories/ds-button.stories.js +16 -75
  37. package/dist/collection/components/01-base-components/ds-card/ds-card.css +127 -0
  38. package/dist/collection/components/01-base-components/ds-card/ds-card.js +303 -0
  39. package/dist/collection/components/01-base-components/ds-card/stories/ds-card.examples.stories.js +92 -0
  40. package/dist/collection/components/01-base-components/ds-card/stories/ds-card.features.stories.js +66 -0
  41. package/dist/collection/components/01-base-components/ds-card/stories/ds-card.stories.js +71 -0
  42. package/dist/collection/components/01-base-components/ds-checkbox/ds-checkbox.css +23 -30
  43. package/dist/collection/components/01-base-components/ds-checkbox/ds-checkbox.js +112 -84
  44. package/dist/collection/components/01-base-components/ds-checkbox/stories/ds-checkbox.features.stories.js +20 -20
  45. package/dist/collection/components/01-base-components/ds-checkbox/stories/ds-checkbox.stories.js +12 -25
  46. package/dist/collection/components/01-base-components/ds-checkbox-group/ds-checkbox-group.css +1 -2
  47. package/dist/collection/components/01-base-components/ds-checkbox-group/ds-checkbox-group.js +170 -45
  48. package/dist/collection/components/01-base-components/ds-checkbox-group/stories/ds-checkbox-group.features.stories.js +153 -44
  49. package/dist/collection/components/01-base-components/ds-checkbox-group/stories/ds-checkbox-group.stories.js +30 -28
  50. package/dist/collection/components/01-base-components/ds-icon/ds-icon.js +36 -31
  51. package/dist/collection/components/01-base-components/ds-icon/stories/ds-icon.stories.js +10 -37
  52. package/dist/collection/components/01-base-components/ds-input-validity/ds-input-validity.js +60 -30
  53. package/dist/collection/components/01-base-components/ds-input-validity/stories/ds-input-validity.features.stories.js +4 -4
  54. package/dist/collection/components/01-base-components/ds-input-validity/stories/ds-input-validity.stories.js +4 -9
  55. package/dist/collection/components/01-base-components/ds-link/ds-link.css +13 -3
  56. package/dist/collection/components/01-base-components/ds-link/ds-link.js +74 -75
  57. package/dist/collection/components/01-base-components/ds-link/stories/ds-link.examples.stories.js +27 -27
  58. package/dist/collection/components/01-base-components/ds-link/stories/ds-link.features.stories.js +38 -21
  59. package/dist/collection/components/01-base-components/ds-link/stories/ds-link.stories.js +8 -67
  60. package/dist/collection/components/01-base-components/ds-link-with-arrow/ds-link-with-arrow.css +1 -3
  61. package/dist/collection/components/01-base-components/ds-link-with-arrow/ds-link-with-arrow.js +30 -52
  62. package/dist/collection/components/01-base-components/ds-link-with-arrow/stories/ds-link-with-arrow.examples.stories.js +4 -4
  63. package/dist/collection/components/01-base-components/ds-link-with-arrow/stories/ds-link-with-arrow.features.stories.js +6 -6
  64. package/dist/collection/components/01-base-components/ds-link-with-arrow/stories/ds-link-with-arrow.stories.js +4 -28
  65. package/dist/collection/components/01-base-components/ds-radio-button/ds-radio-button.css +26 -27
  66. package/dist/collection/components/01-base-components/ds-radio-button/ds-radio-button.js +98 -117
  67. package/dist/collection/components/01-base-components/ds-radio-button/stories/ds-radio-button.features.stories.js +29 -27
  68. package/dist/collection/components/01-base-components/ds-radio-button/stories/ds-radio-button.stories.js +9 -23
  69. package/dist/collection/components/01-base-components/ds-radio-button-group/ds-radio-button-group.css +1 -2
  70. package/dist/collection/components/01-base-components/ds-radio-button-group/ds-radio-button-group.js +111 -38
  71. package/dist/collection/components/01-base-components/ds-radio-button-group/stories/ds-radio-button-group.examples.stories.js +16 -25
  72. package/dist/collection/components/01-base-components/ds-radio-button-group/stories/ds-radio-button-group.features.stories.js +40 -27
  73. package/dist/collection/components/01-base-components/ds-radio-button-group/stories/ds-radio-button-group.stories.js +23 -22
  74. package/dist/collection/components/01-base-components/ds-spinner/ds-spinner.css +34 -64
  75. package/dist/collection/components/01-base-components/ds-spinner/ds-spinner.js +42 -42
  76. package/dist/collection/components/01-base-components/ds-spinner/stories/ds-spinner.examples.stories.js +15 -17
  77. package/dist/collection/components/01-base-components/ds-spinner/stories/ds-spinner.features.stories.js +8 -8
  78. package/dist/collection/components/01-base-components/ds-spinner/stories/ds-spinner.stories.js +4 -49
  79. package/dist/collection/components/01-base-components/ds-text-input/ds-text-input.css +45 -78
  80. package/dist/collection/components/01-base-components/ds-text-input/ds-text-input.js +229 -155
  81. package/dist/collection/components/01-base-components/ds-text-input/stories/ds-text-input.examples.stories.js +26 -21
  82. package/dist/collection/components/01-base-components/ds-text-input/stories/ds-text-input.features.stories.js +40 -40
  83. package/dist/collection/components/01-base-components/ds-text-input/stories/ds-text-input.stories.js +30 -56
  84. package/dist/collection/components/01-base-components/ds-visually-hidden/ds-visually-hidden.js +1 -1
  85. package/dist/collection/store.js +7 -1
  86. package/dist/collection/utils/attributes/attributes.js +2 -2
  87. package/dist/collection/utils/controls/controlUtils.js +35 -1
  88. package/dist/collection/utils/link/linkUtils.js +3 -2
  89. package/dist/collection/utils/utils.js +10 -9
  90. package/dist/component-library/{utils-cfc536bc.js → attributes-BD_lNRxn.js} +1 -1
  91. package/dist/component-library/component-library.css +1 -1
  92. package/dist/component-library/component-library.esm.js +1 -1
  93. package/dist/component-library/controlUtils-CNER0MvM.js +1 -0
  94. package/dist/component-library/ds-accordion.entry.js +1 -0
  95. package/dist/component-library/ds-button.entry.js +1 -0
  96. package/dist/component-library/ds-card.entry.js +1 -0
  97. package/dist/component-library/ds-checkbox-group.entry.js +1 -1
  98. package/dist/component-library/ds-checkbox.entry.js +1 -1
  99. package/dist/component-library/ds-icon.entry.js +1 -0
  100. package/dist/component-library/ds-input-validity.entry.js +1 -1
  101. package/dist/component-library/ds-link-with-arrow.entry.js +1 -1
  102. package/dist/component-library/ds-link.entry.js +1 -1
  103. package/dist/component-library/ds-radio-button-group.entry.js +1 -1
  104. package/dist/component-library/ds-radio-button.entry.js +1 -1
  105. package/dist/component-library/ds-spinner.entry.js +1 -0
  106. package/dist/component-library/ds-text-input.entry.js +1 -1
  107. package/dist/component-library/ds-visually-hidden.entry.js +1 -0
  108. package/dist/component-library/index-BfTCfPZ1.js +6 -0
  109. package/dist/component-library/index-Cm7V4EAn.js +2 -0
  110. package/dist/component-library/index-DuYjhvTn.js +1 -0
  111. package/dist/component-library/index.esm.js +1 -1
  112. package/dist/component-library/linkUtils-02nCfO0F.js +1 -0
  113. package/dist/component-library/utils-CqaqnfY4.js +1 -0
  114. package/dist/components/attributes.js +3 -3
  115. package/dist/components/controlUtils.js +35 -2
  116. package/dist/components/ds-accordion.js +39 -33
  117. package/dist/components/ds-button2.js +49 -51
  118. package/dist/components/ds-card.d.ts +11 -0
  119. package/dist/components/ds-card.js +91 -0
  120. package/dist/components/ds-checkbox-group.js +88 -39
  121. package/dist/components/ds-checkbox2.js +73 -64
  122. package/dist/components/ds-icon2.js +292 -292
  123. package/dist/components/ds-input-validity2.js +16 -13
  124. package/dist/components/ds-link-with-arrow.js +22 -22
  125. package/dist/components/ds-link.js +43 -40
  126. package/dist/components/ds-radio-button-group.js +72 -34
  127. package/dist/components/ds-radio-button.js +63 -61
  128. package/dist/components/ds-spinner2.js +31 -32
  129. package/dist/components/ds-text-input.js +114 -99
  130. package/dist/components/ds-visually-hidden2.js +2 -3
  131. package/dist/components/index.js +208 -2
  132. package/dist/components/index2.js +679 -36
  133. package/dist/components/index3.js +69 -57
  134. package/dist/components/linkUtils.js +4 -2
  135. package/dist/docs.d.ts +443 -0
  136. package/dist/docs.json +4790 -0
  137. package/dist/esm/{utils-cfc536bc.js → attributes-BD_lNRxn.js} +3 -26
  138. package/dist/esm/component-library.js +6 -5
  139. package/dist/esm/controlUtils-CNER0MvM.js +37 -0
  140. package/dist/esm/ds-accordion.entry.js +77 -0
  141. package/dist/esm/ds-button.entry.js +105 -0
  142. package/dist/esm/ds-card.entry.js +56 -0
  143. package/dist/esm/ds-checkbox-group.entry.js +81 -29
  144. package/dist/esm/ds-checkbox.entry.js +60 -52
  145. package/dist/esm/ds-icon.entry.js +941 -0
  146. package/dist/esm/ds-input-validity.entry.js +13 -12
  147. package/dist/esm/ds-link-with-arrow.entry.js +21 -18
  148. package/dist/esm/ds-link.entry.js +34 -29
  149. package/dist/esm/ds-radio-button-group.entry.js +71 -27
  150. package/dist/esm/ds-radio-button.entry.js +52 -49
  151. package/dist/esm/ds-spinner.entry.js +60 -0
  152. package/dist/esm/ds-text-input.entry.js +87 -73
  153. package/dist/esm/ds-visually-hidden.entry.js +15 -0
  154. package/dist/esm/index-BfTCfPZ1.js +92 -0
  155. package/dist/esm/{index-84fd0ee9.js → index-Cm7V4EAn.js} +665 -31
  156. package/dist/{components/store.js → esm/index-DuYjhvTn.js} +6 -3
  157. package/dist/esm/index.js +2 -2
  158. package/dist/esm/{linkUtils-3d1b28cf.js → linkUtils-02nCfO0F.js} +4 -2
  159. package/dist/esm/loader.js +4 -4
  160. package/dist/esm/utils-CqaqnfY4.js +25 -0
  161. package/dist/hydrate/index.d.ts +271 -0
  162. package/dist/hydrate/index.js +22280 -0
  163. package/dist/hydrate/index.mjs +22272 -0
  164. package/dist/hydrate/package.json +12 -0
  165. package/dist/styles/helpers.css +9 -1
  166. package/dist/styles/helpers.css.map +1 -1
  167. package/dist/styles/mixins/_breakpoints.scss +1 -2
  168. package/dist/styles/mixins/_focus.scss +3 -5
  169. package/dist/styles/mixins.scss +8 -6
  170. package/dist/styles/variables.css +32 -24
  171. package/dist/styles/variables.css.map +1 -1
  172. package/dist/types/components/01-base-components/ds-accordion/ds-accordion.d.ts +11 -8
  173. package/dist/types/components/01-base-components/ds-button/ds-button.d.ts +14 -14
  174. package/dist/types/components/01-base-components/ds-button/stories/ds-button.features.stories.d.ts +1 -0
  175. package/dist/types/components/01-base-components/ds-card/ds-card.d.ts +20 -0
  176. package/dist/types/components/01-base-components/ds-card/stories/ds-card.examples.stories.d.ts +8 -0
  177. package/dist/types/components/01-base-components/ds-card/stories/ds-card.features.stories.d.ts +8 -0
  178. package/dist/types/components/01-base-components/ds-card/stories/ds-card.stories.d.ts +7 -0
  179. package/dist/types/components/01-base-components/ds-checkbox/ds-checkbox.d.ts +16 -13
  180. package/dist/types/components/01-base-components/ds-checkbox-group/ds-checkbox-group.d.ts +16 -7
  181. package/dist/types/components/01-base-components/ds-checkbox-group/stories/ds-checkbox-group.features.stories.d.ts +3 -0
  182. package/dist/types/components/01-base-components/ds-icon/ds-icon.d.ts +7 -5
  183. package/dist/types/components/01-base-components/ds-input-validity/ds-input-validity.d.ts +5 -6
  184. package/dist/types/components/01-base-components/ds-link/ds-link.d.ts +13 -14
  185. package/dist/types/components/01-base-components/ds-link/stories/ds-link.features.stories.d.ts +2 -0
  186. package/dist/types/components/01-base-components/ds-link-with-arrow/ds-link-with-arrow.d.ts +5 -7
  187. package/dist/types/components/01-base-components/ds-radio-button/ds-radio-button.d.ts +14 -14
  188. package/dist/types/components/01-base-components/ds-radio-button/stories/ds-radio-button.features.stories.d.ts +1 -1
  189. package/dist/types/components/01-base-components/ds-radio-button-group/ds-radio-button-group.d.ts +16 -6
  190. package/dist/types/components/01-base-components/ds-radio-button-group/stories/ds-radio-button-group.features.stories.d.ts +1 -0
  191. package/dist/types/components/01-base-components/ds-spinner/ds-spinner.d.ts +7 -7
  192. package/dist/types/components/01-base-components/ds-text-input/ds-text-input.d.ts +37 -32
  193. package/dist/types/components.d.ts +1225 -281
  194. package/dist/types/stencil-public-runtime.d.ts +22 -0
  195. package/dist/types/store.d.ts +6 -1
  196. package/dist/types/utils/attributes/attributes.d.ts +1 -1
  197. package/dist/types/utils/controls/controlUtils.d.ts +2 -0
  198. package/dist/types/utils/link/linkUtils.d.ts +1 -1
  199. package/dist/types/utils/utils.d.ts +2 -1
  200. package/package.json +28 -24
  201. package/dist/cjs/controlUtils-8bf55ef0.js +0 -7
  202. package/dist/cjs/ds-accordion_5.cjs.entry.js +0 -1190
  203. package/dist/cjs/index-5b0b9d4c.js +0 -82
  204. package/dist/component-library/controlUtils-c2ba44bd.js +0 -1
  205. package/dist/component-library/ds-accordion_5.entry.js +0 -1
  206. package/dist/component-library/index-72ac5051.js +0 -6
  207. package/dist/component-library/index-84fd0ee9.js +0 -2
  208. package/dist/component-library/linkUtils-3d1b28cf.js +0 -1
  209. package/dist/component-library/store-73a56075.js +0 -1
  210. package/dist/esm/controlUtils-c2ba44bd.js +0 -4
  211. package/dist/esm/ds-accordion_5.entry.js +0 -1182
  212. package/dist/esm/index-72ac5051.js +0 -80
  213. package/dist/esm/store-73a56075.js +0 -204
  214. package/dist/loader/package.json +0 -11
  215. /package/dist/cjs/{app-globals-3a1e7e63.js → app-globals-V2Kpy_OQ.js} +0 -0
  216. /package/dist/component-library/{app-globals-0f993ce5.js → app-globals-DQuL1Twl.js} +0 -0
  217. /package/dist/esm/{app-globals-0f993ce5.js → app-globals-DQuL1Twl.js} +0 -0
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@uh-design-system/component-library/hydrate",
3
+ "description": "ComponentLibrary component hydration app.",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "exports": {
7
+ ".": {
8
+ "require": "./index.js",
9
+ "import": "./index.mjs"
10
+ }
11
+ }
12
+ }
@@ -1,4 +1,12 @@
1
- .dsNoStyleLeak * {
1
+ /*
2
+ * This file is used to import helper styles and make them available for use
3
+ * in other SCSS files independently.
4
+ *
5
+ * This file will be preprocessed and copied to the dist folder in the build process.
6
+ *
7
+ * See the build script in package.json for more details.
8
+ */
9
+ .ds-no-style-leak * {
2
10
  all: unset;
3
11
  box-sizing: border-box;
4
12
  display: block;
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/components/00-foundations/helpers/_no-style-leak.scss"],"names":[],"mappings":"AACE;EACE;EACA;EACA","file":"helpers.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../src/styles/helpers.scss","../../src/components/00-foundations/helpers/_no-style-leak.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACCE;EACE;EACA;EACA","file":"helpers.css"}
@@ -8,7 +8,6 @@
8
8
  @content;
9
9
  }
10
10
  } @else {
11
- @warn "Unfortunately, no value could be retrieved from `#{$breakpoint}`. "
12
- + "Available breakpoints are: #{map-keys($breakpoints)}.";
11
+ @warn "Unfortunately, no value could be retrieved from `#{$breakpoint}`. Available breakpoints are: #{map-keys($breakpoints)}.";
13
12
  }
14
13
  }
@@ -3,10 +3,8 @@
3
3
 
4
4
  @mixin dsFocusStyles($focusInset, $focusBoxShadowColor, $focusOutlineColor, $inset, $offsetMultiplier) {
5
5
  box-shadow: string.unquote($focusInset) 0 0 0 if($inset, var(--ds-borderWidth-thick), var(--ds-borderWidth-thin)) $focusBoxShadowColor;
6
- outline-color: $focusOutlineColor;
6
+ outline: var(--ds-borderWidth-thin) solid $focusOutlineColor;
7
7
  outline-offset: calc(if($inset, calc(var(--ds-borderWidth-thin) * -1), var(--ds-borderWidth-thin)) * $offsetMultiplier);
8
- outline-style: solid;
9
- outline-width: var(--ds-borderWidth-thin);
10
8
  }
11
9
 
12
10
  @mixin dsFocusRing($inverted: false, $inset: false, $focusVisible: true, $focusWithin: false, $offsetMultiplier: 1) {
@@ -14,13 +12,13 @@
14
12
  $focusBoxShadowColor: if($inverted, colours.$dsBorderColorBlack, colours.$dsBorderColorWhite);
15
13
  $focusInset: if($inset, inset, '');
16
14
 
17
- @if ($focusVisible) {
15
+ @if $focusVisible {
18
16
  &:focus-visible {
19
17
  @include dsFocusStyles($focusInset, $focusBoxShadowColor, $focusOutlineColor, $inset, $offsetMultiplier);
20
18
  }
21
19
  }
22
20
 
23
- @if ($focusWithin) {
21
+ @if $focusWithin {
24
22
  &:focus-within {
25
23
  @include dsFocusStyles($focusInset, $focusBoxShadowColor, $focusOutlineColor, $inset, $offsetMultiplier);
26
24
  }
@@ -1,9 +1,11 @@
1
- // This file is used to import all mixins and make them available for use
2
- // in other SCSS files independently.
3
- //
4
- // This file will be copied to the dist folder in the build process.
5
- //
6
- // See the build script in stencil.config.ts for more details.
1
+ /*
2
+ * This file is used to import all mixins and make them available for use
3
+ * in other SCSS files independently.
4
+ *
5
+ * This file will be copied to the dist folder in the build process.
6
+ *
7
+ * See the build script in stencil.config.ts for more details.
8
+ */
7
9
 
8
10
  @forward 'mixins/breakpoints';
9
11
  @forward 'mixins/focus';
@@ -1,3 +1,11 @@
1
+ /*
2
+ * This file is used to import css variables and make them available for use
3
+ * in other SCSS files independently.
4
+ *
5
+ * This file will be preprocessed and copied to the dist folder in the build process.
6
+ *
7
+ * See the build script in package.json for more details.
8
+ */
1
9
  :root {
2
10
  --ds-borderWidth-none: 0px;
3
11
  --ds-borderWidth-hairline: 1px;
@@ -16,36 +24,36 @@
16
24
  }
17
25
 
18
26
  :root {
19
- --ds-overlay-black-00: rgb(0 0 0 / 0);
20
- --ds-overlay-black-05: rgb(0 0 0 / 0.05);
21
- --ds-overlay-black-10: rgb(0 0 0 / 0.1);
22
- --ds-overlay-black-15: rgb(0 0 0 / 0.15);
23
- --ds-overlay-black-30: rgb(0 0 0 / 0.3);
24
- --ds-overlay-black-40: rgb(0 0 0 / 0.4);
25
- --ds-overlay-black-50: rgb(0 0 0 / 0.5);
26
- --ds-overlay-black-70: rgb(0 0 0 / 0.7);
27
- --ds-overlay-black-80: rgb(0 0 0 / 0.8);
28
- --ds-overlay-white-00: rgb(255 255 255 / 0);
29
- --ds-overlay-white-05: rgb(255 255 255 / 0.05);
30
- --ds-overlay-white-10: rgb(255 255 255 / 0.1);
31
- --ds-overlay-white-15: rgb(255 255 255 / 0.15);
32
- --ds-overlay-white-30: rgb(255 255 255 / 0.3);
33
- --ds-overlay-white-40: rgb(255 255 255 / 0.4);
34
- --ds-overlay-white-50: rgb(255 255 255 / 0.5);
35
- --ds-overlay-white-70: rgb(255 255 255 / 0.7);
36
- --ds-overlay-white-80: rgb(255 255 255 / 0.8);
37
- --ds-palette-black: #000000;
38
- --ds-palette-white: #ffffff;
27
+ --ds-overlay-black-00: rgb(0 0 0 / 0%);
28
+ --ds-overlay-black-05: rgb(0 0 0 / 5%);
29
+ --ds-overlay-black-10: rgb(0 0 0 / 10%);
30
+ --ds-overlay-black-15: rgb(0 0 0 / 15%);
31
+ --ds-overlay-black-30: rgb(0 0 0 / 30%);
32
+ --ds-overlay-black-40: rgb(0 0 0 / 40%);
33
+ --ds-overlay-black-50: rgb(0 0 0 / 50%);
34
+ --ds-overlay-black-70: rgb(0 0 0 / 70%);
35
+ --ds-overlay-black-80: rgb(0 0 0 / 80%);
36
+ --ds-overlay-white-00: rgb(255 255 255 / 0%);
37
+ --ds-overlay-white-05: rgb(255 255 255 / 5%);
38
+ --ds-overlay-white-10: rgb(255 255 255 / 10%);
39
+ --ds-overlay-white-15: rgb(255 255 255 / 15%);
40
+ --ds-overlay-white-30: rgb(255 255 255 / 30%);
41
+ --ds-overlay-white-40: rgb(255 255 255 / 40%);
42
+ --ds-overlay-white-50: rgb(255 255 255 / 50%);
43
+ --ds-overlay-white-70: rgb(255 255 255 / 70%);
44
+ --ds-overlay-white-80: rgb(255 255 255 / 80%);
45
+ --ds-palette-black: #000;
46
+ --ds-palette-white: #fff;
39
47
  --ds-palette-black-03: #f7f7f7;
40
48
  --ds-palette-black-05: #f2f2f2;
41
49
  --ds-palette-black-10: #e6e6e6;
42
- --ds-palette-black-20: #cccccc;
50
+ --ds-palette-black-20: #ccc;
43
51
  --ds-palette-black-30: #b3b3b3;
44
- --ds-palette-black-40: #999999;
52
+ --ds-palette-black-40: #999;
45
53
  --ds-palette-black-50: #808080;
46
- --ds-palette-black-60: #666666;
54
+ --ds-palette-black-60: #666;
47
55
  --ds-palette-black-70: #4d4d4d;
48
- --ds-palette-black-80: #333333;
56
+ --ds-palette-black-80: #333;
49
57
  --ds-palette-black-90: #1a1a1a;
50
58
  --ds-palette-black-95: #0c0c0c;
51
59
  --ds-palette-blue-05: #e5f8ff;
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../src/components/00-foundations/borders/_borders.scss","../../src/components/00-foundations/breakpoints/_breakpoints.scss","../../src/components/00-foundations/colours/_colours.scss","../../src/components/00-foundations/spacing/_spacing.scss","../../src/components/00-foundations/typography/_typography.scss"],"names":[],"mappings":"AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;;ACAF;EAEI;EAAA;EAAA;EAAA;EAAA;;;ACRJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AClFF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AClBF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA","file":"variables.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../src/styles/variables.scss","../../src/components/00-foundations/borders/_borders.scss","../../src/components/00-foundations/breakpoints/_breakpoints.scss","../../src/components/00-foundations/colours/_colours.scss","../../src/components/00-foundations/spacing/_spacing.scss","../../src/components/00-foundations/typography/_typography.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACEA;EACE;EACA;EACA;EACA;EACA;EACA;;;ACAF;EAEI;EAAA;EAAA;EAAA;EAAA;;;ACRJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AClFF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AClBF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA","file":"variables.css"}
@@ -1,14 +1,17 @@
1
+ import { EventEmitter } from '../../../stencil-public-runtime';
1
2
  export declare class DsAccordion {
2
- variant: 'default' | 'compact';
3
- borderAligned: boolean;
4
- openByDefault: boolean;
5
- accordionId: string;
6
- headingLevel: number;
7
- useCloseButton: boolean;
8
- closeButtonLabel: string;
9
- hideTopBorder: boolean;
3
+ dsVariant: 'default' | 'compact';
4
+ dsBorderAligned: boolean;
5
+ dsOpenByDefault: boolean;
6
+ dsAccordionId: string;
7
+ dsHeadingLevel: number;
8
+ dsUseCloseButton: boolean;
9
+ dsCloseButtonLabel: string;
10
+ dsHideTopBorder: boolean;
11
+ dsHideBottomBorder: boolean;
10
12
  isExpanded: boolean;
11
13
  host: HTMLElement;
14
+ dsToggle: EventEmitter<boolean>;
12
15
  private headerButtonRef?;
13
16
  private shouldMoveFocus;
14
17
  componentWillLoad(): void;
@@ -3,20 +3,20 @@ export declare class DsButton {
3
3
  private buttonEl;
4
4
  private pressedKeys;
5
5
  el: HTMLElement;
6
- value: string;
7
- variant: 'primary' | 'secondary' | 'supplementary';
8
- colour: 'blue' | 'black' | 'white';
9
- size: 'small' | 'medium';
10
- fontWeight: string;
11
- icon: string;
12
- iconPosition: 'start' | 'end';
13
- type: 'button' | 'submit' | 'reset';
14
- disabled: boolean;
15
- isLoading: boolean;
16
- useSpinner: boolean;
17
- spinnerHiddenText: string;
18
- fullWidth: boolean;
19
- ariaDisabled: string;
6
+ dsValue: string;
7
+ dsVariant: 'primary' | 'secondary' | 'supplementary';
8
+ dsColour: 'blue' | 'black' | 'white';
9
+ dsSize: 'small' | 'medium';
10
+ dsIcon: string;
11
+ dsIconPosition: 'start' | 'end';
12
+ dsType: 'button' | 'submit' | 'reset';
13
+ dsDisabled: boolean;
14
+ dsIsLoading: boolean;
15
+ dsUseSpinner: boolean;
16
+ dsSpinnerHiddenText: string;
17
+ dsFullWidth: boolean;
18
+ dsAriaDisabled: string;
19
+ dsFocus(): Promise<void>;
20
20
  componentWillLoad(): void;
21
21
  private handleKeyDown;
22
22
  private handleKeyUp;
@@ -20,3 +20,4 @@ export declare const IconOnly: Story;
20
20
  export declare const FullWidth: Story;
21
21
  export declare const FullWidthWithStartIcon: Story;
22
22
  export declare const FullWidthWithEndIcon: Story;
23
+ export declare const ProgrammaticFocus: Story;
@@ -0,0 +1,20 @@
1
+ type DsCardUrlTarget = '_blank' | '_self' | '_parent' | '_top' | '_unfencedTop';
2
+ type DsCardVariant = 'filled' | 'outlined';
3
+ export declare class DsCard {
4
+ dsVariant: DsCardVariant;
5
+ dsHeading: string;
6
+ dsHeadingLevel: number;
7
+ dsDescription?: string;
8
+ dsUrl?: string;
9
+ dsUrlTarget: DsCardUrlTarget;
10
+ dsImageUrl?: string;
11
+ dsImageAlt?: string;
12
+ dsEyebrow?: string;
13
+ dsSubtitle?: string;
14
+ dsShowArrow?: boolean;
15
+ el: HTMLElement;
16
+ handleClick(e: MouseEvent): void;
17
+ handleKeydown(e: KeyboardEvent): void;
18
+ render(): any;
19
+ }
20
+ export {};
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/web-components';
2
+ import { DsCard } from '../ds-card';
3
+ declare const meta: Meta<typeof DsCard.prototype>;
4
+ export default meta;
5
+ type Story = StoryObj;
6
+ export declare const AsLink: Story;
7
+ export declare const WithSlotContent: Story;
8
+ export declare const CourseExample: Story;
@@ -0,0 +1,8 @@
1
+ import { Meta, StoryObj } from '@storybook/web-components';
2
+ import { DsCard } from '../ds-card';
3
+ declare const meta: Meta<typeof DsCard.prototype>;
4
+ export default meta;
5
+ type Story = StoryObj;
6
+ export declare const Outlined: Story;
7
+ export declare const Filled: Story;
8
+ export declare const WithSlotContent: Story;
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/web-components';
2
+ import { DsCard } from '../ds-card';
3
+ declare const meta: Meta<typeof DsCard.prototype>;
4
+ export default meta;
5
+ type Story = StoryObj;
6
+ export declare const Default: Story;
7
+ export declare const Playground: Story;
@@ -1,3 +1,4 @@
1
+ import { EventEmitter } from '../../../stencil-public-runtime';
1
2
  export declare class DsCheckbox {
2
3
  private checkboxGroup;
3
4
  private inputElem;
@@ -8,19 +9,20 @@ export declare class DsCheckbox {
8
9
  private labelClicked;
9
10
  el: HTMLElement;
10
11
  internals: ElementInternals;
11
- identifier?: string;
12
- checked: boolean;
13
- legend?: string;
14
- assistiveText?: string;
15
- text?: string;
16
- indeterminate: boolean;
17
- disabled: boolean;
18
- errorText: string;
19
- errorsDisabled: boolean;
20
- required: boolean;
21
- optional: boolean;
22
- optionalText?: string;
23
- ariaLabel: string;
12
+ dsId?: string;
13
+ dsChecked: boolean;
14
+ dsLegend?: string;
15
+ dsAssistiveText?: string;
16
+ dsText?: string;
17
+ dsIndeterminate: boolean;
18
+ dsDisabled: boolean;
19
+ dsErrorText: string;
20
+ dsErrorsDisabled: boolean;
21
+ dsRequired: boolean;
22
+ dsOptional: boolean;
23
+ dsOptionalText?: string;
24
+ dsAriaLabel: string;
25
+ dsChange: EventEmitter<boolean>;
24
26
  invalid: boolean;
25
27
  initialChecked: boolean;
26
28
  validationMessage?: string;
@@ -34,6 +36,7 @@ export declare class DsCheckbox {
34
36
  disconnectedCallback(): void;
35
37
  private updateInvalidState;
36
38
  componentWillLoad(): void;
39
+ dsCheckedObserver(isChecked: boolean): void;
37
40
  handleInput: (e: Event) => void;
38
41
  handleKeyUp: (event: KeyboardEvent) => void;
39
42
  handleBlur: () => void;
@@ -15,24 +15,32 @@ export declare class DsCheckboxGroup {
15
15
  private readonly nestedId;
16
16
  private inheritedAttributes;
17
17
  el: HTMLElement;
18
+ internals: ElementInternals;
18
19
  dsCheckboxGroupChange: EventEmitter<DsCheckboxGroupChangeEvent>;
19
20
  dsCheckboxGroupIndeterminateChildChange: EventEmitter<DsCheckboxGroupIndeterminateChildChangeEvent>;
20
21
  dsCheckboxGroupInvalidStateChange: EventEmitter<boolean>;
21
- legend?: string;
22
- assistiveText?: string;
23
- direction: 'horizontal' | 'vertical';
24
- errorText: string;
25
- text: string;
26
- checked: boolean;
27
- disabled: boolean;
22
+ dsLegend?: string;
23
+ dsAssistiveText?: string;
24
+ dsDirection: 'horizontal' | 'vertical';
25
+ dsErrorText: string;
26
+ dsText: string;
27
+ dsChecked: boolean;
28
+ dsDisabled: boolean;
29
+ dsRequired: boolean;
30
+ dsAllRequired: boolean;
31
+ dsOptional: boolean;
32
+ dsOptionalText?: string;
28
33
  childElementsCount: number;
29
34
  checkedChildElementCount: number;
30
35
  isIndeterminate: boolean;
31
36
  indeterminateChildCheckboxCount: number;
37
+ showInternalsValidationMessage: boolean;
32
38
  private elementIs;
33
39
  private elementIsCheckbox;
34
40
  private elementIsCheckboxGroup;
41
+ private getLegendText;
35
42
  private getAriaDescribedBy;
43
+ private getValidationMessage;
36
44
  private getChildElements;
37
45
  private getChildCheckboxElements;
38
46
  private updateChildElements;
@@ -48,6 +56,7 @@ export declare class DsCheckboxGroup {
48
56
  private updateCheckedChildElementCount;
49
57
  listenCheckboxChange(event: Event): void;
50
58
  listenCheckboxGroupChange(event: CustomEvent<DsCheckboxGroupChangeEvent>): void;
59
+ formResetCallback(): void;
51
60
  componentWillLoad(): void;
52
61
  componentDidLoad(): void;
53
62
  componentDidUpdate(): void;
@@ -7,5 +7,8 @@ export declare const Vertical: Story;
7
7
  export declare const VerticalInvalid: Story;
8
8
  export declare const Horizontal: Story;
9
9
  export declare const HorizontalInvalid: Story;
10
+ export declare const Required: Story;
11
+ export declare const AllRequired: Story;
12
+ export declare const Optional: Story;
10
13
  export declare const Nested: Story;
11
14
  export declare const DeeplyNested: Story;
@@ -1,10 +1,11 @@
1
+ type Size = '1rem' | '1.5rem' | '2rem' | '3rem' | '4rem';
1
2
  export declare class DsIcon {
2
- name: string;
3
- colour: string;
4
- size: string;
3
+ dsName: string;
4
+ dsColour: string;
5
+ dsSize: Size;
5
6
  dsTitle: string;
6
- role: string;
7
- hidden: boolean;
7
+ dsRole: string;
8
+ dsHidden: boolean;
8
9
  message: string;
9
10
  private getIcon;
10
11
  private parseSvg;
@@ -12,3 +13,4 @@ export declare class DsIcon {
12
13
  private setIconAttributes;
13
14
  render(): any;
14
15
  }
16
+ export {};
@@ -1,12 +1,11 @@
1
- type InputValidityType = 'error' | 'success';
2
- type InputValidityRole = 'alert' | 'status';
3
1
  export declare class DsInputValidity {
4
2
  el: HTMLElement;
5
- text: string;
6
- type: InputValidityType;
7
- validityRole?: InputValidityRole;
3
+ dsText: string;
4
+ dsType: 'error' | 'success';
5
+ dsValidityRole?: 'alert' | 'status';
6
+ dsAriaLive?: 'assertive' | 'polite';
7
+ dsAriaAtomic?: 'true' | 'false';
8
8
  identifier?: string;
9
9
  componentDidLoad(): void;
10
10
  render(): any;
11
11
  }
12
- export {};
@@ -3,25 +3,24 @@ type LinkVariant = 'inline' | 'standalone';
3
3
  type LinkWeight = 'regular' | 'semibold' | 'bold';
4
4
  type LinkIconPosition = 'start' | 'end';
5
5
  type LinkTarget = '_blank' | '_self' | '_parent' | '_top' | '_unfencedTop';
6
- type LinkLang = 'fi' | 'sv' | 'en';
7
6
  export declare class DsLink {
8
7
  private inheritedAttributes;
9
8
  private rel?;
10
9
  private readonly visuallyHiddenAssistiveTextId;
11
10
  el: HTMLElement;
12
- text: string;
13
- size?: LinkSize;
14
- variant: LinkVariant;
15
- weight: LinkWeight;
16
- icon: string;
17
- iconPosition: LinkIconPosition;
18
- iconTitle?: string;
19
- iconHidden?: boolean;
20
- href: string;
21
- target?: LinkTarget;
22
- download?: boolean;
23
- language?: LinkLang;
24
- ariaLabel: string;
11
+ dsText: string;
12
+ dsSize?: LinkSize;
13
+ dsVariant: LinkVariant;
14
+ dsWeight: LinkWeight;
15
+ dsIcon: string;
16
+ dsIconPosition: LinkIconPosition;
17
+ dsIconTitle?: string;
18
+ dsIconHidden?: boolean;
19
+ dsHref: string;
20
+ dsTarget?: LinkTarget;
21
+ dsDownload?: boolean;
22
+ dsAriaLabel: string;
23
+ dsColour?: 'black' | 'white';
25
24
  componentWillLoad(): void;
26
25
  render(): any;
27
26
  }
@@ -7,5 +7,7 @@ export declare const Inline: Story;
7
7
  export declare const Standalone: Story;
8
8
  export declare const Size: Story;
9
9
  export declare const Weight: Story;
10
+ export declare const Black: Story;
11
+ export declare const White: Story;
10
12
  export declare const OpensInANewTab: Story;
11
13
  export declare const IconPosition: Story;
@@ -1,18 +1,16 @@
1
1
  type LinkIconPosition = 'start' | 'end';
2
2
  type LinkTarget = '_blank' | '_self' | '_parent' | '_top' | '_unfencedTop';
3
- type LinkLang = 'fi' | 'sv' | 'en';
4
3
  export declare class DsLinkWithArrow {
5
4
  private inheritedAttributes;
6
5
  private icon;
7
6
  private rel?;
8
7
  private readonly visuallyHiddenAssistiveTextId;
9
8
  el: HTMLElement;
10
- text?: string;
11
- iconPosition: LinkIconPosition;
12
- href: string;
13
- target?: LinkTarget;
14
- language?: LinkLang;
15
- ariaLabel: string;
9
+ dsText?: string;
10
+ dsIconPosition: LinkIconPosition;
11
+ dsHref: string;
12
+ dsTarget?: LinkTarget;
13
+ dsAriaLabel: string;
16
14
  componentWillLoad(): void;
17
15
  render(): any;
18
16
  }
@@ -2,30 +2,30 @@ import { EventEmitter } from '../../../stencil-public-runtime';
2
2
  export declare class DsRadioButton {
3
3
  private radioGroup;
4
4
  private inputElem;
5
- dsRadioButtonChecked: EventEmitter;
5
+ dsChange: EventEmitter<boolean>;
6
+ dsRadioButtonChecked: EventEmitter<void>;
6
7
  el: HTMLElement;
7
8
  internals: ElementInternals;
8
- identifier?: string;
9
- errorsDisabled: boolean;
10
- value?: string;
11
- legend?: string;
12
- assistiveText?: string;
13
- text?: string;
14
- required: boolean;
15
- disabled: boolean;
16
- optional: boolean;
17
- checked: boolean;
18
- optionalText?: string;
19
- errorText: string;
9
+ dsId?: string;
10
+ dsErrorsDisabled: boolean;
11
+ dsValue?: string;
12
+ dsLegend?: string;
13
+ dsAssistiveText?: string;
14
+ dsText?: string;
15
+ dsRequired: boolean;
16
+ dsDisabled: boolean;
17
+ dsChecked: boolean;
18
+ dsErrorText: string;
20
19
  focusable: boolean;
21
20
  invalid: boolean;
22
21
  initialChecked: boolean;
23
22
  validationMessage?: string;
24
23
  private readonly errorTextId;
25
24
  private readonly assistiveTextId;
26
- setFocus(): Promise<void>;
25
+ dsFocus(): Promise<void>;
27
26
  setFocusable(flag: boolean): Promise<void>;
28
27
  setChecked(): Promise<void>;
28
+ dsCheckedObserver(isChecked: boolean): void;
29
29
  private inheritedAttributes;
30
30
  private getValidationMessage;
31
31
  componentWillLoad(): void;
@@ -11,5 +11,5 @@ export declare const Invalid: Story;
11
11
  export declare const InvalidChecked: Story;
12
12
  export declare const WithLegend: Story;
13
13
  export declare const RequiredWithLegend: Story;
14
- export declare const OptionalWithLegend: Story;
15
14
  export declare const WithLegendAndAssistiveText: Story;
15
+ export declare const Focused: Story;
@@ -5,19 +5,29 @@ export declare class DsRadioButtonGroup {
5
5
  private readonly assistiveTextId;
6
6
  private inheritedAttributes;
7
7
  el: HTMLElement;
8
- legend?: string;
9
- assistiveText?: string;
10
- initialValue?: string;
11
- direction: 'horizontal' | 'vertical';
12
- errorText: string;
13
- value?: string;
8
+ internals: ElementInternals;
9
+ dsLegend?: string;
10
+ dsAssistiveText?: string;
11
+ dsValue?: string;
12
+ dsDirection: 'horizontal' | 'vertical';
13
+ dsErrorText: string;
14
+ dsRequired: boolean;
15
+ showInternalsValidationMessage: boolean;
14
16
  dsRadioGroupValueChange: EventEmitter<string | undefined>;
15
17
  dsRadioGroupInvalidStateChange: EventEmitter<boolean>;
18
+ dsChange: EventEmitter<string>;
19
+ private getLegendText;
20
+ private getValidationMessage;
16
21
  private getRadios;
22
+ private getEnabledRadios;
23
+ private updateRadios;
17
24
  private updateFocusableRadioButton;
25
+ formResetCallback(): void;
18
26
  componentWillLoad(): void;
27
+ componentDidLoad(): void;
19
28
  getValue(): Promise<string>;
20
29
  errorTextObserver(errorText: string): void;
30
+ dsValueObserver(value: string): void;
21
31
  onInputChange(e: CustomEvent): void;
22
32
  onKeyDown(e: KeyboardEvent): void;
23
33
  render(): any;
@@ -7,4 +7,5 @@ export declare const Vertical: Story;
7
7
  export declare const Horizontal: Story;
8
8
  export declare const Invalid: Story;
9
9
  export declare const HorizontalInvalid: Story;
10
+ export declare const Required: Story;
10
11
  export declare const WithDefaultValue: Story;
@@ -4,13 +4,13 @@ type SpinnerTextPosition = 'below' | 'side';
4
4
  export declare class DsSpinner {
5
5
  private inheritedAttributes;
6
6
  el: HTMLElement;
7
- text: string;
8
- size: SpinnerSize;
9
- spinnerTextPosition: SpinnerTextPosition;
10
- spinnerColor: SpinnerColor;
11
- useRoleAlert: boolean;
12
- useAriaLive: boolean;
13
- hiddenAssistiveText: string;
7
+ dsText: string;
8
+ dsSize: SpinnerSize;
9
+ dsSpinnerTextPosition: SpinnerTextPosition;
10
+ dsSpinnerColor: SpinnerColor;
11
+ dsUseRoleAlert: boolean;
12
+ dsUseAriaLive: boolean;
13
+ dsHiddenAssistiveText: string;
14
14
  componentWillLoad(): void;
15
15
  render(): any;
16
16
  }