@opengeoweb/theme 9.33.0 → 9.34.0

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/README.md CHANGED
@@ -266,7 +266,7 @@ Contains demos of MUI components within the theme. [More information](#theme-sto
266
266
 
267
267
  When adding a new color, it needs to follow the names provided by design. It follows the pattern segmentName.elementName.value or segmentName.elementName.elementProp1.value.
268
268
 
269
- ![naming convention](src/lib/docs/namingConvention.png?raw=true)
269
+ ![naming convention](docs/namingConvention.png?raw=true)
270
270
 
271
271
  If you look at the example above, you can see two segments: Background and Buttons. Backgrounds don't need much properties other then fill, so we don't need deep value. Buttons on the other hand have next to a fill a border, so it makes sense to specify it a bit more:
272
272
 
@@ -290,7 +290,8 @@ If you look at the example above, you can see two segments: Background and Butto
290
290
  ```
291
291
 
292
292
  Some Components have more colors sections. Take a look at some of the colors of the Timeslider.
293
- ![enter image description here](src/lib/docs/timesliderColors.png?raw=true)
293
+
294
+ ![enter image description here](docs/timesliderColors.png?raw=true)
294
295
 
295
296
  > **Note:** Some color names have (D) after their name (currently only in Dark theme). This means the color already defined in the main Color Palette and you don't have to define it again.
296
297
 
@@ -405,7 +406,8 @@ The designs found in Zeplin can roughly be split in two:
405
406
  ### Layer manager example
406
407
 
407
408
  In this example, we're going to have a look at the Layer manager.
408
- ![enter image description here](src/lib/docs/layerManager.png?raw=true)
409
+
410
+ ![enter image description here](./docs/layerManager.png?raw=true)
409
411
 
410
412
  Looking at the design, we can see it's consisting mainly out these elements:
411
413