@synerise/ds-card-select 1.1.3 → 1.1.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-card-select@1.1.4...@synerise/ds-card-select@1.1.5) (2025-04-24)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-card-select
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.1.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-card-select@1.1.3...@synerise/ds-card-select@1.1.4) (2025-04-16)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-card-select
17
+
18
+
19
+
20
+
21
+
6
22
  ## [1.1.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-card-select@1.1.2...@synerise/ds-card-select@1.1.3) (2025-04-02)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-card-select
@@ -69,6 +69,8 @@ declare const _default: React.ForwardRefExoticComponent<{
69
69
  unselectable?: "off" | "on" | undefined;
70
70
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
71
71
  is?: string | undefined;
72
+ exportparts?: string | undefined;
73
+ part?: string | undefined;
72
74
  "aria-activedescendant"?: string | undefined;
73
75
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
74
76
  "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
@@ -1,4 +1,4 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
2
  import React, { useState, useRef } from 'react';
3
3
  import { withTheme } from 'styled-components';
4
4
  import Icon, { Check3M, InfoFillS } from '@synerise/ds-icon';
@@ -1,5 +1,5 @@
1
1
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _templateObject17, _templateObject18, _templateObject19, _templateObject20;
2
- function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
2
+ function _taggedTemplateLiteralLoose(e, t) { return t || (t = e.slice(0)), e.raw = t, e; }
3
3
  import styled, { css } from 'styled-components';
4
4
  import is, { isNot } from 'styled-is';
5
5
  import Tag from '@synerise/ds-tag';
@@ -1,4 +1,4 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
2
  import React, { Children } from 'react';
3
3
  import CardSelect from '../CardSelect';
4
4
  import * as S from './CardSelectGroup.styles';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-card-select",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "Card-Select UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-icon": "^1.3.0",
38
- "@synerise/ds-tag": "^1.1.3",
39
- "@synerise/ds-tooltip": "^1.1.3",
37
+ "@synerise/ds-icon": "^1.4.1",
38
+ "@synerise/ds-tag": "^1.1.5",
39
+ "@synerise/ds-tooltip": "^1.1.5",
40
40
  "@synerise/ds-utils": "^1.0.1",
41
41
  "styled-is": "^1.3.0"
42
42
  },
@@ -46,5 +46,5 @@
46
46
  "react": ">=16.9.0 <= 18.3.1",
47
47
  "styled-components": "^5.3.3"
48
48
  },
49
- "gitHead": "dc78b03be09e793ec84f1dafc59c5616e77f1196"
49
+ "gitHead": "fc601270d3c84a5a52b62473a01f1b3c1c7014a7"
50
50
  }