@utrecht/component-library-css 1.0.0-alpha.353 → 1.0.0-alpha.355

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/index.css +26 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -3121,6 +3121,32 @@ however browsers don't seem to have implemented great looking supixel tweening y
3121
3121
  padding-inline-start: var(--utrecht-mapcontrolbutton-label-margin-inline-start);
3122
3122
  }
3123
3123
 
3124
+ /**
3125
+ * @license EUPL-1.2
3126
+ * Copyright (c) 2022 Gemeente Utrecht
3127
+ * Copyright (c) 2022 Robbert Broersma
3128
+ */
3129
+ /**
3130
+ * @license EUPL-1.2
3131
+ * Copyright (c) 2022 Gemeente Utrecht
3132
+ * Copyright (c) 2022 Robbert Broersma
3133
+ */
3134
+ .utrecht-map-marker {
3135
+ --utrecht-icon-size: var(--utrecht-map-marker-icon-size);
3136
+ align-items: center;
3137
+ background-color: var(--utrecht-map-marker-background-color);
3138
+ border-color: var(--utrecht-map-marker-border-color);
3139
+ border-radius: 50%;
3140
+ border-style: solid;
3141
+ border-width: var(--utrecht-map-marker-border-width);
3142
+ box-shadow: 13px 3px 3px -2px var(--utrecht-map-marker-box-shadow-color);
3143
+ color: var(--utrecht-map-marker-color);
3144
+ display: flex;
3145
+ height: var(--utrecht-map-marker-size);
3146
+ justify-content: center;
3147
+ width: var(--utrecht-map-marker-size);
3148
+ }
3149
+
3124
3150
  /**
3125
3151
  * @license EUPL-1.2
3126
3152
  * Copyright (c) 2021 Gemeente Utrecht
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.353",
2
+ "version": "1.0.0-alpha.355",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "030de22b69c44c007eb103f1a34f41a74133b915"
29
+ "gitHead": "7155e788f4eef75d1c892a2c8f001d0f24a23194"
30
30
  }