@vygruppen/spor-react 13.0.0 → 13.0.2
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/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-postinstall.log +4 -6
- package/CHANGELOG.md +15 -0
- package/dist/index.cjs +97 -134
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +85 -85
- package/dist/index.d.ts +85 -85
- package/dist/index.mjs +97 -134
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/accordion/Accordion.tsx +3 -3
- package/src/accordion/Expandable.tsx +1 -1
- package/src/alert/Alert.tsx +1 -1
- package/src/alert/AlertIcon.tsx +1 -57
- package/src/alert/ExpandableAlert.tsx +1 -1
- package/src/alert/ServiceAlert.tsx +1 -1
- package/src/breadcrumb/Breadcrumb.tsx +1 -1
- package/src/button/Button.tsx +1 -1
- package/src/button/ButtonGroup.tsx +1 -1
- package/src/button/Clipboard.tsx +3 -3
- package/src/button/CloseButton.tsx +1 -1
- package/src/button/FloatingActionButton.tsx +1 -1
- package/src/button/IconButton.tsx +1 -1
- package/src/calendar/CalendarContext.tsx +1 -1
- package/src/color-mode/color-mode.tsx +1 -1
- package/src/datepicker/CalendarTriggerButton.tsx +1 -1
- package/src/datepicker/DateField.tsx +1 -1
- package/src/datepicker/DatePicker.tsx +1 -1
- package/src/datepicker/DateTimeSegment.tsx +1 -1
- package/src/datepicker/StyledField.tsx +1 -1
- package/src/dialog/Dialog.tsx +2 -2
- package/src/dialog/Drawer.tsx +4 -4
- package/src/input/AttachedInputs.tsx +1 -1
- package/src/input/Autocomplete.tsx +1 -1
- package/src/input/CardSelect.tsx +2 -2
- package/src/input/Checkbox.tsx +1 -1
- package/src/input/ChoiceChip.tsx +1 -1
- package/src/input/CountryCodeSelect.tsx +1 -1
- package/src/input/Field.tsx +2 -2
- package/src/input/FloatingLabel.tsx +1 -1
- package/src/input/Input.tsx +1 -1
- package/src/input/NativeSelect.tsx +1 -1
- package/src/input/NumericStepper.tsx +2 -2
- package/src/input/PasswordInput.tsx +2 -2
- package/src/input/PhoneNumberInput.tsx +1 -1
- package/src/input/Popover.tsx +1 -1
- package/src/input/Radio.tsx +2 -2
- package/src/input/SearchInput.tsx +1 -1
- package/src/input/Select.tsx +7 -7
- package/src/input/Switch.tsx +10 -2
- package/src/input/Textarea.tsx +1 -1
- package/src/input/useFLoatingInputState.tsx +1 -1
- package/src/layout/PressableCard.tsx +1 -1
- package/src/layout/RadioCard.tsx +2 -2
- package/src/layout/Separator.tsx +2 -2
- package/src/layout/StaticCard.tsx +1 -1
- package/src/linjetag/LineIcon.tsx +1 -1
- package/src/linjetag/TravelTag.tsx +1 -1
- package/src/link/TextLink.tsx +1 -1
- package/src/loader/ProgressBar.tsx +1 -1
- package/src/loader/ProgressLoader.tsx +1 -1
- package/src/loader/Skeleton.tsx +1 -1
- package/src/logo/CargonetLogo.tsx +1 -1
- package/src/logo/VyLogo.tsx +1 -1
- package/src/logo/VyLogoPride.tsx +1 -1
- package/src/media-controller/JumpButton.tsx +1 -1
- package/src/media-controller/PlayPauseButton.tsx +1 -1
- package/src/media-controller/SkipButton.tsx +1 -1
- package/src/nudge/Nudge.tsx +3 -3
- package/src/pagination/Pagination.tsx +5 -5
- package/src/popover/index.tsx +2 -2
- package/src/progress-indicator/ProgressIndicator.tsx +1 -1
- package/src/stepper/Stepper.tsx +1 -1
- package/src/tab/Tabs.tsx +1 -1
- package/src/theme/recipes/link.ts +1 -0
- package/src/toast/toast.tsx +5 -2
- package/src/tooltip.tsx +2 -2
- package/src/typography/Badge.tsx +1 -1
- package/src/typography/Code.tsx +1 -1
- package/src/typography/Heading.tsx +1 -1
- package/src/typography/Text.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.0.
|
|
2
|
+
> @vygruppen/spor-react@13.0.2 build /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx, src/icons/index.tsx
|
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mDTS[39m Build start
|
|
14
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m356.
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m356.43 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/icons/index.cjs [22m[32m381.00 B[39m
|
|
16
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[
|
|
16
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m708.66 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/icons/index.cjs.map [22m[32m157.00 B[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
19
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m332.
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 2510ms
|
|
19
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m332.54 KB[39m
|
|
20
20
|
[32mESM[39m [1mdist/icons/index.mjs [22m[32m110.00 B[39m
|
|
21
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[
|
|
21
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m708.66 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/icons/index.mjs.map [22m[32m157.00 B[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
24
|
-
[32mDTS[39m ⚡️ Build success in
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 2510ms
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 19366ms
|
|
25
25
|
[32mDTS[39m [1mdist/icons/index.d.ts [22m[32m44.00 B[39m
|
|
26
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m143.
|
|
26
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m143.13 KB[39m
|
|
27
27
|
[32mDTS[39m [1mdist/icons/index.d.cts [22m[32m44.00 B[39m
|
|
28
|
-
[32mDTS[39m [1mdist/index.d.cts [22m[32m143.
|
|
28
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m143.13 KB[39m
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@13.0.
|
|
2
|
+
> @vygruppen/spor-react@13.0.2 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
[dotenv@17.3.1] injecting env (0) from .env -- tip:
|
|
5
|
+
[dotenv@17.3.1] injecting env (0) from .env -- tip: ⚙️ suppress all logs with { quiet: true }
|
|
6
6
|
[90m┌[39m Chakra CLI ⚡️
|
|
7
7
|
[?25l[90m│[39m
|
|
8
|
-
[
|
|
9
|
-
[999D[J[32m◇[39m ✅ Generated conditions typings
|
|
8
|
+
[32m◇[39m ✅ Generated conditions typings
|
|
10
9
|
[?25h[?25l[90m│[39m
|
|
11
10
|
[35m◒[39m Generating recipe types...
|
|
12
11
|
[999D[J[32m◇[39m ✅ Generated recipe typings
|
|
13
12
|
[?25h[?25l[90m│[39m
|
|
14
13
|
[32m◇[39m ✅ Generated utility typings
|
|
15
14
|
[?25h[?25l[90m│[39m
|
|
16
|
-
[
|
|
17
|
-
[999D[J[32m◇[39m ✅ Generated token typings
|
|
15
|
+
[32m◇[39m ✅ Generated token typings
|
|
18
16
|
[?25h[?25l[90m│[39m
|
|
19
17
|
[35m◒[39m Generating system types...
|
|
20
18
|
[999D[J[32m◇[39m ✅ Generated system types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 13.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0eee096: remove inline padding in text links
|
|
8
|
+
- bc4d10e: Added width parameter to toast
|
|
9
|
+
- 0ac2838: Remove visuallyhidden voiceover helper and rely on title to explain the content
|
|
10
|
+
- 29cf1ac: Improved aria-label for Swtich and added aria-hidden for decorative Separator
|
|
11
|
+
|
|
12
|
+
## 13.0.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- ce9b9f1: replace RefObject with Ref for ref prop type
|
|
17
|
+
|
|
3
18
|
## 13.0.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|