@koobiq/react-components 0.5.0 → 0.5.1

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 (2) hide show
  1. package/dist/style.css +11 -5
  2. package/package.json +5 -5
package/dist/style.css CHANGED
@@ -1944,7 +1944,7 @@
1944
1944
  letter-spacing: var(--kbq-typography-text-normal-letter-spacing);
1945
1945
  text-underline-offset: calc(( var(--kbq-typography-text-normal-line-height) - var(--kbq-typography-text-normal-font-size)) / 2);
1946
1946
  color: var(--kbq-foreground-contrast-secondary);
1947
- margin-block-end: var(--kbq-size-s);
1947
+ margin-block-end: var(--kbq-size-xs);
1948
1948
  }
1949
1949
 
1950
1950
  .kbq-fieldlabel-hidden-9f53e4 {
@@ -2014,6 +2014,16 @@
2014
2014
  inset: 0;
2015
2015
  }
2016
2016
 
2017
+ .kbq-fieldcontentgroup-d85be3 + * {
2018
+ margin: 0;
2019
+ margin-block-start: var(--kbq-size-xs);
2020
+ }
2021
+
2022
+ .kbq-fieldcontentgroup-d85be3 + * + * {
2023
+ margin: 0;
2024
+ margin-block-start: var(--kbq-size-xxs);
2025
+ }
2026
+
2017
2027
  .kbq-fieldcontentgroup-hasStartAddon-62fb80 {
2018
2028
  --field-control-start-addon-inline-size: 36px;
2019
2029
  }
@@ -2168,9 +2178,7 @@
2168
2178
  letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
2169
2179
  text-underline-offset: calc(( var(--kbq-typography-text-compact-line-height) - var(--kbq-typography-text-compact-font-size)) / 2);
2170
2180
  color: var(--kbq-foreground-contrast-secondary);
2171
- margin: 0;
2172
2181
  transition: color var(--kbq-transition-default);
2173
- margin-block-start: var(--kbq-size-xxs);
2174
2182
  }
2175
2183
  .kbq-fielderror-a0b0a4 {
2176
2184
  inline-size: 100%;
@@ -2184,9 +2192,7 @@
2184
2192
  letter-spacing: var(--kbq-typography-text-compact-letter-spacing);
2185
2193
  text-underline-offset: calc(( var(--kbq-typography-text-compact-line-height) - var(--kbq-typography-text-compact-font-size)) / 2);
2186
2194
  color: var(--kbq-foreground-error);
2187
- margin: 0;
2188
2195
  transition: color var(--kbq-transition-default);
2189
- margin-block-start: var(--kbq-size-xxs);
2190
2196
  }
2191
2197
  .kbq-textarea-auto-size-566580 {
2192
2198
  resize: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koobiq/react-components",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -28,10 +28,10 @@
28
28
  "@koobiq/design-tokens": "^3.14.0",
29
29
  "@types/react-transition-group": "^4.4.12",
30
30
  "react-transition-group": "^4.4.5",
31
- "@koobiq/logger": "0.5.0",
32
- "@koobiq/react-core": "0.5.0",
33
- "@koobiq/react-icons": "0.5.0",
34
- "@koobiq/react-primitives": "0.5.0"
31
+ "@koobiq/react-core": "0.5.1",
32
+ "@koobiq/logger": "0.5.1",
33
+ "@koobiq/react-icons": "0.5.1",
34
+ "@koobiq/react-primitives": "0.5.1"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@koobiq/design-tokens": "^3.14.0",