@noya-app/noya-designsystem 0.1.12 → 0.1.13

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.
@@ -5,13 +5,13 @@
5
5
  CLI Target: esnext
6
6
  CJS Build start
7
7
  ESM Build start
8
- CJS dist/index.js 213.16 KB
9
- CJS dist/index.js.map 432.10 KB
10
- CJS ⚡️ Build success in 164ms
11
- ESM dist/index.mjs 196.22 KB
12
- ESM dist/index.mjs.map 431.93 KB
13
- ESM ⚡️ Build success in 178ms
8
+ ESM dist/index.mjs 196.20 KB
9
+ ESM dist/index.mjs.map 431.85 KB
10
+ ESM ⚡️ Build success in 159ms
11
+ CJS dist/index.js 213.14 KB
12
+ CJS dist/index.js.map 432.02 KB
13
+ CJS ⚡️ Build success in 160ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 7581ms
15
+ DTS ⚡️ Build success in 7285ms
16
16
  DTS dist/index.d.ts 56.28 KB
17
17
  DTS dist/index.d.mts 56.28 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 35b2424: Add ephemeral data and observable
8
+ - Updated dependencies [1b63535]
9
+ - @noya-app/noya-utils@0.1.1
10
+ - @noya-app/noya-colorpicker@0.1.8
11
+ - @noya-app/noya-geometry@0.1.3
12
+
3
13
  ## 0.1.12
4
14
 
5
15
  ### Patch Changes
package/dist/index.js CHANGED
@@ -257,9 +257,7 @@ var AvatarRoot = (0, import_styled_components3.default)(AvatarPrimitive.Root)(({
257
257
  width: size2,
258
258
  height: size2,
259
259
  borderRadius: "100%",
260
- backgroundColor: theme.colors.secondaryLight,
261
- outline: `1px solid ${theme.colors.secondary}`,
262
- outlineOffset: "-1px",
260
+ backgroundColor: theme.colors.inputBackground,
263
261
  ...overflow && {
264
262
  margin: `-${overflow}px`
265
263
  },
@@ -300,8 +298,10 @@ var AvatarStackItemWrapper = import_styled_components3.default.div(({ size: size
300
298
  width: size2,
301
299
  height: size2,
302
300
  marginLeft: "-8px",
303
- outline: `2px solid ${theme.colors.sidebar.background}`,
304
- borderRadius: "50%"
301
+ // outline: `2px solid ${theme.colors.sidebar.background}`,
302
+ borderRadius: "50%",
303
+ clipPath: `circle(50%)`,
304
+ overflow: "hidden"
305
305
  }));
306
306
  function AvatarStack({
307
307
  size: size2 = 19,