tide-design-system 2.0.28 → 2.0.29

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/index.ts CHANGED
@@ -32,27 +32,62 @@ import TideToggle from '@/components/TideToggle.vue';
32
32
  import type { Alert } from '@/types/Alert';
33
33
  import type { Badge, BadgePremium, BadgeTrustedYears } from '@/types/Badge';
34
34
  import type { BreadCrumb } from '@/types/BreadCrumb';
35
- import type { Breakpoint, CssUtility } from '@/types/Styles';
36
35
  import type { Detail } from '@/types/Detail';
37
36
  import type { Element, ElementTextAsIcon } from '@/types/Element';
37
+ import type { FacetComponentIdRange, RangeData } from '@/types/FacetRange';
38
+ import type {
39
+ BooleanField,
40
+ BooleanValue,
41
+ CheckboxField,
42
+ Field,
43
+ GenericField,
44
+ GenericInput,
45
+ SelectField,
46
+ StringField,
47
+ StringValue,
48
+ TextField,
49
+ TextareaField,
50
+ } from '@/types/Field';
51
+ import type {
52
+ BooleanInput,
53
+ CheckboxInput,
54
+ FormValueTransformer,
55
+ Input,
56
+ SelectInput,
57
+ StringInput,
58
+ TextInput,
59
+ TextareaInput,
60
+ } from '@/types/Form';
61
+ import type { Formatted } from '@/types/Formatted';
38
62
  import type { Icon } from '@/types/Icon';
39
63
  import type { Link } from '@/types/Link';
64
+ import type { ImageSlideType, ListingMedia, MediaSlideType, VideoSlideType, VrSlideType } from '@/types/ListingMedia';
65
+ import type { Orientation } from '@/types/Orientation';
40
66
  import type { Priority } from '@/types/Priority';
67
+ import type { Raw } from '@/types/Raw';
41
68
  import type { Realm } from '@/types/Realm';
69
+ import type { RealmConfig } from '@/types/RealmConfig';
70
+ import type { SelectOption, SelectOptGroup } from '@/types/Select';
42
71
  import type { Size } from '@/types/Size';
72
+ import type { Breakpoint, CssUtility } from '@/types/Styles';
43
73
  import type { Tab } from '@/types/Tab';
44
74
  import type { Target } from '@/types/Target';
45
- import type { ValidationError, ValidationResult, ValidationLength } from '@/types/Validation';
75
+ import type { TextInputType } from '@/types/TextInput';
76
+ import type { ValidationError, ValidationResult, ValidationLength, Validator } from '@/types/Validation';
46
77
 
47
78
  import { ALERT } from '@/types/Alert';
48
79
  import { BADGE, BADGE_PREMIUM, BADGE_TRUSTED } from '@/types/Badge';
49
80
  import { BREAKPOINT, CSS } from '@/types/Styles';
50
81
  import { ELEMENT, ELEMENT_TEXT_AS_ICON } from '@/types/Element';
82
+ import { FORMAT, FORMAT_REGEX } from '@/types/Formatted';
51
83
  import { ICON } from '@/types/Icon';
84
+ import { MEDIA_SLIDE_TYPES } from '@/types/ListingMedia';
85
+ import { ORIENTATION } from '@/types/Orientation';
52
86
  import { PRIORITY } from '@/types/Priority';
53
87
  import { REALM } from '@/types/Realm';
54
88
  import { SIZE } from '@/types/Size';
55
89
  import { TARGET } from '@/types/Target';
90
+ import { TEXT_INPUT_TYPE } from '@/types/TextInput';
56
91
  import { VALIDATOR } from '@/types/Validation';
57
92
 
58
93
  import '@/assets/css/main.css';
@@ -62,22 +97,56 @@ export type {
62
97
  Badge,
63
98
  BadgePremium,
64
99
  BadgeTrustedYears,
100
+ BooleanField,
101
+ BooleanInput,
102
+ BooleanValue,
65
103
  BreadCrumb,
66
104
  Breakpoint,
105
+ CheckboxField,
106
+ CheckboxInput,
67
107
  CssUtility,
68
108
  Detail,
69
109
  Element,
70
110
  ElementTextAsIcon,
111
+ FacetComponentIdRange,
112
+ Field,
113
+ FormValueTransformer,
114
+ Formatted,
115
+ GenericField,
116
+ GenericInput,
71
117
  Icon,
118
+ ImageSlideType,
119
+ Input,
72
120
  Link,
121
+ ListingMedia,
122
+ MediaSlideType,
123
+ Orientation,
73
124
  Priority,
125
+ RangeData,
126
+ Raw,
74
127
  Realm,
128
+ RealmConfig,
129
+ SelectField,
130
+ SelectInput,
131
+ SelectOptGroup,
132
+ SelectOption,
75
133
  Size,
134
+ StringField,
135
+ StringInput,
136
+ StringValue,
76
137
  Tab,
77
138
  Target,
139
+ TextField,
140
+ TextInput,
141
+ TextInputType,
142
+ TextareaField,
143
+ TextareaInput,
78
144
  ValidationError,
79
- ValidationResult,
80
145
  ValidationLength,
146
+ ValidationResult,
147
+ Validator,
148
+ VideoSlideType,
149
+ VrSlideType,
81
150
  };
82
151
 
83
152
  export {
@@ -89,11 +158,16 @@ export {
89
158
  CSS,
90
159
  ELEMENT,
91
160
  ELEMENT_TEXT_AS_ICON,
161
+ FORMAT,
162
+ FORMAT_REGEX,
92
163
  ICON,
164
+ MEDIA_SLIDE_TYPES,
165
+ ORIENTATION,
93
166
  PRIORITY,
94
167
  REALM,
95
168
  SIZE,
96
169
  TARGET,
170
+ TEXT_INPUT_TYPE,
97
171
  TideAccordionItem,
98
172
  TideAlert,
99
173
  TideBackgroundImage,
package/package.json CHANGED
@@ -52,5 +52,5 @@
52
52
  "main": "dist/tide-design-system.cjs",
53
53
  "module": "dist/tide-design-system.esm.js",
54
54
  "types": "dist/tide-design-system.esm.d.ts",
55
- "version": "2.0.28"
55
+ "version": "2.0.29"
56
56
  }
@@ -18,7 +18,7 @@
18
18
  }
19
19
 
20
20
  .tide-button-secondary {
21
- background: 2px solid var(--tide-surface);
21
+ background: var(--tide-surface);
22
22
  border: 2px solid var(--tide-primary);
23
23
  color: var(--tide-primary);
24
24
  }
@@ -44,7 +44,7 @@
44
44
  a.tide-button-primary:hover,
45
45
  button.tide-button-primary:enabled:hover {
46
46
  border: 2px solid var(--tide-primary);
47
- background: 2px solid var(--tide-white);
47
+ background: var(--tide-white);
48
48
  color: var(--tide-primary);
49
49
  }
50
50